:root{--bg:#0d1117;--surface:#161b22;--surface-2:#1c232c;--border:#263041;--gold:#c9a227;--gold-dim:#8a7220;--gold-ink:#0d1117;--green:#2ea043;--amber:#e3b341;--red:#f85149;--blue:#388bfd;--blue-ink:#0d1117;--text:#e6edf3;--text-dim:#8b949e;--text-faint:#5a6472;--sidebar-bg:#0a0e13;--font-inter:"Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--sidebar-w:236px;--radius:10px}:root[data-theme=light]{--bg:#f7f8fa;--surface:#fff;--surface-2:#eef0f3;--border:#dce0e6;--gold:#8a6a16;--gold-dim:#a47f14;--gold-ink:#fff;--green:#1a7f35;--amber:#9a6700;--red:#cf222e;--blue:#0969da;--blue-ink:#fff;--text:#1a2433;--text-dim:#57606a;--text-faint:#6e7781;--sidebar-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:var(--font-inter);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .15s ease,color .15s ease}:root{color-scheme:dark}:root[data-theme=light]{color-scheme:light}.mono{font-family:var(--font-mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.bf-tr:hover{background:var(--surface-2)}.oh-grid{display:grid;grid-template-columns:62px 1fr 164px;align-items:center;grid-column-gap:14px;column-gap:14px}.oh-row{height:32px}.oh-day{height:24px;width:100%;border-radius:6px;font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;border:1px solid var(--border);background:var(--surface-2);color:var(--text-dim);transition:background .12s ease,color .12s ease,border-color .12s ease}.oh-day[aria-pressed=true]{border-color:var(--gold-dim);background:rgba(201,162,39,.12);color:var(--gold)}.oh-day:hover{border-color:var(--text-faint)}.oh-rail{position:relative;height:18px;border-radius:4px;background:var(--bg);border:1px solid var(--border)}.oh-tick{position:absolute;top:0;bottom:0;width:1px;background:var(--border)}.oh-span{position:absolute;top:-1px;bottom:-1px;background:rgba(201,162,39,.15);border-left:2px solid var(--gold);border-right:2px solid var(--gold);border-radius:2px;transition:left .14s ease,width .14s ease}.oh-span.oh-bad{background:rgba(248,81,73,.16);border-left-color:var(--red);border-right-color:var(--red)}.oh-now{top:-4px;bottom:-4px;width:1px}.oh-now,.oh-now:after{position:absolute;background:var(--blue)}.oh-now:after{content:"";top:-2px;left:-2px;width:5px;height:5px;border-radius:50%}.oh-ruler{position:relative;height:12px}.oh-ruler span{position:absolute;top:0;font-family:var(--font-mono);font-size:9.5px;color:var(--text-faint);letter-spacing:.04em}.oh-ctl{display:flex;align-items:center;gap:6px;justify-content:flex-end;min-height:28px}.oh-time{width:70px;padding:4px 6px;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-family:var(--font-mono);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.oh-time:disabled{opacity:.35}.oh-dash{font-size:11px}.oh-dash,.oh-off{color:var(--text-faint)}.oh-off{font-size:12px}@media (max-width:640px){.oh-grid{grid-template-columns:62px 1fr;row-gap:6px}.oh-row{height:auto;padding:6px 0}.oh-ctl{grid-column:1/-1;justify-content:flex-start}}.cal-cell:hover{background:rgba(201,162,39,.06)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;transition-duration:.001ms!important}}