@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0;width:100%;background-color:var(--bg-main);color:var(--text-main);font-family:Inter,sans-serif}:root{--bg-main: #0F1216;--bg-card: #151A21;--bg-hover: #1C222B;--bg-selected: #2A313D;--border-main: #2A313D;--text-main: #E6EAF0;--text-muted: #A9B0BC;--text-disabled: #6E7683;--primary: #4C73FF;--primary-hover: #6A8BFF;--warning: #D6A85A;--danger: #C74B4B;--success: #4FA37B}body.theme-light{--bg-main: #F6F7F9;--bg-card: #FFFFFF;--bg-hover: #F0F2F5;--bg-selected: #E4E6EB;--border-main: #E1E5EA;--text-main: #1F2933;--text-muted: #5B6470;--primary: #3B5BDB;--primary-hover: #4C6EF5}body.theme-gray{--bg-main: #18181B;--bg-card: #27272A;--bg-hover: #3F3F46;--bg-selected: #52525B;--border-main: #3F3F46;--text-main: #F4F4F5;--text-muted: #A1A1AA;--primary: #6366F1;--primary-hover: #818CF8}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-main);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.font-courier{font-family:Courier Prime,Courier New,Courier,monospace}
