@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-green:#00C18A;--primary-blue:#2E7BFF;--green-dark:#00996E;--blue-dark:#1A4EB0;--green-light:#00D99A;--blue-light:#5A9AFF;--navy:#0B1221;--navy-light:#1C2333;--gray-dark:#4A5568;--gray-medium:#8992A3;--gray-light:#E7EBF0;--gray-bg:#F7F9FB;--white:#FFFFFF;--success:#00C18A;--info:#2E7BFF;--warning:#FFB74D;--error:#FF5252;--background:#FFFFFF;--background-secondary:#F7F9FB;--foreground:#0B1221;--foreground-secondary:#1C2333;--text-muted:#8992A3;--border:#E7EBF0;--btn-primary:#2E7BFF;--btn-primary-hover:#1A4EB0;--btn-secondary:#00C18A;--btn-secondary-hover:#00996E}[data-theme=dark]{--background:#0B1221;--background-secondary:#1C2333;--foreground:#FFFFFF;--foreground-secondary:#E7EBF0;--text-muted:#8992A3;--border:#2D3748}[data-theme=light]{--background:#FFFFFF;--background-secondary:#F7F9FB;--foreground:#0B1221;--foreground-secondary:#1C2333;--text-muted:#8992A3;--border:#E7EBF0}*{box-sizing:border-box}body,html{overflow-x:hidden;width:100%;max-width:100vw;position:relative}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;transition:background .3s ease,color .3s ease;margin:0;padding:0}@layer utilities{.text-balance{text-wrap:balance}}html{scroll-behavior:smooth}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#444;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#555}[data-theme=light] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=light] ::-webkit-scrollbar-track{background:#f1f1f1}[data-theme=light] ::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#aaa}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}