:root{--bg:#f6f5f8;--surface:#ffffff;--ink:#26243a;--ink-soft:#6b6980;--line:#e6e4ec;--proxy:#3b3a52;--proxy-tint:#eeedf4;--user:#4a6fa5;--user-tint:#e8f0fb;--accent:#7a6ff0;--warn:#b06a2c;--warn-tint:#fbf1e6;--danger:#b23b4e;--danger-tint:#fbe9ec;--radius:16px}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Malgun Gothic,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}button{font-family:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.5}