@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#2563eb;--blue-light:#eff6ff;--blue-hover:#1d4ed8;--green:#16a34a;--green-light:#f0fdf4;--red:#dc2626;--red-light:#fef2f2;--yellow:#d97706;--yellow-light:#fffbeb;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--sidebar-width:210px;--topbar-height:60px;--font:"Poppins", sans-serif}html,body,#root{height:100%;font-family:var(--font);color:var(--gray-800);background:var(--white);text-align:left;border:none;width:100%;max-width:100%;margin:0;padding:0;font-size:14px;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font);background:0 0;border:none}input,select,textarea{font-family:var(--font);font-size:14px}h1,h2,h3,h4,h5,h6{font-weight:600}::-webkit-scrollbar{width:6px;height:6px}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}@media (width>=768px) and (width<=1024px){:root{--sidebar-width:180px;--topbar-height:56px}body,#root{overflow-x:hidden}}@media (width>=1025px) and (width<=1280px){:root{--sidebar-width:195px}}
