:root{--bg:#faf9f6;--surface:#ffffff;--text:#141414;--text-muted:#6e6e67;--border:#e5e3db;--accent:#4338e0;--accent-hover:#372dc4;--danger:#b3261e;--danger-bg:#fbeceb;--warn-bg:#fdf3e0;--warn-text:#8a5a00;--ok-bg:#e8f3ea;--ok-text:#1e6b34;--radius-lg:18px;--radius-md:10px;--radius-pill:999px;--font-sans:"General Sans","Noto Sans TC",-apple-system,BlinkMacSystemFont,"PingFang TC","Microsoft JhengHei",sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:15px;line-height:1.6}a{color:inherit}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}::placeholder{color:var(--text-muted)}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}