@font-face{font-family:"Press Start 2P";font-style:normal;font-weight:400;font-display:swap;src:url(../../../fonts/press-start-2p-latin.woff2)format("woff2")}@font-face{font-family:Space Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../../../fonts/space-mono-400-latin.woff2)format("woff2")}@font-face{font-family:Space Mono;font-style:normal;font-weight:700;font-display:swap;src:url(../../../fonts/space-mono-700-latin.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(../../../fonts/inter-latin.woff2)format("woff2")}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--font-display:var(--font-body);--font-mono:"Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-body:Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--choice-must:#efc44b;--choice-must-text:#332700;--choice-want:#b9efc9;--choice-want-text:#143923;--choice-no:#e4e4e4;--choice-no-text:#303030;--mint:#08b54d;--mint-dark:#114b29;--mint-ink:#114b29;--mint-soft:#bafcd6;--ink:#141414;--ink-2:#1a1a1a;--amber:#ecac4b;--amber-ink:#7a5306;--amber-soft:#ffe9bf;--coral:#df5447;--teal:#04c7bd;--event-primary:var(--mint);--event-primary-dark:var(--mint-ink);--event-primary-text:var(--mint-ink);--event-secondary:var(--ink);--event-accent:var(--amber);--event-accent-text:var(--amber-ink);--paper:#f0f0f0;--surface:#fafafa;--surface-raised:#fff;--surface-dark:var(--ink-2);--text:var(--ink);--text-muted:#4a4a4a;--text-faint:#666;--line:#e6e6e6;--line-soft:#e6e6e6;--line-strong:var(--ink);--danger:#d32f2f;--warning:#8a5410;--success:#114b29;--radius:.375rem;--radius-lg:1rem;--shadow-hard:none;--shadow-hard-sm:none;--shadow-soft:none;--on-strong:#fff;--on-ink:#fafafa;--qr-plate:#fff;--safe-top:env(safe-area-inset-top,var(--safe-area-inset-top,0px));--safe-bottom:env(safe-area-inset-bottom,var(--safe-area-inset-bottom,0px));--tabbar-height:62px;--appbar-height:64px;--rail-width:14rem}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width>=1024px){:root{--tabbar-height:0px}}@media (prefers-color-scheme:dark){:root{--mint-ink:#47eb89;--mint-dark:#acf6cb;--mint-soft:#114b29;--amber-ink:#f3c46f;--amber-soft:#4a3600;--paper:#141414;--surface:#1f1f1f;--surface-raised:#262626;--text:#f5f5f5;--text-muted:#ccc;--text-faint:#a6a6a6;--line:#4a4a4a;--line-soft:#3d3d3d;--line-strong:#f5f5f5;--danger:#ff6b6b;--on-strong:var(--ink);--warning:#f3c46f;--success:#47eb89;--shadow-hard:0 4px 32px #0006;--shadow-hard-sm:0 2px 8px #0006;--shadow-soft:0 4px 32px #0006;--event-primary-text:#47eb89;--event-primary-dark:#47eb89;--event-accent-text:#f3c46f}}*{box-sizing:border-box}*,:before,:after{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}input,textarea,[contenteditable=true]{-webkit-user-select:text;user-select:text}img,svg{-webkit-user-drag:none}html,body{touch-action:manipulation;overscroll-behavior:none;font-family:var(--font-body);background-color:var(--paper);color:var(--text);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;line-height:1.45}body{font-family:var(--font-body);background-color:var(--paper);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.45}h1,h2,h3{letter-spacing:-.01em;line-height:1.25}h1{font-family:var(--font-display);letter-spacing:-.04em;margin:1rem 0 .5rem;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:600;line-height:1.2}h2{letter-spacing:-.04em;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}h3{font-size:1rem;font-weight:700}a{color:var(--mint-ink)}code,pre,kbd{font-family:var(--font-mono)}.eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);letter-spacing:.08em;align-items:center;gap:.45rem;font-size:.6875rem;font-weight:700;display:inline-flex}.lead{color:var(--text-muted);max-width:44rem;line-height:1.55}.muted{color:var(--text-muted)}.small{font-size:.82rem}.mono{font-family:var(--font-mono)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);margin:1rem 0;padding:1.25rem}.card.flat{box-shadow:none}.card.accent{border-color:var(--mint);box-shadow:0 0 0 3px var(--mint-soft)}.card.mint{background:var(--mint-soft);color:var(--mint-dark)}.card.dark{background:var(--ink-2);color:#fafafa;border-color:var(--ink-2)}.card>h2:first-child,.card>h3:first-child{margin-top:0}button,input,select,textarea{font:inherit}.button,.btn{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-raised);min-height:44px;color:var(--text);cursor:pointer;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,opacity .15s;display:inline-flex}.button:hover,.btn:hover{background:var(--line)}.button.primary,.btn.primary{background:var(--mint);color:var(--ink);border-color:var(--mint)}.button.primary:hover,.btn.primary:hover{opacity:.85;background:var(--mint)}.button.dark,.btn.dark{background:var(--ink);color:#fafafa;border-color:var(--ink)}.button.dark:hover,.btn.dark:hover{opacity:.8;background:var(--ink)}.button.secondary,.btn.secondary{background:var(--surface-raised);color:var(--text)}.button.ghost,.btn.ghost{box-shadow:none;color:var(--mint-ink);background:0 0;border-color:#0000}.button.danger,.btn.danger{color:var(--danger)}.button:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}.button.small,.btn.small{min-height:36px;padding:.3rem .8rem;font-size:.8rem}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-raised);width:100%;min-height:44px;color:var(--text);padding:.55rem .75rem}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--mint);outline-offset:0}input[type=checkbox],input[type=radio]{accent-color:var(--mint-dark);width:1.05rem;height:1.05rem}.chip,.pill{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;background:var(--mint-soft);color:var(--mint-ink);border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.68rem;font-weight:700;display:inline-flex}.pill.amber{background:var(--amber-soft);color:var(--amber-ink)}.pill.ink{background:var(--ink);color:#fff}@media (pointer:coarse){button.chip,button.pill,a.chip,a.pill{min-height:44px}label:has(>input[type=checkbox]){min-height:44px}label:has(>input[type=radio]){min-height:44px}.tap-target{position:relative}.tap-target:after{content:"";width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}:focus-visible{outline:3px solid var(--amber);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.stack{gap:.75rem;display:grid}.row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.stat{gap:.2rem;display:grid}.stat b{font-family:var(--font-display);color:var(--text);font-size:1.1rem}.stat span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.66rem}.pixelstripe{background:var(--mint);height:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.leaveby.svelte-tuz7iw{top:calc(64px + var(--safe-top));z-index:3;background:var(--mint-soft);color:var(--mint-ink);border-bottom:1px solid var(--line);flex-direction:column;gap:.1rem;padding:.45rem 1rem;text-decoration:none;display:flex;position:sticky}.leaveby.urgent.svelte-tuz7iw{background:var(--amber);color:var(--ink)}.leaveby.must.svelte-tuz7iw{border-left:4px solid var(--amber)}.musttag.svelte-tuz7iw{color:var(--amber-ink)}.leaveby.urgent.svelte-tuz7iw .musttag:where(.svelte-tuz7iw){color:var(--ink)}.kicker.svelte-tuz7iw{font-family:var(--font-mono);letter-spacing:.1em;font-size:.68rem;font-weight:700}.clock.svelte-tuz7iw{font-weight:400}.detail.svelte-tuz7iw{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;line-height:1.3;overflow:hidden}.detail.svelte-tuz7iw strong:where(.svelte-tuz7iw){font-weight:600}.strip.svelte-xlfodc{background:var(--amber-soft);color:var(--amber-ink);border-bottom:1px solid var(--line);font-family:var(--font-mono);letter-spacing:.04em;padding:.3rem 1rem;font-size:.64rem}.line.svelte-xlfodc{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.tag.svelte-xlfodc{letter-spacing:.1em;font-weight:700}.time.svelte-xlfodc{color:var(--text);font-weight:700}.grow.svelte-xlfodc{flex:1}.ctl.svelte-xlfodc{border:1px solid var(--amber-ink);color:var(--amber-ink);font:inherit;cursor:pointer;background:0 0;border-radius:6px;min-height:0;padding:.1rem .4rem;font-weight:700;text-decoration:none}.latest.svelte-xlfodc{color:var(--text);white-space:nowrap;text-overflow:ellipsis;gap:.5rem;margin-top:.15rem;display:flex;overflow:hidden}.latest.svelte-xlfodc .at:where(.svelte-xlfodc){font-weight:700}.latest.svelte-xlfodc .body:where(.svelte-xlfodc){color:var(--text-muted);text-overflow:ellipsis;overflow:hidden}.event-notice.svelte-12qhfyh{text-align:center;background:var(--surface);color:var(--text);margin:0;padding:.6rem 1rem;font-size:.9rem}.shell.svelte-12qhfyh{flex-direction:column;min-height:100dvh;display:flex}.app-bar.svelte-12qhfyh{z-index:3;padding:calc(.55rem + var(--safe-top)) max(1rem, calc((100vw - 75rem) / 2)) .55rem;background:var(--paper);color:var(--text);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:sticky;top:0}.brand.svelte-12qhfyh{color:inherit;align-items:baseline;gap:.6rem;min-width:0;text-decoration:none;display:inline-flex}.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){width:min(7.5rem,36vw);height:auto;display:block}@media (prefers-color-scheme:dark){.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){filter:invert()}}.brand-sub.svelte-12qhfyh{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}@media (width<=480px){.brand-sub.svelte-12qhfyh{display:none}}.toplinks.svelte-12qhfyh{gap:.15rem;display:flex}.toplinks.svelte-12qhfyh a:where(.svelte-12qhfyh){border-radius:var(--radius);min-width:44px;min-height:44px;color:var(--text);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:.05rem;padding:.25rem .45rem;font-size:.65rem;text-decoration:none;display:inline-flex;position:relative}.toplinks.svelte-12qhfyh svg:where(.svelte-12qhfyh){fill:currentColor;width:1.25rem;height:1.25rem}.toplinks.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--line)}.toplinks.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){color:var(--on-ink);background:#4a4a4a}.toplinks.svelte-12qhfyh a.scancta:where(.svelte-12qhfyh){background:var(--amber);color:var(--ink);flex-direction:row;gap:.35rem;padding:0 .7rem;font-weight:700}.toplinks.svelte-12qhfyh a.scancta:where(.svelte-12qhfyh):hover,.toplinks.svelte-12qhfyh a.scancta[aria-current=page]:where(.svelte-12qhfyh){background:color-mix(in srgb, var(--amber) 82%, var(--on-ink));color:var(--ink)}@media (width<=380px){.brand.svelte-12qhfyh img:where(.svelte-12qhfyh){width:28vw}.toplinks.svelte-12qhfyh a.scancta:where(.svelte-12qhfyh){flex-direction:column;gap:.05rem;padding:.25rem .45rem}}.pixelstripe.svelte-12qhfyh{top:calc(60px + var(--safe-top));z-index:3;position:sticky}.content.svelte-12qhfyh{flex:1;width:100%;max-width:77rem;margin:0 auto;padding:.75rem 1rem 1.25rem}.content.fullbleed.svelte-12qhfyh{flex-direction:column;max-width:none;padding:0;display:flex}.tabbar.svelte-12qhfyh{z-index:3;background:var(--surface);border-top:1px solid var(--line);padding-bottom:var(--safe-bottom);grid-template-columns:repeat(5,1fr);display:grid;position:sticky;bottom:0}.tabbar.svelte-12qhfyh a:where(.svelte-12qhfyh){min-height:var(--tabbar-height);color:var(--text-muted);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;padding:.35rem .2rem;font-size:.7rem;font-weight:700;text-decoration:none;display:flex;position:relative}.tabbar.svelte-12qhfyh svg:where(.svelte-12qhfyh){fill:currentColor;width:1.35rem;height:1.35rem}.tabbar.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){color:var(--mint-ink)}.tabbar.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh):before{content:"";background:var(--mint);height:3px;position:absolute;top:-1px;left:18%;right:18%}.updatebanner.svelte-12qhfyh{bottom:calc(var(--tabbar-height) + var(--safe-bottom) + .5rem);flex-direction:column;gap:.5rem;max-width:40rem;margin:0 auto .5rem;padding:.6rem .9rem;display:flex;position:sticky}.updatehead.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.updateactions.svelte-12qhfyh{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.updatebody.svelte-12qhfyh{color:var(--text-muted);flex-direction:column;font-size:.82rem;display:flex}.updatebody.svelte-12qhfyh strong:where(.svelte-12qhfyh){color:var(--text)}.changelist.svelte-12qhfyh{border-top:1px solid var(--line);max-height:40vh;padding-top:.5rem;overflow-y:auto}.changegroup.svelte-12qhfyh{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:.4rem 0 .2rem;font-size:.7rem}.changegroup.svelte-12qhfyh:first-child{margin-top:0}.nochange.svelte-12qhfyh{color:var(--text-muted);margin:0 0 .4rem;font-size:.8rem}.changes.svelte-12qhfyh{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.changes.svelte-12qhfyh li:where(.svelte-12qhfyh){color:var(--text-muted);background:var(--surface);border-left:3px solid #0000;flex-direction:column;padding:.3rem .5rem;font-size:.8rem;display:flex}.changes.mine.svelte-12qhfyh li:where(.svelte-12qhfyh){border-left-color:var(--mint)}.changetitle.svelte-12qhfyh{color:var(--text);font-weight:600}.body.svelte-12qhfyh,.column.svelte-12qhfyh{display:contents}.rail.svelte-12qhfyh{display:none}@media (width>=1024px){.app-bar.svelte-12qhfyh{padding-inline:1.25rem}.body.svelte-12qhfyh{grid-template-columns:var(--rail-width) minmax(0, 1fr);background:linear-gradient(to right, var(--surface) calc(var(--rail-width) - 1px), var(--line) calc(var(--rail-width) - 1px), var(--line) var(--rail-width), transparent var(--rail-width));flex:1;display:grid}.column.svelte-12qhfyh{flex-direction:column;min-width:0;display:flex}.rail.svelte-12qhfyh{top:calc(var(--appbar-height) + var(--safe-top));max-height:calc(100dvh - var(--appbar-height) - var(--safe-top));flex-direction:column;align-self:start;gap:.25rem;padding:1rem .75rem;display:flex;position:sticky;overflow-y:auto}.rail.svelte-12qhfyh a:where(.svelte-12qhfyh){border-radius:var(--radius);min-height:44px;color:var(--text-muted);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.75rem;padding:.55rem .85rem;font-size:.8rem;font-weight:700;text-decoration:none;display:flex;position:relative}.rail.svelte-12qhfyh svg:where(.svelte-12qhfyh){fill:currentColor;flex-shrink:0;width:1.35rem;height:1.35rem}.rail.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--line);color:var(--text)}.rail.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh){background:var(--mint-soft);color:var(--mint-ink)}.rail.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh):before{content:"";background:var(--mint);width:3px;position:absolute;top:18%;bottom:18%;left:-.75rem}.content.svelte-12qhfyh{padding:1rem 2rem 2rem}.content.fullbleed.svelte-12qhfyh{flex-direction:row;align-items:stretch;padding:0}.tabbar.svelte-12qhfyh{display:none}}
