@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--color-primary:#1f68fe;--color-primary-dark:#0500ff;--color-primary-deep:#0606b2;--color-accent-blue:#1f68fe;--color-bg-black:#0e0e0e;--color-bg-navy:#0d1b2a;--color-bg-navy-light:#1b263b;--color-bg-card:#ffffff0a;--color-bg-card-hover:#ffffff14;--color-bg-input:#ffffff14;--color-text-primary:#fff;--color-text-secondary:#ffffffb3;--color-text-tertiary:#ffffff80;--color-text-muted:#fff6;--color-border:#ffffff26;--color-border-dark:#373737;--color-live:#22c55e;--color-error:#ef4444;--color-warning:#f59e0b;--color-success:#22c55e;--gradient-splash:linear-gradient(180deg, #1f68fe 0%, #0500ff 40%, #0606b2 70%, #191a2c 100%);--gradient-hero-overlay:linear-gradient(to bottom, #0000001a, #00000080, #0e0e0e, #0e0e0e);--gradient-header:linear-gradient(to bottom, #000000b3, transparent);--gradient-card:linear-gradient(135deg, #1f68fe26 0%, #0500ff14 100%);--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 20px #1f68fe4d;--font-primary:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-secondary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-smooth:.4s cubic-bezier(.4, 0, .2, 1);--z-nav:100;--z-modal:200;--z-toast:300;--z-splash:400;--nav-height-mobile:72px;--nav-height-desktop:80px;--sidebar-width:260px;--max-content-width:1280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);background-color:var(--color-bg-black);color:var(--color-text-primary);min-height:100vh;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}.text-large-title{font-family:var(--font-primary);font-size:36px;font-weight:600;line-height:1.2}.text-title{font-family:var(--font-primary);font-size:30px;font-weight:600;line-height:1.2}.text-title-2{font-family:var(--font-primary);font-size:24px;font-weight:600;line-height:1.3}.text-title-3{font-family:var(--font-primary);font-size:18px;font-weight:600;line-height:1.4}.text-subtitle{font-family:var(--font-primary);font-size:20px;font-weight:500;line-height:1.4}.text-body{font-family:var(--font-primary);font-size:16px;font-weight:400;line-height:1.5}.text-footnote{font-family:var(--font-primary);font-size:14px;font-weight:400;line-height:1.5}.text-caption{font-family:var(--font-primary);font-size:12px;font-weight:400;line-height:1.5}.text-caption-2{font-family:var(--font-primary);font-size:8px;font-weight:400;line-height:1.5}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@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 slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes livePulse{0%,to{box-shadow:0 0 #22c55e99}50%{box-shadow:0 0 0 8px #22c55e00}}@keyframes glowPulse{0%,to{box-shadow:0 0 15px #1f68fe4d}50%{box-shadow:0 0 30px #1f68fe80}}.animate-fade-in{animation:.5s forwards fadeIn}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-scale-in{animation:.4s forwards scaleIn}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 50%,#ffffff0a 100%) 0 0/400% 100%;animation:1.8s ease-in-out infinite shimmer}.glass{-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a}.glass-dark{-webkit-backdrop-filter:blur(20px);background:#0006;border:1px solid #ffffff14}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.page-transition{animation:.4s forwards fadeInUp}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}
.Navigation-module__Yl6TSG__bottomNav{z-index:var(--z-nav);padding:16px 0 calc(env(safe-area-inset-bottom,8px) + 8px);-webkit-backdrop-filter:blur(20px);background:#0006;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.Navigation-module__Yl6TSG__bottomNav{display:none}}.Navigation-module__Yl6TSG__navContainer{border:1px solid #373737;border-radius:12px;align-items:center;width:290px;height:38px;display:flex;position:relative;overflow:hidden}.Navigation-module__Yl6TSG__indicator{z-index:0;background:#1f68fe;border-radius:9px;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.Navigation-module__Yl6TSG__navItem{z-index:1;color:#fff;opacity:.4;flex:1;justify-content:center;align-items:center;gap:4px;height:100%;text-decoration:none;transition:opacity .4s;display:flex;position:relative}.Navigation-module__Yl6TSG__navItem.Navigation-module__Yl6TSG__active{opacity:1}.Navigation-module__Yl6TSG__icon{justify-content:center;align-items:center;width:20px;height:20px;transition:transform .3s;display:flex}.Navigation-module__Yl6TSG__label{font-family:var(--font-primary);white-space:nowrap;opacity:0;max-width:0;font-size:12px;font-weight:500;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translate(-5px)}.Navigation-module__Yl6TSG__labelVisible{opacity:1;max-width:80px;padding-left:4px;transform:translate(0)}
.Sidebar-module__y-Zxfa__sidebar{width:var(--sidebar-width);z-index:var(--z-nav);background:#0e0e0ef2;border-right:1px solid #ffffff0f;flex-direction:column;padding:24px 16px;transition:width .2s,padding .2s;display:none;position:fixed;top:0;bottom:0;left:0;overflow:hidden}@media (min-width:1024px){.Sidebar-module__y-Zxfa__sidebar{display:flex}}.Sidebar-module__y-Zxfa__logoContainer{margin-bottom:40px;padding:0 8px}.Sidebar-module__y-Zxfa__logoLink{align-items:center;text-decoration:none;display:flex}.Sidebar-module__y-Zxfa__logoImage{object-fit:contain;width:auto;height:28px}.Sidebar-module__y-Zxfa__nav{flex:1}.Sidebar-module__y-Zxfa__navGroup{flex-direction:column;gap:4px;display:flex}.Sidebar-module__y-Zxfa__navGroupLabel{font-family:var(--font-secondary);color:#ffffff59;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;padding:0 12px;font-size:11px;font-weight:600}.Sidebar-module__y-Zxfa__navItem{color:#ffffff80;font-family:var(--font-primary);border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.Sidebar-module__y-Zxfa__navItem:hover{color:#fffc;background:#ffffff0a}.Sidebar-module__y-Zxfa__navItem.Sidebar-module__y-Zxfa__active{color:#fff;background:#1f68fe26}.Sidebar-module__y-Zxfa__navIcon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Sidebar-module__y-Zxfa__navLabel{white-space:nowrap}.Sidebar-module__y-Zxfa__activeIndicator{background:#1f68fe;border-radius:3px 0 0 3px;width:3px;height:20px;position:absolute;top:50%;right:-16px;transform:translateY(-50%)}.Sidebar-module__y-Zxfa__sidebarBottom{border-top:1px solid #ffffff0f;flex-direction:column;gap:4px;padding-top:16px;display:flex}.Sidebar-module__y-Zxfa__sidebar.Sidebar-module__y-Zxfa__collapsed{align-items:center;width:60px;padding:24px 8px}.Sidebar-module__y-Zxfa__sidebar.Sidebar-module__y-Zxfa__collapsed .Sidebar-module__y-Zxfa__navItem{justify-content:center;padding:10px}.Sidebar-module__y-Zxfa__sidebar.Sidebar-module__y-Zxfa__collapsed .Sidebar-module__y-Zxfa__navIcon{margin:0}.Sidebar-module__y-Zxfa__sidebar.Sidebar-module__y-Zxfa__collapsed .Sidebar-module__y-Zxfa__activeIndicator{right:-8px}.Sidebar-module__y-Zxfa__collapseBtn{color:#ffffff59;font-family:var(--font-primary);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__y-Zxfa__collapseBtn:hover{color:#fff9;background:#ffffff0a}.Sidebar-module__y-Zxfa__sidebar.Sidebar-module__y-Zxfa__collapsed .Sidebar-module__y-Zxfa__collapseBtn{justify-content:center;padding:10px}.Sidebar-module__y-Zxfa__logoImageSmall{object-fit:contain;width:28px;height:28px}
