.hero{background:radial-gradient(1000px 420px at 12% -10%, var(--brand-soft), transparent 70%), radial-gradient(800px 380px at 92% 8%, var(--accent-soft), transparent 72%), var(--bg-canvas);border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.hero-inner{align-items:center;gap:var(--space-12);max-width:1200px;padding:var(--space-12) var(--space-6);grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);margin:0 auto;display:grid}.hero-eyebrow{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-secondary);display:inline-flex}.hero h1{margin:var(--space-5) 0 var(--space-4);font-size:var(--text-4xl);font-weight:var(--weight-bold);letter-spacing:-.03em;max-width:20ch;line-height:1.12}.hero-lead{max-width:52ch;font-size:var(--text-lg);color:var(--text-secondary);line-height:var(--leading-relaxed)}.hero-search{align-items:center;gap:var(--space-2);margin-top:var(--space-6);padding:var(--space-2) var(--space-2) var(--space-2) var(--space-4);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:var(--text-faint);max-width:620px;display:flex}.hero-search input{min-width:0;font-size:var(--text-md);color:var(--text-primary);background:0 0;border:0;outline:none;flex:1}.hero-search input::placeholder{color:var(--text-faint)}.hero-quick{gap:var(--space-2);margin-top:var(--space-5);flex-wrap:wrap;padding:0;list-style:none;display:flex}.hero-quick a{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-full);background:var(--bg-surface);border:1px solid var(--border);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-secondary);transition:border-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);text-decoration:none;display:inline-flex}.hero-quick a:hover{border-color:var(--brand-soft-border);background:var(--brand-soft);color:var(--brand-text);text-decoration:none}.hero-card{gap:var(--space-4);padding:var(--space-6);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);flex-direction:column;display:flex}.hero-card-head{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.hero-badge{padding:3px var(--space-3);border-radius:var(--radius-full);background:var(--brand-soft);border:1px solid var(--brand-soft-border);color:var(--brand-text);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap}.hero-card h2{font-family:var(--font-sans);font-size:var(--text-xl);font-weight:var(--weight-semibold)}.hero-card-ref{margin-top:calc(-1 * var(--space-2));font-size:var(--text-xs);color:var(--text-muted)}.hero-card-progress{gap:var(--space-2);margin-top:var(--space-2);flex-direction:column;display:flex}.hero-card-progress-head{font-size:var(--text-xs);color:var(--text-muted);justify-content:space-between;align-items:baseline;display:flex}.hero-card-progress-head strong{color:var(--text-primary);font-variant-numeric:tabular-nums}.hero-card-link{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);min-height:44px;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-primary);transition:border-color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out);text-decoration:none;display:inline-flex}.hero-card-link:hover{border-color:var(--brand-soft-border);background:var(--brand-soft);color:var(--brand-text);text-decoration:none}.hero-card-anon p{font-size:var(--text-base);color:var(--text-secondary);line-height:var(--leading-relaxed)}.hero-card-actions{gap:var(--space-3);margin-top:var(--space-2);flex-direction:column;display:flex}.section{max-width:1200px;padding:var(--space-12) var(--space-6) 0;margin:0 auto}.section-last{padding-bottom:var(--space-4)}.section-head{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.section-head-tight{margin-bottom:0}.section-head h2{font-size:var(--text-2xl);font-weight:var(--weight-semibold);letter-spacing:-.02em}.section-head p{margin-top:var(--space-1);font-size:var(--text-base);color:var(--text-muted)}.appointment{align-items:flex-start;gap:var(--space-5);display:flex}.appointment-date{border-radius:var(--radius-lg);background:var(--brand-soft);border:1px solid var(--brand-soft-border);width:64px;height:64px;color:var(--brand-text);flex-direction:column;flex:none;justify-content:center;align-items:center;display:flex}.appointment-day{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:var(--weight-bold);line-height:1}.appointment-month{font-size:var(--text-xs);font-weight:var(--weight-semibold)}.appointment-info{align-items:flex-start;gap:var(--space-1);flex-direction:column;display:flex}.appointment-info strong{font-size:var(--text-md);font-weight:var(--weight-semibold)}.appointment-info>span{font-size:var(--text-sm);color:var(--text-muted)}.appointment-meta{align-items:center;gap:var(--space-2);display:inline-flex}.news-item{align-items:flex-start;gap:var(--space-4);padding:var(--space-4);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:inherit;transition:border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);text-decoration:none;display:flex}.news-item:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);text-decoration:none}.news-icon{border-radius:var(--radius-md);background:var(--accent-soft);width:38px;height:38px;color:var(--accent-text);flex:none;place-items:center;display:grid}.news-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.news-meta{font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint)}.news-text strong{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--text-primary)}.news-excerpt{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-normal)}.news-chevron{color:var(--text-faint);margin-top:var(--space-1)}.help-band{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-8);border-radius:var(--radius-xl);background:linear-gradient(120deg, var(--brand-soft), var(--accent-soft));border:1px solid var(--brand-soft-border);flex-wrap:wrap;display:flex}.help-text{align-items:flex-start;gap:var(--space-4);max-width:60ch;display:flex}.help-icon{border-radius:var(--radius-lg);background:var(--bg-surface);width:48px;height:48px;color:var(--brand-text);box-shadow:var(--shadow-sm);flex:none;place-items:center;display:grid}.help-text h2{font-size:var(--text-xl);font-weight:var(--weight-semibold)}.help-text p{margin-top:var(--space-1);font-size:var(--text-base);color:var(--text-secondary);line-height:var(--leading-relaxed)}.help-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=1024px){.hero-inner{gap:var(--space-8);padding:var(--space-10) var(--space-6);grid-template-columns:minmax(0,1fr)}.hero h1{font-size:var(--text-3xl)}}@media (width<=640px){.hero-search{padding:var(--space-3);flex-wrap:wrap}.hero-search input{width:100%;min-height:40px}.section{padding:var(--space-10) var(--space-4) 0}.help-band{padding:var(--space-6)}}
