@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn-primary{@apply bg-primary text-white py-2 px-4 rounded hover:bg-amber-600 transition-colors;}.btn-secondary{@apply bg-background-secondary text-white py-2 px-4 rounded hover:bg-gray-700 transition-colors;}.card{@apply bg-white rounded-lg shadow-md p-4;}}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}@layer screens{xs{min-width:475px}}.dark .landing-dark{color-scheme:dark}.landing-light{color-scheme:light}.dark .chart-container{background-color:#1a1a1a;border-color:#333}.dark input,.dark textarea,.dark select{background-color:#1f2937cc;border-color:#4b5563cc;color:#fff}.dark input:focus,.dark textarea:focus,.dark select:focus{border-color:#9155fd;outline:none;box-shadow:0 0 0 2px #9155fd4d}.dark .btn-primary:hover{background-color:#6d28d9}.dark .btn-secondary:hover{background-color:#4b5563}.dark .card{background-color:#1f2937;border-color:#374151}.dark ::-webkit-scrollbar{width:8px;height:8px}.dark ::-webkit-scrollbar-track{background:#1f2937}.dark ::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:#6b7280}
