@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=JetBrains+Mono:wght@400;700&display=swap";:root{--bg-base: #0d0d0d;--bg-surface: #161616;--bg-card: #1c1c1c;--bg-hover: #242424;--border: #2a2a2a;--border-subtle: #1f1f1f;--accent: #f97316;--accent-dim: rgba(249, 115, 22, .15);--accent-hover: #fb923c;--text-primary: #f0f0f0;--text-secondary: #888;--text-muted: #555;--green: #4ade80;--blue: #60a5fa;--purple: #a78bfa}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-base);color:var(--text-primary);font-family:Noto Sans KR,sans-serif;font-size:14px;line-height:1.6;min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}input{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
