@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap";:root{--bg-primary:#070707;--bg-card:#111;--bg-card-2:#161616;--bg-card-3:#1c1c1c;--border:#ffffff12;--border-md:#ffffff1c;--text-primary:#fff;--text-secondary:#8a8a8a;--text-tertiary:#4a4a4a;--accent:#b5f254;--accent-dim:#b5f2541f;--accent-glow:#b5f2540f;--red:#f87171;--amber:#fbbf24;--blue:#60a5fa;--teal:#2dd4bf;--purple:#a78bfa;--radius-xl:20px;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--radius-xs:5px;--nav-height:76px;--shadow-card:0 1px 3px #0009, 0 4px 16px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}#root{text-align:left;border:none;flex-direction:column;max-width:100%;min-height:100dvh;margin:0;display:flex}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-md);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes ringFill{0%{stroke-dashoffset:283px}to{stroke-dashoffset:var(--target-offset)}}@keyframes numberCount{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:.3s both fadeIn}.stagger>*{animation:.45s both fadeUp}.stagger>:first-child{animation-delay:20ms}.stagger>:nth-child(2){animation-delay:60ms}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.14s}.stagger>:nth-child(5){animation-delay:.18s}.stagger>:nth-child(6){animation-delay:.22s}.stagger>:nth-child(7){animation-delay:.26s}.stagger>:nth-child(8){animation-delay:.3s}.recharts-tooltip-wrapper{outline:none!important}.recharts-tooltip-cursor{fill:#ffffff08!important}.recharts-cartesian-axis-tick-value{fill:#4a4a4a!important;font-family:Inter,sans-serif!important;font-size:11px!important}
