@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Noto+Sans:wght@300;400;600&family=Averia+Libre:wght@300;400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Open+Sans:wght@400;600&display=swap");:root{--sidebar-w:         240px;--topbar-h:          108px;--bull:              #0091ff;--bear:              #eb008a;--bg:                #eef1f4;--border:            rgba(0, 0, 0, 0.1);--text-primary:      #1a1a2e;--text-muted:        #666;--transition-nav:    0.3s ease;--st-display-viewport: calc(100vh - 108px);--st-section-gap:    80px}html{overflow-y:unset}main#main-content{scroll-snap-type:y proximity;overflow-y:scroll;height:calc(100vh - 108px);scroll-behavior:smooth;flex:none}section.display-section{scroll-snap-align:start}*,*::before,*::after{box-sizing:border-box}html,body{min-height:100vh}body{margin:0;font-family:"Noto Sans", sans-serif;background:#eef1f4;color:#1a1a2e}header.topbar{height:108px;background:transparent;border-top:none;flex-shrink:0;position:sticky;top:0;z-index:200}.nav-toggle-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:transparent;border:none;cursor:pointer;border-radius:6px;flex-shrink:0}.nav-toggle-btn span{display:block;height:2px;width:100%;background:#666;border-radius:2px;transition:background 0.2s ease, transform 0.2s ease, opacity 0.2s ease}.nav-toggle-btn:hover span,.nav-toggle-btn:focus span{background:#1a1a2e}.nav-toggle-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle-btn.open span:nth-child(2){opacity:0}.nav-toggle-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.body-wrap{display:flex;flex-direction:row;min-height:100vh}.content-wrap{display:flex;flex-direction:column;flex:1;min-width:0}main.layout{display:flex;flex-direction:column;flex:1;min-width:0}.display-section{width:100%;position:relative}@media (max-width:820px){#display1{min-height:80vh}#display2,#display3,#display4{min-height:400px}}.display-section:empty,#ticker:empty{display:none}div.content-block{padding:2rem;max-width:75rem}div.content-block>*:first-child{margin-top:0}div.content-block>*:last-child{margin-bottom:0}header.topbar{background:linear-gradient(to bottom, #eef1f4 50%, rgba(238, 241, 244, 0));backdrop-filter:blur(4px);font-size:22px}header.topbar>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:100%;padding:0 1.1em;gap:2em}header.topbar ul{list-style:none;margin:0;padding:0}header.topbar a:first-child{display:block;flex-shrink:0}header.topbar a:first-child .logo,header.topbar a:first-child img{display:block;height:52px;width:auto}header.topbar>div ul:nth-of-type(1):not(:last-child){display:flex;flex-direction:row;align-items:center;gap:1em}header.topbar>div ul:nth-of-type(1):not(:last-child) li a{display:block;padding:0.36em 0.64em;color:#1a1a2e;text-decoration:none;font-family:"Averia Libre", system-ui;font-size:1em;white-space:nowrap;border-radius:4px;transition:color 0.15s ease, background 0.15s ease}header.topbar>div ul:nth-of-type(1):not(:last-child) li a:hover{color:#0091ff;background:rgba(0, 145, 255, 0.06)}header.topbar>div ul:nth-of-type(1):not(:last-child) li a[onclick*="toggleNav"]::after{content:" ≡";font-family:inherit;font-size:1.1em;line-height:1}header.topbar>div ul:nth-of-type(1):not(:last-child) li a.active-nav::after{content:" ×"}@media (max-width:820px){header.topbar>div ul:nth-of-type(1):not(:last-child){display:none}}header.topbar>div ul:last-child{display:flex;flex-direction:row;align-items:center;gap:0.36em;justify-self:end;grid-column:3}header.topbar>div ul:last-child li a{display:block;padding:0.41em 0.55em;color:#1a1a2e;text-decoration:none;font-family:"Averia Libre", system-ui;font-size:1em;white-space:nowrap;transition:color 0.15s ease}header.topbar>div ul:last-child li a:hover{color:#0091ff}header.topbar>div ul:last-child li.btn a{padding:0.41em 1em;background:#0091ff;color:#fff;border-radius:6px;transition:background 0.15s ease}header.topbar>div ul:last-child li.btn a:hover{background:#007ad6}@media (max-width:820px){header.topbar>div{padding:0 0.55em;gap:0.55em}}.nav-close-btn{background:transparent;border:none;cursor:pointer;font-size:18px;color:#666;padding:0;line-height:1;position:fixed;top:10px;left:215px;opacity:0;pointer-events:none;transition:opacity 0.15s ease 0s;z-index:201}.nav-close-btn:hover{color:#1a1a2e}#navhelp.open~.nav-close-btn,.nav-close-btn:has(~ #navhelp.open){opacity:1;pointer-events:auto;transition:opacity 0.15s ease 0.3s;z-index:1}#navhelp{color:#666;overflow-y:auto;overflow-x:hidden;font-family:"Averia Libre", system-ui;font-size:12px;box-sizing:border-box;background:#e0e6eb;border-right:1px inset #d0dae1}#navhelp::-webkit-scrollbar{width:4px}#navhelp::-webkit-scrollbar-track{background:#eef1f4}#navhelp::-webkit-scrollbar-thumb{background:#c0cbd6;border-radius:2px}#navhelp h3{font-size:2em;margin-top:1rem;margin-bottom:1rem}#navhelp h3:first-child{padding-right:19px;margin-top:0}#navhelp ul{list-style:none;margin:5px 0;padding:0}#navhelp>ul>li{font-size:1em;font-weight:400;letter-spacing:0.08em;font-family:"Noto Sans", sans-serif}#navhelp>ul>li>ul>li>a{display:block;font-size:1.6em;font-weight:300;color:#666;text-decoration:none;padding:8px 10px;text-transform:capitalize;letter-spacing:0.03em;transition:color 0.15s ease;font-family:"Averia Libre", system-ui;position:relative}#navhelp>ul>li>ul>li>a:hover{color:#1a1a2e;background:#fff;border-radius:8px}#navhelp>ul>li>ul>li>a>span{font-size:0.6em;margin-left:8px;color:#4d4d4d;display:none;font-family:"Noto Sans", sans-serif;position:absolute;top:0;bottom:0;align-items:center}#navhelp>ul>li>ul>li>a:hover>span{display:inline-flex}.sliding_sidebar{width:0;transition:width 0.3s ease;flex-shrink:0;overflow:hidden;padding:0;position:sticky;top:0;align-self:flex-start;height:100vh}.sliding_sidebar.open{padding:20px 16px;overflow-y:auto;overflow-x:hidden;width:240px}@media (max-width:820px){.sliding_sidebar.open{position:fixed;top:0;left:0;bottom:0;z-index:150;background:#eef1f4;width:240px;padding:20px 0 20px 16px}}a:link{color:#0091ff}a:active,a:visited{color:#222}a:hover,a:focus{color:#eb008a}a.abtn{background-color:#eb008a}a.abtn:hover,a.abtn:focus{background-color:#0091ff}.notice{grid-column:auto / span 6;background-color:black;padding:10px;color:white}.mobile-only{display:none !important}@media (max-width:820px){.mobile-only{display:inherit !important}}.desktop-only{display:none !important}@media (min-width:820px){.desktop-only{display:inherit !important}}.not-tablet{display:none !important}@media (min-width:1023px){.not-tablet{display:inherit !important}}table.report{border-collapse:collapse;width:100%;overflow:hidden;border-radius:0.2em 0.2em 0 0}@media (max-width:1023px){table.report{font-size:1.6vw}}@media (max-width:820px){table.report{font-size:20px}}@media (max-width:820px){table.report{border-radius:0}}table.report thead{font-size:75%;background-color:#222;color:#ffffff}@media (max-width:820px){table.report thead{display:none}}table.report thead th{text-align:right;vertical-align:baseline;padding:0.4% 0.4% 0.4% 1%;line-height:1.2em;font-weight:normal;cursor:pointer;border-right:1px solid #666;position:relative}table.report thead th:before{content:"⯇⯈";writing-mode:vertical-lr;text-orientation:sideways;position:absolute;left:0.1em;font-size:60%;opacity:0.5}table.report thead th:hover,table.report thead th:focus{background-color:#eb008a}@media (max-width:1023px){table.report thead th.avg{display:none}}@media (max-width:820px){table.report thead th.peak,table.report thead th.sig{display:none}}table.report tbody td{text-align:right;padding:0.4% 0.4% 0.4% 0.4%;line-height:1em;font-size:90%}table.report tbody td.rowh{font-weight:bold;text-align:left;padding:0 0.4%}table.report tbody td.runs:after{content:"RUNS";display:block;font-size:50%}table.report tbody td.sig:after{content:"SIGNALS";display:block;font-size:50%}@media (max-width:1023px){table.report tbody td.avg{display:none}}@media (max-width:820px){table.report tbody td.peak,table.report tbody td.sig{display:none}}table.report tbody tr{border-bottom:1px solid rgba(0, 0, 0, 0.2)}table.report tbody tr:hover,table.report tbody tr:focus{background-color:#eee}@media (max-width:820px){table.report tbody tr:hover,table.report tbody tr:focus{background-color:transparent}}@media (max-width:820px){table.report tbody tr{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto 1fr 1fr;padding:10px 0;grid-gap:10px 5px}table.report tbody tr:first-child{border-top:1px solid rgba(0, 0, 0, 0.2)}table.report tbody tr td:after{content:attr(data-col) !important;display:block;font-size:55% !important;color:#666}table.report tbody tr td:nth-child(1){font-size:110%;grid-row:1 / span 3;font-weight:normal}table.report tbody tr td:nth-child(2){font-size:125%;grid-column:2 / span 2}}table.report tfoot{color:#999}@media (max-width:1023px){table.report tfoot{display:none}}table.report tfoot td{text-align:right;padding:0.4% 0.4% 0.4% 2%;line-height:1em;font-size:60%}table.report tfoot td.rowh{font-weight:bold;text-align:left;padding:0 0.4%}@keyframes rowFlash{0%{background-color:rgba(0, 255, 200, 0.35)}100%{background-color:transparent}}tr.row-updated{animation:rowFlash 1.2s ease-out}div.live-session-locked{padding:1em;text-align:center}td.col-progress{white-space:nowrap;grid-column:2 / span 2}.st-progress{display:grid;grid-template-columns:1fr 5ch;align-items:center;column-gap:0.5rem;width:100%}@media (max-width:820px){.st-progress{grid-template-columns:1fr;max-width:none}}.st-progress__bar{position:relative;height:0.65rem;border-radius:999px;overflow:hidden;background:#e6e6e6;box-shadow:inset 0 0 0 1px rgba(0, 0, 0, 0.08)}@media (max-width:820px){.st-progress__bar{margin-bottom:0.3em}}.st-progress__fill{display:block;height:100%;width:0%;border-radius:999px;background:#333;transition:width 180ms linear}.st-progress__pct{display:inline-block;text-align:right;font-variant-numeric:tabular-nums;font-size:0.9rem;line-height:1;color:#222}div.st-display-live-session{padding:0 30px 30px;margin-top:28px}@media (max-width:820px){div.st-display-live-session table.report tbody tr{grid-template-columns:repeat(12, 1fr)}div.st-display-live-session table.report tbody tr td:nth-child(1){grid-column:1 / span 7;grid-row:1}div.st-display-live-session table.report tbody tr td:nth-child(2){grid-column:span 5}div.st-display-live-session table.report tbody tr td:nth-child(3){grid-column:span 3}div.st-display-live-session table.report tbody tr td:nth-child(4){grid-column:span 3}div.st-display-live-session table.report tbody tr td:nth-child(5){grid-column:span 3}div.st-display-live-session table.report tbody tr td:nth-child(6){grid-column:span 3}div.st-display-live-session table.report tbody tr td:nth-child(7){grid-column:span 4}div.st-display-live-session table.report tbody tr td:nth-child(8){grid-column:span 4}div.st-display-live-session table.report tbody tr td:nth-child(9){grid-column:span 4}}#display1 .st-display-1{--st-d1-base:     16px;--st-d1-headline: 5.0em;--st-d1-subhead:  1.93em;font-size:var(--st-d1-base);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:var(--st-display-viewport);background-color:#eef0f3;overflow:visible;position:relative;padding:0}#display1 .st-display-1__copy{flex:0 0 auto;width:100%;min-width:0;padding:80px 60px 48px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}#display1 .st-display-1__copy-inner{display:flex;flex-direction:column;align-items:center;text-align:center;width:fit-content;max-width:1000px;font-size:var(--st-d1-base)}#display1 .st-display-1__headline{font-family:"IBM Plex Sans", sans-serif;font-weight:400;font-size:var(--st-d1-headline);line-height:1.12;letter-spacing:-0.02em;color:#1a1a1a;margin:0 0 24px 0;max-width:none;text-wrap:balance}#display1 .st-display-1__subhead{font-family:"Noto Sans", sans-serif;font-weight:400;font-size:var(--st-d1-subhead);line-height:1.5;color:#444;margin:0}#display1 .st-display-1__subhead p{margin:0;padding:0}#display1 .st-display-live-session{flex:0 0 auto;width:92%;margin:0 auto 60px auto;position:relative;z-index:2}#display1 .st-display-live-session .headline{text-align:center;margin-bottom:20px}#display1 .st-display-live-session .headline h3{font-family:"IBM Plex Sans", sans-serif;font-weight:400;font-size:1.4em;color:#1a1a1a;margin:0 0 6px 0}@media (max-width:900px){#display1 .st-display-1__copy{padding:56px 40px 36px 40px}#display1 .st-display-live-session{width:96%}}@media (max-width:600px){#display1 .st-display-1{--st-d1-headline: 2.4rem;--st-d1-subhead:  1rem}#display1 .st-display-1__copy{padding:40px 24px 24px 24px}#display1 .st-display-live-session{width:100%}}#display2 .st-display-5{--st-d2-base:     16px;--st-d2-headline: 4.94em;--st-d2-subhead:  1.93em;font-size:var(--st-d2-base);display:flex;flex-direction:row;align-items:center;min-height:var(--st-display-viewport);background-color:#eef0f3;overflow:clip;position:relative;padding:0}#display2 .st-display-5__visual{flex:1 1 auto;align-self:stretch;position:relative;min-width:0}#display2 .st-display-5__visual img{position:absolute;top:0;right:0;left:auto;transform:none;height:78% !important;width:auto !important;max-width:none;display:block}#display2 .st-display-5__visual .st-grid-embed{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden}#display2 .st-display-5__visual-grid{margin-top:calc(3rem + 5%)}#display2 .st-display-5__visual-grid::before{content:"The GRID";font-size:1.25rem;display:block;font-weight:600;width:100%;margin-top:-2rem;padding-right:1rem;text-align:right}#display2 .st-display-5__copy{flex:0 0 auto;width:54%;min-width:360px;padding:80px 80px 80px 60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2}#display2 .st-display-5__copy-inner{display:flex;flex-direction:column;align-items:center;width:100%;font-size:18px}#display2 .st-display-5__headline{font-family:"IBM Plex Sans", sans-serif;font-weight:400;font-size:var(--st-d2-headline);line-height:1.12;letter-spacing:-0.02em;color:#1a1a1a;margin:0 0 16px 0;max-width:6.5em;text-wrap:balance}#display2 .st-display-5__subhead{font-family:"Noto Sans", sans-serif;font-weight:400;font-size:var(--st-d2-subhead);line-height:1.5;color:#444;margin:0;margin-left:1.5em;max-width:520px}#display2 .st-display-5__subhead p{margin:0;padding:0}@media (max-width:900px){#display2 .st-display-5{flex-direction:column;min-height:auto}#display2 .st-display-5__visual{width:100%;height:420px;flex:0 0 420px;align-self:auto}#display2 .st-display-5__visual img{height:100% !important;width:auto !important;left:50%;transform:translate(-50%, -50%)}#display2 .st-display-5__visual .st-grid-embed{position:relative;height:420px}#display2 .st-display-5__copy{width:100%;min-width:0;padding:40px 32px 60px 32px}}@media (max-width:600px){#display2 .st-display-5{--st-d2-headline: 2.4rem;--st-d2-subhead:  1rem}#display2 .st-display-5__visual{height:300px;flex:0 0 300px}#display2 .st-display-5__copy{padding:32px 24px 48px 24px}}#display3 .st-display-1{--st-d3-base:     16px;--st-d3-headline: 4.94em;--st-d3-subhead:  1.93em;font-size:var(--st-d3-base);display:flex;align-items:center;height:var(--st-display-viewport);min-height:560px;background-color:#eef0f3;overflow:hidden;position:relative;padding:0}#display3 .st-display-1__copy{flex:0 0 auto;width:48%;min-width:380px;padding:0 60px 80px 80px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}#display3 .st-display-1__copy-inner{display:flex;flex-direction:column;align-items:flex-start;width:fit-content;font-size:18px}#display3 .st-display-1__headline{font-family:"IBM Plex Sans", sans-serif;font-weight:400;font-size:var(--st-d3-headline);line-height:1.16;letter-spacing:-0.01em;color:#1a1a1a;margin:0 0 28px 0;max-width:6.3em;text-wrap:balance}#display3 .st-display-1__subhead{font-family:"Noto Sans", sans-serif;font-weight:400;font-size:var(--st-d3-subhead);line-height:1.3;color:#444;margin:0;margin-left:3.25em}#display3 .st-display-1__subhead p{margin:0;padding:0}#display3 .st-display-1__visual{flex:1 1 auto;position:relative;align-self:stretch;overflow:hidden;min-width:0}#display3 .st-display-1__visual img{position:absolute;top:50%;left:0;transform:translateY(-50%);height:84% !important;width:auto !important;max-width:none;display:block;object-fit:cover;object-position:left center}@media (max-width:900px){#display3 .st-display-1{flex-direction:column;height:auto;min-height:560px;padding-bottom:0}#display3 .st-display-1__copy{width:fit-content;padding:64px 40px 40px 40px;align-items:center}#display3 .st-display-1__copy-inner{align-items:center;text-align:center}#display3 .st-display-1__visual{width:fit-content;height:340px;flex:0 0 340px}#display3 .st-display-1__visual img{height:100%;width:auto;left:50%;transform:translate(-50%, -50%)}}@media (max-width:600px){#display3 .st-display-1{--st-d3-headline: 2.6rem;--st-d3-subhead:  1rem}#display3 .st-display-1__copy{padding:48px 28px 32px 28px}#display3 .st-display-1__visual{height:260px;flex:0 0 260px}}#display3 .st-display-1{height:calc(var(--st-display-viewport) - 70px)}