@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--background:#0f1115;--panel-bg:#191c2399;--panel-border:#ffffff14;--text-main:#fff;--text-muted:#a1a1aa;--accent-blue:#3b82f6;--accent-green:#10b981;--accent-red:#ef4444;--accent-purple:#8b5cf6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}.dashboard-container{width:100%;max-width:1400px;margin:0 auto;padding:3rem}.header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;animation:.8s ease-out fadeInDown;display:flex}.header h1{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;font-size:2.5rem;font-weight:700}.header p{color:var(--text-muted);margin-top:.5rem;font-size:1.1rem}.grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.panel{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;animation:.8s ease-out backwards fadeInUp;box-shadow:0 8px 32px #0003}.panel:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 12px 40px #0000004d}.col-span-12{grid-column:span 12}.col-span-8{grid-column:span 8}.col-span-4{grid-column:span 4}.col-span-3{grid-column:span 3}.panel-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.panel-title{color:var(--text-main);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.metric-value{margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1}.metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}.indicator{border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;font-weight:600;display:inline-flex}.indicator.success{color:var(--accent-green);background:#10b98126}.indicator.danger{color:var(--accent-red);background:#ef444426}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panel:first-child{animation-delay:.1s}.panel:nth-child(2){animation-delay:.2s}.panel:nth-child(3){animation-delay:.3s}.panel:nth-child(4){animation-delay:.4s}.panel:nth-child(5){animation-delay:.5s}.recharts-cartesian-grid-horizontal line,.recharts-cartesian-grid-vertical line{stroke:#ffffff0d}.recharts-tooltip-wrapper{outline:none!important}.custom-tooltip{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#0f1115e6!important;border:1px solid #ffffff1a!important;border-radius:8px!important;padding:1rem!important;box-shadow:0 10px 25px #00000080!important}.tooltip-label{color:#fff;margin-bottom:.5rem;font-weight:600}.tooltip-item{justify-content:space-between;gap:1.5rem;margin-bottom:.25rem;font-size:.9rem;display:flex}.sortable-widget{grid-column:1/-1;position:relative}.drag-handle{z-index:10;cursor:grab;color:var(--text-muted);opacity:0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:opacity .2s,background .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.drag-handle:active{cursor:grabbing}.sortable-widget:hover .drag-handle{opacity:1}.drag-handle:hover{color:var(--text-main);background:#ffffff1f}
