:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface-0:#f5f6f8;--surface-1:#fff;--surface-2:#eef0f3;--surface-3:#e4e7ec;--text-1:#1b1f24;--text-2:#49515a;--text-3:#5f6873;--border-1:#e3e6ea;--border-2:#c6ccd4;--accent:#0b53d6;--accent-hover:#0a48b8;--accent-fg:#fff;--accent-soft:#e9effc;--focus:#0b53d6;--danger:#b00020;--danger-soft:#fdeef0;--danger-border:#e7b3b3;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--fs-xs:.75rem;--fs-sm:.85rem;--fs-md:1rem;--fs-lg:1.15rem;--fs-xl:1.35rem;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.5rem;--sp-6:2rem;--sp-7:2.5rem;--sp-8:3rem;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--radius-full:999px;--shadow-1:0 1px 2px #10141a0f;--shadow-2:0 4px 16px #10141a24;--motion-fast:.12s;--motion-slow:.2s;--ease-out:cubic-bezier(.2, .6, .2, 1)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface-0:#15171b;--surface-1:#1c1f24;--surface-2:#24282e;--surface-3:#2b3037;--text-1:#e7eaee;--text-2:#aeb6bf;--text-3:#8d95a0;--border-1:#2e333a;--border-2:#454c55;--accent:#7aa7ff;--accent-hover:#93b8ff;--accent-fg:#0e1422;--accent-soft:#1d2a45;--focus:#7aa7ff;--danger:#ff8a92;--danger-soft:#3a1e22;--danger-border:#6b3138;--shadow-1:0 1px 2px #0006;--shadow-2:0 4px 16px #00000080}@media (prefers-color-scheme:dark){:root[data-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface-0:#15171b;--surface-1:#1c1f24;--surface-2:#24282e;--surface-3:#2b3037;--text-1:#e7eaee;--text-2:#aeb6bf;--text-3:#8d95a0;--border-1:#2e333a;--border-2:#454c55;--accent:#7aa7ff;--accent-hover:#93b8ff;--accent-fg:#0e1422;--accent-soft:#1d2a45;--focus:#7aa7ff;--danger:#ff8a92;--danger-soft:#3a1e22;--danger-border:#6b3138;--shadow-1:0 1px 2px #0006;--shadow-2:0 4px 16px #00000080}}@media (prefers-reduced-motion:reduce){:root{--motion-fast:0s;--motion-slow:0s}}:root{--bg:var(--surface-1);--fg:var(--text-1);--bar-bg:var(--surface-2);--bar-border:var(--border-1);--gutter-bg:var(--surface-2);--gutter-fg:var(--text-2);--gutter-border:var(--border-1);--current-bg:var(--accent-soft);--strip-border:var(--border-2);--divider-bg:var(--surface-3);--divider-bar:var(--text-3);--match-bg:#fff2a8;--match-active-bg:#ffd54a;--strip-bg:#fcfcfd;--strip-content-bg:#fbfcff}:root[data-theme=dark]{--match-bg:#514414;--match-active-bg:#6d5c14;--strip-bg:#191c21;--strip-content-bg:#1e222a}@media (prefers-color-scheme:dark){:root[data-theme=system]{--match-bg:#514414;--match-active-bg:#6d5c14;--strip-bg:#191c21;--strip-content-bg:#1e222a}}*{box-sizing:border-box}html,body{background:var(--surface-0);height:100%;color:var(--text-1);font-family:var(--font-sans);margin:0}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button{font:inherit;color:var(--fg);background:var(--surface-1);border:1px solid var(--border-2);border-radius:var(--radius-md);cursor:pointer;padding:.35rem .7rem}button:hover{background:var(--surface-2)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.viewer{background:var(--bg);flex-direction:column;height:100%;display:flex;position:relative}.bar{background:var(--bar-bg);border-bottom:1px solid var(--bar-border);flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.bar h1{font-size:var(--fs-md);margin:0;font-weight:600}.panes{flex-direction:column;flex:auto;min-height:0;display:flex}.day-pane{flex:auto;min-height:0;overflow:hidden}.strip-pane{border-top:2px solid var(--strip-border);background:var(--strip-bg);flex:none;min-height:0;overflow:hidden}:is(.day-pane :global(.cm-editor),.strip-pane :global(.cm-editor)){height:100%}.strip-pane :global(.cm-content){background:var(--strip-content-bg)}.divider{background:var(--divider-bg);cursor:row-resize;flex:none;justify-content:center;align-items:center;height:10px;display:flex}.divider:before{content:"";background:var(--divider-bar);border-radius:2px;width:40px;height:2px}.search{align-items:center;gap:.35rem;margin-left:auto;display:flex}.search input{font:inherit;color:var(--text-1);background:var(--surface-1);border:1px solid var(--border-2);border-radius:var(--radius-md);min-width:14ch;padding:.3rem .55rem}.search .count{font-variant-numeric:tabular-nums;color:var(--gutter-fg);text-align:right;min-width:4ch}.search button{padding:.3rem .55rem}.controls{margin-left:.5rem}.hint{font-size:var(--fs-sm);color:var(--gutter-fg);background:var(--bar-bg);border-top:1px solid var(--bar-border);flex:none;margin:0;padding:.3rem 1rem}.fatal{background:var(--danger-soft);color:var(--danger);border-bottom:1px solid var(--danger-border);margin:0;padding:.5rem 1rem}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto}}.sidebar.svelte-1ccclju{width:15rem;padding:var(--sp-4) var(--sp-3);background:var(--surface-1);border-right:1px solid var(--border-1);flex:none;overflow-y:auto}ul.svelte-1ccclju{gap:var(--sp-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.entry.svelte-1ccclju{align-items:center;gap:var(--sp-2);padding:var(--sp-2) var(--sp-3);border-radius:var(--radius-md);color:var(--text-3);display:flex}.entry-label.svelte-1ccclju{font-size:var(--fs-sm);font-weight:500}.entry-soon.svelte-1ccclju{font-size:var(--fs-xs);color:var(--text-3);background:var(--surface-2);border:1px solid var(--border-1);border-radius:var(--radius-full);white-space:nowrap;margin-left:auto;padding:.05rem .5rem}.theme-toggle.svelte-1ihlba3{align-items:center;gap:var(--sp-2);font-size:var(--fs-sm);color:var(--text-2);border:1px solid var(--border-1);border-radius:var(--radius-md);background:0 0;padding:.3rem .65rem;display:inline-flex}.theme-toggle.svelte-1ihlba3:hover{color:var(--text-1);background:var(--surface-2)}.skip-link.svelte-12qhfyh{top:-100%;left:var(--sp-3);z-index:50;padding:var(--sp-2) var(--sp-3);background:var(--surface-1);color:var(--accent);border:1px solid var(--border-2);border-radius:var(--radius-md);position:absolute}.skip-link.svelte-12qhfyh:focus{top:var(--sp-2)}.shell.svelte-12qhfyh{flex-direction:column;height:100dvh;display:flex}.shell-header.svelte-12qhfyh{align-items:center;gap:var(--sp-3);padding:0 var(--sp-4);background:var(--surface-1);border-bottom:1px solid var(--border-1);flex:none;height:3rem;display:flex}.wordmark.svelte-12qhfyh{font-size:var(--fs-md);letter-spacing:.01em;font-weight:650}.shell-header-end.svelte-12qhfyh{align-items:center;gap:var(--sp-3);margin-left:auto;display:flex}.session-form.svelte-12qhfyh{display:contents}.session-link.svelte-12qhfyh{font-size:var(--fs-sm);color:var(--accent);text-decoration:none}button.session-link.svelte-12qhfyh{font:inherit;font-size:var(--fs-sm);cursor:pointer;background:0 0;border:0;padding:0}.session-link.svelte-12qhfyh:hover{text-decoration:underline}.shell-body.svelte-12qhfyh{flex:auto;min-height:0;display:flex;position:relative}.shell-main.svelte-12qhfyh{background:var(--surface-0);flex:auto;min-width:0;overflow:auto}.nav-toggle.svelte-12qhfyh{border:1px solid var(--border-1);background:0 0;justify-content:center;align-items:center;padding:.3rem .55rem;display:none}@media (width<=56rem){.nav-toggle.svelte-12qhfyh{display:inline-flex}.shell-body.svelte-12qhfyh .sidebar{z-index:40;box-shadow:var(--shadow-2);visibility:hidden;transition:transform var(--motion-slow) var(--ease-out), visibility var(--motion-slow) var(--ease-out);position:absolute;inset:0 auto 0 0;transform:translate(-100%)}.shell-body.nav-open.svelte-12qhfyh .sidebar{visibility:visible;transform:translate(0)}}
