@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-light:#f9fafb;--surface-light:#fff;--text-primary-light:#111827;--text-secondary-light:#4b5563;--border-light:#e5e7eb;--bg-dark:#0f172a;--surface-dark:#020617;--text-primary-dark:#e5e7eb;--text-secondary-dark:#9ca3af;--border-dark:#1e293b;--primary:#4f46e5;--primary-hover:#4338ca;--success:#16a34a;--warning:#f59e0b;--danger:#dc2626}*{@apply transition-colors duration-200}html{scroll-behavior:smooth}body{@apply bg-light-bg text-light-text-primary dark:bg-dark-bg dark:text-dark-text-primary font-[Poppins]}.bg-light-bg{background-color:#f9fafb}.bg-light-surface{background-color:#fff}.text-light-text-primary{color:#111827}.text-light-text-secondary{color:#4b5563}.border-light-border{border-color:#e5e7eb}.dark .bg-dark-bg{background-color:#0f172a}.dark .bg-dark-surface{background-color:#020617}.dark .text-dark-text-primary{color:#e5e7eb}.dark .text-dark-text-secondary{color:#9ca3af}.dark .border-dark-border{border-color:#1e293b}.animate-fade-in{animation:fadeIn .25s ease-in-out}.animate-slide-up{animation:slideUp .25s ease-out}@layer base{a,button,h1,h2,h3,h4,p{@apply focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary dark:focus:ring-offset-dark-bg}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e5e7eb;background:var(--border-light);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#4b5563;background:var(--text-secondary-light)}.dark ::-webkit-scrollbar-thumb{background:#1e293b;background:var(--border-dark)}.dark ::-webkit-scrollbar-thumb:hover{background:#9ca3af;background:var(--text-secondary-dark)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse-custom{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .3s ease-in-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-slide-in-left{animation:slideInLeft .3s ease-out}:focus-visible{@apply outline-none ring-2 ring-primary ring-offset-2 dark:ring-offset-dark-bg}::selection{@apply bg-primary text-white}.dark ::selection{@apply bg-primary text-white}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@supports (padding:max(0px)){body{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}@media (max-width:640px){body{font-size:16px}}@media print{@page{margin:0}body{background-color:#fff;color:#000}}
/*# sourceMappingURL=main.0a8722ad.css.map*/