

body { margin: 0; background: #080b0e; color: #e9edf2; font: 400 13px/1.45 'Space Grotesk', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #4cd07a; font-weight: 600; text-decoration: none; }
a:hover { color: #5ee88f; text-decoration: underline; text-decoration-color: #2f6b47; text-underline-offset: 3px; }
input, select, button { font-family: inherit; }
::placeholder { color: #4a5561; }
[hidden] { display: none !important; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

.topbar { background: #0d1116; border-bottom: 1px solid #232a32; display: flex; align-items: center; gap: 16px; padding: 0 18px; height: 40px; }
.topbar .brand { display: flex; align-items: center; gap: 8px; white-space: nowrap; color: #e9edf2; font: 600 12px 'Space Grotesk', sans-serif; }
.topbar .brand:hover { text-decoration: none; }
.topbar .brand img { width: 20px; height: 20px; flex-shrink: 0; }
.topbar .brand small { font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.16em; color: #4cd07a; }
.topbar nav { display: flex; align-self: stretch; align-items: stretch; }
.topbar nav a { display: flex; align-items: center; border-bottom: 2px solid transparent; color: #8492a0; font: 500 12px 'Space Grotesk', sans-serif; padding: 0 11px; white-space: nowrap; }
.topbar nav a:hover { color: #e9edf2; text-decoration: none; }
.topbar nav a.on { color: #e9edf2; border-bottom-color: #4cd07a; }
.topbar .right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.topbar .live { display: flex; align-items: center; gap: 6px; font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #7c8794; white-space: nowrap; }
.topbar .dot { width: 5px; height: 5px; border-radius: 50%; background: #4cd07a; box-shadow: 0 0 6px rgba(76, 208, 122, 0.8); animation: pulse 2.4s ease-in-out infinite; }
.topbar .dot.busy { background: #e8c14c; box-shadow: 0 0 6px rgba(232, 193, 76, 0.8); }
.topbar .site { font: 500 11px 'Space Grotesk', sans-serif; color: #6b7885; white-space: nowrap; }

.rail { border-bottom: 1px solid #232a32; background: #0a0d11; }
.rail .inner { max-width: 1200px; margin: 0 auto; padding: 11px 20px 10px; display: flex; align-items: flex-end; gap: 18px; flex-wrap: wrap; }
.rail .kicker { font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.18em; color: #5f6b77; }
.rail h1 { font: 600 15px/1.25 'Space Grotesk', sans-serif; margin: 2px 0 0; color: #e9edf2; white-space: nowrap; }
.rail h1 .mono { font: 600 15px/1.25 'IBM Plex Mono', monospace; letter-spacing: 0.04em; }
.rail select.title {
  background: none; border: none; border-bottom: 1px dashed #3d4854; color: #e9edf2;
  font: 600 15px/1.25 'Space Grotesk', sans-serif; padding: 1px 18px 1px 0; margin: 2px 0 0; cursor: pointer; appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7c8794 50%), linear-gradient(135deg, #7c8794 50%, transparent 50%);
  background-position: right 6px center, right 1px center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.rail select.title:hover, .rail select.title:focus-visible { border-bottom-color: #4cd07a; outline: none; }
.rail .search { display: flex; align-items: center; gap: 6px; align-self: flex-end; }
.rail .control { display: flex; align-items: center; gap: 6px; align-self: flex-end; }
.rail .fresh { margin-left: auto; display: flex; border: 1px solid #232a32; border-radius: 5px; overflow: hidden; background: #12171d; }
.rail .fresh div { padding: 4px 10px; border-right: 1px solid #232a32; }
.rail .fresh div:last-child { border-right: none; }
.rail .fresh b { display: block; font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.14em; color: #5f6b77; }
.rail .fresh span { display: block; font: 500 11px 'IBM Plex Mono', monospace; color: #a6b0ba; margin-top: 1px; }
.rail .fresh span.g { color: #5ee88f; }

.ci-input, .qbar input[type="text"], .qbar input[type="date"], .qbar input[type="month"], .qbar select, .pool-tools input {
  background: #11161c; border: 1px solid #2b3440; border-radius: 5px; color: #e9edf2;
  font: 500 12px 'IBM Plex Mono', monospace; letter-spacing: 0.06em; padding: 5px 8px;
}
.ci-input:focus-visible, .qbar input:focus-visible, .qbar select:focus-visible, .pool-tools input:focus-visible { outline: none; border-color: #4cd07a; }
.ci-input.call { text-transform: uppercase; width: 150px; }
.ci-btn { background: #4cd07a; color: #101318; border: 1px solid #4cd07a; border-radius: 5px; font: 600 11px 'Space Grotesk', sans-serif; padding: 5px 11px; cursor: pointer; white-space: nowrap; }
.ci-btn.quiet { background: #1d242e; color: #e9edf2; border-color: #303a45; }
.ci-btn[disabled] { opacity: 0.5; cursor: not-allowed; }
a.ci-btn:hover { text-decoration: none; }
.ci-btn:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(76, 208, 122, 0.25); }

.sheet {
  max-width: 1200px; margin: 22px auto 56px; padding: 20px; background: #101318; border: 1px solid #1c232b; border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset; display: flex; flex-direction: column; gap: 16px;
}
.two-up { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr)); gap: 16px; align-items: start; width: 100%; }
.prose { font: 400 12px/1.6 'Space Grotesk', sans-serif; color: #8492a0; margin: 0; text-wrap: pretty; max-width: 660px; }
.footnote { font: 400 12px/1.6 'Space Grotesk', sans-serif; color: #6b7885; margin: 0; max-width: 660px; text-wrap: pretty; }

.panel { background: #161b22; border: 1px solid #232a32; border-radius: 7px; overflow: hidden; width: 100%; }
.panel > .head { display: flex; align-items: baseline; gap: 9px; padding: 9px 12px; border-bottom: 1px solid #232a32; flex-wrap: wrap; }
.panel > .head h2 { font: 600 12px 'Space Grotesk', sans-serif; margin: 0; color: #e9edf2; }
.panel > .head .sub { font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #5f6b77; }
.panel > .head .spacer { margin-left: auto; }
.panel > .body { padding: 12px 14px; }
.panel > .foot { padding: 8px 12px; border-top: 1px solid #232a32; background: #12171d; font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #5f6b77; display: flex; gap: 12px; flex-wrap: wrap; }
.panel > .foot b { color: #8492a0; font-weight: 600; }
.panel.text { padding: 12px 14px; }
.panel.text h2 { font: 600 12px 'Space Grotesk', sans-serif; margin: 0; color: #e9edf2; }
.panel.text p { margin-top: 6px; }

.stats { display: grid; gap: 1px; background: #232a32; border: 1px solid #232a32; border-radius: 7px; overflow: hidden; width: 100%; }
.stats.n4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stats.n5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stats > div, .stats > a { background: #161b22; padding: 10px 14px; min-width: 0; display: block; text-decoration: none; }
.stats > a:hover { background: #1a2029; }
.stats > a:hover .k { color: #5ee88f; }
.stats .v { font: 600 21px/1 'IBM Plex Mono', monospace; color: #e9edf2; font-variant-numeric: tabular-nums; }
.stats.n5 .v { font-size: 20px; }
.stats .v.g { color: #5ee88f; } .stats .v.y { color: #e8c14c; } .stats .v.r { color: #ff8a8a; } .stats .v.b { color: #7cc8ff; } .stats .v.m { color: #a6b0ba; } .stats .v.q { color: #7c8794; }
.stats .k { font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.16em; color: #5f6b77; margin-top: 6px; }
@media (max-width: 700px) { .stats.n4, .stats.n5 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.ci-tablewrap { width: 100%; overflow-x: auto; }
.ci-tablewrap.tall { max-height: 400px; overflow-y: auto; }
.ci-tablewrap.pool { max-height: 520px; overflow-y: auto; }
table.ci { border-collapse: collapse; width: 100%; font: 400 12px/1.35 'Space Grotesk', sans-serif; }
table.ci th { position: sticky; top: 0; z-index: 2; text-align: left; font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.14em; color: #5f6b77; padding: 7px 11px; background: #12171d; border-bottom: 1px solid #232a32; white-space: nowrap; }
table.ci th.num { text-align: right; }
table.ci th.g { color: #5ee88f; }
table.ci th button { background: none; border: none; font: inherit; letter-spacing: inherit; color: inherit; padding: 7px 11px; margin: -7px -11px; cursor: pointer; width: calc(100% + 22px); text-align: inherit; white-space: nowrap; }
table.ci th button:hover { color: #a6b0ba; }
table.ci td { padding: 5px 11px; border-bottom: 1px solid #1a2027; vertical-align: top; color: #e9edf2; white-space: nowrap; }
table.ci td.wrap { white-space: normal; min-width: 200px; }
.two-up.stacked { grid-template-columns: 1fr; }
table.ci tbody tr:hover td { background: #1a212a; }
table.ci tr:last-child td { border-bottom: none; }
table.ci td.mono { font: 500 12px 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums; }
table.ci td.num { text-align: right; font: 500 12px 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums; color: #a6b0ba; }
table.ci td.num.ink { color: #e9edf2; } table.ci td.num.g { color: #5ee88f; font-weight: 600; } table.ci td.num.q { color: #7c8794; }
table.ci td.dim { color: #a6b0ba; } table.ci td.quiet { color: #7c8794; }
table.ci td.entity { max-width: 190px; overflow: hidden; text-overflow: ellipsis; }
table.ci td.reqs { max-width: 240px; overflow: hidden; text-overflow: ellipsis; }
table.ci a.call { font: 600 13px 'IBM Plex Mono', monospace; letter-spacing: 0.03em; color: #e9edf2; }
table.ci a.call.g { color: #5ee88f; } table.ci a.call.vanity { color: #e8c14c; }
table.ci td.rail { border-left: 3px solid #303a45; }
table.ci td.rail-ok { border-left-color: #4cd07a; } table.ci td.rail-bad { border-left-color: #5c2b2e; } table.ci td.rail-warn { border-left-color: #e8c14c; } table.ci td.rail-info { border-left-color: #7cc8ff; } table.ci td.rail-red { border-left-color: #ff8a8a; }
table.ci tr.foot td { border-top: 1px solid #303a45; background: #12171d; font-weight: 600; color: #e9edf2; }
table.ci tr.foot td:first-child { font: 600 10px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #8492a0; }
table.ci tr.foot:hover td { background: #12171d; }
.word { font: 500 12px 'Space Grotesk', sans-serif; }
.word.ok { color: #5ee88f; } .word.warn { color: #e8c14c; } .word.bad { color: #ff8a8a; } .word.info { color: #7cc8ff; } .word.muted { color: #8492a0; }
.word b { font-weight: 600; }
.code { font: 500 10px 'IBM Plex Mono', monospace; color: #5f6b77; }
.tag { font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.1em; color: #5f6b77; margin-left: 4px; }
.share { height: 5px; border-radius: 3px; background: #11161c; overflow: hidden; width: 70px; }
.share i { display: block; height: 100%; background: #3f9a63; }
.gold { color: #e8c14c; }

.ci-badge { display: inline-block; font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.08em; border-radius: 3px; padding: 1px 5px; border: 1px solid #303a45; color: #a6b0ba; background: #11161c; white-space: nowrap; }
.ci-badge.ok { border-color: rgba(76, 208, 122, 0.5); color: #5ee88f; }
.ci-badge.warn { border-color: #5c4a22; color: #e8c14c; background: #16130c; }
.ci-badge.bad { border-color: #5c2b2e; color: #ff8a8a; background: #190f10; }
.ci-badge.info { border-color: #2b4a5c; color: #7cc8ff; background: #0c1419; }
.ci-badge.muted { color: #6b7885; }

.ci-empty { border: 1px dashed #2b3a4a; border-radius: 7px; padding: 12px 14px; font: 400 12px/1.6 'Space Grotesk', sans-serif; color: #8492a0; width: 100%; }
.ci-loading { font: 500 10px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #e8c14c; padding: 10px 12px; }
.ci-err { font: 500 12px/1.5 'Space Grotesk', sans-serif; color: #ff8a8a; padding: 10px 12px; }
.ci-asof { font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #5f6b77; }
.ci-asof b { color: #8492a0; font-weight: 600; }

.qbar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 10px 12px; }
.qbar select#qtype { font: 600 12px 'Space Grotesk', sans-serif; letter-spacing: 0; min-width: 300px; }
.qbar input[type="text"] { text-transform: uppercase; width: 130px; }
.qbar input[type="date"], .qbar input[type="month"] { width: 150px; }
.qparams { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.qparams label { font: 400 11px 'Space Grotesk', sans-serif; color: #a6b0ba; display: inline-flex; align-items: center; gap: 5px; }
.qparams input[type="checkbox"], .qparams input[type="radio"] { accent-color: #4cd07a; }
.qhint { flex-basis: 100%; font: 400 11px/1.4 'Space Grotesk', sans-serif; color: #6b7885; }

.record { background: #161b22; border: 1px solid #232a32; border-left: 3px solid #4cd07a; border-radius: 7px; overflow: hidden; width: 100%; }
.record.off { border-left-color: #5c2b2e; }
.record .identity { display: flex; flex-wrap: wrap; gap: 22px 34px; padding: 14px 16px; border-bottom: 1px solid #232a32; align-items: flex-start; }
.record .call { font: 600 30px/1 'IBM Plex Mono', monospace; letter-spacing: 0.03em; color: #e9edf2; }
.record .who { font: 600 14px 'Space Grotesk', sans-serif; color: #e9edf2; margin-top: 8px; }
.record .where { font: 400 12px/1.45 'Space Grotesk', sans-serif; color: #8492a0; margin-top: 1px; }
.record .facts { display: flex; gap: 22px; flex-wrap: wrap; align-items: flex-start; }
.record .facts .k, .record .meta .k, .record .term .k { font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.16em; color: #5f6b77; }
.record .facts .v { font: 600 14px 'Space Grotesk', sans-serif; color: #e9edf2; margin-top: 4px; display: flex; align-items: center; gap: 6px; }
.record .facts .v.mono { font: 500 14px 'IBM Plex Mono', monospace; font-variant-numeric: tabular-nums; }
.record .facts .v .rail { width: 3px; height: 13px; border-radius: 2px; background: #4cd07a; display: inline-block; }
.record .facts .v .rail.bad { background: #ff8a8a; } .record .facts .v .rail.warn { background: #e8c14c; }
.record .meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 130px), 1fr)); gap: 1px; background: #232a32; }
.record .meta > div { background: #161b22; padding: 8px 12px; min-width: 0; }
.record .meta .v { font: 500 12px 'IBM Plex Mono', monospace; color: #e9edf2; margin-top: 3px; font-variant-numeric: tabular-nums; }
.record .meta .v.text { font: 500 12px 'Space Grotesk', sans-serif; white-space: normal; }
.record .term { padding: 11px 16px; border-top: 1px solid #232a32; }
.record .term .row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: baseline; }
.record .term .note { font: 400 12px 'Space Grotesk', sans-serif; color: #8492a0; white-space: nowrap; }
.record .term .note b { color: #e9edf2; font-weight: 600; } .record .term .note b.g { color: #5ee88f; } .record .term .note b.y { color: #e8c14c; } .record .term .note b.r { color: #ff8a8a; }
.record .bar { margin-top: 8px; height: 6px; border-radius: 3px; background: #11161c; border: 1px solid #232a32; overflow: hidden; display: flex; }
.record .bar .gone { background: linear-gradient(90deg, #1f4f33, #2f7a4d); }
.record .bar .left { background: #11161c; }
.record .bar .window { background: repeating-linear-gradient(45deg, #3b3418, #3b3418 3px, #11161c 3px, #11161c 6px); }
.record .bar .over { background: repeating-linear-gradient(45deg, #5c2b2e, #5c2b2e 3px, #11161c 3px, #11161c 6px); }
.record .ticks { display: flex; justify-content: space-between; margin-top: 5px; font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.06em; color: #5f6b77; }
.record .ticks .today { color: #8492a0; }
.record .actions { padding: 9px 16px; border-top: 1px solid #232a32; display: flex; gap: 7px; flex-wrap: wrap; align-items: center; background: #12171d; }
.record .actions .src { font: 400 10px 'Space Grotesk', sans-serif; color: #5f6b77; margin-left: 6px; }
.record .flag { margin: 0 16px 10px; font: 400 12px/1.5 'Space Grotesk', sans-serif; color: #ff8a8a; }

.cards { padding: 11px 12px; display: flex; flex-direction: column; gap: 8px; }
.app { border: 1px solid #2b3440; border-radius: 6px; background: #11161c; overflow: hidden; width: 100%; }
.app.done { border-color: #232a32; }
.app .top { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: center; padding: 8px 11px; }
.app.open .top { border-bottom: 1px solid #1a2027; }
.app .top .l { display: flex; align-items: center; gap: 8px; }
.app .top .rail { width: 3px; height: 13px; border-radius: 2px; background: #303a45; display: inline-block; }
.app .top .rail.ok { background: #4cd07a; } .app .top .rail.bad { background: #ff8a8a; } .app .top .rail.info { background: #7cc8ff; } .app .top .rail.warn { background: #e8c14c; }
.app .top .purpose { font: 600 13px 'Space Grotesk', sans-serif; color: #e9edf2; }
.app.done .top .purpose { font-weight: 500; color: #a6b0ba; }
.app .top .status { font: 600 9px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; }
.app .top .file { font: 500 11px 'IBM Plex Mono', monospace; color: #8492a0; }
.app.done .top .file { color: #6b7885; }
.app .timeline { padding: 2px 11px 7px; }
.app .ev { display: flex; gap: 12px; padding: 5px 0; border-bottom: 1px solid #1a2027; align-items: baseline; }
.app .ev:last-child { border-bottom: none; }
.app .ev .d { font: 500 11px 'IBM Plex Mono', monospace; color: #8492a0; width: 82px; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.app .ev .t { font: 400 12px 'Space Grotesk', sans-serif; color: #e9edf2; }
.app .ev .c { margin-left: auto; font: 500 10px 'IBM Plex Mono', monospace; color: #5f6b77; padding-left: 16px; }
.app .req { padding: 7px 11px; border-top: 1px solid #1a2027; background: #12171d; display: flex; gap: 7px; align-items: center; flex-wrap: wrap; }
.app .req .k { font: 600 8px 'IBM Plex Mono', monospace; letter-spacing: 0.14em; color: #5f6b77; }
.app .req a { font: 500 12px 'IBM Plex Mono', monospace; color: #8492a0; }
.app .req a.first { font-weight: 600; color: #5ee88f; }
.app .req .sep { color: #3d4854; }

.map { display: block; width: 100%; height: 390px; border: none; background: #161b22; }
.pool-tools { display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-bottom: 1px solid #232a32; flex-wrap: wrap; }
.pool-tools h2 { font: 600 12px 'Space Grotesk', sans-serif; margin: 0; color: #e9edf2; white-space: nowrap; }
.seg { display: flex; border: 1px solid #2b3440; border-radius: 5px; overflow: hidden; }
.seg button { background: none; border: none; border-right: 1px solid #2b3440; padding: 4px 9px; font: 600 10px 'IBM Plex Mono', monospace; letter-spacing: 0.1em; color: #8492a0; cursor: pointer; }
.seg button:last-child { border-right: none; }
.seg button.on { color: #5ee88f; background: #12181f; }
.pool-tools label { display: flex; align-items: center; gap: 6px; font: 400 11px 'Space Grotesk', sans-serif; color: #a6b0ba; cursor: pointer; white-space: nowrap; }
.pool-tools input[type="checkbox"] { accent-color: #4cd07a; width: 13px; height: 13px; }
.pool-tools input[type="text"] { font-size: 11px; width: 96px; text-transform: uppercase; padding: 4px 8px; }
.pool-tools .count { font: 500 9px 'IBM Plex Mono', monospace; letter-spacing: 0.12em; color: #5f6b77; white-space: nowrap; margin-left: auto; }
.legend { padding: 7px 12px; border-top: 1px solid #232a32; background: #12171d; display: flex; gap: 12px; flex-wrap: wrap; font: 500 10px 'IBM Plex Mono', monospace; letter-spacing: 0.04em; color: #7c8794; }
.legend span { display: flex; align-items: center; gap: 5px; }
.legend i { width: 7px; height: 7px; border-radius: 2px; display: inline-block; }

table.ci td.share { white-space: nowrap; min-width: 130px; font: 500 11px 'IBM Plex Mono', monospace; color: #a6b0ba; }
table.ci td.share .bar { display: inline-block; width: calc(var(--w) * 0.6); height: 6px; border-radius: 2px; background: #4cd07a; margin-right: 6px; vertical-align: middle; }

.chips { display: inline-flex; flex-wrap: wrap; gap: 5px 7px; padding: 2px 0; vertical-align: middle; }
.odds { display: inline-flex; align-items: center; gap: 5px; border: 1px solid #2b3440; border-radius: 4px; padding: 3px 8px; font: 500 11px 'IBM Plex Mono', monospace; color: #8492a0; text-decoration: none; white-space: nowrap; cursor: help; }
.odds b { font-weight: 600; color: #e9edf2; }
.odds.sure { border-color: #2e7d4a; color: #5ee88f; background: #10201a; }
.odds.maybe { border-color: #6b5a1e; color: #e8c14c; background: #1d1a10; }
.odds.no { border-color: #5a2b2b; color: #ff8a8a; background: #1d1212; }
.odds.no b, .odds.quiet b { color: #8492a0; }
.odds.quiet { color: #5f6b77; }
.odds:hover { border-color: #4cd07a; }
table.ci td.reqs { max-width: 560px; }
.method { font: 400 12px/1.65 'Space Grotesk', sans-serif; color: #a6b0ba; padding: 12px 14px; max-width: 900px; }
.legend { display: grid; grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); gap: 6px 18px; padding: 10px 14px; }
.legend > div { display: flex; align-items: center; gap: 10px; font: 400 12px/1.5 'Space Grotesk', sans-serif; color: #a6b0ba; }
.legend .odds { cursor: default; min-width: 128px; justify-content: center; }
table.ci td.reqs { padding-top: 6px; padding-bottom: 6px; }
.stack { display: flex; flex-direction: column; gap: 16px; width: 100%; }
#hovertip { position: fixed; z-index: 50; pointer-events: none; opacity: 0; transition: opacity 80ms ease; max-width: 340px; background: #0a0d11; border: 1px solid #303a45; border-radius: 6px; padding: 8px 10px; font: 400 12px/1.5 'Space Grotesk', sans-serif; color: #e9edf2; box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45); }
#hovertip.on { opacity: 1; }
#hovertip b { display: block; font: 600 9px 'IBM Plex Mono', monospace; letter-spacing: 0.14em; color: #5ee88f; margin-bottom: 3px; }
.hint { cursor: help; border-bottom: 1px dotted #3a4654; }
.panel > button.head.toggle { width: 100%; background: none; border: none; border-bottom: 1px solid #232a32; text-align: left; cursor: pointer; font: inherit; color: inherit; }
.panel > button.head.toggle:hover { background: #1a2029; }
.panel.day:not(.open) > button.head.toggle { border-bottom: none; }
.panel .caret { font: 600 11px 'IBM Plex Mono', monospace; color: #5ee88f; width: 10px; }
table.ci th .thbtn { background: none; border: none; padding: 0; font: inherit; color: inherit; cursor: pointer; letter-spacing: inherit; }
table.ci th .thbtn:hover, table.ci th .thbtn.on { color: #5ee88f; }
