:root{--bg:#f5ede0;--surface:#fefbf5;--surface-2:#ede5d4;--border:#d4c3a8;--text:#0b1d35;--muted:#4a5568;--primary:#5a0c1a;--primary-hover:#400813;--accent:#9e6c00;--success:#2d6a4f;--warning:#a25b00;--shadow-sm:0 8px 24px #0b1d3514;--shadow-md:0 16px 40px #0b1d351f;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--max-width:1200px}*,:before,:after{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{color:var(--text);background:radial-gradient(circle at top, #9e6c001f, transparent 28%), linear-gradient(180deg, #f8f2e8 0%, var(--bg) 100%);font-family:Inter,Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit}:focus-visible{outline-offset:3px;outline:3px solid #9e6c008c}.skip-link{position:absolute;top:0;left:-9999px}.skip-link:focus{z-index:1000;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);padding:10px 14px;top:16px;left:16px}.app-shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.topbar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fefbf5f0;border-bottom:1px solid #0b1d351a;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex;position:sticky;top:0}.topbar-copy{max-width:720px}.brand-kicker,.section-kicker,.eyebrow,.metric-label,.task-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);font-size:.76rem;font-weight:700}.topbar-title,.section-title,.module-title,.hero-card h1{color:var(--text);letter-spacing:-.01em;margin:0;font-family:Playfair Display,Georgia,serif;font-weight:700}.topbar-title{font-size:1.35rem}.topbar-subtitle,.section-copy,.hero-copy,.metric-copy,.module-copy,.task-meta,.goal-card p,.focus-banner{color:var(--muted);line-height:1.65}.topbar-subtitle{margin:6px 0 0;font-size:.94rem}.topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.status-chip,.profile-chip,.badge{border:1px solid var(--border);border-radius:999px;align-items:center;min-height:36px;padding:8px 12px;display:inline-flex}.status-chip{color:var(--accent);background:#9e6c001a;font-weight:700}.profile-chip{background:var(--surface);color:var(--text);font-weight:600}.main-content{width:min(100%, var(--max-width));margin:0 auto;padding:20px 20px 110px}.screen-stack,.panel-grid,.metric-grid,.module-grid,.card-grid,.goal-grid{gap:18px;display:grid}.hero-card,.section-card,.module-card,.metric-card,.goal-card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0b1d351a}.hero-card{background:linear-gradient(135deg, #9e6c001f, #5a0c1a0a), var(--surface);border-top:4px solid var(--accent);padding:28px}.hero-grid{gap:20px;display:grid}.hero-card h1{margin-top:8px;font-size:clamp(2rem,5vw,3.2rem);line-height:1.05}.hero-copy{max-width:60ch;margin:14px 0 0}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.section-card,.module-card,.metric-card,.goal-card{padding:20px}.emphasis-card{align-self:stretch}.section-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.section-title{font-size:1.55rem}.section-copy{margin:8px 0 0}.metric-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.metric-value{margin:8px 0;font-size:1.5rem;display:block}.progress-meter{background:var(--surface-2);border-radius:999px;width:100%;height:10px;overflow:hidden}.progress-meter-bar{border-radius:inherit;background:var(--accent);height:100%;display:block}.tone-accent{background:linear-gradient(90deg, var(--accent), #c8971a)}.tone-success{background:linear-gradient(90deg, var(--success), #43966e)}.tone-navy{background:linear-gradient(90deg, var(--text), #21446f)}.progress-meta,.module-footer,.badge-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.progress-meta,.module-footer{color:var(--muted);margin:12px 0 0;font-size:.92rem}.panel-grid,.card-grid,.goal-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.task-list{gap:12px;display:grid}.section-actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.task-item{border-radius:var(--radius-sm);width:100%;color:inherit;text-align:left;background:#ede5d466;border:1px solid #0b1d3514;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.task-item:hover{border-color:#9e6c0059;transform:translateY(-1px)}.task-copy{gap:4px;display:grid}.task-title{color:var(--text)}.task-action{color:var(--primary);font-weight:700}.insight-stack{gap:16px;display:grid}.goal-card{gap:10px;display:grid}.goal-card strong{font-size:1rem}.goal-card p{margin:0}.badge{min-height:30px;padding:5px 10px;font-size:.82rem;font-weight:700}.badge-accent{color:var(--accent);background:#9e6c001f}.badge-muted{color:var(--muted);background:#0b1d350d}.badge-success{color:var(--success);background:#2d6a4f1f}.badge-warning{color:var(--warning);background:#a25b001f}.focus-banner{border-radius:var(--radius-sm);background:#0b1d350a;gap:8px;margin-top:16px;padding:16px;display:grid}.module-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.module-card{gap:12px;display:grid}.module-title{font-size:1.2rem}.module-copy,.info-list{margin:0}.info-list{color:var(--muted);padding-left:18px;line-height:1.7}.table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #0b1d3514;padding:14px 12px}.data-table th{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;background:#ede5d48c;font-size:.82rem;font-weight:700}.data-table tbody tr:last-child td{border-bottom:0}.table-progress{gap:8px;min-width:140px;display:grid}.timeline-list{gap:12px;display:grid}.timeline-item{border-radius:var(--radius-sm);background:#ede5d45c;border:1px solid #0b1d3514;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 18px;display:grid}.timeline-day{letter-spacing:.08em;text-transform:uppercase;min-width:48px;color:var(--text);font-size:.82rem;font-weight:700}.timeline-copy{gap:4px;display:grid}.timeline-copy p{color:var(--muted);margin:0}.timeline-dot{background:#0b1d3529;border-radius:999px;width:14px;height:14px}.status-pill{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.is-success{color:var(--success);background:#2d6a4f24}.is-warning{color:var(--warning);background:#a25b0024}.is-danger{color:#991b1b;background:#991b1b1f}.is-muted{color:var(--muted);background:#0b1d3514}.metric-card-is-success{background:linear-gradient(180deg, #2d6a4f1a, var(--surface))}.metric-card-is-warning{background:linear-gradient(180deg, #a25b001a, var(--surface))}.metric-card-is-danger{background:linear-gradient(180deg, #991b1b14, var(--surface))}.compact-card{min-height:170px}.btn{border:1px solid #0000;border-radius:999px;min-height:46px;padding:11px 18px;transition:background-color .16s,color .16s,border-color .16s,transform .16s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff9f5}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.bottom-nav{z-index:25;padding:10px 12px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fefbf5f5;border-top:1px solid #0b1d351a;grid-template-columns:repeat(5,1fr);gap:8px;display:grid;position:sticky;bottom:0}.bottom-nav-4{grid-template-columns:repeat(4,1fr)}.bottom-nav-5{grid-template-columns:repeat(5,1fr)}.bottom-nav-6{grid-template-columns:repeat(6,1fr)}.bottom-nav-item{min-height:62px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:14px;justify-items:center;gap:4px;padding:8px 4px;display:grid}.bottom-nav-item.is-active{color:var(--primary);background:#5a0c1a14;border-color:#5a0c1a1f}.bottom-nav-icon{font-size:1rem;line-height:1}.bottom-nav-label{font-size:.76rem;font-weight:700}@media (width>=720px){.main-content{padding:28px 28px 116px}.hero-grid,.panel-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.goal-grid,.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.goal-grid,.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=719px){.topbar{flex-direction:column}.topbar-actions{justify-content:flex-start}.timeline-item{grid-template-columns:1fr;justify-items:flex-start}}
