@import "https://fonts.googleapis.com/css2?family=Noto Sans KR:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b0d14;--surface:#13161f;--surface2:#1c2032;--surface3:#242840;--border:#2a2f4a;--border2:#363c5e;--accent:#4f8ef7;--accent2:#7c5cfc;--success:#2ecc71;--warning:#f39c12;--danger:#e74c3c;--text:#dde1f5;--text-muted:#6b7299;--text-dim:#9099c0;--shadow:0 8px 32px #0009;--shadow-sm:0 4px 16px #0006}html,body,#root{background:var(--bg);width:100%;height:100%;color:var(--text);font-family:Noto Sans KR,sans-serif;overflow:hidden}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{background:var(--surface2);color:var(--text);border:1px solid var(--border);outline:none;font-family:inherit}input::placeholder,textarea::placeholder{color:var(--text-dim)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.no-select{-webkit-user-select:none;user-select:none}
