@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#f7f6f2;--surface:#fff;--surface2:#f0eee8;--border:#e2dfd6;--border2:#cbc8be;--txt:#1a1916;--txt2:#6b6860;--txt3:#9e9c97;--color-background-primary:#fff;--color-background-secondary:#f0eee8;--color-text-primary:#1a1916;--color-text-secondary:#6b6860;--color-text-tertiary:#9e9c97;--color-border-primary:#cbc8be;--color-border-secondary:#e2dfd6;--color-border-tertiary:#eceae3;--border-radius-md:6px;--border-radius-lg:10px;--font-sans:"DM Sans", sans-serif;--font-mono:"DM Mono", monospace}[data-theme=dark]{--bg:#0f1117;--surface:#1a1d27;--surface2:#141720;--border:#2a2d3a;--border2:#3a3d4a;--txt:#e8e6e0;--txt2:#a0a0a8;--txt3:#6b6b75;--color-background-primary:#1a1d27;--color-background-secondary:#141720;--color-text-primary:#e8e6e0;--color-text-secondary:#a0a0a8;--color-text-tertiary:#6b6b75;--color-border-primary:#3a3d4a;--color-border-secondary:#2a2d3a;--color-border-tertiary:#232630;--border-radius-md:6px;--border-radius-lg:10px;--font-sans:"DM Sans", sans-serif;--font-mono:"DM Mono", monospace}[data-theme=dark] body{color:#e8e6e0;background:#0f1117}*{box-sizing:border-box}body{background:var(--bg);color:var(--txt);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5;transition:background .2s,color .2s}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{color:#e8e6e0!important;background:#1a1d27!important;border-color:#2a2d3a!important}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor-blink{vertical-align:middle;background:#185fa5;width:2px;height:12px;margin-left:2px;animation:.8s step-end infinite blink;display:inline-block}@keyframes progress-indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}
