*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0a;--bg-card: #1a1a1a;--text: #f5f5f5;--text-secondary: #a0a0a0;--text-tertiary: #666666;--divider: #222222;--border: #2a2a2a}html{font-size:17px}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--text);text-decoration:none}a:hover{text-decoration:underline}nav{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;max-width:960px;width:100%;margin:0 auto}.nav-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:var(--text);letter-spacing:-.02em}.nav-logo:hover{text-decoration:none}.nav-icon{width:20px;height:20px;display:block}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-tertiary);font-size:.85rem;transition:color .15s}.nav-links a:hover{color:var(--text);text-decoration:none}.hero{flex:1;display:flex;align-items:center;justify-content:center;gap:3rem;padding:2rem;max-width:960px;margin:0 auto;width:100%}.hero-content{max-width:400px;flex-shrink:0}.hero-content h1{font-size:2.4rem;font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:.75rem}.subtitle{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.75rem;line-height:1.55}.features{list-style:none;margin-bottom:2rem}.features li{color:var(--text-secondary);font-size:.9rem;line-height:1.5;padding:.2rem 0}.features li strong{color:var(--text)}.hero-phone{flex-shrink:0}.phone-frame{width:280px;border-radius:40px;border:2px solid #333;overflow:hidden;background:#000;box-shadow:0 0 0 1px #ffffff0d,0 25px 60px #00000080}.phone-frame img{display:block;width:100%;height:auto}.btn-primary{display:inline-block;background:var(--text);color:var(--bg);padding:.65rem 1.5rem;border-radius:980px;font-size:.9rem;font-weight:600;transition:opacity .15s}.btn-primary:hover{opacity:.85;text-decoration:none}.platforms{color:var(--text-tertiary);font-size:.8rem;margin-top:.5rem}.page{flex:1;max-width:640px;margin:0 auto;padding:3rem 2rem;width:100%}.page h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.last-updated{color:var(--text-tertiary);font-size:.8rem;margin-bottom:2rem}.page section{margin-bottom:2rem}.page h2{font-size:1.05rem;font-weight:600;margin-bottom:.4rem}.page p{color:var(--text-secondary);margin-bottom:.75rem}.page a{text-decoration:underline}.faq{margin-bottom:1.5rem}.faq h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.faq p{font-size:.95rem}footer{border-top:1px solid var(--divider);padding:1.5rem 2rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.5rem}.footer-links a{color:var(--text-tertiary);font-size:.8rem;transition:color .15s}.footer-links a:hover{color:var(--text);text-decoration:none}footer p{color:var(--text-tertiary);font-size:.75rem}@media(max-width:768px){.hero{flex-direction:column;gap:2rem;text-align:center}.hero-content{max-width:480px}.hero-content h1{font-size:2rem}.phone-frame{width:240px}}@media(max-width:600px){html{font-size:16px}nav{padding:1rem 1.25rem}.hero{padding:1.5rem 1.25rem}.hero-content h1{font-size:1.6rem}.page{padding:2rem 1.25rem}}
