:root{--bg: #faf8f5;--surface: #ffffff;--surface2: #f5f0ea;--border: #e8dfd3;--border-strong: #c9b896;--primary: #330000;--primary-light: #f3e7e7;--primary-hover: #4d0000;--accent: #c9a961;--accent-light: #f5ecd6;--accent-hover: #b08c44;--cyan: #c9a961;--cyan-light: #f5ecd6;--text: #2a1d1d;--text-secondary: #6b5252;--text-muted: #9b8b8b;--success: #2d6a3e;--success-bg: #ecf5ee;--danger: #8b1f1f;--danger-bg: #f7e9e9;--warning: #a16e1c;--warning-bg: #faf2dc;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow: 0 2px 8px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--font: "DM Sans", system-ui, sans-serif;--sidebar-w: 220px;--topbar-h: 56px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font);background:var(--bg);color:var(--text);font-size:15px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}input,textarea,select{font-family:var(--font)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
