:root{--bg:#f7f7f6;--surface:#fff;--surface-2:#f2f2f0;--border:rgba(0,0,0,.1);--border-strong:rgba(0,0,0,.2);--fg:#1c1c1a;--muted:#6b6b66;--faint:#9a9a94;--info-bg:#e6f1fb;--info-fg:#0c447c;--success-bg:#eaf3de;--success-fg:#3b6d11;--warning-bg:#faeeda;--warning-fg:#854f0b;--danger-bg:#fcebeb;--danger-fg:#a32d2d;--w-regular:400;--w-medium:500}:root[data-theme=dark]{--bg:#161614;--surface:#1e1e1c;--surface-2:#262623;--border:hsla(0,0%,100%,.12);--border-strong:hsla(0,0%,100%,.22);--fg:#ededea;--muted:#9a9a94;--faint:#6f6f69;--info-bg:#11253a;--info-fg:#85b7eb;--success-bg:#1b2912;--success-fg:#97c459;--warning-bg:#2a2008;--warning-fg:#efab3a;--danger-bg:#2c1212;--danger-fg:#f09595}*{box-sizing:border-box;border-color:var(--border)}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Apple SD Gothic Neo,Noto Sans KR,sans-serif;font-size:14px;font-weight:var(--w-regular);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3{font-weight:var(--w-medium);margin:0}button{font-family:inherit}input,select,textarea{background:var(--surface);border:.5px solid var(--border);border-radius:8px;color:var(--fg);padding:8px 10px;font-size:14px;font-family:inherit;width:100%}input:focus,select:focus,textarea:focus{outline:2px solid rgba(99,153,34,.4);outline-offset:-1px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}