@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--font:"Nunito","Inter",system-ui,-apple-system,sans-serif;--bg:#eef1f6;--bg-sidebar:#162848;--bg-card:#ffffff;--bg-hover:#f4f6fa;--bg-active:#eff6ff;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-sidebar:#94a3b8;--text-sidebar-active:#ffffff;--border:#e5e7eb;--border-light:#f3f4f6;--navy:#111827;--blue:#0284c7;--sky:#0ea5e9;--indigo:#6366f1;--purple:#7c3aed;--green:#059669;--green-light:#f0fdf4;--green-soft:rgba(5,150,105,0.08);--yellow:#d97706;--yellow-light:#fef9c3;--orange:#ea580c;--orange-light:#fff7ed;--red:#dc2626;--red-light:#fef2f2;--teal:#14b8a6;--gold:#c09a48;--gold-light:#f5f0e0;--shadow-sm:0 1px 3px rgba(0,0,0,0.07),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.07),0 2px 4px rgba(0,0,0,0.04);--shadow-lg:0 8px 32px rgba(0,0,0,0.12);--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--sidebar-width:272px;font-family:var(--font);font-size:15px;line-height:1.4;color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased}#root,body{min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit;color:inherit}input[type=checkbox]{display:none}