:root{--accent: #00e5a0;--bg-glass: rgba(0, 0, 0, .72);--bg-card: #111;--border: #222;--border-hover: #333;--text-muted: #888;--text-faint: #666;--font-display: Georgia, "Times New Roman", serif;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:#000;color:#e8e8e8;-webkit-font-smoothing:antialiased}#root{min-height:100dvh}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes liveDot{0%,to{opacity:1}50%{opacity:.3}}.fadeUp{animation:fadeUp .35s ease both}.skeleton{background:linear-gradient(90deg,#1a1a1a,#2a2a2a,#1a1a1a);background-size:200% 100%;animation:skeletonShine 1.2s ease-in-out infinite}@keyframes skeletonShine{0%{background-position:200% 0}to{background-position:-200% 0}}.settings-input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #333;background:#0a0a0a;color:#eee;font-size:14px;outline:none}.settings-input:focus{border-color:var(--accent)!important}.settings-input::placeholder{color:#444}
