:root{color-scheme:light;--ink: #20272d;--paper: #f7f3ea;--teal: #2f8a83;--coral: #c24732;--sand: #e5ddd0;--surface: #fffdf8;--surface-sunken: #f1ece1;--border: #d8cfc0;--ink-muted: color-mix(in srgb, var(--ink) 64%, var(--paper));--ink-faint: color-mix(in srgb, var(--ink) 42%, var(--paper));--teal-wash: color-mix(in srgb, var(--teal) 14%, var(--surface));--teal-wash-strong: color-mix(in srgb, var(--teal) 26%, var(--surface));--coral-wash: color-mix(in srgb, var(--coral) 12%, var(--surface));--focus: var(--coral);--font-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--radius-sm: 4px;--radius: 8px;--radius-lg: 14px;--shadow-sheet: 0 -8px 32px rgb(32 39 45 / 18%);--shadow-panel: 0 12px 40px rgb(32 39 45 / 22%);--cell: 30px;--cell-font: .62;--duration-fast: .12s;--duration: .2s;--duration-slow: .42s}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--ink: #eae4d8;--paper: #161b1f;--teal: #66c1b6;--coral: #f0846a;--sand: #2b333a;--surface: #1d242a;--surface-sunken: #12171b;--border: #39434b}}:root[data-theme=dark]{color-scheme:dark;--ink: #eae4d8;--paper: #161b1f;--teal: #66c1b6;--coral: #f0846a;--sand: #2b333a;--surface: #1d242a;--surface-sunken: #12171b;--border: #39434b}:root[data-contrast=high]{--ink: #000;--paper: #fff;--surface: #fff;--surface-sunken: #fff;--border: #000;--sand: #fff;--teal: #005f57;--coral: #a3200c;--ink-muted: #000;--ink-faint: #333;--teal-wash: #d5eae7;--teal-wash-strong: #b4dcd7;--coral-wash: #f7ded8}:root[data-contrast=high][data-theme=dark],:root[data-contrast=high] :is(.dark){--ink: #fff;--paper: #000;--surface: #000;--border: #fff}:root[data-text=large]{font-size:18px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);-webkit-text-size-adjust:100%}body{min-height:100dvh;overscroll-behavior-y:none}h1,h2,h3{font-family:var(--font-serif);font-weight:600;letter-spacing:-.01em;margin:0}button{font:inherit;color:inherit}:where(a,button,input,[tabindex]):focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;min-height:44px;padding:0 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;font-size:.9rem;font-weight:500;transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease}.btn:hover:not(:disabled){background:var(--surface-sunken)}.btn:disabled{cursor:not-allowed;opacity:.55}.btn--primary{background:var(--coral);border-color:var(--coral);color:#fff;font-weight:600;min-height:48px}.btn--primary:hover:not(:disabled){background:color-mix(in srgb,var(--coral) 88%,#000)}.btn--primary:disabled{background:var(--sand);border-color:var(--border);color:var(--ink-muted)}.btn--quiet{border-color:transparent;background:transparent;padding:0 .6rem}.btn--quiet:hover:not(:disabled){background:var(--surface-sunken)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}:root[data-motion=reduced] *,:root[data-motion=reduced] *:before,:root[data-motion=reduced] *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
