@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: 234 179 8;--color-primary-hover: 202 138 4;--color-primary-light: 253 230 138;--color-primary-dark: 180 83 9;--color-success: 34 197 94;--color-dark: 0 0 0;--color-dark-surface: 5 5 5;--color-surface: 10 10 10;--color-surface-elevated: 26 26 26;--text-primary: 248 250 252;--text-secondary: 148 163 184;--color-light: 248 250 252;--color-light-surface: 255 255 255;--text-light-primary: 15 23 42;--text-light-secondary: 71 85 105;--color-border: 226 232 240}body{margin:0;font-family:Roboto,sans-serif;@apply bg-light text-textLightPrimary dark:bg-dark dark:text-textPrimary transition-colors duration-500;}body.overflow-hidden{overflow:hidden!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgb(var(--color-primary));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-primary-hover))}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d}.dark .custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#334155}
