:root{--bg:#f6f7f9;--surface:#ffffff;--surface-alt:#fafbfc;--border:#e2e5ea;--border-strong:#cdd2da;--text:#16181d;--text-muted:#626a76;--text-faint:#949cab;--accent:#2f5bd7;--accent-soft:#e8eefc;--warn:#a35b00;--warn-soft:#fdf1de;--danger:#b3261e;--danger-soft:#fdeceb;--radius:8px;--shadow:0 1px 2px rgba(16,20,28,0.06),0 4px 12px rgba(16,20,28,0.04);--scrollbar-thumb:#ccd2db;--scrollbar-thumb-hover:#a9b2c0;--table-height:clamp(300px,calc(100vh - 380px),760px)}@media (prefers-color-scheme:dark){:root{--bg:#0f1115;--surface:#161920;--surface-alt:#1b1f27;--border:#262b35;--border-strong:#363d4a;--text:#e8eaee;--text-muted:#9aa3b2;--text-faint:#6b7484;--accent:#7ea0f5;--accent-soft:#1d2537;--warn:#e0a458;--warn-soft:#2b2317;--danger:#f08a82;--danger-soft:#2d1a19;--shadow:0 1px 2px rgba(0,0,0,0.4),0 4px 12px rgba(0,0,0,0.25);--scrollbar-thumb:#333b49;--scrollbar-thumb-hover:#475264}}.drawer .body,.table-scroll,html{scrollbar-color:var(--scrollbar-thumb) transparent}.drawer .body,.table-scroll{scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.92em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}a{color:var(--accent);text-decoration:underline;-webkit-text-decoration-color:var(--border-strong);text-decoration-color:var(--border-strong);text-underline-offset:2px}a:hover{-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.event-link{color:inherit;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;-webkit-text-decoration-color:var(--text-faint);text-decoration-color:var(--text-faint);text-underline-offset:3px}.event-link:focus-visible,.event-link:hover{color:var(--accent);-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.shell{max-width:1760px;margin:0 auto;padding:24px 20px 64px}.masthead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.masthead h1{font-size:20px;font-weight:650;letter-spacing:-.01em;margin:0}.masthead p{margin:2px 0 0}.account,.masthead p{color:var(--text-muted);font-size:13px}.account{display:flex;align-items:center;gap:10px}.avatar{width:28px;height:28px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:600;font-size:12px;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.centered-panel{max-width:420px;margin:15vh auto 0;padding:32px;text-align:center}.centered-panel h2{margin:0 0 8px;font-size:17px;font-weight:620}.centered-panel p{margin:0 0 20px;color:var(--text-muted)}.status-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:10px 14px;margin-bottom:12px;font-size:13px;color:var(--text-muted)}.status-bar strong{color:var(--text);font-weight:560}.badge{display:inline-flex;align-items:center;gap:6px;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:550;background:var(--warn-soft);color:var(--warn)}.badge .pulse{width:6px;height:6px;border-radius:50%;background:currentColor;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.badge .pulse{animation:none}}.spacer{flex:1 1 auto}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding:12px 14px;border-bottom:1px solid var(--border)}.select-trigger,input[type=search],select{font:inherit;color:var(--text);background:var(--surface-alt);border:1px solid var(--border-strong);border-radius:6px;padding:7px 10px;min-height:34px}input[type=search]{flex:1 1 260px;min-width:200px}select{max-width:260px}button:focus-visible,input[type=search]:focus-visible,select:focus-visible,th button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.searchable-select{position:relative;flex:0 1 260px;min-width:190px}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.select-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-popover{position:absolute;z-index:30;top:calc(100% + 6px);left:0;width:min(360px,calc(100vw - 32px));padding:8px;background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;box-shadow:0 14px 36px rgb(15 23 42/18%)}.select-popover input[type=search]{width:100%;min-width:0;margin-bottom:8px}.select-options{max-height:260px;overflow-y:auto}.select-option{width:100%;min-height:32px;display:flex;align-items:center;justify-content:flex-start;padding:6px 8px;border:0;border-radius:4px;background:transparent;text-align:left}.select-option:focus-visible,.select-option:hover{background:var(--surface-alt)}.select-option.selected{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.select-option span{min-width:0;overflow-wrap:anywhere}.select-empty{padding:10px 8px;color:var(--muted)}button{font:inherit;color:var(--text);background:var(--surface-alt);border:1px solid var(--border-strong);border-radius:6px;padding:7px 12px;min-height:34px;cursor:pointer}button:hover:not(:disabled){border-color:var(--accent)}button:disabled{opacity:.45;cursor:default}button.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:550}button.ghost{background:transparent;border-color:transparent;color:var(--text-muted);padding:4px 8px;min-height:0}button.ghost:hover:not(:disabled){background:var(--surface-alt);border-color:transparent;color:var(--text)}.table-scroll{height:var(--table-height);overflow:auto;overscroll-behavior:contain}table{width:100%;border-collapse:separate;border-spacing:0;white-space:nowrap}td,th{text-align:left;padding:0 14px;border-bottom:1px solid var(--border)}th{height:38px;background:var(--surface-alt);font-size:12px;font-weight:560;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);position:-webkit-sticky;position:sticky;top:0;z-index:1}th button{all:unset;cursor:pointer;display:inline-flex;align-items:center;gap:5px;border-radius:3px}th button:hover{color:var(--text)}th .arrow{color:var(--accent);font-size:10px}td{height:52px;color:var(--text)}tbody tr{cursor:pointer}tbody tr:hover td{background:var(--surface-alt)}tbody tr:last-child td{border-bottom:none}.col-thumb{width:56px;padding-right:0}.thumb{width:40px;height:40px;border-radius:5px;background:var(--surface-alt);border:1px solid var(--border);display:grid;place-items:center;color:var(--text-faint);overflow:hidden;flex:none}.thumb img{width:100%;height:100%;object-fit:cover}table.sized{table-layout:fixed}table.sized td{overflow:hidden;text-overflow:ellipsis}table.sized .event-title{max-width:100%}table.sized .description{min-width:0;max-width:none}.col-spacer{padding:0}.col-resizer{position:absolute;top:0;right:0;width:9px;height:100%;cursor:col-resize;z-index:2;touch-action:none}.col-resizer:after{content:"";position:absolute;top:9px;bottom:9px;right:4px;width:1px;background:var(--border-strong);opacity:0;transition:opacity .12s ease}.col-resizer:hover:after{opacity:1}body.resizing,body.resizing *{cursor:col-resize!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.description{white-space:normal;min-width:200px;max-width:380px;color:var(--text-muted);font-size:13px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-title{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.venue{display:flex;flex-direction:column;line-height:1.3}.venue small{color:var(--text-faint);font-size:11px}.reason-code{display:inline-block;padding:2px 7px;border-radius:4px;background:var(--accent-soft);color:var(--accent);font-size:12px}.placeholder{color:var(--text-faint)}.id-cell{display:inline-flex;align-items:center;gap:4px}tbody tr .copy-slot{opacity:0}tbody tr:focus-within .copy-slot,tbody tr:hover .copy-slot{opacity:1}.pager{display:flex;align-items:center;gap:10px;padding:11px 14px;border-top:1px solid var(--border);font-size:13px}.footnote,.pager{color:var(--text-muted)}.footnote{margin:10px 2px 0;font-size:12px}.footnote span{color:var(--text-faint)}.state{height:var(--table-height);display:grid;align-content:center;justify-items:center;padding:24px;text-align:center;color:var(--text-muted)}.state h3{margin:0 0 6px;font-size:15px;font-weight:600;color:var(--text)}.state p{margin:0 auto;max-width:460px}.error-note,.state.error h3{color:var(--danger)}.error-note{display:inline-block;margin-top:14px;padding:8px 12px;border-radius:6px;background:var(--danger-soft);font-size:13px}.skeleton-region{height:var(--table-height);overflow:hidden}.skeleton-row{height:52px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:16px;padding:0 14px}.skeleton-bar{height:10px;border-radius:4px;background:linear-gradient(90deg,var(--surface-alt),var(--border),var(--surface-alt));background-size:200% 100%;animation:shimmer 1.4s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton-bar{animation:none}}.scrim{position:fixed;inset:0;background:rgba(10,12,16,.42);z-index:40}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(440px,100vw);background:var(--surface);border-left:1px solid var(--border);z-index:41;display:flex;flex-direction:column;box-shadow:-8px 0 24px rgba(10,12,16,.12)}.drawer header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--border)}.drawer header h2{margin:0;font-size:15px;font-weight:620}.drawer .body{padding:6px 18px 24px;overflow-y:auto}.field{padding:12px 0;border-bottom:1px solid var(--border)}.field:last-child{border-bottom:none}.field dt{font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted);margin-bottom:3px}.field dd{margin:0;word-break:break-word}.drawer-thumb{width:100%;height:140px;border-radius:6px;margin-top:14px;background:var(--surface-alt);border:1px dashed var(--border-strong);display:grid;place-items:center;color:var(--text-faint);font-size:13px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}