:root{--burgundy:#422020;--blushed-earth:#754f4d;--rose-bare:#9b756e;--nude-ember:#bda49b;--feathers:#a29a90;--silk-ivory:#e9e6df;--honey-gold:#947b50;--sagebound:#7b745b;--deep-olive:#433f2a;--velvet-night:#0e0e0f;--bg:#422020;--surface:#4a2827;--surface-raised:#522e2d;--well:#2a1717;--deep:#0e0e0f;--border:#522f2e;--border-strong:#5c3836;--ground-burgundy:#422020;--ground-night:#0e0e0f;--ground-olive:#353223;--ground-blush:#3f2d2d;--ground-sage:#34322a;--text:#e9e6df;--text-secondary:#bda49b;--text-muted:#b1aaa1;--text-faint:#bda69f;--fill-deep:#0e0e0f;--fill-mid:#754f4d;--fill-olive:#433f2a;--brand:#9b756e;--brand-text:#c0a59e;--brand-hover:#d3bdb5;--brand-surface:#0e0e0f;--brand-on-fill:#e9e6df;--frog:#947b50;--frog-text:#bda87a;--frog-surface:#2e2519;--success:#7b745b;--success-text:#b1ab92;--success-surface:#2c2a1e;--danger:#b37b76;--danger-text:#cf9f9b;--danger-surface:#351a19;--signal-high:#e9e6df;--signal-mid:#bda49b;--signal-low:#a29a90;--signal-none:#6b4442;--font-display:"Bodoni Moda", ui-serif, Georgia, "Times New Roman", serif;--font-body:"Karla", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:ui-monospace, "Cascadia Code", "SF Mono", Menlo, monospace;--tracking-eyebrow:.22em;--radius-sm:4px;--radius:8px;--radius-lg:14px;--shadow-sm:0 1px 2px #14080859;--shadow:0 4px 16px #14080873;--shadow-lg:0 12px 40px #1408088c;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}[data-ground]{background:var(--bg);min-height:100dvh}[data-ground=burgundy]{--bg:var(--ground-burgundy)}[data-ground=night]{--bg:var(--ground-night);--surface:#1b1b1d;--surface-raised:#242424}[data-ground=olive]{--bg:var(--ground-olive);--surface:#3a3729;--surface-raised:#3f3c2e}[data-ground=blush]{--bg:var(--ground-blush);--surface:#443332;--surface-raised:#493837}[data-ground=sage]{--bg:var(--ground-sage);--surface:#39372f;--surface-raised:#3e3c34}::selection{background:var(--fill-mid);color:var(--text)}:focus-visible{outline:2px solid var(--brand-hover);outline-offset:2px;border-radius:var(--radius-sm)}
*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.6}h1,h2,h3{font-family:var(--font-display);margin:0;font-weight:400}button,input,select,textarea{font:inherit}a{color:var(--brand-text)}button,a[role=button],input[type=submit]{min-height:44px}input,select,textarea{font-size:16px}select{appearance:none;background-color:var(--well);color:var(--text);background-image:linear-gradient(45deg, transparent 50%, var(--text-faint) 50%), linear-gradient(135deg, var(--text-faint) 50%, transparent 50%);background-position:right 1.1rem center,right .75rem center;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:2rem}select option{background:var(--well);color:var(--text)}input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}::placeholder{color:var(--text-faint);opacity:1}[data-ground]{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);padding-bottom:env(safe-area-inset-bottom,0px)}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.row{grid-template-columns:auto auto 1fr auto auto;grid-template-areas:"bar check title actions score";align-items:center;column-gap:.6rem;display:grid}.row-bar{grid-area:bar}.row-check{grid-area:check}.row-title{grid-area:title;min-width:0}.row-actions{grid-area:actions;justify-content:flex-end;align-items:center;display:flex}.row-score{grid-area:score}@media (max-width:559px){.row{grid-template-columns:auto auto 1fr auto;grid-template-areas:"bar check title title""bar check score actions";align-items:start;row-gap:0}.row-check{align-self:start}.row-score{place-self:center start}}.frog-card{grid-template-columns:auto auto 1fr auto;grid-template-areas:"check badge title clear";align-items:center;column-gap:.75rem;display:grid}.frog-check{grid-area:check}.frog-badge{grid-area:badge}.frog-title{grid-area:title;min-width:0}.frog-clear{grid-area:clear}@media (max-width:559px){.frog-card{grid-template-columns:auto 1fr auto;grid-template-areas:"check badge clear""title title title";row-gap:.35rem}.frog-badge{justify-self:start}}.step{grid-template-columns:1fr auto;grid-template-areas:"steptitle stepactions";align-items:center;column-gap:.5rem;display:grid}.step-title{grid-area:steptitle;min-width:0}.step-actions{grid-area:stepactions;justify-content:flex-end;align-items:center;display:flex}@media (max-width:559px){.step{grid-template-columns:1fr;grid-template-areas:"steptitle""stepactions";row-gap:0}.step-actions{justify-content:flex-start;margin-left:-.5rem}}summary::-webkit-details-marker{display:none}summary.disclosure{cursor:pointer;align-items:center;gap:.5rem;min-height:44px;list-style:none;display:flex}summary.disclosure:before{content:"+";border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:1.1rem;height:1.1rem;color:var(--brand-text);flex-shrink:0;place-items:center;font-size:.8rem;line-height:1;display:inline-grid}details[open]>summary.disclosure:before{content:"−"}.waking-note{display:none}[data-waking] .waking-note{left:50%;bottom:calc(1rem + env(safe-area-inset-bottom,0px));border:1px solid var(--border-strong);background:var(--surface-raised);max-width:calc(100vw - 2rem);color:var(--text-secondary);text-align:center;opacity:0;border-radius:99px;margin:0;padding:.5rem .9rem;font-size:.78rem;animation:.25s .7s forwards waking-in;display:block;position:fixed;transform:translate(-50%)}@keyframes waking-in{to{opacity:1}}
