*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-main: #0a0a0f;--bg-card: #111118;--bg-elevated: #16161f;--border: #222230;--text-primary: #e8e8f0;--text-muted: #6b6b80;--accent: #6c63ff;--accent-glow: rgba(108,99,255,.15);--danger: #ff4d4d;--success: #00c853;--warning: #ffab00}body{font-family:Inter,sans-serif;background:var(--bg-main);color:var(--text-primary);min-height:100vh;overflow:hidden}#root{display:flex;height:100vh;width:100vw;overflow:hidden}.layout{display:flex;flex:1;overflow:hidden;position:relative}.main-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.feed-page{display:flex;flex-direction:column;height:100%;gap:12px;padding:16px}.feed-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}.feed-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-primary)}.feed-dot{width:8px;height:8px;border-radius:50%;background:#f44336}.feed-dot.live{background:#00c853;box-shadow:0 0 6px #00c853;animation:pulse 1.5s infinite}.feed-stats{display:flex;gap:20px}.feed-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-label{font-size:9px;color:var(--text-muted)}.stat-val{font-size:14px;font-weight:700;color:var(--accent)}.feed-canvas-wrap{position:relative;flex:1;background:#000;border-radius:12px;overflow:hidden;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.feed-canvas{max-width:100%;max-height:100%;display:block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}
