@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Noto+Serif+SC:wght@600;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #0d0f14;--bg2: #13161d;--bg3: #1a1e28;--bg4: #222736;--line: rgba(255,255,255,.07);--line2: rgba(255,255,255,.13);--text: #e8eaf0;--muted: #7a7f94;--dim: #4a4f62;--red: #e05252;--red2: #ff6b6b;--green: #3ecf80;--gold: #f0b429;--blue: #5b9cf6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Noto Sans SC,sans-serif;background:var(--bg);color:var(--text);font-size:13px;line-height:1.6;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:2px}.mono{font-family:JetBrains Mono,monospace}.serif{font-family:"Noto Serif SC",serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.25}}.animate-fade{animation:fadeIn .3s ease both}.live-blink{animation:blink 1.4s infinite}
