.app{min-height:100vh;display:flex;flex-direction:column;background-color:#000;color:#fff}.header{padding:2rem 1.5rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.back-button{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.back-button:hover{border-color:#ffffff80;background:#ffffff0d}.logo{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:#fff}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4rem 1.5rem;max-width:900px;margin:0 auto;width:100%}.hero{text-align:center;margin-bottom:4rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.2}.hero-tagline{font-size:1.25rem;color:#fffc;font-weight:400}.screenshots{width:100%;margin-bottom:4rem;text-align:center}.section-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#fff}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%}.screenshot-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.screenshot-image{width:100%;max-width:300px;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000080;transition:transform .3s ease,box-shadow .3s ease}.screenshot-image:hover{transform:scale(1.02);box-shadow:0 6px 30px #000000b3}.screenshot-placeholder{width:100%;max-width:300px;height:600px;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:#ffffff0d;color:#ffffff80;font-size:1.1rem}.screenshot-caption{font-size:1rem;color:#ffffffb3;font-weight:400}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%;margin-bottom:4rem}.feature-card{text-align:center;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease}.feature-card:hover{border-color:#ffffff4d;transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:1rem;color:#ffffffb3}.info{display:flex;flex-direction:column;gap:1rem;width:100%;margin-bottom:4rem;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:12px}.info-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.info-label{font-size:1.5rem;color:#fff}.cta{text-align:center;width:100%}.cta-text{font-size:1.25rem;color:#fffc;font-weight:400}.legal-section{width:100%;margin-top:4rem;padding-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.legal-content{width:100%;margin-bottom:4rem;text-align:left}.legal-content:last-child{margin-bottom:2rem}.legal-title{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:#fff}.legal-date{font-size:.9rem;color:#fff9;margin-bottom:1.5rem}.legal-intro{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.legal-item{margin-bottom:2rem}.legal-subtitle{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}.legal-list{list-style:none;padding-left:0;margin-bottom:1rem}.legal-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6;color:#fffc}.legal-list li:before{content:"•";position:absolute;left:0;color:#fff9;font-size:1.2rem}.legal-item p{line-height:1.6;color:#fffc;margin-bottom:.5rem}.legal-link{color:#fff;text-decoration:underline;text-decoration-color:#ffffff80;transition:text-decoration-color .3s ease}.legal-link:hover{text-decoration-color:#fff}.footer{padding:2rem 1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.9rem}.footer-links{margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.footer-link{background:transparent;border:none;color:#fff9;cursor:pointer;font-size:.9rem;text-decoration:underline;text-decoration-color:#ffffff4d;transition:all .3s ease;padding:0}.footer-link:hover{color:#fff;text-decoration-color:#fffc}.footer-separator{color:#ffffff4d}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-tagline{font-size:1.1rem}.section-title{font-size:1.5rem}.screenshot-grid{grid-template-columns:1fr;gap:2rem}.screenshot-image{max-width:100%}.screenshot-placeholder{max-width:100%;height:500px}.features{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.main{padding:2rem 1.5rem}.back-button{left:1rem;padding:.4rem .8rem;font-size:.85rem}.footer-links{flex-direction:column;gap:.5rem}.footer-separator{display:none}.legal-section{margin-top:3rem;padding-top:3rem}.legal-title{font-size:1.5rem}.legal-subtitle{font-size:1.1rem}.legal-intro{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;overflow-x:hidden}#root{min-height:100vh;width:100%}
