:root{color-scheme:dark}body{margin:0;background:#0b1220;color:#d7e0ee;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.dashboard{padding:1rem 1.5rem}header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1rem}header h1{font-size:1.4rem;margin:0}.header-left{display:flex;align-items:baseline;gap:1.25rem}.main-nav{display:flex;gap:.3rem}.nav-link{font-size:.85rem;color:#93a4bf;text-decoration:none;padding:.2rem .7rem;border-radius:4px;border:1px solid transparent;transition:color .15s,background .15s,border-color .15s}.nav-link:hover{color:#d7e0ee;background:#1b2635;border-color:#2a3a52}.nav-link.active{color:#60a5fa;background:#16233a;border-color:#2a4a72}.header-right{display:flex;align-items:center;gap:.6rem}.ws-status{font-family:monospace;font-size:.85rem;padding:.2rem .6rem;border-radius:4px;background:#1b2635}.ws-status.connected{color:#4ade80}.ws-status.disconnected,.ws-status.error{color:#f87171}.about-button{font-family:inherit;font-size:.85rem;color:#d7e0ee;background:#1b2635;border:1px solid #2a3a52;border-radius:4px;padding:.2rem .7rem;cursor:pointer}.about-button:hover{background:#253248}.about-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#050910b3;display:flex;align-items:center;justify-content:center;z-index:10;padding:1rem}.about-panel{position:relative;max-width:560px;width:100%;max-height:85vh;overflow-y:auto;background:#111a2b;border:1px solid #1f2c42;border-radius:10px;padding:1.5rem 1.75rem;line-height:1.5}.about-panel h2{margin-top:0}.about-panel h3{margin:1rem 0 .3rem}.about-panel a{color:#60a5fa}.about-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#93a4bf;font-size:1.4rem;line-height:1;cursor:pointer}.about-close:hover{color:#d7e0ee}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:1rem}.panel{background:#111a2b;border:1px solid #1f2c42;border-radius:8px;padding:1rem}.panel h2{margin-top:0;font-size:1rem;color:#93a4bf;text-transform:uppercase;letter-spacing:.05em}.world-map{grid-column:1;grid-row:1}.world-map-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.world-map-header h2{margin:0}.lookup-controls{display:flex;gap:.4rem}.lookup-return{color:#c084fc;border-color:#4c3a66}.lookup-popover{display:flex;flex-wrap:wrap;gap:1.5rem;background:#0e1728;border:1px solid #1f2c42;border-radius:6px;padding:.75rem 1rem;margin-bottom:.6rem}.lookup-section{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;flex:1;min-width:180px}.lookup-section label{color:#93a4bf;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.lookup-section select,.lookup-section input{font-family:inherit;font-size:.85rem;color:#d7e0ee;background:#111a2b;border:1px solid #1f2c42;border-radius:4px;padding:.35rem .5rem}.lookup-input-row{display:flex;gap:.4rem}.lookup-input-row input{flex:1;min-width:0}.lookup-error{color:#f87171;font-size:.78rem;margin:0}.globe-wrap{position:relative;width:100%;height:380px;border-radius:6px;overflow:hidden}.lookup-badge{position:absolute;left:.75rem;bottom:.75rem;background:#0e1728d9;border:1px solid #4c3a66;color:#d7e0ee;font-family:monospace;font-size:.75rem;padding:.3rem .6rem;border-radius:4px;max-width:calc(100% - 1.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-panel{grid-column:2;grid-row:1}.event-feed{grid-column:1 / -1;grid-row:2;max-height:340px;overflow-y:auto}table{width:100%;border-collapse:collapse;font-family:monospace;font-size:.82rem}th,td{text-align:left;padding:.3rem .5rem;border-bottom:1px solid #1f2c42}th{color:#93a4bf;font-weight:500}.event-type.login_attempt{color:#fbbf24}.event-type.command_input{color:#f87171}.event-type.connection{color:#60a5fa}.route-loading{color:#4b5875;font-size:.85rem;padding:2rem}.bar-row{display:grid;grid-template-columns:90px 1fr 30px;align-items:center;gap:.5rem;font-size:.82rem;margin-bottom:.35rem}.bar-label{font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-track{background:#1b2635;border-radius:3px;height:8px;overflow:hidden}.bar-fill{background:#60a5fa;height:100%;transition:width .4s ease-out}.bar-count{text-align:right;color:#93a4bf}.hour-chart{display:flex;align-items:flex-end;gap:2px;height:64px;margin-top:.5rem}.hour-bar{flex:1;background:#60a5fa;border-radius:2px 2px 0 0;min-height:4px;transition:height .4s ease-out}@media (prefers-reduced-motion: reduce){.bar-fill,.hour-bar{transition:none}}.empty{color:#4b5875;font-size:.8rem}h3{font-size:.78rem;color:#6b7d9c;text-transform:uppercase;margin:.8rem 0 .4rem}.metrics-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.range-selector{display:flex;gap:.3rem}.range-button{font-family:inherit;font-size:.82rem;color:#93a4bf;background:#111a2b;border:1px solid #1f2c42;border-radius:4px;padding:.3rem .8rem;cursor:pointer}.range-button:hover{color:#d7e0ee}.range-button.active{color:#60a5fa;border-color:#60a5fa;background:#16233a}.report-button{font-family:inherit;font-size:.85rem;color:#0b1220;background:#60a5fa;border:none;border-radius:4px;padding:.4rem .9rem;cursor:pointer;font-weight:600}.report-button:hover{background:#7db4fb}.report-button:disabled{opacity:.6;cursor:default}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.metrics-tile.tile-wide{grid-column:1 / -1}.fade-in{animation:fade-slide-in .26s ease-out}@keyframes fade-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.fade-in{animation:none}.hero-bar3d{transition:none}}.hero-tile{overflow-x:auto}.hero-3d{perspective:900px;padding:2rem 1rem .5rem}.hero-3d-stage{display:flex;align-items:flex-end;justify-content:center;gap:1.5rem;min-height:170px;transform:rotateX(38deg) rotate(-6deg);transform-style:preserve-3d}.hero-bar3d{position:relative;width:30px;height:var(--h);background:linear-gradient(180deg,color-mix(in srgb,var(--c) 85%,white 15%),var(--c));border-radius:2px 2px 0 0;box-shadow:4px 6px 10px #00000073,inset -3px 0 6px #00000040;transition:height .3s ease-out}.hero-bar3d-count{position:absolute;top:-1.2rem;left:50%;transform:translate(-50%);font-size:.7rem;color:#d7e0ee;white-space:nowrap}.hero-bar3d-label{position:absolute;bottom:-1.3rem;left:50%;transform:translate(-50%);font-size:.68rem;font-family:monospace;color:#93a4bf;white-space:nowrap}.sessions-table{table-layout:fixed}.sessions-commands{font-family:monospace;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.replay-panel{position:relative;max-width:760px;width:100%;max-height:85vh;overflow-y:auto;background:#111a2b;border:1px solid #1f2c42;border-radius:10px;padding:1.5rem 1.75rem}.replay-panel h2{margin-top:0}.replay-note{color:#93a4bf;font-size:.82rem;margin-top:-.5rem;margin-bottom:1rem}.injector-terminal{background:#0b1220;border:1px solid #1f2c42;border-radius:6px;padding:1rem;margin:0 0 .9rem;max-height:360px;overflow-y:auto;font-family:monospace;font-size:.82rem;line-height:1.5;color:#d7e0ee;white-space:pre-wrap;word-break:break-word}.injector-cursor{color:#4ade80;animation:cursor-blink 1s step-start infinite}@keyframes cursor-blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.injector-cursor{animation:none}}.injector-controls{display:flex;justify-content:center}.injector-inject{font-size:.88rem;padding:.55rem 1.1rem;color:#4ade80;border-color:#2b5d3f;background:#12241a}.injector-inject:hover{background:#17301f}.injector-inject code{font-family:monospace;color:#d7e0ee}.injector-hint{color:#6b7d9c;font-size:.72rem;font-weight:400}
