:root{--bg: #ffffff;--bg-elev: #f6f6fa;--bg-elev2: #ececf2;--text: #17171f;--muted: #454545;--primary: #61ce70;--primary-ink: #ffffff;--accent: #5d49ab;--danger: #dc2626;--border: #dcdce6;--radius: 12px;--shadow: 0 8px 30px rgba(20, 20, 40, .08);--footer-bg: #5d49ab;--footer-text: #ffffff;color-scheme:light}.app[data-immersive=true]{--bg: #14141f;--bg-elev: #1e1e2e;--bg-elev2: #272739;--text: #e8e8f0;--muted: #a0a0b8;--primary: #ffcc19;--primary-ink: #1b1b2b;--accent: #4ad6c8;--danger: #ff5c6c;--border: #34344a;--shadow: 0 8px 30px rgba(0, 0, 0, .35);color-scheme:dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app:not([data-immersive=true]) h1,.app:not([data-immersive=true]) h2,.app:not([data-immersive=true]) h3{color:var(--accent)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/assets/fonts/roboto-mono.woff2) format("woff2")}body{background:var(--bg);color:var(--text);font-family:Roboto Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;-webkit-tap-highlight-color:transparent;overflow-x:hidden}a{color:inherit;text-decoration:none}.app{display:flex;flex-direction:column;min-height:100%;background:var(--bg);color:var(--text)}.app[data-immersive=true]{height:100%}.app__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem 1rem;padding:.6rem 1rem;background:var(--bg-elev);border-bottom:1px solid var(--border);flex:0 0 auto}.app__header[data-immersive=true]{display:none}.app__brand{display:flex;align-items:center}.app__logo{height:2.2rem;width:auto;display:block}.app__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem 1rem}.app__nav a{color:var(--muted);font-weight:600;flex-shrink:0;transition:color .15s ease}.app__nav a.is-active{color:var(--text)}@media (hover: hover){.app__nav a:hover{color:var(--text)}}.lang-switcher{position:relative;flex-shrink:0}.app__lang{display:inline-flex;align-items:center;gap:.35rem;background:var(--bg-elev2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.25rem .5rem;font-weight:700;cursor:pointer}.lang-switcher__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;border:none;background:transparent;cursor:default}.lang-switcher__menu{position:absolute;top:calc(100% + 8px);right:0;z-index:2;min-width:160px;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--bg-elev);box-shadow:0 10px 28px #00000059}.lang-switcher__item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:40px;padding:0 10px;border:none;border-radius:8px;background:transparent;color:var(--text);font-weight:600;cursor:pointer;text-align:left}.lang-switcher__item:hover{background:var(--bg-elev2)}.lang-switcher__item.is-selected{color:var(--primary)}.identity-badge{background:var(--bg-elev2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.25rem .6rem;font-weight:700;white-space:nowrap;flex-shrink:0;max-width:min(240px,55vw);overflow:hidden;text-overflow:ellipsis;transition:filter .15s ease}@media (hover: hover){.identity-badge:hover{filter:brightness(1.08)}}.app__main{flex:1 1 auto;min-height:0}.app[data-immersive=true] .app__main{overflow:auto}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--bg-elev2);color:var(--text);padding:.6rem 1rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .05s ease,background .15s ease,filter .15s ease}@media (hover: hover){.btn:hover:not(:disabled){filter:brightness(1.08)}}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--primary);color:var(--primary-ink);border-color:transparent}.btn--accent{background:var(--accent);color:#fff;border-color:transparent}.btn--ghost{background:transparent}.btn--danger{background:transparent;color:var(--danger);border-color:var(--danger)}.btn--icon{padding:.5rem .75rem;font-size:1.1rem}.hub{max-width:1000px;margin:0 auto;padding:1.5rem 1rem 3rem}.hub__hero{text-align:center}.hub__hero h1{margin:.2rem 0;font-size:clamp(1.8rem,5vw,2.8rem)}.hub__tagline{color:var(--accent);font-weight:600;margin:.2rem auto 1rem;max-width:880px}.hub__intro{color:var(--muted);max-width:880px;margin-left:auto;margin-right:auto;font-size:1.4375rem;line-height:1.8}.hub__time{margin-top:.5rem}.hub__ortho{display:flex;justify-content:center;margin:1rem 0 1.5rem}.hub__ortho .card{width:100%;max-width:320px}.hub__games{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:640px;margin:1.5rem auto}.card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.card__media{aspect-ratio:16 / 9;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,#f0f0f6,#e2e2ec)}.card__media img{max-width:70%;max-height:80%;object-fit:contain}.card__body{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;text-align:center}.card__body h2{margin:0;font-size:1.75rem;font-weight:600}.card__body p{color:var(--muted);margin:0;flex:1}.hub__glasses{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;text-align:center}.glasses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;margin:1rem auto 0;max-width:480px}.glasses-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.glasses-card img{width:100%;max-width:160px;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);background:#fff;transition:transform .15s ease}@media (hover: hover){.glasses-card:hover img{transform:translateY(-2px)}}.glasses-card__name{font-size:.8rem;color:#7a7a7a}.hub__mario{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin:1.5rem 0;padding:1rem 1.25rem;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius)}.hub__mario-info{display:flex;align-items:center;gap:1.5rem}.hub__mario-photo{width:100px;height:100px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}.hub__mario-body h3{margin:0 0 .6rem}.hub__mario .hub__mario-body h3{color:var(--text)}.hub__mario-screenshot{max-width:220px;width:100%;height:auto;border-radius:6px;border:6px solid #111}.site-footer{background:var(--footer-bg);color:var(--footer-text);flex:0 0 auto;padding:1.25rem 1rem}.site-footer__inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.85rem;text-align:center}.site-footer__inner a{color:var(--footer-text);text-decoration:underline}.site-footer__version{opacity:.7}.shell{display:flex;flex-direction:column;height:100%;background:#0e0e16;overflow:hidden}.shell--orthoptics{background:purple}.shell__topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem .5rem;padding:.4rem .6rem;background:var(--bg-elev);border-bottom:1px solid var(--border);flex:0 0 auto}.shell__hud{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem}.hud__item{display:flex;flex-direction:column;align-items:center;line-height:1.1}.hud__label{font-size:.6rem;letter-spacing:1px;color:var(--muted)}.hud__value{font-size:1.1rem;font-weight:800}.shell__actions{display:flex;align-items:center;gap:.4rem;margin-left:auto}.shell__stage{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;overflow:hidden}.shell__board{position:relative;isolation:isolate;flex:1 1 auto;min-height:0;aspect-ratio:1 / 2;max-width:100%;cursor:none}.shell__side{flex:0 0 auto;display:flex;align-items:center;gap:.4rem;padding:.3rem .5rem}.shell__preview{width:64px;height:auto;background:#fff;border-radius:6px;border:1px solid var(--border)}.shell__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#00000059;color:#fff;border:none;font-size:1.1rem;font-weight:700;cursor:pointer}.bigbtn{font-size:3rem;width:84px;height:84px;border-radius:50%;background:var(--primary);color:var(--primary-ink);display:grid;place-items:center}.tc{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .8rem calc(.6rem + env(safe-area-inset-bottom));background:var(--bg-elev);border-top:1px solid var(--border)}.tc__group{display:flex;gap:.5rem}.tc__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--bg-elev2);color:var(--text);width:60px;height:60px;border-radius:14px;font-size:1.5rem;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}@media (hover: hover){.tc__btn:hover{filter:brightness(1.15)}}.tc__btn:active{background:var(--accent);color:#04211d}.tc__btn--accent{background:#2c2c44}.tc__btn--wide{width:96px}.tc--paddle{justify-content:center}.tc--glider{flex-direction:column;justify-content:center;gap:.6rem}@media (pointer: fine) and (min-width: 720px){.tc{display:none}}.modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;padding:1rem;z-index:100}.modal{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);width:min(440px,calc(100vw - 2rem));max-height:90vh;overflow:auto}.modal__head{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem .5rem}.modal__title{margin:0;font-size:1.3rem}.modal__close{flex:0 0 auto;background:none;border:none;color:var(--muted);font-size:1.2rem;cursor:pointer}.modal__body{padding:.5rem 1.25rem 1rem}.modal__foot{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem 1.25rem}.menu{display:flex;flex-direction:column;gap:.5rem}.big{font-size:1.3rem}.muted{color:var(--muted)}.settings{display:flex;flex-direction:column;gap:1rem}.settings h3{margin:0 0 .4rem;font-size:.9rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.settings__row{display:flex;flex-wrap:wrap;gap:.5rem}.preview{position:relative;width:100%;aspect-ratio:1 / 1;min-height:400px;border-radius:14px}.preview__eyes{position:absolute;top:20px;left:20px;right:20px;bottom:96px;display:flex;justify-content:center;gap:24px}.preview__eye{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1;max-width:180px;min-width:0}.preview__dot{width:100%;max-width:160px;aspect-ratio:1 / 1;border-radius:16px;position:relative;flex-shrink:0}.preview__dot--filled{background:var(--dot-color)}.preview__dot--hollow,.preview__dot--hollowLine{background:transparent;border:24px solid var(--dot-color)}.preview__dot--hollowLine:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:55%;background:var(--dot-color);transform:translate(-50%,-50%)}.preview__pct{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:100%;flex:1;border:none;background:none;padding:0;cursor:pointer}.preview__pct-value{font-size:clamp(28px,8vw,42px);font-weight:800;line-height:1}.preview__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:none;background:transparent;cursor:default}.opacity-menu{position:absolute;top:0;bottom:0;z-index:3;padding:16px 10px;border-radius:14px;display:flex;flex-direction:column;justify-content:center;gap:8px}.opacity-menu--left{left:0;right:50%;border-top-right-radius:0;border-bottom-right-radius:0}.opacity-menu--right{left:50%;right:0;border-top-left-radius:0;border-bottom-left-radius:0}.opacity-menu__item{display:flex;align-items:center;gap:10px;height:48px;padding:0 10px;border:2px solid transparent;border-radius:12px;background:transparent;color:inherit;cursor:pointer}.opacity-menu__item.is-selected{border-color:#000}.opacity-menu__swatch{width:34px;height:34px;flex-shrink:0;border-radius:8px}.opacity-menu__pct{flex:1;text-align:left;font-size:17px;font-weight:800}.preview__layers{position:absolute;left:16px;bottom:16px;z-index:3;width:56px;height:56px;padding:0;border:none;border-radius:14px;box-shadow:0 2px 10px #00000073;cursor:pointer}.preview__gear{position:absolute;right:16px;bottom:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--border);border-radius:50%;background:var(--bg-elev);color:var(--text);box-shadow:0 2px 10px #00000073;cursor:pointer}.preview__gear.is-open{color:var(--primary)}.preview__layers,.preview__gear,.preview__help{transition:opacity .12s ease}.preview.has-menu .preview__layers,.preview.has-menu .preview__gear,.preview.has-menu .preview__help{opacity:0;pointer-events:none}.preview__help{position:absolute;right:76px;bottom:16px;z-index:3;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--border);border-radius:50%;background:var(--bg-elev);color:var(--text);font-size:17px;font-weight:800;box-shadow:0 2px 10px #00000073;cursor:pointer}.preview__help.is-open{color:var(--primary)}.contrast-help{position:absolute;right:16px;bottom:94px;z-index:2;width:min(260px,calc(100% - 32px));padding:12px;background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 28px #0000008c;display:flex;flex-direction:column;gap:10px}.contrast-help__img-frame{border-radius:8px;overflow:hidden;background:#fff}.contrast-help__img{display:block;width:100%;height:auto}.contrast-help p{margin:0;font-size:13px;line-height:1.4;font-weight:600;color:var(--text)}.calib-panel{position:absolute;right:16px;bottom:94px;z-index:2;width:min(300px,calc(100% - 32px));padding:14px;background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 28px #0000008c;display:flex;flex-direction:column;gap:10px}.calib__row{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;height:26px;margin:0;font-size:13px;color:var(--muted)}.calib__row input{width:100%;margin:0}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:10px;border:2px solid transparent;background:var(--bg-elev2);color:var(--text);cursor:pointer;font-size:.85rem;transition:filter .15s ease}.pill.is-selected{border-color:var(--primary)}@media (hover: hover){.pill:hover{filter:brightness(1.08)}}.pill__shape{width:15px;height:15px;border-radius:3px;position:relative;flex-shrink:0}.pill__shape--filled{background:currentColor}.pill__shape--hollow,.pill__shape--hollowLine{background:transparent;border:2.5px solid currentColor}.pill__shape--hollowLine:after{content:"";position:absolute;top:50%;left:50%;width:2px;height:55%;background:currentColor;transform:translate(-50%,-50%)}.stats{max-width:900px;margin:0 auto;padding:1.5rem 1rem 3rem}.stats__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin:1rem 0 1.5rem}.stat-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1rem;display:flex;flex-direction:column;gap:.3rem}.stat-card__label{font-size:.75rem;color:var(--muted)}.stat-card__value{font-size:1.4rem;font-weight:800}.stats__block{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.25rem}.stats__block h2{margin:0 0 .75rem;font-size:1.1rem}.barchart{display:flex;align-items:flex-end;gap:.5rem;height:140px}.barchart__col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;gap:.3rem}.barchart__bar{width:70%;background:linear-gradient(var(--accent),#2b8c82);border-radius:6px 6px 0 0}.barchart__x{font-size:.7rem;color:var(--muted)}.contrast-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.contrast-list__meta{display:flex;align-items:center;gap:.4rem;font-size:.85rem;flex-wrap:wrap;margin-bottom:.25rem}.dot{width:12px;height:12px;border-radius:50%;display:inline-block}.tag{font-size:.7rem;background:var(--bg-elev2);padding:.1rem .45rem;border-radius:999px;color:var(--muted)}.contrast-list__bar{position:relative;background:var(--bg-elev2);border-radius:6px;height:22px;overflow:hidden}.contrast-list__bar div{height:100%;background:linear-gradient(90deg,var(--primary),#d6a400)}.contrast-list__bar span{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.75rem;font-weight:700;color:var(--text)}.sessions{width:100%;border-collapse:collapse;font-size:.85rem}.sessions th,.sessions td{text-align:left;padding:.4rem .5rem;border-bottom:1px solid var(--border)}.sessions th{color:var(--muted);font-weight:600}.stats__actions{display:flex;gap:.75rem}.sync__form{display:flex;flex-direction:column;gap:.75rem;max-width:320px}.sync__field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--muted)}.sync__input{min-width:0;padding:.5rem .75rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-elev2);color:var(--text);font-size:1rem}.sync__error{color:var(--danger, #e5484d);margin-top:.5rem;font-size:.9rem}.sync__notice{color:var(--muted);margin:.5rem 0;font-size:.9rem}.sync__qr{max-width:220px;margin:1rem 0}.sync__qr svg{width:100%;height:auto;display:block}@media (max-width: 480px){.shell__hud{gap:.8rem}.hud__value{font-size:.95rem}.tc__btn{width:52px;height:52px}.hub__games{grid-template-columns:1fr}}.ortho__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem .8rem}.ortho__field{color:var(--muted);font-size:.9rem}.ortho__field select{background:var(--bg-elev2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.35rem .5rem}.ortho__stage{position:relative;width:100%;height:100%;min-height:220px}.ortho__stimulus{position:absolute;top:50%;left:50%;max-width:90px;max-height:90px}.ortho__marker{position:absolute;top:50%;left:50%;max-width:36px;max-height:36px;transform:translate(-50%,-50%)}.ortho__help{padding:0 .8rem .8rem;font-size:.85rem;text-align:center}
