:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f6f7f9;--surface:#fff;--surface-2:#f0f2f5;--surface-3:#e8ebef;--fg:#16181d;--fg-strong:#000;--muted:#62697a;--border:#dde1e7;--border-strong:#c3c9d2;--accent:#2f5bd0;--accent-hover:#274ab0;--accent-fg:#fff;--accent-soft:#e8eefb;--ok:#1a7f4b;--ok-soft:#e2f4ea;--warn:#8a5a00;--warn-soft:#fbf0da;--danger:#b3261e;--danger-soft:#fbe6e4;--info:#35566e;--info-soft:#e6eef4;--radius:8px;--radius-sm:5px;--shadow:0 1px 2px #1018280f, 0 1px 3px #10182814;--sidebar-width:208px;--topbar-height:56px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0e1013;--surface:#16181d;--surface-2:#1c1f26;--surface-3:#242832;--fg:#e6e8ec;--fg-strong:#fff;--muted:#98a0af;--border:#2a2e37;--border-strong:#3a404c;--accent:#6f96f0;--accent-hover:#86a8f6;--accent-fg:#0e1013;--accent-soft:#1c2740;--ok:#58c48c;--ok-soft:#14301f;--warn:#e0b061;--warn-soft:#33270f;--danger:#f08b84;--danger-soft:#3a1a18;--info:#9dbdd4;--info-soft:#16242e;--shadow:0 1px 2px #0006}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,sans-serif;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4{color:var(--fg-strong);margin:0;font-weight:600;line-height:1.35}p{margin:0}ul,ol{margin:0;padding-left:1.2em}code,kbd,samp{font-family:Cascadia Mono,D2Coding,Consolas,monospace;font-size:.92em}input,select,textarea,button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
