@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:Outfit,Quicksand,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{background-color:var(--admin-bg);color:var(--text-main);line-height:1.5;overflow-x:hidden;min-height:100vh;transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.7)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease forwards}:root,[data-theme=light]{--admin-bg:#f4f6fb;--admin-sidebar-bg:#13112a;--admin-sidebar-hover:hsla(0,0%,100%,.08);--admin-sidebar-active:linear-gradient(135deg,#6366f1,#4f46e5);--admin-sidebar-text:#a5b4fc;--admin-sidebar-text-active:#fff;--bg-card:#fff;--bg-header:#fff;--border-color:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--accent-purple:#6366f1;--accent-purple-light:#eef2ff;--accent-green:#10b981;--accent-green-light:#ecfdf5;--accent-blue:#3b82f6;--accent-blue-light:#eff6ff;--accent-pink:#ec4899;--accent-pink-light:#fdf2f8;--accent-orange:#f97316;--accent-orange-light:#fff7ed;--accent-teal:#14b8a6;--accent-teal-light:#f0fdf4;--accent-yellow:#f59e0b;--accent-yellow-light:#fffbeb;--shadow-sm:0 2px 8px rgba(0,0,0,.04);--shadow-md:0 10px 25px -5px rgba(0,0,0,.06);--shadow-lg:0 20px 40px -10px rgba(0,0,0,.1);--radius-sm:10px;--radius-md:16px;--radius-lg:24px}[data-theme=dark]{--admin-bg:#0b0f19;--admin-sidebar-bg:#070913;--admin-sidebar-hover:hsla(0,0%,100%,.06);--admin-sidebar-active:linear-gradient(135deg,#818cf8,#6366f1);--admin-sidebar-text:#94a3b8;--admin-sidebar-text-active:#fff;--bg-card:#151c2c;--bg-header:#151c2c;--border-color:#243048;--text-main:#f8fafc;--text-muted:#94a3b8;--text-light:#64748b;--accent-purple:#818cf8;--accent-purple-light:rgba(99,102,241,.15);--accent-green:#34d399;--accent-green-light:rgba(16,185,129,.15);--accent-blue:#60a5fa;--accent-blue-light:rgba(59,130,246,.15);--accent-pink:#f472b6;--accent-pink-light:rgba(236,72,153,.15);--accent-orange:#fb923c;--accent-orange-light:rgba(249,115,22,.15);--accent-teal:#2dd4bf;--accent-teal-light:rgba(20,184,166,.15);--accent-yellow:#fbbf24;--accent-yellow-light:rgba(245,158,11,.15);--shadow-sm:0 2px 8px rgba(0,0,0,.2);--shadow-md:0 10px 25px -5px rgba(0,0,0,.35);--shadow-lg:0 20px 40px -10px rgba(0,0,0,.5)}