.eeg-model{background:radial-gradient(ellipse at 50% 50%,var(--glow),transparent 70%),var(--panel);border:1px solid var(--line);border-radius:20px;width:100%;min-width:0;overflow:hidden}.eeg-model-stage{isolation:isolate;height:470px;position:relative}.eeg-model-stage model-viewer{--poster-color:transparent;--progress-bar-color:var(--accent);--progress-bar-height:2px;touch-action:pan-y;width:100%;height:100%;display:block}.eeg-model-stage img{object-fit:contain;width:100%;height:100%;padding:30px}.eeg-model-stage model-viewer img{position:absolute;inset:0}.eeg-load-model{background:var(--panel);border:1px solid var(--line);white-space:nowrap;min-height:44px;color:var(--fg);box-shadow:0 8px 30px var(--shadow);border-radius:8px;align-items:center;gap:10px;padding:9px 18px;font-size:13px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.eeg-load-model:hover{border-color:var(--accent);color:var(--accent)}.eeg-model-console{border-top:1px solid var(--line);background:var(--panel);padding:16px 18px}.eeg-model-status{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:12px;display:flex}.eeg-model-status small{color:var(--muted);font-size:11px}.eeg-model-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.eeg-view-tabs,.eeg-model-tools{align-items:center;gap:3px;display:flex}.eeg-model-controls button{min-width:44px;min-height:44px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;padding:8px;font-size:12px;display:inline-flex}.eeg-model-controls button:disabled{cursor:default;opacity:.4}.eeg-model-controls button:hover:not(:disabled){color:var(--accent);border-color:var(--line)}.eeg-model-controls button[aria-pressed=true]{color:var(--accent);background:var(--tint);border-color:var(--line)}.eeg-model:-webkit-full-screen{background:var(--bg);border:0;border-radius:0;flex-direction:column;display:flex}.eeg-model:fullscreen{background:var(--bg);border:0;border-radius:0;flex-direction:column;display:flex}.eeg-model:-webkit-full-screen .eeg-model-stage{flex:1;height:auto;min-height:0}.eeg-model:fullscreen .eeg-model-stage{flex:1;height:auto;min-height:0}.eeg-model:-webkit-full-screen .eeg-model-console{flex-shrink:0}.eeg-model:fullscreen .eeg-model-console{flex-shrink:0}.eeg-section-nav{z-index:25;right:max(16px,env(safe-area-inset-right));border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 82%,transparent);-webkit-backdrop-filter:blur(16px);width:168px;box-shadow:0 8px 32px var(--shadow);border-radius:16px;padding:6px;position:fixed;top:50%;transform:translateY(-50%)}.eeg-section-nav-links{gap:4px;display:grid}.eeg-section-nav a{min-height:48px;color:var(--muted);border-radius:10px;align-items:center;gap:10px;padding:12px;font-size:15px;line-height:1.4;transition:background .18s,color .18s;display:flex;position:relative}.eeg-section-nav a svg{flex-shrink:0}.eeg-section-nav a span{overflow-wrap:anywhere;min-width:0}.eeg-section-nav a:hover{color:var(--fg);background:color-mix(in srgb,var(--accent) 10%,transparent)}.eeg-section-nav a[aria-current=location]{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent);font-weight:600}.eeg-section-nav a[aria-current=location]:before{content:"";background:var(--accent);border-radius:3px;width:3px;position:absolute;top:14px;bottom:14px;left:0}.eeg-section-nav-toggle{display:none}@media (min-width:1025px){.eeg-introduction>.section{padding-right:max(8%,204px)}}@media (max-width:1024px){.eeg-section-nav{top:auto;bottom:calc(16px + env(safe-area-inset-bottom));width:auto;max-width:calc(100vw - 32px - env(safe-area-inset-right));border-radius:14px;padding:0;transform:none}.eeg-section-nav-toggle{border-radius:inherit;max-width:280px;min-height:48px;color:var(--fg);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;font-size:14px;line-height:1.5;display:flex}.eeg-section-nav-toggle svg{flex-shrink:0}.eeg-section-nav-toggle svg:last-child{transform:rotate(180deg)}.eeg-section-nav[data-open=true] .eeg-section-nav-toggle svg:last-child{transform:none}.eeg-section-nav-links{width:240px;max-width:calc(100vw - 32px - env(safe-area-inset-right));border:1px solid var(--line);background:color-mix(in srgb,var(--panel) 94%,transparent);-webkit-backdrop-filter:blur(16px);max-height:calc(100svh - 160px);box-shadow:0 8px 32px var(--shadow);border-radius:14px;padding:6px;display:none;position:absolute;bottom:calc(100% + 8px);right:0;overflow-y:auto}.eeg-section-nav[data-open=true] .eeg-section-nav-links{display:grid}}@media (prefers-reduced-motion:reduce){html:has(.eeg-introduction){scroll-behavior:auto}.eeg-section-nav a{transition:none}}.eeg-introduction .section{border-bottom:1px solid var(--line)}.eeg-introduction [hidden]{display:none!important}.eeg-split{grid-template-columns:1fr 1fr;align-items:center;gap:7%;display:grid}.eeg-section-copy h2,.eeg-station-section h2,.eeg-workflow h2{white-space:pre-line}.eeg-section-copy>p{max-width:460px;margin-top:22px;font-size:15px;line-height:1.9}.eeg-feature-list{margin:28px 0 0;padding:0}.eeg-feature-list>div{border-top:1px solid var(--line);padding:16px 0}.eeg-feature-list dt{color:var(--fg);margin-bottom:5px;font-size:15px}.eeg-feature-list dd{color:var(--muted);margin:0;font-size:13px;line-height:1.8}.eeg-section-copy>.text-link{margin-top:25px}.eeg-model-headset .eeg-model-stage{height:380px}.eeg-station-section{background:var(--panel)}.eeg-station-section .section-heading>p{max-width:370px;font-size:14px}.eeg-gallery{border:1px solid var(--line);background:radial-gradient(ellipse at 50% 40%,var(--glow),transparent 70%),var(--bg);border-radius:18px;overflow:hidden}.eeg-gallery-stage{place-items:center;height:460px;display:grid}.eeg-gallery-stage img{object-fit:contain;width:100%;height:100%;max-height:460px;padding:24px}.eeg-gallery-tabs{border-top:1px solid var(--line);background:var(--panel);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.eeg-gallery-tabs button{min-height:44px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:9px 18px;font-size:13px;display:flex}.eeg-gallery-tabs button:hover{color:var(--accent);border-color:var(--line)}.eeg-gallery-tabs button[aria-pressed=true]{color:var(--accent);background:var(--tint);border-color:var(--line)}.eeg-training-example{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden}.eeg-training-example .eeg-gallery-tabs{border-top:0;border-bottom:1px solid var(--line)}.eeg-training-example img{aspect-ratio:1000/563;object-fit:contain;background:var(--bg);width:100%;height:auto}.eeg-game-caption{padding:24px 26px 14px}.eeg-game-caption h3{margin-bottom:10px;font-size:22px}.eeg-game-caption p{font-size:14px;line-height:1.9}.eeg-training-example>small{color:var(--muted);padding:0 26px 24px;font-size:11px;display:block}.eeg-workflow{background:var(--panel)}.eeg-workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:28px 0 38px;display:grid}.eeg-workflow-grid>div{text-align:center;padding:15px 28px;position:relative}.eeg-workflow-grid>div>svg:first-child{color:var(--accent);margin:0 auto 18px}.eeg-workflow-grid h3{margin-bottom:10px;font-size:20px}.eeg-workflow-grid p{font-size:14px}.eeg-workflow-arrow{color:var(--accent);position:absolute;top:50%;right:-10px}.eeg-feedback-note{border-top:1px solid var(--line);color:var(--muted);justify-content:center;align-items:center;gap:12px;padding-top:24px;font-size:13px;display:flex}.eeg-feedback-note svg{color:var(--accent);flex-shrink:0}@media (min-width:1500px){.eeg-model-stage{height:550px}}@media (max-width:1050px){.eeg-split{gap:35px}.eeg-section-copy h2,.eeg-station-section h2,.eeg-workflow h2{font-size:34px}.eeg-model-stage{height:420px}.eeg-model-headset .eeg-model-stage{height:340px}.eeg-model-console{padding:13px}.eeg-gallery-stage,.eeg-gallery-stage img{height:370px}.eeg-model-controls{justify-content:center}.eeg-station-section .section-heading{flex-direction:column;align-items:flex-start;gap:22px}}@media (max-width:700px){.eeg-model-stage{height:340px}.eeg-model-headset .eeg-model-stage{height:310px}.eeg-model-stage img{padding:22px}.eeg-model{border-radius:16px}.eeg-model-controls{justify-content:space-between;gap:5px}.eeg-model-controls button{padding:7px}.eeg-model-status{font-size:12px}.eeg-split{grid-template-columns:1fr;gap:30px}.eeg-section-copy h2,.eeg-station-section h2,.eeg-workflow h2{font-size:30px}.eeg-section-copy>p{font-size:14px}.eeg-gallery-stage,.eeg-gallery-stage img{height:250px}.eeg-gallery-stage img{padding:10px}.eeg-gallery-tabs{gap:2px;padding:10px}.eeg-gallery-tabs button{padding:8px 11px;font-size:12px}.eeg-workflow-grid{grid-template-columns:1fr;gap:28px;padding:0 0 25px}.eeg-workflow-grid>div{padding:16px}.eeg-workflow-arrow{top:auto;bottom:-24px;right:calc(50% - 10px);transform:rotate(90deg)}.eeg-game-caption{padding:20px 20px 12px}.eeg-training-example>small{padding:0 20px 20px}.eeg-feedback-note{align-items:flex-start;font-size:12px}}.product-hero:has(.eeg-model-station){isolation:isolate;background:radial-gradient(ellipse at 76% 36%,var(--glow),transparent 57%),linear-gradient(180deg,var(--bg),var(--panel2));grid-template-columns:1fr 1.25fr;gap:35px;position:relative;overflow:hidden}.product-hero:has(.eeg-model-station):before{content:"";z-index:-1;background-image:linear-gradient(90deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 87%,transparent) 36%,color-mix(in srgb,var(--bg) 42%,transparent) 70%),var(--eeg-showroom);pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}:root[data-theme=light] .product-hero:has(.eeg-model-station):before{background-image:linear-gradient(90deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 90%,transparent) 36%,color-mix(in srgb,var(--bg) 58%,transparent) 70%),var(--eeg-showroom)}.eeg-model-station{background:0 0;border:0;border-radius:0;overflow:visible}.eeg-model-station .eeg-model-stage{aspect-ratio:8/7;height:auto}.eeg-model-station .eeg-model-stage model-viewer{position:absolute;inset:0}.eeg-model-station .eeg-model-stage img{padding:5%;position:absolute;inset:0}.eeg-model-station .eeg-model-stage:before{content:"";z-index:-1;background:linear-gradient(175deg,var(--panel),var(--panel2));height:14%;box-shadow:0 10px 0 -2px var(--line),0 24px 40px var(--shadow);pointer-events:none;border-radius:50%;position:absolute;bottom:0;left:8%;right:8%}.eeg-model-station .eeg-model-console{background:0 0;border:0;padding:12px 8px 0}.eeg-model-station .eeg-model-status>span{display:none}.eeg-model-station .eeg-model-status{justify-content:center;margin-bottom:6px}.eeg-model-station .eeg-model-controls{justify-content:center;gap:14px}.eeg-model-station:-webkit-full-screen{background:var(--bg)}.eeg-model-station:fullscreen{background:var(--bg)}.eeg-model-station:-webkit-full-screen .eeg-model-stage{flex:none;width:100%;max-width:calc(114.286svh - 171.429px);height:auto;margin:auto}.eeg-model-station:fullscreen .eeg-model-stage{flex:none;width:100%;max-width:calc(114.286svh - 171.429px);height:auto;margin:auto}@media (max-width:1050px){.product-hero:has(.eeg-model-station){gap:20px}}@media (max-width:700px){.eeg-model-station .eeg-model-controls{gap:5px}.eeg-model-station .eeg-model-console{padding:12px 0 0}.product-hero:has(.eeg-model-station):before{background-image:linear-gradient(180deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 95%,transparent) 38%,color-mix(in srgb,var(--bg) 48%,transparent) 70%),var(--eeg-showroom);background-position:65%}:root[data-theme=light] .product-hero:has(.eeg-model-station):before{background-image:linear-gradient(180deg,var(--bg) 0%,color-mix(in srgb,var(--bg) 95%,transparent) 38%,color-mix(in srgb,var(--bg) 62%,transparent) 70%),var(--eeg-showroom)}}
