:root{--bg:#05070d;--panel:#0a0e18db;--border:#ffffff14;--text:#e6ecf5;--muted:#8d99ae;--accent:#4cc9f0;color:var(--text);font-family:IBM Plex Sans,Segoe UI,system-ui,-apple-system,sans-serif;font-size:13px}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;margin:0;overflow:hidden}#globe{position:fixed;inset:0}#panel{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;width:320px;max-height:calc(100vh - 24px);padding:14px 16px 16px;position:fixed;top:12px;left:12px;overflow-y:auto;box-shadow:0 10px 40px #00000080}#panel header h1{letter-spacing:.02em;margin:0;font-size:18px;font-weight:600}#panel header .sub{color:var(--muted);margin:4px 0 12px}#panel h2{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:14px 0 6px;font-size:11px;font-weight:600}section{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}section#time{border-top:none;margin-top:0;padding-top:0}.clock{font-variant-numeric:tabular-nums;justify-content:space-between;align-items:baseline;font-size:15px;display:flex}.clock #clock-offset{color:var(--muted);font-size:12px}#slider{width:100%;accent-color:var(--accent);margin:8px 0 6px}.row{align-items:center;gap:8px;display:flex}.speed{color:var(--muted)}.speed select{color:var(--text);border:1px solid var(--border);background:#121826;border-radius:6px;margin-left:4px;padding:3px 6px}.btn{color:var(--text);border:1px solid var(--border);cursor:pointer;background:#121826;border-radius:6px;padding:4px 10px;font-size:13px}.btn:hover{border-color:var(--accent)}.btn.small{padding:3px 8px;font-size:12px}.checks{grid-template-columns:1fr 1fr;gap:4px 10px;display:grid}.checks label{cursor:pointer;white-space:nowrap;align-items:center;gap:6px;min-width:0;display:flex}.checks label .name{text-overflow:ellipsis;overflow:hidden}.checks label .chip{border-radius:50%;flex:none;width:10px;height:10px}.checks label .count{color:var(--muted);font-variant-numeric:tabular-nums;flex:none;margin-left:auto}#find{width:100%;color:var(--text);border:1px solid var(--border);background:#121826;border-radius:6px;padding:6px 8px}dl{grid-template-columns:auto 1fr;gap:3px 10px;margin:0;display:grid}dt{color:var(--muted)}dd{font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:0}.caveat{color:var(--muted);margin:10px 0 0;font-size:11px;line-height:1.4}#tooltip{pointer-events:none;background:var(--panel);border:1px solid var(--border);z-index:10;font-variant-numeric:tabular-nums;border-radius:8px;max-width:280px;padding:8px 10px;line-height:1.35;position:fixed}#tooltip b{margin-bottom:2px;font-size:13px;display:block}#tooltip .muted{color:var(--muted)}#loading{background:var(--panel);border:1px solid var(--border);z-index:20;border-radius:8px;padding:10px 16px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:720px){#panel{width:calc(100vw - 24px);max-height:45vh}}#conjunctions{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;flex-direction:column;gap:8px;width:360px;max-height:calc(100vh - 24px);padding:14px 16px 16px;display:flex;position:fixed;top:12px;right:12px;box-shadow:0 10px 40px #00000080}#conjunctions header h1{letter-spacing:.02em;margin:0;font-size:15px}#conjunctions .sub{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.45}#conjunctions .row{align-items:center;gap:8px;display:flex}#conjunction-filter{flex:1;min-width:0}#conjunctions label.checkbox{color:var(--muted);white-space:nowrap;align-items:center;gap:4px;font-size:11px;display:flex}#conjunction-list{border-top:1px solid var(--border);flex:auto;min-height:170px;padding-top:6px;overflow-y:auto}.cj-row{border-bottom:1px solid var(--border)}.cj-head{text-align:left;width:100%;color:var(--text);cursor:pointer;font:inherit;background:0 0;border:0;grid-template-columns:1fr auto;gap:2px 8px;padding:7px 2px;display:grid}.cj-head:hover{background:#ffffff0a}.cj-names{overflow-wrap:anywhere}.cj-nums{font-variant-numeric:tabular-nums;white-space:nowrap}.cj-sub{grid-column:1/-1;font-size:11px}.flag{color:#05070d;border-radius:4px;margin-left:6px;padding:0 5px;font-size:11px;font-weight:600;display:inline-block}.flag.red{background:#ef476f}.flag.yellow{background:#ffd166}.flag.low{border:1px solid var(--muted);color:var(--muted);background:0 0;font-weight:400}.cj-events{padding:0 0 8px 8px}.cj-event{text-align:left;border:0;border-left:2px solid var(--border);width:100%;color:var(--text);cursor:pointer;font:inherit;font-variant-numeric:tabular-nums;background:0 0;grid-template-columns:1fr auto auto auto;gap:8px;padding:4px 6px;font-size:12px;display:grid}.cj-event:hover{border-left-color:var(--accent);background:#ffffff0a}#conjunction-detail{border-top:1px solid var(--border);max-height:46vh;padding-top:8px;overflow-y:auto}#conjunction-detail h2{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 8px;font-size:12px}#conjunction-detail svg{margin-bottom:6px;display:block}#conjunction-detail .muted{color:var(--muted);margin:0 0 8px;font-size:11px;line-height:1.4}@media (max-width:1100px){#conjunctions{display:none}}#storm{border-top:1px solid var(--border);flex:0 auto;min-height:190px;max-height:38vh;overflow-y:auto}.storm-segments{background:var(--border);border:1px solid var(--border);border-radius:7px;gap:1px;display:flex;overflow:hidden}.storm-seg{font:inherit;color:var(--muted);cursor:pointer;white-space:nowrap;background:#ffffff05;border:none;flex:1 1 0;padding:6px 4px;font-size:11px}.storm-seg:hover:not(:disabled){color:var(--text);background:#ffffff12}.storm-seg[aria-pressed=true]{color:var(--text);background:#4cc9f02e;font-weight:600}.storm-seg:disabled{opacity:.35;cursor:not-allowed}.storm-dropdown{display:none}.storm-dropdown select{width:100%;font:inherit;color:var(--text);border:1px solid var(--border);background:#ffffff0d;border-radius:6px;padding:6px 8px}.storm-note{margin:8px 0 4px;font-size:11px;line-height:1.45}.storm-note .warn,.warn{color:#f4a261}.storm-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;margin:8px 0 4px;font-size:11px}.storm-table th,.storm-table td{text-align:right;border-bottom:1px solid var(--border);padding:3px 4px}.storm-table thead th{color:var(--muted);text-transform:none;font-weight:600}.storm-table th[scope=row]{text-align:left;color:var(--muted);font-weight:400}.storm-table td:first-of-type,.storm-table thead th:nth-child(2){color:var(--text);font-weight:600}.storm-explainer{margin-top:6px}.storm-explainer>summary{cursor:pointer;color:var(--muted);font-size:11px}.storm-explainer .caveat{margin-top:6px}.storm-unscoreable-box{border:1px solid var(--border);border-radius:6px;margin:8px 0;padding:6px 8px}.storm-unscoreable-box>summary{cursor:pointer;color:var(--muted);font-size:11px}ul.storm-unscoreable{max-height:220px;margin:6px 0 0;padding:0;list-style:none;overflow-y:auto}ul.storm-unscoreable li{border-top:1px solid var(--border);flex-direction:column;gap:1px;padding:4px 0;font-size:11px;display:flex}.chip-validity{border:1px solid var(--border);color:var(--muted);letter-spacing:.02em;cursor:help;border-radius:3px;margin-left:5px;padding:0 4px;font-size:10px}.cj-delta{font-variant-numeric:tabular-nums;margin-left:6px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}body[data-replay] #panel,body[data-replay] #conjunctions{max-height:calc(100vh - 200px)}#replay[hidden],#replay-sun[hidden]{display:none}#replay{background:var(--panel);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;align-items:stretch;gap:12px;padding:10px 12px;display:flex;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 10px 40px #00000080}#replay-panel{flex:auto;min-width:0}#replay-sun-box{background:#0006;border-radius:6px;flex:none;width:96px;height:96px;overflow:hidden}#replay-sun{object-fit:cover;width:100%;height:100%;transition:filter .22s;display:block}#replay-sun.placeholder{filter:blur(3px)saturate(.9)}.replay-readout{font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:6px;display:flex}.replay-readout .g{color:#f4a261;background:#e2554f40;border-radius:3px;padding:0 4px;font-size:11px}.replay-bar{cursor:crosshair;border:1px solid var(--border);background:#00000040;border-radius:4px;height:64px;overflow:hidden}.replay-bar svg{width:100%;height:100%;display:block}.replay-legend{color:var(--muted);flex-wrap:wrap;gap:12px;margin-top:5px;font-size:11px;display:flex}.replay-legend .swatch{vertical-align:baseline;border-radius:2px;width:9px;height:9px;margin-right:4px;display:inline-block}.replay-legend .swatch.kp{background:linear-gradient(90deg,#8d99ae73,#c1121f)}@media (max-width:900px){.storm-segments{display:none}.storm-dropdown{display:block}#replay{flex-direction:column}#replay-sun-box{width:64px;height:64px}}
