/* All selectors scoped: safe to include alongside the landing page. */
envirobot-viewer{display:block;color:#eaf5fb;background:#091322;border:1px solid #283b50;border-radius:20px;overflow:hidden;font-family:inherit}
envirobot-viewer .eb-stage{position:relative;height:clamp(320px,48vw,570px);background:radial-gradient(ellipse at 50% 45%,#1b3043 0,#0b1626 55%,#080f1c 100%)}
envirobot-viewer img{display:block;width:100%;height:100%;object-fit:contain}
envirobot-viewer>img{max-height:570px}
envirobot-viewer canvas{display:block;position:absolute;inset:0;width:100%;height:100%;touch-action:none}
envirobot-viewer [hidden]{display:none!important}
envirobot-viewer[data-state="loading"] canvas{visibility:hidden}
envirobot-viewer .eb-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:16px 16px 4px}
envirobot-viewer button{font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;min-width:44px;min-height:44px;padding:12px 16px;border-radius:9px;border:1px solid #3e617a;color:#eaf5fb;background:#152b3d;cursor:pointer}
envirobot-viewer button:hover{background:#21455a;border-color:#61d6e6}
envirobot-viewer .eb-launch{background:#73deea;border-color:#73deea;color:#071b25}
envirobot-viewer button:disabled{opacity:.6;cursor:wait}
envirobot-viewer :focus-visible{outline:3px solid #91edff;outline-offset:-3px}
envirobot-viewer .eb-help,envirobot-viewer .eb-status{font-size:13px;line-height:1.5;text-align:center;margin:12px 18px;color:#afc4d4}
envirobot-viewer .eb-status{min-height:1.5em;margin-top:0;margin-bottom:18px;color:#79d9e8}
@media(max-width:480px){envirobot-viewer{border-radius:14px}envirobot-viewer .eb-stage{height:360px}envirobot-viewer .eb-actions{gap:6px;padding:12px 10px 0}envirobot-viewer button{padding:10px 12px}}
