*{box-sizing:border-box;margin:0;padding:0}body{color:#a0a0a0;-webkit-font-smoothing:antialiased;background:#050508;font-family:SF Mono,Fira Code,Cascadia Code,ui-monospace,Consolas,Liberation Mono,monospace}#root{width:100%}a{color:inherit}.app{flex-direction:column;align-items:center;gap:0;min-height:100vh;padding:20px 24px;display:flex}header{text-align:center;margin-bottom:4px}.title-row{justify-content:center;align-items:center;gap:12px;display:flex}header h1{letter-spacing:-.5px;color:#0f8;text-shadow:0 0 20px #00ff884d;margin:0;font-size:32px;font-weight:700}.tm{vertical-align:super;color:#0f8;opacity:.4;font-size:11px}.status-badge{letter-spacing:1.5px;color:#0f8;background:#00ff880d;border:1px solid #00ff8840;border-radius:3px;align-items:center;gap:6px;padding:3px 8px;font-size:10px;font-weight:600;display:flex}.subtitle{color:#555;margin:6px 0 0;font-size:12px}.subtitle a{color:#0f8;border-bottom:1px dashed #00ff884d;text-decoration:none}.subtitle a:hover{border-bottom-style:solid}.prompt{color:#0f8;opacity:.6;margin-right:4px}.main{justify-content:center;align-items:flex-start;gap:24px;width:100%;max-width:1100px;display:flex}.sidebar{border-left:1px solid #1a1a1a;flex-direction:column;flex-shrink:0;gap:16px;width:300px;padding-top:16px;padding-left:24px;display:flex}.stats{flex-direction:column;gap:8px;display:flex}.stat{border-bottom:1px solid #111;justify-content:space-between;align-items:baseline;padding:6px 0;display:flex}.stat.highlight .stat-value{color:#0f8;text-shadow:0 0 8px #00ff884d}.stat-label{color:#444;letter-spacing:.5px;font-size:11px}.stat-value{color:#888;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.live-dot{background:#0f8;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 6px #0f8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.feed h3{color:#444;letter-spacing:.5px;margin:0 0 6px;font-size:11px;font-weight:600}.feed-list{scrollbar-width:none;flex-direction:column;gap:0;max-height:460px;display:flex;overflow-y:auto}.feed-list::-webkit-scrollbar{display:none}.feed-item{border-bottom:1px solid #0a0a0a;align-items:baseline;gap:8px;padding:4px 0;font-size:12px;animation:.3s ease-out feedIn;display:flex}@keyframes feedIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.feed-time{color:#333;flex-shrink:0;min-width:56px;font-size:10px}.feed-location{color:#aaa;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.feed-track{color:#333;flex-shrink:0;font-size:10px}.feed-empty{color:#333;padding:8px 0;font-size:12px}.cursor-blink{color:#0f8;animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (width<=800px){.main{flex-direction:column;align-items:center}.sidebar{border-top:1px solid #1a1a1a;border-left:none;width:100%;max-width:400px;padding-top:16px;padding-left:0}}
