@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Barlow:wght@300;400;500;600&display=swap";:root{--bg:#080a09;--bg2:#0d100e;--bg3:#111410;--surface:#161a15;--surface2:#1c211b;--surface3:#222722;--border:#1e241d;--border2:#2a322a;--border3:#354035;--accent:#39ff14;--accent2:#00e676;--accent-dim:#1a5c0a;--accent-glow:#39ff1414;--accent-glow2:#39ff1426;--text:#e2ead3;--text2:#8a9e84;--text3:#4a5c45;--text4:#2e3b2a;--red:#ff3b3b;--red-dim:#ff3b3b1f;--yellow:#f5c518;--yellow-dim:#f5c5181f;--blue:#38bdf8;--radius:4px;--radius-lg:8px;--radius-xl:12px;--shadow-accent:0 0 20px #39ff1433;--shadow-sm:0 2px 8px #0006;--shadow-md:0 4px 20px #0009;color:var(--text);background:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Barlow,sans-serif;font-size:14px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(80% 40% at 50% 0,#39ff140a 0%,#0000 60%);min-height:100vh}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4{color:var(--text);letter-spacing:.01em;text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-weight:800}code,.mono{font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer;letter-spacing:.06em;border:none;outline:none;font-family:Barlow Condensed,sans-serif}input,select,textarea{color:var(--text);font-family:Barlow,sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border3);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--accent-dim)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes glowPulse{0%,to{box-shadow:0 0 4px #39ff144d}50%{box-shadow:0 0 12px #39ff1499}}@keyframes drawerSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.accent-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 6px var(--accent);border-radius:50%;animation:2s ease-in-out infinite glowPulse;display:inline-block}.hide-xs,.hide-sm{display:none!important}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:12px;display:grid}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=767px){button,a,input[type=button],input[type=submit]{min-height:36px}select,input[type=text],input[type=number],input[type=email],input[type=password],input[type=tel]{min-height:40px;font-size:16px!important}textarea{font-size:16px!important}.hover-card:hover{background:var(--surface)!important;border-color:var(--border2)!important;box-shadow:none!important}}@media (width<=575px){:root{font-size:13px}.hide-xs{display:none!important}.resp-grid{grid-template-columns:1fr!important}.page-content{padding:14px!important}.modal-box{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:92vh!important;margin:8px!important}col-optional,.col-hide-xs{display:none!important}.row2-resp{grid-template-columns:1fr!important}.stepper-label{display:none!important}.stat-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width>=576px) and (width<=767px){:root{font-size:13px}.hide-sm{display:none!important}.resp-grid{grid-template-columns:repeat(2,1fr)!important}.page-content{padding:18px!important}.modal-box{width:calc(100vw - 32px)!important;max-width:520px!important}.col-hide-xs{display:none!important}.stat-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width>=768px) and (width<=991px){:root{font-size:13px}.resp-grid{grid-template-columns:repeat(2,1fr)!important}.page-content{padding:22px!important}.stat-grid{grid-template-columns:repeat(3,1fr)!important}.col-hide-xs{display:table-cell!important}}@media (width>=992px) and (width<=1199px){.resp-grid{grid-template-columns:repeat(3,1fr)!important}.stat-grid{grid-template-columns:repeat(4,1fr)!important}}@media (width>=1200px){.resp-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}.stat-grid{grid-template-columns:repeat(5,1fr)!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}body,#root{max-width:100vw;overflow-x:hidden}img{max-width:100%;height:auto}
