:root{--gse-bg:#07131e;--gse-panel:#0d2130;--gse-panel-2:#102b3e;--gse-line:rgba(107,219,220,.18);--gse-text:#edf8ff;--gse-muted:#a9bdcd;--gse-teal:#58e0d4;--gse-amber:#ffd36e;--gse-good:#8cf0b0;--gse-bad:#ff9b9b;--gse-violet:#d5a6ff}*{box-sizing:border-box}html{background:var(--gse-bg)}body.gse-lab-page{margin:0;min-height:100vh;color:var(--gse-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(900px 520px at 10% -5%,rgba(88,224,212,.13),transparent 62%),radial-gradient(850px 520px at 95% 10%,rgba(213,166,255,.1),transparent 60%),linear-gradient(180deg,#07131e,#081925 55%,#07131e)}.gse-shell{max-width:1240px;margin:0 auto;padding:34px 22px 64px}.gse-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;color:#93aabd;font-size:13px}.gse-breadcrumbs a{color:#b9d0df;text-decoration:none}.gse-breadcrumbs a:hover{color:#fff}.gse-hero{position:relative;overflow:hidden;padding:30px;border:1px solid var(--gse-line);border-radius:26px;background:linear-gradient(145deg,rgba(25,66,83,.72),rgba(12,33,48,.88));box-shadow:0 24px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06)}.gse-hero:after{content:"";position:absolute;right:-70px;top:-85px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(88,224,212,.2),transparent 68%);pointer-events:none}.gse-kicker{display:inline-flex;padding:7px 10px;border:1px solid rgba(88,224,212,.3);border-radius:999px;background:rgba(88,224,212,.1);color:#8dfff3;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gse-title{margin:12px 0 8px;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1}.gse-full-name{margin:0 0 16px;color:#cfe6f3;font-size:clamp(17px,2vw,22px);font-weight:750}.gse-intro{max-width:830px;margin:0;color:var(--gse-muted);font-size:15px;line-height:1.65}.gse-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.gse-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.045);font-size:11px;font-weight:850}.gse-badge.good{color:var(--gse-good)}.gse-badge.warn{color:var(--gse-amber)}.gse-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.gse-kpi{padding:17px;border:1px solid var(--gse-line);border-radius:18px;background:linear-gradient(145deg,rgba(16,43,62,.9),rgba(10,31,45,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.gse-kpi strong{display:block;margin-bottom:5px;font-size:24px;letter-spacing:-.03em}.gse-kpi span{color:#91a9ba;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.gse-section{margin-top:22px;padding:24px;border:1px solid var(--gse-line);border-radius:22px;background:linear-gradient(155deg,rgba(13,33,48,.94),rgba(9,27,40,.96));box-shadow:0 18px 44px rgba(0,0,0,.2)}.gse-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}.gse-section h2{margin:0;font-size:24px;letter-spacing:-.03em}.gse-section-head p{max-width:620px;margin:5px 0 0;color:var(--gse-muted);font-size:13px;line-height:1.5}.gse-highlight{padding:18px;border:1px solid rgba(255,211,110,.24);border-radius:18px;background:linear-gradient(135deg,rgba(255,211,110,.09),rgba(88,224,212,.055))}.gse-highlight strong{color:#fff5d0}.gse-highlight p{margin:7px 0 0;color:#c8d9e4;line-height:1.55}.gse-horizons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gse-horizon{position:relative;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.035)}.gse-horizon.best{border-color:rgba(140,240,176,.4);box-shadow:0 0 0 1px rgba(140,240,176,.08) inset}.gse-horizon.best:before{content:"BEST";position:absolute;right:12px;top:12px;padding:4px 7px;border-radius:999px;background:rgba(140,240,176,.12);color:var(--gse-good);font-size:9px;font-weight:950;letter-spacing:.08em}.gse-horizon h3{margin:0 0 14px;font-size:22px}.gse-metric-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid rgba(255,255,255,.07);font-size:12px}.gse-metric-row:first-of-type{border-top:0}.gse-metric-row span{color:#8fa6b7}.gse-metric-row strong{color:#eef9ff}.gse-positive{color:var(--gse-good)!important}.gse-negative{color:var(--gse-bad)!important}.gse-two{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.gse-table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.09);border-radius:16px}.gse-table{width:100%;border-collapse:collapse;min-width:620px}.gse-table th,.gse-table td{padding:11px 13px;border-bottom:1px solid rgba(255,255,255,.07);text-align:left;font-size:12px}.gse-table th{color:#8da6b8;font-size:10px;text-transform:uppercase;letter-spacing:.07em;background:rgba(255,255,255,.025)}.gse-table tr:last-child td{border-bottom:0}.gse-scenario-name{font-weight:800;color:#eaf7ff}.gse-episodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.gse-episode{padding:15px;border:1px solid rgba(255,255,255,.09);border-radius:15px;background:rgba(255,255,255,.025)}.gse-episode time{display:block;margin-bottom:5px;color:#80dbcF;font-size:10px;font-weight:900}.gse-episode h3{margin:0 0 7px;font-size:14px;line-height:1.32}.gse-episode p{margin:0;color:#90a8ba;font-size:11px;line-height:1.4}.gse-episode a{display:inline-flex;margin-top:9px;color:var(--gse-teal);font-size:11px;font-weight:850;text-decoration:none}.gse-more{display:flex;justify-content:center;margin-top:14px}.gse-more button{border:1px solid rgba(88,224,212,.25);border-radius:999px;padding:9px 14px;background:rgba(88,224,212,.08);color:#9dfdf4;font-weight:850;cursor:pointer}.gse-status-box{padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:rgba(255,255,255,.03)}.gse-status-box h3{margin:0 0 12px;font-size:17px}.gse-status-box p{margin:7px 0;color:#9db3c4;font-size:12px;line-height:1.5}.gse-code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#d9eaf4}.gse-reasons{margin:10px 0 0;padding-left:18px;color:#a9bdcd;font-size:12px;line-height:1.55}.gse-timeline{display:grid;gap:8px}.gse-timeline-row{display:grid;grid-template-columns:150px 1fr 1fr;gap:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.02);font-size:11px}.gse-timeline-row time{color:#91aabd}.gse-method{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.gse-method div{padding:12px;border:1px solid rgba(88,224,212,.13);border-radius:13px;background:rgba(88,224,212,.045);text-align:center;font-size:11px;font-weight:800}.gse-footnote{margin-top:18px;color:#7891a4;font-size:10px;line-height:1.55}.gse-loading{padding:25px;color:#9db3c4}.gse-error{padding:18px;border:1px solid rgba(255,155,155,.25);border-radius:16px;color:#ffc1c1;background:rgba(255,95,95,.06)}@media(max-width:920px){.gse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gse-two{grid-template-columns:1fr}.gse-horizons{grid-template-columns:1fr}.gse-method{grid-template-columns:1fr 1fr}.gse-episodes{grid-template-columns:1fr}}@media(max-width:560px){.gse-shell{padding:24px 14px 48px}.gse-hero,.gse-section{padding:18px}.gse-grid{grid-template-columns:1fr 1fr}.gse-kpi strong{font-size:20px}.gse-method{grid-template-columns:1fr}.gse-timeline-row{grid-template-columns:1fr}.gse-section-head{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}