@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg:#090909;--card:#111;--hover:#181818;--border:#202020;--border-strong:#303030;--red:#d32f2f;--red-hover:#ff4a4a;--text-primary:#fff;--text-secondary:#a0a0a0;--text-muted:#707070;--green:#3fa968;--green-bg:#3fa9681f;--red-bg:#d32f2f1f}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input{font-family:inherit}::selection{background:var(--red);color:#fff}.dash-page{display:flex}.dash-sidebar{width:220px}.dash-hamburger{display:none}@media (width<=768px){.dash-hamburger{z-index:1001;border:1px solid var(--border);cursor:pointer;background:#0c0c0c;border-radius:8px;padding:8px 10px;display:block;position:fixed;top:12px;left:12px}.dash-sidebar{z-index:1000;transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);width:85vw!important;max-width:300px!important;padding-top:60px!important}.dash-sidebar-open{transform:translate(0);box-shadow:4px 0 24px #0009}.dash-overlay{z-index:999;background:#000000b3;position:fixed;inset:0}.dash-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width>=769px) and (width<=1100px){.dash-grid{grid-template-columns:repeat(2,1fr)!important}}.dash-card{transition:transform .2s,box-shadow .2s,border-color .2s}@media (hover:hover){.dash-card:hover{border-color:#d2131c66;transform:translateY(-3px)scale(1.015);box-shadow:0 8px 28px #d2131c26}}.dash-pulse{animation:2.4s ease-in-out infinite dashBreathe}@keyframes dashBreathe{0%,to{transform:scale(1);box-shadow:0 0 #22c55e80}50%{transform:scale(1.25);box-shadow:0 0 6px 2px #22c55e59}}@keyframes dashRiseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dash-card{animation:.7s ease-out backwards dashRiseIn}.dash-grid .dash-card:first-child{animation-delay:.1s}.dash-grid .dash-card:nth-child(2){animation-delay:.28s}.dash-grid .dash-card:nth-child(3){animation-delay:.46s}.dash-grid .dash-card:nth-child(4){animation-delay:.64s}.dash-btn{cursor:pointer}@media (hover:hover){.dash-btn:hover{filter:brightness(1.15);box-shadow:0 4px 16px #d2131c59}}.dash-btn:active{filter:brightness(.95);transform:scale(.97)}.dash-chart-line{stroke-dasharray:2000;stroke-dashoffset:2000px;animation:1.6s ease-out forwards dashDraw}@keyframes dashDraw{to{stroke-dashoffset:0}}@keyframes navSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.dash-sidebar-open .dash-nav a{animation:.3s ease-out backwards navSlideIn}.dash-sidebar-open .dash-nav a:first-child{animation-delay:80ms}.dash-sidebar-open .dash-nav a:nth-child(2){animation-delay:.13s}.dash-sidebar-open .dash-nav a:nth-child(3){animation-delay:.18s}.dash-sidebar-open .dash-nav a:nth-child(4){animation-delay:.23s}.dash-sidebar-open .dash-nav a:nth-child(5){animation-delay:.28s}.dash-sidebar-open .dash-nav a:nth-child(6){animation-delay:.33s}.dash-sidebar-open .dash-nav a:nth-child(7){animation-delay:.38s}}@keyframes pageSlideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.dash-content{animation:.55s ease-out pageSlideIn}.reveal{opacity:0;animation-name:none}.reveal.in{opacity:1;animation-name:dashRiseIn;animation-duration:.7s;animation-timing-function:ease-out;animation-fill-mode:backwards;animation-delay:calc(var(--i,0) * 90ms)}.bar-fill{width:0;transition:width .9s cubic-bezier(.22,.61,.36,1)}.reveal.in .bar-fill{width:var(--w,0%)}.dot{opacity:0;transform:scale(.4)}.reveal.in .dot{animation:.34s ease-out forwards dotPop;animation-delay:calc(var(--d,0) * 11ms)}@keyframes dotPop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.reveal,.reveal.in,.dot,.reveal.in .dot{opacity:1!important;animation:none!important;transform:none!important}.bar-fill{width:var(--w,0%);transition:none}}
