:root{--bg:#f4f4f2;--surface:#fff;--surface2:#ececea;--text:#161616;--muted:#777;--border:#d8d8d4;--primary:#2563eb;--shadow:none}html.dark{--bg:#151515;--surface:#1c1c1c;--surface2:#282828;--text:#f1f1f1;--muted:#aaa;--border:#383838;--primary:#5b8cff;--shadow:none}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif}a{text-decoration:none;color:inherit}.page-container{min-height:calc(100vh - 68px)}button,input,select{font:inherit}.theme-panel{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:14px;width:170px}.theme-panel label{display:block;padding:8px 0}.theme-button{border:1px solid var(--border);background:var(--surface);color:var(--text);width:38px;height:38px;border-radius:4px}