@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--primary-color:#1a3c8a;--primary-gradient:linear-gradient(135deg,#1a3c8a 0%,#2d55b3 100%);--background-site:#f4f6f8;--background-card:#fff;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-card:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--radius-card:16px;--radius-button:8px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-family);background:var(--background-site);color:var(--text-primary);min-height:100vh;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.card-panel{background:var(--background-card);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid #00000005;padding:1.5rem;transition:transform .2s,box-shadow .2s}.grid-16{grid-template-columns:repeat(16,1fr);gap:1rem;width:100%;display:grid}.dashboard-grid{grid-template-columns:repeat(16,1fr);gap:1.5rem;max-width:100%;margin:0 auto;padding:0;display:grid}.grid-debug-row{grid-template-columns:repeat(16,1fr);gap:1rem;margin-bottom:1rem;display:grid}.grid-debug-col{border-radius:2px;height:5px}.grid-debug-col:first-child{background-color:#ef4444}.grid-debug-col:nth-child(2){background-color:#f97316}.grid-debug-col:nth-child(3){background-color:#eab308}.grid-debug-col:nth-child(4){background-color:#84cc16}.grid-debug-col:nth-child(5){background-color:#22c55e}.grid-debug-col:nth-child(6){background-color:#10b981}.grid-debug-col:nth-child(7){background-color:#14b8a6}.grid-debug-col:nth-child(8){background-color:#06b6d4}.grid-debug-col:nth-child(9){background-color:#0ea5e9}.grid-debug-col:nth-child(10){background-color:#3b82f6}.grid-debug-col:nth-child(11){background-color:#6366f1}.grid-debug-col:nth-child(12){background-color:#8b5cf6}.grid-debug-col:nth-child(13){background-color:#a855f7}.grid-debug-col:nth-child(14){background-color:#d946ef}.grid-debug-col:nth-child(15){background-color:#ec4899}.grid-debug-col:nth-child(16){background-color:#f43f5e}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}.col-span-9{grid-column:span 9}.col-span-10{grid-column:span 10}.col-span-11{grid-column:span 11}.col-span-12{grid-column:span 12}.col-span-13{grid-column:span 13}.col-span-14{grid-column:span 14}.col-span-15{grid-column:span 15}.col-span-16{grid-column:span 16}.row-span-2{grid-row:span 2}.row-span-3{grid-row:span 3}.row-span-4{grid-row:span 4}@media (max-width:1024px){.col-span-3,.col-span-4,.col-span-5,.col-span-6{grid-column:span 8}.col-span-7,.col-span-8{grid-column:span 16}}@media (max-width:768px){.col-span-1,.col-span-2,.col-span-3,.col-span-4,.col-span-5,.col-span-6,.col-span-7,.col-span-8{grid-column:span 16}}.sidebar-panel{grid-row:span 3}.badge{text-transform:uppercase;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-core{color:#1e40af;background-color:#dbeafe}::selection{color:#fff;background:#667eea66}:focus-visible{outline-offset:2px;outline:2px solid #667eea}a{color:#667eea;text-decoration:none;transition:color .2s}a:hover{color:#764ba2}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}
