*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--bg-alt: #f5f6fa;--text: #1a1a2e;--text-muted: #555;--accent: #ffaa00;--accent-hover: #e69900;--card-bg: #ffffff;--card-border: #e8e8e8;--header-bg: rgba(255, 255, 255, .92);--shadow: 0 2px 12px rgba(0, 0, 0, .06);--radius: 12px;--max-width: 1120px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg: #0f0f1a;--bg-alt: #1a1a2e;--text: #eaeaea;--text-muted: #aaa;--accent: #ffcc00;--accent-hover: #ffd633;--card-bg: #1a1a2e;--card-border: #2a2a40;--header-bg: rgba(15, 15, 26, .92);--shadow: 0 2px 12px rgba(0, 0, 0, .3)}html{scroll-behavior:smooth}body{min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto}.header{position:sticky;top:0;z-index:100;background:var(--header-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border)}.header-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--text)}.logo img{width:32px;height:32px;border-radius:8px}.nav{display:flex;align-items:center;gap:1.25rem}.nav a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--accent)}.theme-toggle{background:none;border:1px solid var(--card-border);border-radius:8px;padding:.4rem .6rem;cursor:pointer;font-size:1.1rem;color:var(--text);transition:background .2s,border-color .2s;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--bg-alt);border-color:var(--accent)}.section{padding:4rem 1.25rem}.section-alt{background:var(--bg-alt)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.25rem}.section-subtitle{color:var(--text-muted);font-size:1.05rem;max-width:640px;margin-bottom:2rem}.hero{padding:5rem 1.25rem 4rem;text-align:center}.hero-inner{max-width:var(--max-width);margin:0 auto}.hero-badge{display:inline-block;background:var(--bg-alt);color:var(--accent);font-weight:600;font-size:.85rem;padding:.35rem 1rem;border-radius:999px;margin-bottom:1.5rem;border:1px solid var(--card-border)}.hero h1{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero h1 .highlight{color:var(--accent)}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:560px;margin:0 auto 2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#1a1a2e;box-shadow:0 4px 14px #ffaa004d}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 6px 20px #fa06}.btn-secondary{background:var(--bg-alt);color:var(--text);border:1px solid var(--card-border)}.btn-secondary:hover{border-color:var(--accent)}.about-text{font-size:1.05rem;line-height:1.8;color:var(--text-muted);max-width:720px}.about-text+.about-text{margin-top:1rem}.does-grid{display:grid;grid-template-columns:1fr;gap:1rem}.does-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);transition:box-shadow .2s,border-color .2s}.does-item:hover{box-shadow:var(--shadow);border-color:var(--accent)}.does-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:var(--bg-alt);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.does-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.does-item p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.feature-card{padding:1.25rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);transition:box-shadow .2s,border-color .2s}.feature-card:hover{box-shadow:var(--shadow);border-color:var(--accent)}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:.35rem;color:var(--text)}.feature-card p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.tech-list{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none}.tech-list li{padding:.5rem 1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:999px;font-size:.9rem;font-weight:500;color:var(--text);transition:border-color .2s}.tech-list li:hover{border-color:var(--accent)}.cta-section{text-align:center;padding:5rem 1.25rem}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.cta-section p{color:var(--text-muted);font-size:1.05rem;max-width:540px;margin:0 auto 2rem}.cta-note{font-size:.9rem;margin-top:-1rem;margin-bottom:1.5rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.legal-page{padding:3rem 1.25rem 4rem}.legal-inner{max-width:720px;margin:0 auto}.legal-page h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.legal-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.legal-page section{margin-bottom:2rem}.legal-page h2{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text)}.legal-page p,.legal-page li{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:.75rem}.legal-page ul,.legal-page ol{margin:.75rem 0 1rem 1.25rem}.legal-page .legal-back{margin-top:2.5rem;margin-bottom:0}.footer{border-top:1px solid var(--card-border);padding:2rem 1.25rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--text-muted);font-size:.9rem}.footer-links a:hover{color:var(--accent)}.footer-copy{color:var(--text-muted);font-size:.85rem}@media(min-width:640px){.does-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.hero h1{font-size:3rem}.section-title{font-size:2rem}.nav-links{display:flex}.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}@media(min-width:1024px){.does-grid,.features-grid{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:3.5rem}}
