:root{--bg: #ffffff;--text: #1a1a1a;--text-muted: #666666;--text-faint: #999999;--panel-bg: #ffffff;--panel-bg-alt: #f7f7f7;--toolbar-bg: #fdf3d8;--toolbar-text: #886a00;--border: #dddddd;--border-strong: #333333;--input-bg: #ffffff;--input-text: #1a1a1a;--link: #2a5fb0;--error: #c0392b;color-scheme:light}:root[data-theme=dark]{--bg: #1c1d21;--text: #e8e8e8;--text-muted: #a8a8a8;--text-faint: #808080;--panel-bg: #2a2b30;--panel-bg-alt: #26272b;--toolbar-bg: #4a3f1f;--toolbar-text: #f0d878;--border: #444650;--border-strong: #cccccc;--input-bg: #2a2b30;--input-text: #e8e8e8;--link: #6fa3e8;--error: #ff6b5e;color-scheme:dark}body{background:var(--bg);color:var(--text)}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner{width:20px;height:20px;border:3px solid var(--border);border-top-color:var(--link);border-radius:50%;animation:spin .8s linear infinite;display:inline-block}
