@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Space+Grotesk:wght@400;500;700&display=swap";*{box-sizing:border-box}html,body{overscroll-behavior-x:none;max-width:100%;margin:0;overflow-x:hidden}button{font-family:inherit}:root{--color-bg:#f1f0ec;--color-text:#0f1f38;--color-surface:#fff;--color-line:#dad7ce;--color-shadow:#0f1f3840}:root[data-theme=dark]{--color-bg:#0f1f38;--color-text:#f1f0ec;--color-surface:#16294d;--color-line:#2c3f63;--color-shadow:#00000080}body,input,textarea,button{transition:background-color .2s,color .2s,border-color .2s}.dashboard-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.dashboard-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (width<=980px){.dashboard-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.dashboard-stat-grid,.dashboard-info-grid{grid-template-columns:minmax(0,1fr)}}@keyframes live-pulse{0%{box-shadow:0 0 #2e7d6b80}70%{box-shadow:0 0 0 6px #2e7d6b00}to{box-shadow:0 0 #2e7d6b00}}.live-dot{animation:2s infinite live-pulse}
