:root{--cream:#fff8ee;--surface:#fffdf8;--surface-strong:#fff;--navy:#0b2942;--navy-deep:#072338;--teal:#078c94;--aqua:#18b6be;--sunset:#ff5a1f;--sunset-dark:#e84612;--gold:#ffb31a;--text-primary:#102a43;--text-secondary:#66717d;--border-soft:#e8e0d5;--surface-muted:#f5efe7;--sunset-glow:#fff2cb;--destructive:#e65338;--destructive-soft:#fce7e2;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-pill:999px;--shadow-card:0 8px 18px -4px #0b29421a;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:20px;--space-xl:28px;--space-xxl:40px;--shell:1120px;--column:720px}*{box-sizing:border-box}html,body{background:var(--cream);color:var(--text-primary);-webkit-text-size-adjust:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.5}body{min-height:100vh;overflow-x:hidden}.shell{width:100%;max-width:var(--shell);padding:0 var(--space-lg);margin:0 auto}main.shell{padding-bottom:var(--space-xxl)}.prose{width:100%;max-width:var(--column)}.skip-link{position:absolute;left:-9999px}.skip-link:focus{margin:var(--space-md);display:inline-block;position:static}.brand-bar{background:linear-gradient(180deg, var(--navy-deep), var(--navy));color:var(--surface-strong)}.brand-bar-inner{gap:var(--space-md);padding-top:var(--space-lg);padding-bottom:var(--space-lg);flex-direction:column;align-items:flex-start;display:flex}.brand-rule{background:linear-gradient(90deg, var(--sunset) 0%, var(--gold) 45%, var(--teal) 100%);height:5px}.wordmark{align-items:baseline;gap:var(--space-sm);letter-spacing:.06em;font-size:1.35rem;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.wordmark-finders{color:var(--surface-strong)}.wordmark-eaters{color:var(--sunset)}.wordmark-mark{border-radius:var(--radius-pill);background:var(--gold);width:12px;height:12px;display:inline-block}.brand-nav ul{gap:var(--space-md) var(--space-lg);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.brand-nav a{color:var(--surface-strong);border-bottom:2px solid #0000;padding-bottom:2px;font-weight:600;text-decoration:none}.brand-nav a:hover{color:var(--aqua);border-bottom-color:var(--aqua)}.hero{margin:var(--space-xl) 0 var(--space-lg);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);background:radial-gradient(circle at 88% 18%, #ffffff8c 0%, #fff0 38%), linear-gradient(135deg, var(--sunset) 0%, var(--gold) 58%, var(--sunset-glow) 100%);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.hero:after{content:"";background:#078c9429;border-radius:50% 50% 0 0;height:96px;position:absolute;bottom:-46px;left:-10%;right:-10%}.hero>*{z-index:1;position:relative}.hero h1{color:var(--navy-deep);max-width:18em}.hero p{color:var(--navy-deep);max-width:34em}.hero-eyebrow{margin-bottom:var(--space-md);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-pill);background:var(--navy-deep);color:var(--surface-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem;font-weight:700;display:inline-block}h1,h2,h3{color:var(--navy);overflow-wrap:break-word;margin:0;line-height:1.25}h1{font-size:1.9rem;font-weight:800}h2{font-size:1.35rem;font-weight:700}h3{font-size:1.1rem;font-weight:700}p,li{color:var(--text-primary);overflow-wrap:break-word}.muted{color:var(--text-secondary)}.accent-rule{border-radius:var(--radius-sm);background:linear-gradient(90deg, var(--sunset), var(--gold));width:104px;height:4px;margin:var(--space-sm) 0 var(--space-lg)}header.page-heading{margin-top:var(--space-xl)}.surface{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:var(--space-lg);margin:var(--space-lg) 0;box-shadow:var(--shadow-card)}.surface-strong{background:var(--surface-strong)}.surface-lead{border-left:5px solid var(--teal)}.eyebrow{margin-bottom:var(--space-xs);padding-left:var(--space-sm);border-left:3px solid var(--teal);color:var(--navy);letter-spacing:.1em;text-transform:uppercase;font-size:.82rem;font-weight:700;display:block}.notice{background:var(--surface-muted);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:var(--space-md);margin:var(--space-md) 0}.notice-destructive{background:var(--destructive-soft);border-color:var(--destructive)}.stack{gap:var(--space-md);flex-direction:column;display:flex}.card-grid{gap:var(--space-lg);grid-template-columns:1fr;display:grid}.card-grid>.surface{margin:0}.actions{gap:var(--space-md);margin-top:var(--space-lg);flex-direction:column;display:flex}button,.button{min-height:48px;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);border:2px solid var(--navy);background:var(--navy);color:var(--surface-strong);font:inherit;cursor:pointer;text-align:center;justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex}button:hover,.button:hover{background:var(--navy-deep);border-color:var(--navy-deep);color:var(--surface-strong)}.button-primary-accent{background:var(--sunset);border-color:var(--sunset);color:var(--navy-deep)}.button-primary-accent:hover{background:var(--navy-deep);border-color:var(--navy-deep);color:var(--surface-strong)}.button-secondary{color:var(--navy);background:0 0}.button-secondary:hover{background:var(--navy);color:var(--surface-strong)}.button-destructive{background:var(--destructive);border-color:var(--destructive);color:var(--surface-strong)}.button-destructive-outline{border-color:var(--destructive);color:var(--destructive);background:0 0}.button-destructive-outline:hover{background:var(--destructive);color:var(--surface-strong)}button:disabled,.button[aria-disabled=true]{opacity:.55;cursor:not-allowed}a{color:var(--navy);text-decoration:underline;-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal);text-underline-offset:3px;text-decoration-thickness:2px}a:hover{color:var(--navy-deep);-webkit-text-decoration-color:var(--navy-deep);text-decoration-color:var(--navy-deep)}:focus-visible{outline:3px solid var(--sunset);outline-offset:2px}label{color:var(--navy);margin-bottom:var(--space-xs);font-weight:700;display:block}input[type=email],input[type=password],input[type=text],textarea,select{width:100%;min-height:48px;padding:var(--space-md);border:2px solid var(--border-soft);border-radius:var(--radius-md);background:var(--surface-strong);color:var(--text-primary);font:inherit}input:focus,textarea:focus,select:focus{border-color:var(--navy)}fieldset{border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:var(--space-md)}legend{color:var(--navy);padding:0 var(--space-xs);font-weight:700}.field-help{color:var(--text-secondary);margin-top:var(--space-xs);font-size:.95rem}.nav-links{gap:var(--space-md) var(--space-lg);margin:var(--space-lg) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.site-footer{margin-top:var(--space-xxl);padding:var(--space-xl) 0 var(--space-xxl);background:var(--navy-deep);color:var(--surface-strong)}.site-footer .muted,.site-footer p{color:var(--surface-muted)}.site-footer a{color:var(--surface-strong)}.site-footer a:hover{color:var(--aqua)}.site-footer .nav-links{margin-top:var(--space-md)}.tagline{margin:var(--space-sm) 0 0;font-weight:600}.dialog-backdrop{padding:var(--space-lg);z-index:10;background:#07233899;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog{background:var(--surface-strong);border-radius:var(--radius-lg);border:1px solid var(--border-soft);box-shadow:var(--shadow-card);padding:var(--space-lg);width:100%;max-width:480px}.progress{align-items:center;gap:var(--space-md);color:var(--navy);font-weight:700;display:flex}@media (min-width:640px){.actions{flex-flow:wrap}.actions>*{flex:200px}.brand-bar-inner{justify-content:space-between;align-items:center;gap:var(--space-lg);flex-direction:row}.wordmark{font-size:1.5rem}}@media (min-width:900px){.shell{padding:0 var(--space-xl)}.hero{padding:var(--space-xxl)}.hero h1{font-size:2.6rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.actions-inline>*{flex:0 auto}}
