@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,Segoe UI,sans-serif;color:#191716;background:#f6f3ef;--ink: #191716;--muted: #6d665f;--surface: #fbfaf8;--card: #ffffff;--border: rgba(25, 23, 22, .08);--shadow: 0 16px 30px rgba(20, 18, 16, .08)}body{margin:0;background:#f6f3ef}.app{min-height:100vh;padding:2.5rem 6vw 3rem;background:#f6f3ef}h1,h2,h3{font-family:Fraunces,Times New Roman,serif;margin:0}.eyebrow{text-transform:uppercase;letter-spacing:.3rem;font-size:.7rem;color:var(--muted);margin:0 0 .6rem}.caption{margin:.4rem 0 0;color:var(--muted);line-height:1.6}button{border:none;border-radius:999px;padding:.7rem 1.4rem;font-weight:600;cursor:pointer;font-family:inherit}button:disabled{opacity:.5;cursor:not-allowed}.primary{background:#191716;color:#fff}.ghost{background:transparent;border:1px solid #191716;color:#191716}.onboarding-page{display:grid;align-items:center;min-height:100vh}.hero{display:grid;grid-template-columns:1fr;gap:2rem}.hero--auth{justify-items:center;text-align:center}.hero-copy{display:grid;gap:.8rem;max-width:28rem}.lead{font-size:1rem;line-height:1.7;color:#3b352f}.panel{background:var(--card);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow);border:1px solid var(--border)}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.panel-kicker{text-transform:uppercase;letter-spacing:.22rem;font-size:.65rem;color:var(--muted);margin:0 0 .4rem}.form{display:grid;gap:.8rem}input,textarea{width:100%;border-radius:.9rem;border:1px solid var(--border);padding:.8rem 1rem;font-family:inherit;background:#fdfbf9}textarea{min-height:120px;resize:vertical}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page{display:grid;gap:1.5rem}.focus{max-width:640px;margin:0 auto}.greeting{font-size:1.4rem;font-weight:600;margin:0}.date{margin:0;color:var(--muted)}.micro-tagline{font-size:.85rem;color:var(--muted);line-height:1.5}.card-stack{display:grid;gap:1.2rem}.card{background:var(--card);border-radius:1.5rem;padding:1.6rem;box-shadow:var(--shadow);border:1px solid var(--border);display:grid;gap:1rem}.card-title{font-weight:600}.card-subtitle{color:var(--muted);margin:0}.card-actions{display:flex;flex-wrap:wrap;gap:.6rem}.card-actions input{flex:1 1 220px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.kpi-value{font-size:1.6rem;font-weight:600;margin:0}.kpi-label{font-size:.85rem;color:var(--muted)}.timeline{display:grid;gap:.8rem}.timeline-item{display:flex;align-items:flex-start;gap:.8rem}.status{width:8px;height:8px;border-radius:50%;background:#bdb7af;margin-top:.6rem}.status.done{background:#2a9d8f}.status.skipped{background:#f4a261}.status.planned{background:#264653}.home-footer{display:flex;gap:.8rem}.progress{display:flex;gap:.4rem}.progress .dot{width:8px;height:8px;border-radius:50%;background:#d9d4cd}.progress .dot.active{background:#191716}.step{display:grid;gap:1rem}.choice-grid{display:grid;gap:.8rem}.choice{display:grid;gap:.3rem;padding:1rem;border-radius:1rem;border:1px solid var(--border);background:#fdfbf9;text-align:left}.choice.active{border-color:#191716}.eta-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.summary{background:#fdfbf9;border-radius:1rem;padding:1rem;border:1px solid var(--border)}.divider{height:1px;background:var(--border);margin:1.2rem 0}@media(min-width:900px){.app{padding:3.5rem 8vw 4rem}}*{box-sizing:border-box}body,p{margin:0}h2{margin:0;font-size:1.2rem}span{font-size:.9rem;color:#5f5b55}
