*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #4F7FE8;--primary-dk: #3563c4;--accent: #F4A261;--text: #1e293b;--text-muted: #64748b;--bg-light: #f1f5f9;--bg-white: #ffffff;--border: #e2e8f0;--radius: 12px;--shadow: 0 2px 12px rgba(0,0,0,.08)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg-white);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.container{max-width:1080px;margin:0 auto;padding:0 1.5rem;width:100%}.navbar{background:var(--bg-white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:60px}.navbar__logo{font-size:1.2rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.4rem;text-decoration:none}.navbar__logo span{color:var(--primary)}.navbar__links{display:flex;gap:1.5rem}.navbar__links a{color:var(--text-muted);font-size:.95rem;font-weight:500;transition:color .15s}.navbar__links a:hover,.navbar__links a.active{color:var(--primary);text-decoration:none}.hero{background:linear-gradient(135deg,#eef4ff,#fef6ee);padding:5rem 0 4rem}.hero__inner{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero__text{max-width:560px}.hero__text h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:var(--text);line-height:1.15}.hero__tagline{font-size:1.25rem;color:var(--primary);font-weight:600;margin:.6rem 0 1.2rem}.hero__desc{font-size:1.05rem;color:var(--text-muted);max-width:480px}.hero__emoji{font-size:8rem;line-height:1;flex-shrink:0;-webkit-user-select:none;user-select:none}.section--light{background:var(--bg-light)}.section--white{background:var(--bg-white)}.section-title{font-size:1.7rem;font-weight:700;text-align:center;margin-bottom:2.5rem}.how{padding:4rem 0}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.step{background:var(--bg-white);border-radius:var(--radius);padding:2rem 1.5rem;box-shadow:var(--shadow);text-align:center}.step__icon{font-size:2.5rem;margin-bottom:.75rem}.step h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.step p{font-size:.95rem;color:var(--text-muted)}.why{padding:4rem 0}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem}.card__icon{font-size:2rem;margin-bottom:.75rem}.card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.card p{font-size:.9rem;color:var(--text-muted)}.beta{padding:2rem 0}.beta__inner{background:var(--bg-white);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);padding:1.25rem 1.5rem;font-size:1rem}.footer{margin-top:auto;background:#1e293b;color:#94a3b8;padding:2.5rem 0;font-size:.9rem}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.footer__brand{font-size:1rem;color:#f1f5f9}.footer__owner{color:#94a3b8}.footer__links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer__links a{color:#cbd5e1}.footer__links a:hover{color:#f1f5f9}.footer__sep{color:#475569}.footer__copy{color:#475569;font-size:.8rem}.prose-page{flex:1;padding:3rem 0 5rem}.prose-page h1{font-size:2rem;font-weight:800;margin-bottom:.4rem}.prose-page .meta{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem}.prose-page h2{font-size:1.2rem;font-weight:700;margin:2rem 0 .75rem;color:var(--text)}.prose-page p{margin-bottom:1rem;color:var(--text-muted)}.prose-page ul{margin:0 0 1rem 1.5rem;color:var(--text-muted)}.prose-page li{margin-bottom:.4rem}.prose-page strong{color:var(--text)}@media (max-width: 640px){.hero__inner{flex-direction:column;text-align:center}.hero__emoji{font-size:5rem}.hero__desc{margin:0 auto}.navbar__links{gap:1rem;font-size:.85rem}}
