:root{--bg-base: #070A11;--bg-surface: #0E1422;--bg-card: #131B2E;--bg-card-hover: #18223B;--bg-glass: rgba(19, 27, 46, .82);--emerald: #10B981;--emerald-glow: rgba(16, 185, 129, .25);--emerald-subtle: rgba(16, 185, 129, .12);--emerald-border: rgba(16, 185, 129, .35);--emerald-text: #34D399;--amber: #F59E0B;--amber-glow: rgba(245, 158, 11, .25);--amber-subtle: rgba(245, 158, 11, .14);--amber-border: rgba(245, 158, 11, .35);--rose: #F43F5E;--rose-glow: rgba(244, 63, 94, .25);--rose-subtle: rgba(244, 63, 94, .14);--rose-border: rgba(244, 63, 94, .35);--cyan: #06B6D4;--cyan-subtle: rgba(6, 182, 212, .12);--purple: #A855F7;--purple-subtle: rgba(168, 85, 247, .12);--text-primary: #F8FAFC;--text-secondary: #94A3B8;--text-muted: #64748B;--border-light: rgba(255, 255, 255, .08);--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh;display:flex;justify-content:center;overflow-x:hidden}#root{width:100%;max-width:640px;min-height:100vh;min-height:100dvh;background-color:var(--bg-base);display:flex;flex-direction:column;border-left:1px solid var(--border-light);border-right:1px solid var(--border-light);position:relative;box-shadow:0 0 50px #000c}button{font-family:inherit;cursor:pointer;border:none;background:none;outline:none}input,select,textarea{font-family:inherit;outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:fadeIn .25s cubic-bezier(.16,1,.3,1) forwards}.live-pulse{animation:pulseGlow 2s infinite ease-in-out}
