:root{--text:#5a5064;--text-h:#1a1520;--bg:#faf9f6;--surface:#fff;--border:#e8e4de;--accent:#6b4c9a;--accent-light:#8b6fbf;--accent-bg:#6b4c9a14;--shadow:0 2px 12px #0000000f;--shadow-lg:0 8px 30px #00000014;--sans:"Segoe UI", system-ui, -apple-system, sans-serif;--heading:"Segoe UI", system-ui, -apple-system, sans-serif;font:17px/1.6 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#a8a0b0;--text-h:#f0ecf4;--bg:#13111a;--surface:#1c1926;--border:#2a2636;--accent:#a78bcc;--accent-light:#c4aaee;--accent-bg:#a78bcc1f;--shadow:0 2px 12px #0003;--shadow-lg:0 8px 30px #0000004d}}*,:before,:after{box-sizing:border-box}body{margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-h);line-height:1.2}h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:3rem;font-weight:600}h2{letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.75rem;font-weight:600}h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}p{margin:0 0 1rem}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-light)}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.4rem}}.site-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;position:sticky;top:0}.header-inner{align-items:center;max-width:1080px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.logo-link{color:var(--text-h);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.logo-icon{color:var(--accent)}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:auto}.footer-inner{max-width:1080px;color:var(--text);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.5rem;font-size:.875rem;display:flex}.footer-copyright{margin:0}.footer-links{gap:1.5rem;display:flex}@media (width<=480px){.footer-inner{text-align:center;flex-direction:column}}.hero-section{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1080px;margin:0 auto;padding:5rem 1.5rem 4rem;display:grid}.hero-subtitle{color:var(--text);max-width:480px;margin-bottom:2rem;font-size:1.15rem}.hero-actions{flex-direction:row;gap:1rem;display:flex}.hero-actions .btn{text-align:center;justify-content:center;min-width:220px}.btn{border-radius:8px;align-items:center;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{color:#fff;background:var(--accent-light)}.btn-secondary{background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent)}.btn-secondary:hover{color:var(--accent-light);border-color:var(--accent-light)}.hero-visual{justify-content:center;display:flex}.staff-illustration{width:100%;max-width:360px;color:var(--text)}@media (width<=768px){.hero-section{text-align:center;grid-template-columns:1fr;padding:3rem 1.5rem 2rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{flex-wrap:wrap;justify-content:center}.hero-visual{order:-1}.staff-illustration{max-width:280px}}.features-section{text-align:center;max-width:1080px;margin:0 auto;padding:4rem 1.5rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem 1.25rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow)}.feature-icon{color:var(--accent);margin-bottom:1rem}.feature-card p{margin:0;font-size:.925rem}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.features-grid{grid-template-columns:1fr}}.how-section{text-align:center;max-width:1080px;margin:0 auto;padding:4rem 1.5rem 5rem}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.step{padding:1.5rem}.step-number{background:var(--accent-bg);width:2.5rem;height:2.5rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:inline-flex}.step p{margin:0;font-size:.925rem}@media (width<=600px){.steps{grid-template-columns:1fr}}.legal-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem}.legal-page h1{font-size:2.25rem}.legal-updated{color:var(--text);margin-bottom:2.5rem;font-size:.875rem}.legal-page section{margin-bottom:2rem}.legal-page h2{margin-bottom:.5rem;font-size:1.25rem}.legal-page p{margin-bottom:.75rem}.legal-page ul{margin:.5rem 0 1rem;padding-left:1.5rem}.legal-page li{margin-bottom:.35rem}
