.collapsible-sidebar{position:fixed;top:0;left:0;height:100vh;background:#111116;padding:0;z-index:10003;transition:width .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;overflow-x:hidden;overflow-y:hidden;border-left:1px solid #2a2a2a;border-right:1px solid #2a2a2a;display:flex;flex-direction:column}@media (max-width:767px){.collapsible-sidebar{padding-top:0}}@media (max-width:1199px){.collapsible-sidebar{width:320px;transform:translateX(-100%);z-index:10003;box-shadow:2px 0 8px rgba(0,0,0,.3)}.collapsible-sidebar.mobile-open{transform:translateX(0)}.collapsible-sidebar.mobile-open.collapsed,.collapsible-sidebar.mobile-open.expanded{width:320px}.collapsible-sidebar.mobile-open .nav-label{opacity:1!important}}.collapsible-sidebar.collapsed{width:56px}.collapsible-sidebar.expanded{width:320px}.sidebar-menu-logo{padding:0 4px 16px;width:320px;display:flex;align-items:center;justify-content:flex-start;overflow:visible;min-height:0;margin-top:4px;margin-bottom:4px;margin-left:1px;transition:none;position:relative;top:0}@media (max-width:1199px){.sidebar-menu-logo{display:none}}.sidebar-menu-logo a{color:var(--custom_text-text4);text-decoration:none;display:flex;align-items:center;width:100%}.sidebar-menu-logo svg{flex-shrink:0;width:auto;height:auto;transition:none!important}.sidebar-content{min-height:0;padding-bottom:16px;overflow-y:auto;overflow-x:hidden}.collapsible-nav,.sidebar-content{display:flex;flex-direction:column;flex:1 1;width:320px}.collapsible-nav{gap:4px;padding:0 8px;margin-top:8px}.nav-item{display:flex;align-items:center;color:var(--custom_text-text3);text-decoration:none;padding:12px 8px;border-radius:8px;transition:background-color .2s ease,color .2s ease;position:relative;white-space:nowrap;min-height:44px;width:100%;justify-content:flex-start}.nav-item:hover{color:var(--custom_text-text4);background:var(--backgrounds-bg2)}.nav-item.coming-soon{cursor:not-allowed;opacity:.7}.nav-item.coming-soon:hover{cursor:not-allowed}@media (max-width:767px){.nav-item.coming-soon{display:none!important}}.coming-soon-chip{margin-left:auto;padding:2px 6px;font-size:9px;font-weight:500;color:hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.1);border-radius:4px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;opacity:0;transition:opacity .3s ease}.collapsible-sidebar.expanded .coming-soon-chip,.collapsible-sidebar.mobile-open .coming-soon-chip{opacity:1}.collapsible-sidebar.expanded .nav-item.active{color:var(--accent-glow);background:var(--backgrounds-bg3)}.collapsible-sidebar.collapsed .nav-item.active{color:var(--accent-glow);background:transparent}.collapsible-sidebar.expanded .nav-item.active:hover{background:var(--backgrounds-bg3)}.collapsible-sidebar.collapsed .nav-item.active:hover{background:var(--backgrounds-bg2)}.nav-icon{justify-content:center;width:20px;height:20px;flex-shrink:0;color:inherit;line-height:1}.nav-icon,.nav-label{display:flex;align-items:center}.nav-label{margin-left:12px;font-size:16px;font-weight:500;font-family:var(--font-heading);opacity:1;transition:opacity .3s ease;overflow:hidden;white-space:nowrap;line-height:1.2;height:100%;transform:translateY(1px)}.collapsible-sidebar.collapsed .nav-label{opacity:0;transition:opacity .2s ease}.collapsible-sidebar.collapsed .nav-item:after{content:attr(title);position:absolute;left:100%;top:50%;transform:translateY(-50%);background:var(--backgrounds-bg4);color:var(--custom_text-text2);padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:100;margin-left:8px;border:1px solid var(--backgrounds-bg3)}.collapsible-sidebar.collapsed .nav-item:hover:after{opacity:1}.collapsible-sidebar *{box-sizing:border-box}.mobile-sidebar-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10002;display:none}@media (max-width:1199px){.mobile-sidebar-backdrop{display:block}}.sidebar-brand{position:absolute;top:4px;left:3.5em;height:56px;display:flex;align-items:center;z-index:10004;pointer-events:auto;font-weight:700;letter-spacing:.08em}@media (max-width:767px){.sidebar-brand{height:48px}}.sidebar-brand a{color:var(--custom_text-text4);text-decoration:none;display:flex;align-items:center}@media (max-width:1199px){.sidebar-brand{display:none}}.sidebar-mobile-header{padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center}.sidebar-mobile-header :global(.logoWrapper){display:flex;flex-direction:row;align-items:center;width:-moz-fit-content;width:fit-content}.sidebar-mobile-header :global(.logoContainer){display:flex;align-items:center}@media (max-width:767px){.sidebar-mobile-header{padding:12px 16px}}@media (min-width:768px) and (max-width:1199px){.sidebar-mobile-header{padding:8px 12px}.sidebar-mobile-header svg{transform:scale(.35)}}.sidebar-mobile-header a{color:var(--custom_text-text4);text-decoration:none;display:flex;align-items:center;justify-content:center}.sidebar-auth-section{display:flex;padding:0 8px 16px;margin-top:auto;width:320px;flex-shrink:0}.sidebar-auth-buttons{display:flex;gap:8px;width:100%}.sidebar-sign-in-btn,.sidebar-sign-out-btn,.sidebar-sign-up-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap;font-family:var(--font-heading);font-size:.875rem;font-weight:600;text-transform:uppercase;line-height:1}.sidebar-sign-in-btn{background:rgba(56,203,137,.2);color:var(--green-main)}.sidebar-sign-in-btn:hover{background:rgba(56,203,137,.4);color:#38cb89}.sidebar-sign-up-btn{background:rgba(113,85,225,.3);color:#a78bfa}.sidebar-sign-up-btn:hover{background:rgba(113,85,225,.5);color:#a78bfa}.sidebar-sign-out-btn{background:rgba(156,163,175,.1);color:var(--custom_text-text3);width:100%}.sidebar-sign-out-btn:hover{background:rgba(253,110,78,.2);color:var(--red-main)}.sidebar-auth-label{opacity:1;transition:opacity .3s ease}.collapsible-sidebar.collapsed .sidebar-auth-section,.collapsible-sidebar:not(.expanded):not(.mobile-open) .sidebar-auth-section{display:none!important}@media (max-width:1199px){.collapsible-sidebar.mobile-open .sidebar-auth-section{display:flex}.collapsible-sidebar:not(.mobile-open) .sidebar-auth-section{display:none!important}}.sidebar-footer{display:flex;flex-direction:column;padding:16px 8px 8px;margin-top:0;border-top:1px solid hsla(0,0%,100%,.08);width:320px;flex-shrink:0}.footer-links-wrapper{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;width:100%}.footer-link-chip{color:hsla(0,0%,100%,.78);text-decoration:none;font-size:9px;font-weight:500;padding:4px 8px;border-radius:6px;background:hsla(0,0%,100%,.08);white-space:nowrap;transition:all .2s ease;border:none;box-shadow:none;cursor:pointer}.footer-link-chip:hover{background:hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.92)}.collapsible-sidebar.collapsed .sidebar-footer,.collapsible-sidebar:not(.expanded):not(.mobile-open) .sidebar-footer{display:none!important}@media (max-width:1199px){.collapsible-sidebar.mobile-open .sidebar-footer{display:flex!important}.collapsible-sidebar:not(.mobile-open) .sidebar-footer{display:none!important}.collapsible-sidebar.mobile-open .footer-link-chip{font-size:7px;padding:3px 6px;background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.6)}.collapsible-sidebar.mobile-open .footer-link-chip:hover{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.75)}.collapsible-sidebar.mobile-open .sidebar-sign-out-btn{font-size:.875rem;padding:8px 16px}.collapsible-sidebar.mobile-open .sidebar-auth-section{display:flex!important}}.Footer_footer__pQtti{justify-content:center;margin-top:auto;margin-bottom:0;padding:3rem 2rem 1rem;border-top:1px solid hsla(0,0%,100%,.08);background:transparent;flex-shrink:0;position:relative;z-index:10}.Footer_footerContent__yAl3k,.Footer_footer__pQtti{display:flex;flex-direction:column;align-items:center;width:100%}.Footer_footerContent__yAl3k{max-width:var(--content-max-width,1400px);gap:1rem}.Footer_footerDescription___K8RA{text-align:center;max-width:600px}.Footer_footerDescription___K8RA p{margin:0;color:var(--custom_text-text1,#707077);font-size:.75rem;font-family:var(--font-body);line-height:1.4}.Footer_footerDescription___K8RA p:first-child{margin-bottom:.375rem}.Footer_footerSocial__mGyvm{gap:10px}.Footer_footerLinks__M17kI,.Footer_footerSocial__mGyvm{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.Footer_footerLinks__M17kI{gap:8px}.Footer_footerLink__xz_wT{color:var(--custom_text-text1,#707077);text-decoration:underline;font-size:.75rem;font-family:var(--font-body);transition:color .2s ease;white-space:nowrap;opacity:.7}.Footer_footerLink__xz_wT:hover{color:var(--custom_text-text3,#b0b7c3);opacity:.9}.Footer_footerSeparator__WDoBj{color:var(--custom_text-text1,#707077);font-size:.75rem;opacity:.4}.Footer_footerSocialLink__g9d1G{color:var(--custom_text-text1,#707077);text-decoration:none;font-size:.75rem;font-family:var(--font-body);transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:1px 0}.Footer_footerSocialLink__g9d1G:hover{color:var(--custom_text-text3,#b0b7c3);text-decoration:underline}.Footer_xIcon__PmbNg{display:inline-block;vertical-align:middle;color:currentColor;transition:transform .2s ease,color .2s ease;flex-shrink:0;width:12px;height:12px}.Footer_footerSocialLink__g9d1G:hover .Footer_xIcon__PmbNg{transform:scale(1.15);color:var(--custom_text-text3,#b0b7c3)}@media (min-width:768px) and (max-width:1199px){.Footer_footer__pQtti{padding:1.75rem 1.5rem .875rem}.Footer_footerContent__yAl3k{gap:.875rem}}@media (max-width:767px){.Footer_footer__pQtti{padding:1.5rem 1rem .5rem}.Footer_footerContent__yAl3k{gap:.75rem}.Footer_footerDescription___K8RA{max-width:100%}.Footer_footerDescription___K8RA p{font-size:.6875rem;line-height:1.3}.Footer_footerDescription___K8RA p:first-child{margin-bottom:.25rem}.Footer_footerLinks__M17kI{gap:5px}.Footer_footerLink__xz_wT,.Footer_footerSeparator__WDoBj{font-size:.6875rem}.Footer_footerSocial__mGyvm{gap:5px}.Footer_footerSocialLink__g9d1G{font-size:.6875rem}.Footer_xIcon__PmbNg{width:11px;height:11px}}.AppShell_mobileMenuButton__hBR4B{display:none;background:none;border:none;color:var(--custom_text-text4);cursor:pointer;padding:0;align-items:center;justify-content:center;transition:color .2s ease;flex-shrink:0;width:auto;height:100%;margin-right:clamp(4px,1vw,8px)}.AppShell_mobileMenuButton__hBR4B:hover{color:var(--accent-glow)}.AppShell_mobileMenuButton__hBR4B:active{transform:scale(.95)}.AppShell_mobileMenuButton__hBR4B .logoWrapper{display:flex;align-items:center;height:100%}.AppShell_mobileMenuButton__hBR4B .logoImage{height:clamp(20px,5vw,24px);width:auto}.AppShell_hamburgerIcon__Es8Cp{width:clamp(20px,5vw,24px);height:clamp(20px,5vw,24px);color:inherit}.AppShell_hamburgerIconMobile__qNk9j{display:none}.AppShell_desktopLogo__yu4Um{display:block}@media (max-width:767px){.AppShell_hamburgerIconMobile__qNk9j{display:block}.AppShell_desktopLogo__yu4Um{display:none}}@media (min-width:768px){.AppShell_hamburgerIconMobile__qNk9j{display:none}.AppShell_desktopLogo__yu4Um{display:block}}@media (max-width:767px){.AppShell_mobileMenuButton__hBR4B{display:flex;flex:0 0 auto;width:clamp(28px,7vw,32px);min-width:clamp(28px,7vw,32px);max-width:clamp(28px,7vw,32px);margin:0;padding:0}}@media (min-width:768px) and (max-width:1199px){.AppShell_mobileMenuButton__hBR4B{display:flex;margin-right:clamp(6px,1.5vw,12px)}}@font-face{font-family:Ari;src:url(/fonts/ari-w9500.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ari;src:url(/fonts/ari-w9500-bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ari Display;src:url(/fonts/ari-w9500-display.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ari Condensed;src:url(/fonts/ari-w9500-condensed.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ari Condensed;src:url(/fonts/ari-w9500-condensed-bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ari Condensed Display;src:url(/fonts/ari-w9500-condensed-display.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Return of the Boss;src:url(/fonts/return-of-the-boss.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Manolo Mono;src:url(/fonts/ManoloMono.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vin Mono Pro;src:url(/fonts/VinMonoPro-ExtraBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Organetto;src:url(/fonts/Fontspring-DEMO-organetto-regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Black Condensed;src:url("/fonts/Helvetica Black Condensed.otf") format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Vorcas;src:url(/fonts/Vorcas-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Distancia;src:url(/fonts/Distancia-800-ExtraBold\ [TheFontsMaster.com].otf) format("opentype");font-weight:800;font-style:normal;font-display:swap}:root{--primary-main:#247fff;--primary-dark:#0b4eac;--primary-light:#579dff;--secondary-main:#ffab00;--red-main:#fd6e4e;--warning-main:#ffab00;--green-main:#38cb89;--pink-main:#d26df7;--backgrounds-bg1:#1a1b23;--backgrounds-bg2:#1d1e25;--backgrounds-bg3:#26272c;--backgrounds-bg4:#3b3c46;--custom_text-text1:#707077;--custom_text-text2:#f0f0f0;--custom_text-text3:#b0b7c3;--custom_text-text4:#fff;--custom_text-text5:#1a1b23;--common-white:#fff;--light-theme-text:#43485c;--text-primary:var(--custom_text-text3);--accent-glow:#7155e1;--accent-glow-rgb:113,85,225;--font-ari:"Ari",monospace;--font-ari-display:"Ari Display",monospace;--font-ari-condensed:"Ari Condensed",monospace;--font-ari-condensed-display:"Ari Condensed Display",monospace;--font-heading:"Vin Mono Pro",sans-serif;--font-body:var(--font-inter,"Inter"),"Inter Fallback",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--font-numeric:var(--font-inter,"Inter"),"IBM Plex Mono","SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--page-padding-horizontal-mobile:clamp(8px,2vw,16px);--page-padding-vertical-mobile:clamp(12px,3vw,16px);--page-padding-horizontal-tablet:clamp(16px,5vw,96px);--page-padding-vertical-tablet:clamp(8px,1.5vw,24px);--sidebar-collapsed-width:56px;--page-padding-right-desktop:clamp(32px,4vw,400px);--page-padding-left-desktop:calc(var(--page-padding-right-desktop) + max(0px, 56px - max(0px, var(--page-padding-right-desktop) - 32px)));--page-padding-horizontal-desktop:var(--page-padding-right-desktop);--page-padding-vertical-desktop:clamp(8px,1.5vw,24px);--content-max-width:1300px}.container,.pageContainer{padding:var(--page-padding-vertical-desktop) var(--page-padding-right-desktop) var(--page-padding-vertical-desktop) var(--page-padding-left-desktop);min-height:calc(100dvh - 100px);min-width:1200px;margin:calc(var(--page-padding-vertical-desktop) * -1) auto}@media (min-width:768px) and (max-width:1199px){.container,.pageContainer{padding:var(--page-padding-vertical-tablet) var(--page-padding-horizontal-tablet);min-width:0;max-width:none;margin:calc(var(--page-padding-vertical-tablet) * -1)}}@media (max-width:767px){.container,.pageContainer{padding:var(--page-padding-vertical-mobile) var(--page-padding-horizontal-mobile);min-width:0;max-width:100%;width:100%;margin:0}}html{-webkit-font-smoothing:antialiased;box-sizing:border-box;text-size-adjust:100%}*,:after,:before{box-sizing:inherit}applet,article,aside,blockquote,body,canvas,caption,details,div,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,label,legend,li,nav,object,ol,p,pre,section,span,table,tbody,td,tfoot,th,thead,tr,ul{margin:0;padding:0;border:0;vertical-align:baseline}body{margin:0;color:var(--text-primary);background-color:#000;font-family:var(--font-body)}.font-heading,.heading,h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}.font-body{font-family:var(--font-body);font-weight:400}.font-numeric,.numeric,.stat-number,.stat-value,code,pre{font-family:var(--font-numeric);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1,"tnum"}button,input,select,textarea{font:inherit;font-family:inherit}input::placeholder,textarea::placeholder{font:inherit;font-family:inherit}.layout{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:100vh;position:relative;padding-top:48px}.layout:before{content:"";position:absolute;top:36px;left:52px;right:0;height:140px;background:linear-gradient(to bottom,rgba(var(--accent-glow-rgb),.35) 0,rgba(var(--accent-glow-rgb),.25) 18%,rgba(var(--accent-glow-rgb),.1) 52%,rgba(var(--accent-glow-rgb),0) 88%);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);pointer-events:none;z-index:0}.auth-page{padding-top:0;overflow:hidden!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important}.auth-page:before{top:0;left:0;right:0;height:180px;background:linear-gradient(to bottom,rgba(var(--accent-glow-rgb),.35) 0,rgba(var(--accent-glow-rgb),.25) 24%,rgba(var(--accent-glow-rgb),.1) 60%,rgba(var(--accent-glow-rgb),0) 100%);-webkit-mask-image:none;mask-image:none}.auth-page .content{overflow:hidden!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important;padding:0!important}body:has(.auth-page),html:has(.auth-page){overflow:hidden!important;height:100svh!important;max-height:100svh!important;min-height:100svh!important;position:fixed!important;width:100%!important;margin:0!important;padding:0!important}body:has(.auth-page){touch-action:none}.topbar{background:#111116;border-bottom:1px solid #2a2a2a;right:0;z-index:10000}.sidebar-hitbox,.topbar{position:fixed;top:0;left:0}.sidebar-hitbox{height:100vh;width:56px;z-index:10001;pointer-events:auto}@media (max-width:1199px){.sidebar-hitbox{display:none}}.sidebar-hitbox.inactive{pointer-events:none;z-index:0}.topbar-inner{height:48px;display:flex;align-items:center;gap:16px;padding:0 180px 0 16px;position:relative}@media (max-width:767px){.topbar,.topbar-inner{height:clamp(36px,8vw,40px)}.topbar-inner{gap:clamp(4px,1.5vw,8px);padding:0 clamp(6px,1.5vw,8px);justify-content:flex-start;overflow:hidden}.layout{padding-top:clamp(36px,8vw,40px)}}@media (min-width:768px) and (max-width:1199px){.topbar,.topbar-inner{height:clamp(42px,6vw,48px)}.topbar-inner{gap:clamp(8px,1.5vw,12px);padding:0 clamp(50px,8vw,68px) 0 clamp(10px,1.8vw,14px)}}.brand{position:absolute;z-index:10002;font-weight:700;letter-spacing:.08em;display:flex;align-items:center;pointer-events:auto;left:4em}@media (max-width:1199px){.brand{display:none}}.brand-logo{flex-shrink:0;position:relative;z-index:2}.topbar-sentiment-bias{display:flex;align-items:center;gap:clamp(4px,1vw,8px);margin-left:52px;flex-shrink:0}@media (min-width:768px) and (max-width:1199px){.topbar-sentiment-bias{display:flex;margin-left:clamp(8px,2vw,16px);gap:clamp(4px,.8vw,6px);flex-shrink:0}}@media (max-width:767px){.topbar-sentiment-bias{display:flex;margin:0;gap:clamp(3px,.8vw,5px);flex:0 0 auto;min-width:0;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;white-space:nowrap}}.topbar-spacer{flex:1 1;min-width:0}@media (max-width:767px){.topbar-spacer{display:none}}.search{display:flex;align-items:center;min-width:240px;max-width:340px;width:340px;margin-right:12px;margin-left:20px}@media (min-width:768px) and (max-width:1199px){.topbar-inner{gap:clamp(8px,1.5vw,12px);overflow:hidden}.search{margin-left:0;margin-right:clamp(16px,2.5vw,24px);flex:1 1 auto;min-width:0;max-width:none;width:clamp(200px,30vw,320px);flex-shrink:1}.search input{height:clamp(28px,4vw,32px);width:100%;font-size:clamp(10px,1.5vw,12px)}.search input::placeholder{font-size:clamp(10px,1.5vw,12px)}@media (max-width:900px){.search{width:clamp(250px,40vw,380px);max-width:calc(100vw - 500px)}}.topbar-sentiment-bias{max-width:calc(100vw - 400px);overflow:hidden}}@media (max-width:767px){.topbar-inner{display:flex;align-items:center;gap:clamp(6px,1.5vw,10px);flex-wrap:nowrap;overflow:hidden;width:100%;box-sizing:border-box}.topbar-inner>button:first-child{flex:0 0 auto;width:clamp(28px,7vw,32px);min-width:clamp(28px,7vw,32px);max-width:clamp(28px,7vw,32px);height:100%;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.topbar-sentiment-bias{flex:0 0 auto;max-width:-moz-fit-content;max-width:fit-content;white-space:nowrap;margin:0}.search,.topbar-sentiment-bias{min-width:0;overflow:hidden;display:flex;align-items:center}.search{flex:1 1 auto;max-width:none;width:0;margin:0 clamp(8px,2vw,12px) 0 clamp(4px,1vw,6px);box-sizing:border-box}.search>*{width:100%;max-width:100%}.search input{width:100%;height:clamp(24px,5vw,28px);font-size:16px!important;padding:0 clamp(6px,1.5vw,10px);box-sizing:border-box}.search input::placeholder{font-size:14px!important;color:var(--custom_text-text3)}}.brand a{color:var(--custom_text-text4);text-decoration:none;display:flex;align-items:center;justify-content:center}.search input{width:100%;max-width:640px;height:36px;border-radius:8px;border:1px solid var(--backgrounds-bg4);background:var(--backgrounds-bg3);color:var(--custom_text-text2);padding:0 12px;outline:none}.auth-nav{position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:2}.auth-buttons,.auth-nav{display:flex;align-items:center;gap:8px}@media (min-width:768px) and (max-width:1199px){.auth-nav{right:clamp(20px,2.5vw,28px)}.user-avatar{width:clamp(28px,4vw,32px)!important;height:clamp(28px,4vw,32px)!important;font-size:clamp(12px,1.8vw,14px)!important}.user-display-name{font-size:clamp(11px,1.6vw,13px);max-width:150px}.sign-in-btn,.sign-up-btn{padding:clamp(6px,1vw,8px) clamp(12px,1.5vw,16px);white-space:nowrap}.auth-loading,.sign-in-btn,.sign-up-btn{font-size:clamp(11px,1.6vw,13px)}}@media (max-width:767px){.auth-nav{display:none!important}}.auth-loading{color:var(--custom_text-text1);font-size:.875rem}.user-info{display:flex;align-items:center;gap:12px}.user-display-name{font-family:var(--font-heading);font-weight:700;color:var(--custom_text-text4)}.user-display-name,.user-email{font-size:.875rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:var(--custom_text-text3)}.user-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(113,85,225,.25);color:var(--custom_text-text4);font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s ease;flex-shrink:0}.user-avatar:hover{transform:scale(1.1);text-decoration:none}.sign-in-btn,.sign-out-btn,.sign-up-btn,.sync-btn{border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:600;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;font-family:var(--font-heading);line-height:1}.sign-in-btn{background:rgba(56,203,137,.2);color:var(--green-main)}.sign-in-btn:hover{background:rgba(56,203,137,.4);color:#38cb89}.sign-up-btn{background:rgba(113,85,225,.3);color:#a78bfa}.sign-up-btn:hover{background:rgba(113,85,225,.5);color:#a78bfa}.sign-out-btn:hover,.sync-btn:hover{background:#7c3aed;transform:translateY(-1px)}.sync-btn{background:var(--green-main)}.sync-btn:hover{background:#2d9d6b}.sign-out-btn{background:var(--backgrounds-bg4)}.sign-out-btn:hover{background:var(--red-main)}.content{grid-column:1;grid-row:2;overflow:auto;padding:24px;position:relative;z-index:1;margin-left:0;margin-right:0;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width:767px){.content{padding:0;max-width:100vw;margin-left:0!important;width:100%;height:calc(100vh - 40px)}.content,body,html{overflow-x:hidden;overflow-y:auto}}.content.blurred{filter:blur(3px);pointer-events:none}.heading{font-size:1.25rem;font-weight:700;margin-bottom:12px}.muted{color:var(--custom_text-text1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px;border:1px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3);background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:hsla(0,0%,100%,.4);background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-color:hsla(0,0%,100%,.2) transparent}*,.custom-scrollbar{scrollbar-width:thin}.custom-scrollbar{scrollbar-color:rgba(59,130,246,.6) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,rgba(59,130,246,.3),rgba(37,99,235,.2) 50%,rgba(29,78,216,.3));border:1px solid rgba(59,130,246,.4);border-radius:4px;box-shadow:0 0 12px rgba(59,130,246,.3),0 0 24px rgba(59,130,246,.15),inset 0 1px 0 hsla(0,0%,100%,.25);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:neonPulse 2.5s ease-in-out infinite alternate}.custom-scrollbar::-webkit-scrollbar-thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(37,99,235,.08) 50%,rgba(29,78,216,.15));border-radius:4px;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgba(59,130,246,.6),rgba(37,99,235,.5) 50%,rgba(29,78,216,.6));border-color:rgba(59,130,246,.7);box-shadow:0 0 20px rgba(59,130,246,.6),0 0 40px rgba(59,130,246,.4),0 0 60px rgba(59,130,246,.2),inset 0 1px 0 hsla(0,0%,100%,.4);transform:scale(1.08) translateY(-1px);animation:neonGlow .8s ease-in-out infinite alternate}.custom-scrollbar::-webkit-scrollbar-thumb:hover:before{opacity:1;animation:shimmer 1.2s ease-in-out infinite}.thin-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.6) transparent}.thin-scrollbar::-webkit-scrollbar{width:6px;height:6px}.thin-scrollbar::-webkit-scrollbar-track{background:transparent}.thin-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(37,99,235,.15) 50%,rgba(29,78,216,.25));border:1px solid rgba(59,130,246,.3);border-radius:3px;box-shadow:0 0 8px rgba(59,130,246,.2),0 0 16px rgba(59,130,246,.1),inset 0 1px 0 hsla(0,0%,100%,.2);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:neonPulse 3s ease-in-out infinite alternate}.thin-scrollbar::-webkit-scrollbar-thumb:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(37,99,235,.05) 50%,rgba(29,78,216,.1));border-radius:3px;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1}.thin-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgba(59,130,246,.5),rgba(37,99,235,.4) 50%,rgba(29,78,216,.5));border-color:rgba(59,130,246,.6);box-shadow:0 0 12px rgba(59,130,246,.4),0 0 24px rgba(59,130,246,.3),0 0 36px rgba(59,130,246,.2),inset 0 1px 0 hsla(0,0%,100%,.3);transform:scale(1.05) translateY(-1px);animation:neonGlow 1s ease-in-out infinite alternate}.thin-scrollbar::-webkit-scrollbar-thumb:hover:before{opacity:1;animation:shimmer 1.5s ease-in-out infinite}.SplashLoader_backdrop__M44ZW{position:fixed;inset:0;background:#0b0b10;display:grid;place-items:center;z-index:9999;transition:opacity .25s ease,visibility 0s;opacity:0;visibility:hidden}.SplashLoader_in__tLxLx{opacity:1;visibility:visible;transition:opacity 0s,visibility 0s}.SplashLoader_out__DOZl0{opacity:0;visibility:hidden;transition:opacity .4s ease-out,visibility .4s ease-out}.SplashLoader_center__7lSqa{transform:translateZ(0);will-change:transform,opacity;position:relative;z-index:2}.SplashLoader_logoContainer__haU8I{display:flex;flex-direction:row;align-items:flex-end;gap:4.8px;flex-wrap:nowrap;justify-content:center}.SplashLoader_glitch__Oo3Aa{position:relative;display:grid;place-items:center;filter:drop-shadow(0 3.6px 7.2px rgba(64,0,255,.35));animation:SplashLoader_jitter__2VLpO 2.2s linear infinite alternate;opacity:0;transition:opacity .4s ease-out;flex-shrink:0}.SplashLoader_logoIn__3sxWt{opacity:1;transition:none}.SplashLoader_scanlines__c0WPM{position:fixed;inset:0;width:100vw;height:100vh;background:repeating-linear-gradient(180deg,rgba(139,92,246,.08) 0,rgba(139,92,246,.08) 1px,transparent 2px,transparent 4px);animation:SplashLoader_scan__t_i7h 3.5s linear infinite;pointer-events:none;opacity:1;z-index:1}@keyframes SplashLoader_jitter__2VLpO{0%{transform:translate(0)}10%{transform:translate(.5px,-.5px)}20%{transform:translate(-.5px,.5px)}30%{transform:translate(.6px,.4px)}40%{transform:translate(-.6px,-.4px)}50%{transform:translate(.3px,-.2px)}60%{transform:translate(-.3px,.2px)}70%{transform:translate(.4px,.6px)}80%{transform:translate(-.4px,-.6px)}to{transform:translate(0)}}@keyframes SplashLoader_scan__t_i7h{0%{background-position-y:0}to{background-position-y:8px}}#nprogress .bar{background:#29d;z-index:1031;height:2px}#nprogress .peg{box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031}#nprogress .spinner-icon{border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}#nprogress{pointer-events:none}#nprogress .bar{background:var(--accent-glow,#8b5cf6);position:fixed;z-index:99999;top:0;left:0;width:100%;height:3px}#nprogress .bar,#nprogress .peg{box-shadow:0 0 10px var(--accent-glow,#8b5cf6),0 0 5px var(--accent-glow,#8b5cf6)}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:99999;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-bottom:2px solid transparent;border-right:2px solid transparent;border-top:2px solid transparent;border-top-color:var(--accent-glow,#8b5cf6);border-left:2px solid transparent;border-left-color:var(--accent-glow,#8b5cf6);border-radius:50%;animation:nprogress-spinner .4s linear infinite}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Roboto_Mono_d27816;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Roboto_Mono_d27816;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_Mono_d27816;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Roboto_Mono_d27816;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Mono_Fallback_d27816;src:local("Arial");ascent-override:77.84%;descent-override:20.13%;line-gap-override:0.00%;size-adjust:134.61%}.__className_d27816{font-family:__Roboto_Mono_d27816,__Roboto_Mono_Fallback_d27816;font-style:normal}.__variable_d27816{--font-roboto-mono:"__Roboto_Mono_d27816","__Roboto_Mono_Fallback_d27816"}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/704b853f32d191d5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/656feb427634a431-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/991629005c80bdf1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/46e154b2fcbd6033-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__IBM_Plex_Mono_05908d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/37786be940ec402b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__IBM_Plex_Mono_Fallback_05908d;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_05908d{font-family:__IBM_Plex_Mono_05908d,__IBM_Plex_Mono_Fallback_05908d;font-style:normal}.__variable_05908d{--font-ibm-plex:"__IBM_Plex_Mono_05908d","__IBM_Plex_Mono_Fallback_05908d"}@font-face{font-family:__Silkscreen_7611f3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3702f26392e21a15-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Silkscreen_7611f3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cd21efaca8026c00-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Silkscreen_7611f3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/485435f9f1e1f82c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Silkscreen_7611f3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/966913bad25267a8-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Silkscreen_Fallback_7611f3;src:local("Arial");ascent-override:68.84%;descent-override:16.71%;line-gap-override:0.00%;size-adjust:149.62%}.__className_7611f3{font-family:__Silkscreen_7611f3,__Silkscreen_Fallback_7611f3;font-style:normal}.__variable_7611f3{--font-silkscreen:"__Silkscreen_7611f3","__Silkscreen_Fallback_7611f3"}