@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg: #0e0f11;--surface: #16181c;--surface2: #1e2026;--border: #2a2d35;--border2: #353840;--text: #e8eaf0;--text2: #8b8fa8;--text3: #555970;--accent: #4f7fff;--accent-bg: rgba(79,127,255,.1);--green: #34c97a;--green-bg: rgba(52,201,122,.1);--amber: #f5a623;--amber-bg: rgba(245,166,35,.1);--red: #f05050;--red-bg: rgba(240,80,80,.1);--mono: "IBM Plex Mono", monospace;--radius: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,Pretendard,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:13px;color:var(--text)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}
