:root{color-scheme:dark;--bg:#06070c;--bg-soft:#0b1020;--panel:rgba(8,12,24,0.86);--panel-strong:rgba(12,18,34,0.95);--panel-border:rgba(136,160,255,0.18);--text:#f1f5ff;--muted:#93a2c7;--accent:#78ffd1;--danger:#ff6b80;--shadow:0 18px 60px rgba(0,0,0,0.36);--radius:24px;--font-sans:"IBM Plex Sans","Segoe UI",sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:radial-gradient(circle at top,rgba(70,93,180,.22),transparent 42%),radial-gradient(circle at bottom right,rgba(82,208,184,.18),transparent 30%),var(--bg);color:var(--text);font-family:var(--font-sans)}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0;cursor:pointer}.app-shell,.landing-page{min-height:100vh}.landing-page{display:grid;place-items:center;padding:32px}.landing-card{width:min(920px,100%);background:linear-gradient(180deg,rgba(14,20,36,.95),rgba(7,10,20,.94));border:1px solid var(--panel-border);border-radius:32px;box-shadow:var(--shadow);padding:40px;display:grid;grid-gap:28px;gap:28px}.landing-eyebrow,.panel-kicker{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:8px 12px;border-radius:999px;background:rgba(120,255,209,.12);color:var(--accent);font-size:.86rem;letter-spacing:.04em;text-transform:uppercase}.landing-title{margin:0;font-size:clamp(2.4rem,6vw,4.6rem);line-height:.95}.landing-copy{margin:0;max-width:720px;color:var(--muted);font-size:1.08rem;line-height:1.6}.landing-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.landing-actions--stacked{align-items:stretch}.control-button,.landing-button,.player-action-button,.player-build-color-button,.stream-button{border-radius:20px;padding:16px 18px;color:var(--text);background:linear-gradient(180deg,rgba(46,74,160,.92),rgba(26,40,86,.92));border:1px solid rgba(161,184,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:transform .12s ease,border-color .12s ease,background .12s ease}.control-button:hover,.landing-button:hover,.player-action-button:hover,.player-build-color-button:hover,.stream-button:hover{transform:translateY(-1px);border-color:rgba(161,184,255,.48)}.control-button--secondary,.landing-button--alt,.player-action-button--secondary,.stream-button--secondary{background:linear-gradient(180deg,rgba(19,32,62,.92),rgba(9,14,28,.92))}.landing-button--ghost{background:rgba(255,255,255,.03);color:var(--muted)}.player-action-button--active,.stream-button--active{border-color:rgba(120,255,209,.56);background:linear-gradient(180deg,rgba(52,112,161,.96),rgba(18,46,83,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(120,255,209,.18),0 12px 30px rgba(38,125,156,.2)}.landing-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.95rem}.hud-chip,.landing-meta span,.stat-chip{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.landing-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.landing-highlight,.landing-rules{padding:18px;border-radius:24px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}.landing-highlight{display:grid;grid-gap:8px;gap:8px}.landing-highlight strong,.landing-section-title{font-size:1rem}.landing-highlight span,.landing-rule-list{color:var(--muted)}.landing-rules{display:grid;grid-gap:12px;gap:12px}.landing-section-title{margin:0}.landing-rule-list{margin:0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.site-page{--site-bg:#f9ebdd;--site-bg-soft:#f2dfce;--site-panel:rgba(255,248,239,0.74);--site-panel-strong:rgba(255,250,243,0.92);--site-line:rgba(44,35,26,0.12);--site-line-strong:rgba(44,35,26,0.24);--site-text:#201915;--site-muted:#6c594d;--site-dim:#9a8474;--site-green:#27624d;--site-cyan:#3b7468;--site-gold:#a66f32;--site-danger:#a13b35;--site-radius:28px;--site-shadow:0 18px 54px rgba(64,42,28,0.12);--site-max:1180px;min-height:100dvh;overflow-x:hidden;background:radial-gradient(circle at 84% 8%,rgba(255,255,255,.54),transparent 22rem),radial-gradient(circle at 8% 14%,rgba(213,174,137,.32),transparent 20rem),#f9ebdd;color:var(--site-text);font-family:Space Grotesk,IBM Plex Sans,Inter,Noto Sans,Noto Sans CJK SC,Noto Sans JP,Noto Sans KR,Segoe UI,sans-serif;letter-spacing:-.015em;position:relative}.site-page:before{content:"";position:fixed;inset:0;pointer-events:none;background:repeating-radial-gradient(circle at 17% 23%,rgba(44,35,26,.08) 0 1px,transparent 1px 5px),repeating-radial-gradient(circle at 73% 61%,rgba(255,255,255,.16) 0 1px,transparent 1px 7px);background-size:98px 98px,132px 132px;mix-blend-mode:multiply;opacity:.42;z-index:0}.site-page :where(a,button){-webkit-tap-highlight-color:transparent}.site-page :where(a,button,summary):focus-visible{outline:2px solid #201915;outline-offset:4px}.site-page :where(h1,h2,h3,p){margin:0}.site-page :where(p){color:var(--site-muted);line-height:1.7}.site-page :where(ul){margin:0;padding:0;list-style:none}.site-final,.site-footer,.site-header,.site-hero,.site-section{position:relative;z-index:1;width:min(var(--site-max),calc(100% - 32px));margin-inline:auto}.site-header{position:relative;top:auto;z-index:20;width:min(1360px,calc(100% - 32px));display:grid;grid-template-columns:minmax(0,auto) auto;justify-content:space-between;grid-gap:16px;gap:16px;align-items:center;margin-top:max(18px,env(safe-area-inset-top,0px));padding:14px 0;border:0;border-radius:0;background:transparent;box-shadow:none}.site-brand,.site-developer{display:inline-flex;align-items:center;gap:10px;min-width:0}.site-brand{color:var(--site-text);font-weight:900;letter-spacing:0;text-transform:uppercase}.site-brand__logo{width:34px;height:34px;flex:0 0 auto;display:block;object-fit:contain}.site-brand__mark,.site-developer__logo{width:28px;height:28px;flex:0 0 auto;border-radius:8px;border:0;background:linear-gradient(135deg,#201915,#6c594d),linear-gradient(45deg,transparent 42%,rgba(249,235,221,.7) 43% 56%,transparent 57%);box-shadow:none}.site-footer__links,.site-footer__nav,.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.site-nav{justify-content:center;flex-wrap:nowrap;min-width:0}.site-footer__links a,.site-footer__nav a,.site-nav a{padding:8px clamp(6px,.7vw,10px);border-radius:999px;color:var(--site-muted);font-size:clamp(.76rem,.74vw,.86rem);line-height:1.1;white-space:nowrap;transition:color .14s ease,background .14s ease}.site-footer__links a:hover,.site-footer__nav a:hover,.site-nav a:hover{color:var(--site-text);background:rgba(151,255,203,.08)}.site-header__right,.site-header__tools{display:inline-flex;align-items:center;gap:10px;min-width:0}.site-header__right{justify-content:end}.site-header-social{display:inline-flex;align-items:center;gap:6px}.site-header-social__link{width:40px;height:40px;display:grid;place-items:center;color:var(--site-text);border:1px solid rgba(32,25,21,.14);border-radius:999px;background:rgba(255,250,243,.54);transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease}.site-header-social__link:hover{transform:translateY(-1px);border-color:currentColor;background:rgba(255,250,243,.86)}.site-header-social .site-social-block__icon{width:20px;height:20px;filter:none}.site-header-social__link--telegram:hover{color:#229ed9}.site-header-social__link--youtube:hover{color:#ff0033}.site-header-social__link--twitch:hover{color:#9146ff}.site-header-social__link--x:hover{color:#050505}.site-button,.site-header__cta,.site-wallet-copy{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:999px;border:1px solid var(--site-line-strong);color:var(--site-text);font-weight:800;letter-spacing:.01em;background:rgba(13,22,19,.9);transition:transform .14s ease,border-color .14s ease,background .14s ease}.site-header__cta{max-width:min(26vw,310px);padding:0 clamp(12px,1.2vw,16px);color:#03100a;background:linear-gradient(135deg,var(--site-green),#d8ffd4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-button{padding:0 20px;min-width:min(100%,180px)}.site-button:hover,.site-header__cta:hover,.site-wallet-copy:hover{transform:translateY(-1px);border-color:rgba(216,255,212,.82)}.site-button--primary{color:#03100a;background:linear-gradient(135deg,var(--site-green),#d8ffd4);box-shadow:0 18px 48px rgba(140,255,184,.16)}.site-button--secondary{color:var(--site-text);background:linear-gradient(135deg,rgba(32,78,68,.95),rgba(17,28,27,.95))}.site-button--ghost{color:var(--site-muted);border-color:rgba(139,234,255,.24);background:rgba(139,234,255,.05)}.site-language{position:relative;z-index:30}.site-language__summary{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;border:1px solid rgba(32,25,21,.16);border-radius:10px;color:var(--site-text);background:rgba(255,250,243,.58);font-size:.84rem;font-weight:900;list-style:none;cursor:pointer;transition:border-color .14s ease,background .14s ease}.site-language__summary::-webkit-details-marker{display:none}.site-language__summary:after{content:"";width:7px;height:7px;border-right:2px solid;border-bottom:2px solid;opacity:.72;transform:translateY(-2px) rotate(45deg);transition:transform .14s ease}.site-language[open] .site-language__summary:after{transform:translateY(2px) rotate(225deg)}.site-language__summary:hover{border-color:rgba(32,25,21,.32);background:rgba(255,250,243,.86)}.site-language__flag{width:1.35em;display:inline-flex;justify-content:center;line-height:1;font-size:1rem}.site-language__current{max-width:94px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-language__list{position:absolute;right:0;top:calc(100% + 10px);width:min(260px,calc(100vw - 32px));display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid rgba(32,25,21,.14);border-radius:12px;background:linear-gradient(135deg,rgba(255,250,243,.98),rgba(246,228,210,.98)),repeating-radial-gradient(circle at 0 0,rgba(32,25,21,.06) 0 1px,transparent 1px 8px);box-shadow:var(--site-shadow)}.site-language__label{padding:4px 8px 6px;color:var(--site-dim);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.site-language__link{display:flex;align-items:center;gap:10px;min-height:38px;padding:7px 9px;border-radius:8px;color:var(--site-muted);font-size:.86rem;font-weight:800;white-space:nowrap}.site-language__link:hover{color:var(--site-text);background:rgba(32,25,21,.06)}.site-language__link[aria-current=true]{color:#f9ebdd;background:#201915}.site-diagram{position:relative;z-index:1;min-height:calc(100dvh - 92px);display:grid;place-items:start center;padding:clamp(20px,5dvh,58px) 16px 40px}.site-diagram__stage{position:relative;width:min(760px,100%)}.site-diagram__image{width:100%;height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.site-diagram__caption,.site-diagram__title,.site-diagram__viewer{position:absolute;color:#050505;letter-spacing:0;line-height:1;white-space:nowrap;pointer-events:none}.site-diagram__title{top:.2%;left:64%;transform:translateX(-50%);font-size:clamp(2.4rem,5vw,4.2rem);font-weight:950}.site-diagram__caption{left:50%;bottom:-9.2%;transform:translateX(-50%);font-size:clamp(2.2rem,4.2vw,3.8rem);font-weight:950}.site-diagram__viewer{font-size:clamp(1rem,2vw,1.7rem);font-weight:500}.site-diagram__viewer--left{top:64%;left:-16%}.site-diagram__viewer--right{top:39.5%;right:0}.site-diagram__scroll{position:absolute;left:50%;bottom:clamp(34px,7dvh,72px);display:grid;justify-items:center;grid-gap:8px;gap:8px;color:#7f2718;font-size:clamp(.78rem,1.05vw,.98rem);font-weight:520;letter-spacing:.02em;line-height:1;transform:translateX(-50%)}.site-diagram__scroll svg{width:clamp(42px,4.2vw,58px);height:auto;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.site-screen-block{position:relative;z-index:1;width:min(1240px,calc(100% - 32px));margin:clamp(58px,9dvh,118px) auto clamp(72px,12dvh,150px);display:grid;grid-template-columns:minmax(260px,.82fr) minmax(440px,1.35fr);align-items:center;grid-gap:clamp(42px,7vw,92px);gap:clamp(42px,7vw,92px)}.site-screen-block__copy{display:grid;grid-gap:clamp(18px,2vw,26px);gap:clamp(18px,2vw,26px)}.site-screen-block__copy h1{margin:0;color:#050505;font-size:clamp(5.5rem,10vw,10rem);font-weight:950;letter-spacing:0;line-height:.82}.site-screen-block__copy p{max-width:480px;color:#050505;font-size:clamp(1.1rem,1.65vw,1.55rem);font-weight:750;line-height:1.16;letter-spacing:0}.site-screen-block__figure{margin:0;display:grid;grid-gap:8px;gap:8px}.site-screen-block__figure figcaption{justify-self:end;color:#050505;font-size:clamp(.92rem,1vw,1.08rem);font-weight:760;letter-spacing:0}.site-screen-block__figure img{width:100%;display:block;border-radius:18px}.site-modes-sketch{position:relative;z-index:1;width:min(1120px,calc(100% - 32px));margin:0 auto clamp(82px,13dvh,160px);display:grid;grid-gap:clamp(26px,4dvh,42px);gap:clamp(26px,4dvh,42px)}.site-modes-sketch h2{margin:0;color:#050505;font-size:clamp(2.2rem,3.4vw,4rem);font-weight:950;letter-spacing:0;line-height:1;text-align:center}.site-modes-sketch__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;grid-gap:clamp(18px,2.6vw,34px);gap:clamp(18px,2.6vw,34px)}.site-modes-sketch__item{margin:0;display:grid;justify-items:center;grid-gap:14px;gap:14px;text-align:center}.site-modes-sketch__item img{width:min(100%,190px);aspect-ratio:1/1;object-fit:contain;display:block}.site-modes-sketch__item figcaption{color:#050505;font-size:clamp(1.35rem,1.9vw,2.1rem);font-weight:950;letter-spacing:0;line-height:1.05;text-wrap:balance}.site-essence{position:relative;z-index:1;margin:0}.site-essence__head{width:min(1040px,calc(100% - 32px));margin:0 auto;padding:clamp(16px,2dvh,24px) 0 clamp(42px,6dvh,72px)}.site-essence__head h2{margin:0;max-width:760px;color:#050505;font-size:clamp(4rem,6.2vw,7rem);font-weight:950;letter-spacing:0;line-height:1.08}.site-essence__panel{display:grid;grid-gap:clamp(34px,4.5dvh,58px);gap:clamp(34px,4.5dvh,58px);padding:clamp(54px,7dvh,80px) max(16px,calc((100vw - 1040px) / 2)) clamp(54px,7dvh,78px);background:#030814}.site-essence__panel p{position:relative;width:min(1040px,calc(100% - 32px));margin:0 auto;padding-left:78px;color:#f7f5f1;font-size:clamp(1.55rem,2.15vw,2.12rem);font-weight:500;line-height:1.2;letter-spacing:0}.site-essence__panel strong{color:#8151db;font-weight:950}.site-essence__panel p:nth-child(2) strong{color:#d64bc1}.site-essence__icon{position:absolute;top:.18em;left:0;width:42px;height:42px;display:grid;place-items:center;border-radius:4px;background:#6f42c8}.site-essence__icon:before{content:"✦";color:#fff;font-size:1.3rem;line-height:1}.site-essence__icon--pink{background:#d03cc1}.site-essence__note-band{position:relative;z-index:1;padding:clamp(34px,5dvh,58px) max(18px,calc((100vw - 1180px) / 2)) clamp(50px,7dvh,82px);background:#030814}.site-essence__note{position:relative;width:min(1120px,100%);margin:0 auto;padding:clamp(22px,2.8vw,34px) clamp(76px,8vw,116px) clamp(22px,2.8vw,34px) clamp(24px,3.6vw,44px);overflow:hidden;color:rgba(247,245,241,.72);font-size:clamp(1.22rem,1.72vw,1.75rem);font-weight:420;line-height:1.2;letter-spacing:0;border:1px solid rgba(247,245,241,.28);border-radius:22px;background:linear-gradient(180deg,rgba(247,245,241,.035),rgba(247,245,241,.012)),repeating-linear-gradient(0deg,rgba(247,245,241,.028) 0 1px,transparent 1px 7px),repeating-linear-gradient(90deg,rgba(247,245,241,.022) 0 1px,transparent 1px 7px),rgba(3,8,20,.96);box-shadow:inset 0 0 0 1px rgba(247,245,241,.035),inset 0 0 42px rgba(247,245,241,.055),0 0 34px rgba(247,245,241,.08)}.site-essence__note:after{content:"☺";position:absolute;top:50%;right:clamp(24px,3.4vw,44px);transform:translateY(-50%);color:rgba(247,245,241,.58);font-size:clamp(2rem,3.8vw,3.4rem);font-weight:300;line-height:1;text-shadow:0 0 16px rgba(247,245,241,.24)}.site-stream-block{position:relative;isolation:isolate;z-index:1;width:100%;margin:0;padding:clamp(78px,11dvh,128px) max(24px,calc((100vw - 1340px) / 2));display:grid;grid-template-columns:minmax(300px,.62fr) minmax(560px,1.38fr);align-items:center;grid-gap:clamp(42px,6vw,96px);gap:clamp(42px,6vw,96px);background:#030814}.site-stream-block__copy{position:relative;z-index:2;display:grid;grid-gap:clamp(54px,8dvh,92px);gap:clamp(54px,8dvh,92px);text-shadow:0 10px 34px rgba(3,8,20,.92)}.site-stream-block__copy h2{margin:0;max-width:520px;color:#f7f5f1;font-size:clamp(4.4rem,6.25vw,7.6rem);font-weight:950;letter-spacing:0;line-height:1.18;text-wrap:balance}.site-stream-block__copy p{max-width:610px;color:#f7f5f1;font-size:clamp(1.45rem,2.05vw,2rem);font-weight:470;line-height:1.18;letter-spacing:0}.site-stream-block>img{position:relative;z-index:1;width:100%;display:block;border-radius:24px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.site-social-block{position:relative;z-index:1;width:100%;margin:0;padding:clamp(62px,9dvh,104px) max(20px,calc((100vw - 1180px) / 2)) clamp(70px,10dvh,118px);background:radial-gradient(circle at 12% 20%,rgba(129,81,219,.12),transparent 26rem),radial-gradient(circle at 78% 84%,rgba(0,180,255,.08),transparent 28rem),#030814;color:#f7f5f1}.site-social-block__inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(520px,1fr);align-items:end;grid-gap:clamp(34px,6vw,82px);gap:clamp(34px,6vw,82px)}.site-social-block__copy{display:grid;grid-gap:16px;gap:16px}.site-social-block__copy h2{margin:0;max-width:560px;color:#f7f5f1;font-size:clamp(3.4rem,6.1vw,7.2rem);font-weight:950;letter-spacing:0;line-height:.94;text-wrap:balance}.site-social-block__copy p{max-width:560px;color:rgba(247,245,241,.72);font-size:clamp(1.1rem,1.8vw,1.62rem);font-weight:440;line-height:1.22;letter-spacing:0}.site-social-block__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.site-social-block__link{min-height:128px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:clamp(18px,2.2vw,28px);overflow:hidden;color:#f7f5f1;border:1px solid rgba(247,245,241,.18);border-radius:24px;background:linear-gradient(135deg,rgba(247,245,241,.055),rgba(247,245,241,.012)),repeating-linear-gradient(0deg,rgba(247,245,241,.022) 0 1px,transparent 1px 8px),rgba(4,10,24,.92);box-shadow:inset 0 0 0 1px rgba(247,245,241,.028),0 18px 54px rgba(0,0,0,.22);transition:transform .15s ease,border-color .15s ease,color .15s ease}.site-social-block__link:hover{transform:translateY(-3px);border-color:currentColor}.site-social-block__link span{min-width:0;color:currentColor;font-size:clamp(1.12rem,1.4vw,1.5rem);font-weight:900;line-height:1.05;letter-spacing:0}.site-social-block__icon{width:clamp(44px,4.6vw,70px);height:clamp(44px,4.6vw,70px);flex:0 0 auto;fill:currentColor;filter:drop-shadow(0 0 18px color-mix(in srgb,currentColor 34%,transparent))}.site-social-block__link--telegram{color:#67d8ff}.site-social-block__link--youtube{color:#ff5353}.site-social-block__link--twitch{color:#9b6cff}.site-social-block__link--x{color:#f7f5f1}.site-landing-footer{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px;padding:clamp(22px,4dvh,34px) max(20px,calc((100vw - 1180px) / 2)) clamp(24px,4dvh,40px);border-top:1px solid rgba(247,245,241,.1);background:#030814}.site-landing-footer__donate,.site-landing-footer__studio{display:inline-flex;align-items:center;color:rgba(247,245,241,.86);font-weight:850;line-height:1;letter-spacing:0;transition:color .15s ease,transform .15s ease,border-color .15s ease}.site-landing-footer__studio{grid-column:2;justify-self:center;gap:12px}.site-landing-footer__donate:hover,.site-landing-footer__studio:hover{color:#f7f5f1;transform:translateY(-1px)}.site-landing-footer__studio img{width:clamp(32px,3.2vw,46px);height:clamp(32px,3.2vw,46px);display:block;object-fit:contain}.site-landing-footer__studio span{font-size:clamp(1rem,1.24vw,1.28rem);white-space:nowrap}.site-landing-footer__donate{grid-column:3;justify-self:end;min-height:42px;padding:0 18px;border:1px solid rgba(247,245,241,.18);border-radius:999px;background:linear-gradient(135deg,rgba(247,245,241,.06),rgba(247,245,241,.015)),rgba(4,10,24,.92);font-size:clamp(.92rem,1vw,1.06rem)}.site-landing-footer__donate:hover{border-color:rgba(247,245,241,.38)}.site-mobile-menu{display:none}.site-hero{position:relative;isolation:isolate;width:100%;max-width:none;min-height:calc(100dvh - 92px);display:grid;grid-template-columns:minmax(16px,1fr) minmax(0,calc(var(--site-max) * .52)) minmax(320px,calc(var(--site-max) * .48)) minmax(16px,1fr);align-items:center;grid-gap:clamp(28px,5vw,74px);gap:clamp(28px,5vw,74px);padding:clamp(54px,8vw,110px) 0 clamp(42px,8vw,96px);overflow:hidden;background:radial-gradient(circle at 72% 24%,rgba(140,255,184,.12),transparent 34%),radial-gradient(circle at 18% 68%,rgba(139,234,255,.08),transparent 28%),linear-gradient(90deg,rgba(3,5,8,.98),rgba(3,5,8,.9) 54%,rgba(3,5,8,.82))}.site-hero:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 0);background-size:64px 64px;opacity:.52}.site-hero__content{grid-column:2;display:grid;grid-gap:22px;gap:22px;max-width:760px}.site-hero>.site-hero-art{grid-column:3}.site-final h2,.site-hero h1,.site-section h2{color:var(--site-text);font-weight:900;letter-spacing:-.065em;text-wrap:balance}.site-hero h1{max-width:820px;font-size:clamp(2.7rem,6.45vw,6rem);line-height:.9}.site-button__icon{width:1.12em;height:1.12em;flex:0 0 auto;fill:currentColor}.site-kicker,.site-section__eyebrow{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;border:1px solid rgba(151,255,203,.28);color:var(--site-green);background:rgba(151,255,203,.07);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.site-kicker:before,.site-section__eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor;box-shadow:0 0 18px currentColor}.site-hero__lead{max-width:720px;color:#b8cfc2;font-size:clamp(1rem,1.45vw,1.23rem)}.site-final__actions,.site-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.site-hero__micro{max-width:520px;color:var(--site-dim);font-size:.95rem}.site-hero-art{position:relative;min-height:min(64dvh,620px);display:grid;place-items:end center;align-self:stretch;overflow:hidden;padding:clamp(16px,2vw,24px);border-radius:clamp(24px,4vw,46px);background:radial-gradient(circle at 70% 18%,rgba(140,255,184,.1),transparent 32%),linear-gradient(180deg,rgba(9,14,20,.96),rgba(4,7,10,.9));box-shadow:0 30px 90px rgba(0,0,0,.32)}.site-hero-art img{width:100%;height:100%;display:block;object-fit:contain;object-position:center bottom;filter:saturate(.96) contrast(1.06)}.site-hero-art:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(3,5,8,.08),rgba(3,5,8,.01) 48%,rgba(3,5,8,.14)),linear-gradient(180deg,rgba(3,5,8,.04),rgba(3,5,8,.2))}.site-matter-visual{min-height:min(68dvh,640px);position:relative;display:grid;place-items:center;border-radius:clamp(32px,5vw,58px);background:radial-gradient(circle at 50% 50%,rgba(140,255,184,.15),transparent 34%),radial-gradient(circle at 72% 20%,rgba(139,234,255,.12),transparent 26%),linear-gradient(145deg,rgba(10,18,19,.92),rgba(2,4,7,.84));border:1px solid rgba(151,255,203,.18);box-shadow:var(--site-shadow);overflow:hidden}.site-matter-visual:before{content:"";position:absolute;inset:12%;border:1px solid rgba(151,255,203,.18);border-radius:50%;transform:rotate(-14deg) skew(8deg)}.site-matter-visual:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(circle at 20% 30%,rgba(140,255,184,.12) 0 1px,transparent 1px 10px);opacity:.45}.site-matter-visual__halo{position:absolute;width:54%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(139,234,255,.24);box-shadow:inset 0 0 70px rgba(139,234,255,.08),0 0 90px rgba(140,255,184,.08)}.site-avatar{position:relative;z-index:2;width:clamp(118px,18vw,180px);aspect-ratio:.72;display:grid;place-items:end center;border-radius:40% 40% 18% 18%;background:radial-gradient(circle at 50% 18%,rgba(239,255,246,.85) 0 16%,transparent 17%),linear-gradient(180deg,rgba(140,255,184,.88),rgba(31,63,54,.98));box-shadow:0 0 0 1px rgba(216,255,212,.34),0 24px 90px rgba(140,255,184,.2)}.site-avatar span{margin-bottom:18px;padding:7px 10px;border-radius:999px;color:#03100a;background:rgba(216,255,212,.86);font-weight:900}.site-avatar span,.site-chat-signal{font-size:.72rem;text-transform:uppercase}.site-chat-signal{position:absolute;left:7%;top:16%;z-index:3;display:grid;grid-gap:8px;gap:8px;color:var(--site-cyan)}.site-chat-signal i,.site-chat-signal span,.site-matter-visual strong{padding:8px 10px;border:1px solid rgba(139,234,255,.24);border-radius:14px;background:rgba(6,12,16,.82);font-style:normal;box-shadow:0 12px 38px rgba(0,0,0,.24)}.site-chat-signal i:nth-child(2){transform:translateX(18px)}.site-chat-signal i:nth-child(3){transform:translateX(42px)}.site-matter-visual strong{position:absolute;right:8%;bottom:12%;z-index:3;color:var(--site-green);letter-spacing:.08em;text-transform:uppercase}.site-orbit{position:absolute;inset:16%;z-index:1;border-radius:50%;animation:site-orbit-drift 15s linear infinite}.site-orbit--two{inset:22%;animation-duration:21s;animation-direction:reverse}.site-orbit i{position:absolute;width:18px;aspect-ratio:1;border-radius:5px;background:var(--site-green);box-shadow:0 0 24px rgba(140,255,184,.42)}.site-orbit i:first-child{left:8%;top:46%}.site-orbit i:nth-child(2){right:12%;top:26%;background:var(--site-cyan)}.site-orbit i:nth-child(3){right:22%;bottom:12%;background:var(--site-gold)}.site-orbit i:nth-child(4){left:44%;bottom:2%}.site-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,1.05fr);grid-gap:clamp(26px,5vw,70px);gap:clamp(26px,5vw,70px);align-items:center;padding:clamp(54px,8vw,112px) 0}.site-section--stack{display:grid;grid-template-columns:1fr}.site-section__content,.site-section__head{display:grid;grid-gap:18px;gap:18px}.site-section__head{max-width:780px}.site-final h2,.site-section h2{font-size:clamp(2rem,5vw,4.8rem);line-height:.95}.site-section h3{color:var(--site-text);font-size:clamp(1.08rem,1.5vw,1.35rem);line-height:1.14}.site-final>p,.site-section__content>p,.site-section__head>p{max-width:680px;font-size:clamp(1rem,1.2vw,1.12rem)}.site-formula{display:block;width:-moz-fit-content;width:fit-content;max-width:680px;padding:16px 18px;border-left:3px solid var(--site-green);border-radius:0 18px 18px 0;color:var(--site-text);background:rgba(151,255,203,.06);line-height:1.5}.site-concept-visual,.site-economy-panel,.site-stream-visual,.site-support-card,.site-support-side article{border:1px solid rgba(151,255,203,.16);border-radius:var(--site-radius);background:linear-gradient(135deg,rgba(13,22,20,.88),rgba(3,6,9,.9)),repeating-radial-gradient(circle at 0 0,rgba(151,255,203,.08) 0 1px,transparent 1px 9px);box-shadow:var(--site-shadow)}.site-concept-visual{min-height:340px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px;padding:clamp(18px,3vw,32px)}.site-chat-column,.site-matter-column{display:grid;grid-gap:12px;gap:12px}.site-chat-column span,.site-matter-column span{color:var(--site-green);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.site-chat-column i,.site-matter-column i{display:block;height:34px;border-radius:12px;background:rgba(139,234,255,.1);border:1px solid rgba(139,234,255,.2)}.site-chat-column i:nth-child(3){width:72%}.site-chat-column i:nth-child(4){width:54%}.site-transform-line{width:clamp(54px,8vw,120px);height:2px;background:linear-gradient(90deg,var(--site-cyan),var(--site-green));box-shadow:0 0 24px rgba(140,255,184,.34)}.site-matter-column i{width:clamp(30px,5vw,54px);height:clamp(30px,5vw,54px);justify-self:center;border-radius:12px;background:linear-gradient(135deg,rgba(140,255,184,.9),rgba(139,234,255,.5));transform:rotate(var(--tilt,10deg))}.site-matter-column i:nth-child(3){--tilt:-16deg;justify-self:end}.site-matter-column i:nth-child(4){--tilt:22deg;justify-self:start}.site-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.site-mode-card,.site-step-card,.site-timeline__item{display:grid;grid-gap:14px;gap:14px;min-width:0;padding:clamp(18px,2.4vw,28px);border:1px solid rgba(151,255,203,.15);border-radius:26px;background:linear-gradient(180deg,rgba(14,22,22,.86),rgba(5,8,10,.9))}.site-step-card__index,.site-timeline__item span{width:-moz-fit-content;width:fit-content;color:var(--site-green);font-size:.8rem;font-weight:900;letter-spacing:.18em}.site-stream-visual{min-height:360px;padding:20px;display:grid;grid-template-columns:1.2fr .8fr;grid-gap:14px;gap:14px}.site-stream-visual__chat,.site-stream-visual__world{position:relative;min-height:260px;overflow:hidden;border:1px solid rgba(139,234,255,.16);border-radius:22px;background:radial-gradient(circle at 50% 68%,rgba(140,255,184,.12),transparent 46%),rgba(2,5,8,.72)}.site-stream-visual__chat{background:rgba(139,234,255,.045)}.site-stream-visual__chat span,.site-stream-visual__world span{position:absolute;left:16px;top:16px;color:var(--site-green);font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.site-stream-visual__world i{position:absolute;width:64px;aspect-ratio:1;border-radius:14px;background:rgba(140,255,184,.64);transform:rotate(12deg)}.site-stream-visual__world i:nth-child(2){left:28%;bottom:24%}.site-stream-visual__world i:nth-child(3){right:18%;bottom:36%;width:44px;background:rgba(139,234,255,.5)}.site-stream-visual__world i:nth-child(4){left:52%;top:30%;width:34px;background:rgba(230,192,106,.58)}.site-stream-visual__chat i{display:block;width:78%;height:28px;margin:64px 16px -48px;border-radius:999px;background:rgba(239,255,246,.08);border:1px solid rgba(239,255,246,.08)}.site-stream-visual__chat i:nth-child(3){width:58%}.site-stream-visual__chat i:nth-child(4){width:70%}.site-check-list{display:grid;grid-gap:11px;gap:11px}.site-check-list li{position:relative;padding-left:28px;color:#c7ded2;line-height:1.55}.site-check-list li:before{content:"";position:absolute;left:0;top:.65em;width:12px;height:12px;border-radius:4px;background:var(--site-green);box-shadow:0 0 16px rgba(140,255,184,.3);transform:translateY(-50%) rotate(12deg)}.site-mode-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.site-mode-card{min-height:280px;align-content:start;transition:transform .16s ease,border-color .16s ease}.site-mode-card:hover{transform:translateY(-3px);border-color:var(--site-line-strong)}.site-mode-visual{position:relative;height:112px;overflow:hidden;border-radius:20px;background:radial-gradient(circle at 40% 70%,rgba(140,255,184,.2),transparent 42%),rgba(0,0,0,.25)}.site-mode-visual b,.site-mode-visual i,.site-mode-visual span{position:absolute;display:block}.site-mode-visual span{inset:auto 12% 14% 12%;height:18px;border-radius:999px;background:rgba(151,255,203,.24)}.site-mode-visual i{width:28px;aspect-ratio:1;border-radius:8px;background:var(--site-green);transform:rotate(12deg)}.site-mode-visual i:nth-child(2){left:20%;top:32%}.site-mode-visual i:nth-child(3){left:48%;top:20%;background:var(--site-cyan)}.site-mode-visual i:nth-child(4){right:18%;top:42%;background:var(--site-gold)}.site-mode-visual b{left:42%;bottom:26%;width:40px;height:48px;border-radius:20px 20px 8px 8px;background:rgba(239,255,246,.8)}.site-mode-visual[data-mode=flag]:after{content:"";position:absolute;inset:24% 22%;border-left:2px solid var(--site-green);border-right:2px solid var(--site-cyan);background:linear-gradient(90deg,transparent 48%,rgba(239,255,246,.18) 49% 51%,transparent 52%)}.site-mode-visual[data-mode=duel]{background:linear-gradient(90deg,rgba(140,255,184,.13),rgba(255,110,102,.13)),rgba(0,0,0,.24)}.site-mode-visual[data-mode=sandbox] i{border-radius:4px}.site-mode-visual[data-mode=run] span{height:8px;bottom:26%;transform:skewX(-22deg)}.site-section--economy{grid-template-columns:minmax(0,1fr) minmax(280px,.84fr)}.site-economy-panel{min-height:330px;padding:clamp(20px,3vw,34px);display:grid;align-content:center;grid-gap:18px;gap:18px}.site-economy-panel small,.site-economy-panel>span{color:var(--site-green);font-weight:900;letter-spacing:.1em;text-transform:uppercase}.site-economy-panel__meter{height:20px;overflow:hidden;border-radius:999px;border:1px solid rgba(151,255,203,.2);background:rgba(255,255,255,.06)}.site-economy-panel__meter i{display:block;width:68%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--site-green),var(--site-cyan))}.site-economy-panel__actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.site-economy-panel__actions b{min-height:74px;display:grid;place-items:center;border:1px solid rgba(151,255,203,.16);border-radius:18px;color:var(--site-text);background:rgba(0,0,0,.24)}.site-section--development{grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr)}.site-timeline{display:grid;grid-gap:12px;gap:12px}.site-timeline__item{grid-template-columns:auto 1fr;align-items:center}.site-timeline__item p{color:var(--site-text)}.site-section--support{grid-template-columns:minmax(0,.95fr) minmax(280px,1.05fr);align-items:stretch}.site-support-card,.site-support-side article{padding:clamp(20px,3vw,34px)}.site-support-card{display:grid;align-content:start;grid-gap:18px;gap:18px}.site-support-side,.site-wall,.site-wallets{display:grid;grid-gap:14px;gap:14px}.site-support-card h3,.site-wall h3,.site-wallets h3{color:var(--site-text)}.site-wall__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.site-wall__grid span{min-height:44px;display:flex;align-items:center;padding:10px 12px;border:1px dashed rgba(151,255,203,.18);border-radius:14px;color:var(--site-dim);font-size:.86rem}.site-footer__note,.site-note{color:var(--site-dim);font-size:.9rem}.site-wallets__list{display:grid;grid-gap:10px;gap:10px}.site-wallet-row{display:grid;grid-template-columns:minmax(76px,auto) minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;border:1px solid rgba(151,255,203,.14);border-radius:16px;background:rgba(255,255,255,.035)}.site-wallet-row strong{color:var(--site-green)}.site-wallet-row code{min-width:0;overflow-wrap:anywhere;color:#d9fff0;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:.82rem}.site-wallet-copy{min-height:36px;padding:0 12px;color:#03100a;background:var(--site-green)}.site-final{margin-top:clamp(24px,5vw,64px);padding:clamp(32px,6vw,68px);display:grid;grid-gap:22px;gap:22px;border:1px solid rgba(151,255,203,.2);border-radius:clamp(28px,5vw,52px);background:radial-gradient(circle at 78% 24%,rgba(140,255,184,.14),transparent 28%),linear-gradient(135deg,rgba(14,22,20,.94),rgba(3,6,8,.95));box-shadow:var(--site-shadow)}.site-final h2{max-width:920px}.site-footer{display:grid;grid-gap:18px;gap:18px;padding:clamp(46px,7vw,82px) 0 36px}.site-footer__top{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:22px;border-top:1px solid rgba(151,255,203,.12)}.site-footer__links{gap:10px}.site-developer{width:-moz-fit-content;width:fit-content;color:var(--site-text);font-weight:800}.site-developer img{width:34px;height:34px;object-fit:contain;border-radius:10px}@keyframes site-orbit-drift{to{transform:rotate(1turn)}}@media (max-width:1280px){.site-header{grid-template-columns:minmax(0,auto) auto;justify-content:space-between;width:min(100% - 22px,var(--site-max))}.site-header__tools,.site-nav{display:none}.site-mobile-menu{display:block;justify-self:end}.site-mobile-menu>summary{min-height:42px;display:inline-flex;align-items:center;padding:0 16px;border:1px solid var(--site-line-strong);border-radius:999px;color:#03100a;background:var(--site-green);font-weight:900;list-style:none;cursor:pointer}.site-mobile-menu>summary::-webkit-details-marker{display:none}.site-mobile-menu__body{position:absolute;left:12px;right:12px;top:calc(100% + 10px);display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid rgba(151,255,203,.2);border-radius:22px;background:rgba(4,8,10,.97);box-shadow:var(--site-shadow)}.site-mobile-menu__body>a:not(.site-button){padding:10px 12px;border-radius:14px;color:var(--site-muted);background:rgba(255,255,255,.035)}.site-mobile-menu .site-language{width:100%}.site-mobile-menu .site-language__summary{width:100%;justify-content:space-between;background:rgba(255,255,255,.035)}.site-mobile-menu .site-language__list{position:static;width:100%;margin-top:8px;border-radius:16px}.site-hero,.site-section,.site-section--development,.site-section--economy,.site-section--support{grid-template-columns:1fr}.site-hero{width:100%;padding:clamp(48px,8vw,92px) clamp(18px,4vw,38px) clamp(42px,8vw,78px)}.site-hero>.site-hero-art,.site-hero__content{grid-column:auto}.site-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.site-final,.site-footer,.site-section{width:min(100% - 22px,var(--site-max))}.site-header{top:auto;width:min(100% - 28px,var(--site-max));margin-top:max(14px,env(safe-area-inset-top,0px));padding:10px 0;border:0;border-radius:0;background:transparent;box-shadow:none}.site-brand__mark{border:0;box-shadow:none}.site-brand__logo{width:28px;height:28px}.site-header__right{gap:6px}.site-brand{gap:8px}.site-language__summary{width:28px;min-height:28px;justify-content:center;gap:0;padding:0}.site-language__current,.site-language__summary:after{display:none}.site-language__list{position:fixed;top:max(82px,calc(env(safe-area-inset-top, 0px) + 70px));left:50%;right:auto;width:min(320px,calc(100vw - 32px));max-height:min(68dvh,520px);overflow-y:auto;transform:translateX(-50%)}.site-language__label,.site-language__link{text-align:center}.site-language__link{justify-content:center}.site-header-social{gap:3px}.site-header-social__link{width:28px;height:28px}.site-header-social .site-social-block__icon{width:14px;height:14px}.site-mobile-menu>summary{border:0;box-shadow:0 10px 28px rgba(140,255,184,.18)}.site-mobile-menu__body{border:0}.site-brand span:last-child{max-width:44vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-diagram{min-height:calc(100dvh - 82px);padding:18px 8px 28px}.site-diagram__stage{width:min(92vw,620px)}.site-diagram__title{top:.8%;left:64%;font-size:clamp(1.65rem,9vw,2.8rem)}.site-diagram__caption{bottom:-9.4%;font-size:clamp(1.45rem,7.6vw,2.6rem)}.site-diagram__viewer{font-size:clamp(.78rem,3.7vw,1.15rem)}.site-diagram__viewer--left{top:64%;left:-11%}.site-diagram__viewer--right{top:40%;right:-2%}.site-diagram__scroll{bottom:18px;gap:6px;font-size:.72rem}.site-diagram__scroll svg{width:38px;stroke-width:3}.site-screen-block{width:min(100% - 28px,var(--site-max));margin:58px auto 76px;grid-template-columns:1fr;gap:22px}.site-screen-block__copy{gap:12px}.site-screen-block__copy h1{font-size:clamp(4.2rem,24vw,7rem)}.site-screen-block__copy p{max-width:360px;font-size:clamp(1rem,4.7vw,1.28rem)}.site-screen-block__figure{gap:7px}.site-screen-block__figure figcaption{justify-self:start;font-size:.9rem}.site-screen-block__figure img{border-radius:14px}.site-modes-sketch{width:min(100% - 28px,var(--site-max));margin-bottom:82px;gap:24px}.site-modes-sketch h2{font-size:clamp(1.75rem,8vw,2.7rem);line-height:1.08}.site-modes-sketch__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}.site-modes-sketch__item:last-child{grid-column:1/-1;width:min(52%,220px);justify-self:center}.site-modes-sketch__item{gap:8px}.site-modes-sketch__item img{width:min(100%,150px)}.site-modes-sketch__item figcaption{font-size:clamp(1.05rem,5.2vw,1.45rem)}.site-essence{margin-bottom:0}.site-essence__head{width:min(100% - 28px,var(--site-max));padding:12px 0 30px}.site-essence__head h2{max-width:420px;font-size:clamp(2.45rem,11vw,4rem);line-height:1.05}.site-essence__panel{gap:28px;padding:36px 14px 38px}.site-essence__panel p{width:min(100%,620px);padding-left:48px;font-size:clamp(1.05rem,5vw,1.42rem);line-height:1.22}.site-essence__icon{width:32px;height:32px}.site-essence__icon:before{font-size:1rem}.site-essence__note-band{padding:24px 14px 38px}.site-essence__note{width:min(100%,620px);padding:16px 54px 16px 16px;border-radius:14px;font-size:clamp(.96rem,4.2vw,1.18rem);line-height:1.28}.site-essence__note:after{right:16px;font-size:1.8rem}.site-stream-block{width:100%;margin-bottom:0;padding:44px 14px 52px;grid-template-columns:1fr;gap:24px}.site-stream-block__copy{gap:28px}.site-stream-block__copy h2{max-width:360px;font-size:clamp(2.7rem,13vw,4.2rem);line-height:1.16}.site-stream-block__copy p{max-width:420px;font-size:clamp(1.05rem,5vw,1.32rem)}.site-stream-block>img{border-radius:14px}.site-social-block{padding:42px 14px 58px}.site-social-block__inner{grid-template-columns:1fr;gap:26px}.site-social-block__copy{gap:10px}.site-social-block__copy h2{max-width:360px;font-size:clamp(2.55rem,13vw,4.2rem)}.site-social-block__copy p{max-width:360px;font-size:clamp(1rem,4.7vw,1.24rem)}.site-social-block__links{grid-template-columns:1fr;gap:10px}.site-social-block__link{min-height:78px;padding:16px;border-radius:16px}.site-social-block__icon{width:42px;height:42px}.site-landing-footer{grid-template-columns:1fr;justify-items:center;gap:14px;padding:24px 14px 30px}.site-landing-footer__donate,.site-landing-footer__studio{grid-column:auto;justify-self:center}.site-landing-footer__donate{width:min(100%,320px);justify-content:center}.site-hero{width:100%;min-height:100svh;align-items:end;padding:clamp(132px,24svh,250px) 20px max(28px,calc(env(safe-area-inset-bottom, 0px) + 12px));background:#030508}.site-hero:before{opacity:0}.site-hero h1{max-width:none;font-size:clamp(1.86rem,8.8vw,2.9rem);line-height:.88}.site-hero__content{position:relative;z-index:2;gap:clamp(10px,1.8svh,16px);width:min(100%,620px);padding:0;border:0;border-radius:0;background:transparent}.site-hero .site-kicker{padding:0;border:0;background:transparent;font-size:clamp(.66rem,2.9vw,.76rem);letter-spacing:.08em;text-shadow:0 0 18px rgba(140,255,184,.34)}.site-hero__lead{max-width:32rem;font-size:clamp(.84rem,3.8vw,.95rem);line-height:1.38}.site-final__actions,.site-hero__actions{display:grid;grid-gap:6px;gap:6px}.site-button{width:100%}.site-hero .site-button{min-height:38px;padding:0 14px;border:0;font-size:.84rem;box-shadow:0 14px 38px rgba(0,0,0,.28)}.site-hero__micro{display:none}.site-hero .site-button--secondary{background:rgba(14,34,28,.8)}.site-hero .site-button--ghost{color:#d8ebe0;background:rgba(3,5,8,.5);width:-moz-fit-content;width:fit-content;min-height:30px;padding:0;box-shadow:none;justify-self:start}.site-hero-art{position:absolute;inset:0;z-index:1;min-height:0;border-radius:0;box-shadow:none}.site-hero-art img{height:clamp(280px,38svh,430px);object-fit:cover;object-position:center 18%}.site-hero-art:after{background:linear-gradient(180deg,rgba(3,5,8,.04),rgba(3,5,8,.18) 34%,rgba(3,5,8,.82) 66%,rgba(3,5,8,.99)),linear-gradient(90deg,rgba(3,5,8,.68),rgba(3,5,8,.08) 58%,rgba(3,5,8,.54))}@media (max-height:860px){.site-hero{padding-top:clamp(118px,20svh,200px);padding-bottom:max(24px,calc(env(safe-area-inset-bottom, 0px) + 10px))}.site-hero h1{font-size:clamp(1.72rem,8vw,2.55rem)}.site-hero__lead{font-size:clamp(.8rem,3.45vw,.9rem);line-height:1.32}.site-hero .site-button{min-height:35px;font-size:.8rem}.site-hero-art img{height:clamp(250px,34svh,390px)}}.site-concept-visual{grid-template-columns:1fr}.site-transform-line{width:2px;height:64px;justify-self:center;background:linear-gradient(180deg,var(--site-cyan),var(--site-green))}.site-economy-panel__actions,.site-mode-grid,.site-step-grid,.site-stream-visual,.site-wall__grid{grid-template-columns:1fr}.site-stream-visual__chat,.site-stream-visual__world{min-height:190px}.site-wallet-row{grid-template-columns:1fr}.site-footer__top{align-items:flex-start;flex-direction:column}}@media (max-width:380px){.site-header{padding:10px}.site-mobile-menu summary{padding-inline:12px}.site-hero h1{letter-spacing:-.075em}.site-final{padding:24px}}.site-page:lang(ja),.site-page:lang(ko),.site-page:lang(zh-Hans),.site-page:lang(zh-Hant){line-height:1.78;word-break:keep-all}.site-page:lang(ja) .site-hero h1,.site-page:lang(ja) .site-section h2,.site-page:lang(ko) .site-hero h1,.site-page:lang(ko) .site-section h2,.site-page:lang(zh-Hans) .site-hero h1,.site-page:lang(zh-Hans) .site-section h2,.site-page:lang(zh-Hant) .site-hero h1,.site-page:lang(zh-Hant) .site-section h2{letter-spacing:-.04em;line-height:1.02}@media (prefers-reduced-motion:reduce){.site-page *,.site-page :after,.site-page :before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.player-page{min-height:100dvh;height:100dvh;display:flex;justify-content:center;align-items:center;padding:8px;overflow:hidden}.player-shell{--player-shell-outer-padding:16px;--player-hud-blue:#2448ff;--player-hud-blue-soft:rgba(36,72,255,0.5);--player-hud-blue-faint:rgba(36,72,255,0.14);--player-hud-ink:#eef3ff;--player-hud-paper:rgba(5,8,24,0.86);--player-hud-halftone:repeating-radial-gradient(circle at 0 0,rgba(36,72,255,0.16) 0 1px,transparent 1px 7px);position:relative;width:min(100%,390px,calc((100dvh - var(--player-shell-outer-padding)) * 390 / 844));max-height:calc(100dvh - var(--player-shell-outer-padding));aspect-ratio:390/844;background:radial-gradient(circle at 50% -10%,rgba(36,72,255,.3),transparent 38%),var(--player-hud-halftone),linear-gradient(180deg,rgba(6,10,28,.97),rgba(2,4,14,.99));border-radius:28px;border:2px solid var(--player-hud-blue);box-shadow:0 0 0 1px rgba(238,243,255,.08),0 18px 52px rgba(0,0,0,.42);padding:10px;display:grid;grid-template-areas:"header" "grid" "meta" "controls";grid-template-rows:auto minmax(0,1fr) auto auto;grid-gap:9px;gap:9px;overflow:hidden}.player-debug,.player-hud,.stream-sidebar,.stream-topbar{background:var(--panel);border-radius:22px;border:1px solid rgba(138,158,220,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.player-hud{grid-area:header;padding:8px 10px;display:grid;grid-gap:7px;gap:7px;color:var(--player-hud-ink);background:var(--player-hud-halftone),var(--player-hud-paper);border:2px solid var(--player-hud-blue);border-radius:20px}.player-hud__main{display:flex;justify-content:space-between;align-items:center;gap:10px}.player-hud__identity{min-width:0;display:flex;align-items:center;gap:11px}.player-hud__team-orb{position:relative;width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;overflow:hidden;border-radius:999px;border:2px solid var(--player-hud-blue);background:rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 12px 20px rgba(0,0,0,.24)}.player-hud__avatar-fallback,.player-hud__avatar-image{width:100%;height:100%;border-radius:inherit}.player-hud__avatar-image{object-fit:cover}.player-hud__avatar-fallback{display:grid;place-items:center;font-size:.9rem;font-weight:700;color:rgba(6,9,18,.96)}.player-hud__identity-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.player-hud__player-name{display:block;min-width:0;font-size:1rem;font-weight:700;line-height:1.05}.player-hud__player-name,.player-hud__team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-hud__team-name{color:rgba(238,243,255,.68);font-size:.76rem}.player-hud__menu-button{width:40px;height:40px;border-radius:14px;border:2px solid var(--player-hud-blue);background:var(--player-hud-halftone),rgba(6,9,24,.92);display:grid;align-content:center;justify-items:center;grid-gap:4px;gap:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.player-hud__menu-button span{width:16px;height:2px;border-radius:999px;background:var(--player-hud-blue)}.player-hud__chips{display:flex;flex-wrap:wrap;gap:6px}.player-hud__chip{min-height:26px;padding:4px 8px;border-radius:999px;border:1px solid var(--player-hud-blue-soft);background:rgba(5,8,24,.68);display:inline-flex;align-items:center;gap:7px;color:rgba(238,243,255,.78);font-size:.72rem}.player-hud__status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ffad66;box-shadow:0 0 16px rgba(255,173,102,.48)}.player-hud__status-dot--connected{background:#79ffa8;box-shadow:0 0 16px rgba(121,255,168,.5)}.hud-chip strong,.stat-chip strong{display:block;margin-bottom:2px}.hud-chip{min-width:0;padding:7px 9px;font-size:.78rem}.hud-chip strong{font-size:.7rem;color:var(--muted)}.player-shell__grid{grid-area:grid;min-height:0;display:grid;align-items:center;justify-items:center;overflow:hidden}.player-grid{width:min(100%,346px);max-width:100%;max-height:100%;aspect-ratio:1/1;display:grid;grid-template-columns:repeat(15,minmax(0,1fr));grid-gap:2px;gap:2px;padding:10px;align-self:center;background:radial-gradient(circle at top,rgba(36,72,255,.16),transparent 58%),var(--player-hud-halftone),rgba(3,6,18,.94);border-radius:20px;border:2px solid var(--player-hud-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 28px rgba(0,0,0,.22)}.player-grid__cell{position:relative;aspect-ratio:1/1;border-radius:4px;background:#090d16;border:1px solid rgba(36,72,255,.12);overflow:hidden}.player-grid__cell:before{content:"";position:absolute;inset:.5px;border-radius:4px;border:1px solid rgba(255,255,255,.06);pointer-events:none}.player-grid__cell--self:before{border:2px solid #ffd84d;animation:playerPositionBlink 1.6s ease-in-out infinite;box-shadow:inset 0 0 8px rgba(255,216,77,.3)}.player-grid__cell:after{content:"";position:absolute;inset:2px;border-radius:3px;background:var(--cell-color,transparent);opacity:var(--cell-opacity,0);border:1px solid var(--cell-frame-color,rgba(255,255,255,.12));box-sizing:border-box}.player-grid__cell--body{--cell-color:#818b9d;--cell-opacity:0.9}.player-grid__cell--built{--cell-color:#9de7ff;--cell-opacity:0.96}.player-grid__cell--origin{--cell-color:#4ff6e2;--cell-opacity:1}.player-grid__cell--origin-zone:after{inset:3px;border-radius:3px;background:rgba(79,246,226,.06);opacity:1;border:1px dashed rgba(79,246,226,.74);box-shadow:inset 0 0 0 1px rgba(79,246,226,.16),0 0 0 1px rgba(79,246,226,.08)}.player-grid__cell--dark-built:before{border-color:rgba(246,251,255,.48)}.player-grid__cell--dark-built:after{border-color:rgba(246,251,255,.82)}.player-grid__cell--buildable:after{inset:3px;border-radius:3px;background:rgba(120,255,209,.05);opacity:1;border:1px dashed rgba(120,255,209,.62);box-shadow:inset 0 0 0 1px rgba(120,255,209,.12),0 0 0 1px rgba(120,255,209,.08)}.player-grid__cell--heart{--cell-color:#ff6b80;--cell-opacity:0.96}.player-grid__marker{position:absolute;z-index:2}.player-grid__marker--self-dot{width:42%;height:42%;top:50%;left:50%;translate:-50% -50%;border-radius:999px;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.98),var(--player-color,#fff88d) 70%);border:2px solid var(--player-contrast,rgba(8,10,16,.96));box-shadow:0 0 16px color-mix(in srgb,var(--player-color,#fff88d) 66%,transparent)}.player-grid__marker--triangle{width:62%;height:58%;left:50%;top:50%;translate:-50% -50%;-webkit-clip-path:polygon(50% 8%,10% 92%,90% 92%);clip-path:polygon(50% 8%,10% 92%,90% 92%);background:var(--player-color,#ffffff);box-shadow:0 0 14px color-mix(in srgb,var(--player-color,#ffffff) 58%,transparent);filter:drop-shadow(0 1px 0 var(--player-contrast,rgba(8,10,16,.96))) drop-shadow(1px 0 0 var(--player-contrast,rgba(8,10,16,.96))) drop-shadow(-1px 0 0 var(--player-contrast,rgba(8,10,16,.96))) drop-shadow(0 -1px 0 var(--player-contrast,rgba(8,10,16,.96)))}.player-grid__marker--bot{border:1px solid var(--player-contrast,rgba(255,255,255,.86));background:linear-gradient(180deg,rgba(255,255,255,.18),transparent 54%),var(--player-color,#ffffff)}.player-grid__bot-glyph{position:absolute;inset:auto auto 16% 50%;translate:-50% 0;font-size:.38rem;font-weight:700;color:var(--player-contrast,rgba(5,10,20,.96))}.player-grid__count{position:absolute;right:1px;bottom:1px;z-index:3;padding:1px 3px;border-radius:999px;background:rgba(3,6,14,.86);border:1px solid rgba(255,255,255,.08);font-size:.42rem;font-weight:700;color:rgba(255,255,255,.86)}.player-meta{grid-area:meta;display:grid;grid-gap:7px;gap:7px}.player-energy{--energy-ratio:0%;padding:11px 12px;border-radius:20px;background:var(--panel);border:1px solid rgba(138,158,220,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);display:grid;grid-gap:9px;gap:9px}.player-energy__top,.player-meta__details{display:flex;align-items:center;justify-content:space-between;gap:10px}.player-energy__label{display:inline-flex;align-items:center;gap:8px}.player-energy__label strong,.player-energy__value,.player-meta__coords strong,.player-meta__stat strong{color:var(--text)}.player-energy__value{font-size:.84rem;font-weight:700}.player-energy__bolt{width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,214,102,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 18px rgba(255,214,102,.14);font-size:.95rem;animation:playerEnergyPulse 1.9s ease-in-out infinite}.player-energy__track{height:12px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.05);position:relative}.player-energy__fill{position:absolute;inset:0 auto 0 0;width:var(--energy-ratio);min-width:10px;border-radius:inherit;background:linear-gradient(90deg,rgba(255,211,84,.94),rgba(255,246,183,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 0 20px rgba(255,215,92,.22);transition:width .24s ease}.player-meta__details{gap:12px;align-items:flex-end}.player-meta__coords,.player-meta__stat{min-width:0;display:grid;grid-gap:3px;gap:3px}.player-meta__coords{flex:1 1 auto}.player-meta__label{color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.player-meta__coords strong,.player-meta__stat strong{font-size:.8rem;line-height:1.1}.player-meta__notice{padding:8px 10px;border-radius:16px;border:2px solid var(--player-hud-blue);background:var(--player-hud-halftone),rgba(5,8,24,.82);color:var(--player-hud-ink);font-size:.76rem;font-weight:700}.player-meta__notice--success{background:var(--player-hud-halftone),rgba(23,66,68,.82);border-color:#5ff8ff;color:#dbfff5}.player-meta__notice--danger{background:var(--player-hud-halftone),rgba(76,26,46,.84);border-color:#ff6b80;color:#ffd5dc}.player-meta__notice--warning{background:var(--player-hud-halftone),rgba(70,50,16,.84);border-color:#fff0a3;color:#ffefc7}.player-controls{grid-area:controls;display:grid;--control-tile-size:clamp(50px,12vw,64px);--control-action-size:clamp(82px,22vw,102px);--control-gap:clamp(7px,2vw,10px);grid-gap:8px;gap:8px;padding-bottom:calc(2px + env(safe-area-inset-bottom, 0px))}.player-controls__energy{--energy-ratio:0%;padding:8px 10px;border-radius:18px;background:var(--player-hud-halftone),linear-gradient(180deg,rgba(8,13,34,.92),rgba(4,7,21,.96));border:2px solid var(--player-hud-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 10px 24px rgba(0,0,0,.16);display:grid;grid-gap:7px;gap:7px}.player-controls__energy-footer,.player-controls__energy-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.player-controls__energy-label{min-width:0;display:inline-flex;align-items:center;gap:9px}.player-controls__energy-label>div{min-width:0;display:grid;grid-gap:1px;gap:1px}.player-controls__energy-label strong,.player-controls__energy-value{color:var(--player-hud-ink)}.player-controls__energy-label strong{font-size:.8rem;line-height:1.05}.player-controls__energy-footer span,.player-controls__energy-label span{color:rgba(238,243,255,.66);font-size:.67rem}.player-controls__energy-value{flex-shrink:0;font-size:.82rem;font-weight:700}.player-controls__energy-bolt{width:26px;height:26px;border-radius:999px;display:inline-grid;place-items:center;background:rgba(255,214,102,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 18px rgba(255,214,102,.14);font-size:.95rem;animation:playerEnergyPulse 1.9s ease-in-out infinite}.player-controls__energy-track{height:8px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.05);position:relative}.player-controls__energy-fill{position:absolute;inset:0 auto 0 0;width:var(--energy-ratio);min-width:10px;border-radius:inherit;background:linear-gradient(90deg,rgba(255,211,84,.94),rgba(255,246,183,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 0 20px rgba(255,215,92,.22);transition:width .24s ease}.player-controls__energy-mode-note{color:#8ff8dd;font-size:.7rem;letter-spacing:.01em}.player-controls__deck{grid-template-columns:auto minmax(0,1fr) auto;align-items:end}.player-controls__action-cluster,.player-controls__deck,.player-controls__z-stack{display:grid;grid-gap:var(--control-gap);gap:var(--control-gap)}.player-controls__z-stack{justify-items:start}.player-controls__action-cluster{justify-items:end}.player-controls__move-pad{width:min(100%,204px);justify-self:center;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));align-items:center;justify-items:center;grid-gap:var(--control-gap);gap:var(--control-gap)}.player-controls__move-block{display:grid;justify-items:center;grid-gap:0;gap:0}.player-controls__move-core{grid-column:2;grid-row:2;width:clamp(38px,10vw,48px);aspect-ratio:1/1;display:grid;place-items:center;color:var(--player-hud-blue);font-size:.9rem;font-weight:700;position:relative}.player-controls__move-core:before{content:"";position:absolute;inset:10%;border-radius:14px;transform:rotate(45deg);background:var(--player-hud-halftone),rgba(5,8,24,.9);border:2px solid var(--player-hud-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 0 0 1px rgba(238,243,255,.04)}.player-controls__move-core span{position:relative;z-index:1}.player-controls__move-button--forward{grid-column:2;grid-row:1}.player-controls__move-button--left{grid-column:1;grid-row:2}.player-controls__move-button--right{grid-column:3;grid-row:2}.player-controls__move-button--backward{grid-column:2;grid-row:3}.player-control-tile{position:relative;width:var(--control-tile-size);min-width:44px;min-height:44px;aspect-ratio:1/1;padding:0;border:0;background:transparent;color:var(--text);isolation:isolate;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.player-control-tile:active:not(:disabled){transform:translateY(1px) scale(.97)}.player-control-tile--large{width:var(--control-action-size)}.player-control-tile__frame{position:absolute;inset:10%;border-radius:16px;transform:rotate(45deg);background:var(--player-hud-halftone),linear-gradient(180deg,rgba(7,12,34,.96),rgba(4,7,22,.98));border:2px solid var(--player-hud-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 0 0 1px rgba(238,243,255,.04),0 8px 18px rgba(0,0,0,.2);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.player-control-tile__content{position:relative;z-index:1;height:100%;display:grid;align-content:center;justify-items:center;grid-gap:1px;gap:1px;padding:9px 6px;text-align:center}.player-control-tile__icon{color:var(--player-hud-ink);font-size:clamp(1.28rem,5vw,1.72rem);line-height:1}.player-control-tile__detail,.player-control-tile__label{display:block;line-height:1.08}.player-control-tile__label{color:var(--player-hud-ink);font-size:.6rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.player-control-tile__detail{color:rgba(238,243,255,.68);font-size:.52rem;max-width:8ch}.player-controls__action-button .player-control-tile__detail,.player-controls__signal-button .player-control-tile__detail{max-width:12ch}.player-control-tile--available .player-control-tile__frame{border-color:var(--player-hud-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 0 0 1px rgba(238,243,255,.08),0 0 18px rgba(36,72,255,.22),0 10px 20px rgba(0,0,0,.22)}.player-control-tile--signal.player-control-tile--available .player-control-tile__frame{border-color:var(--player-hud-blue);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 0 0 1px rgba(139,190,255,.12),0 0 18px rgba(36,72,255,.2),0 10px 20px rgba(0,0,0,.2)}.player-control-tile--build.player-control-tile--available .player-control-tile__frame{background:var(--player-hud-halftone),linear-gradient(180deg,rgba(14,54,68,.98),rgba(4,18,34,.98));border-color:#5ff8ff}.player-control-tile--destroy.player-control-tile--available .player-control-tile__frame{background:var(--player-hud-halftone),linear-gradient(180deg,rgba(74,30,54,.98),rgba(20,8,30,.98));border-color:#ff6b80}.player-control-tile--active .player-control-tile__frame{border-color:#fff0a3;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 0 0 1px rgba(255,246,183,.16),0 12px 28px rgba(0,0,0,.22)}.player-control-tile--disabled{cursor:not-allowed;opacity:.52;transform:none}.player-control-tile--disabled .player-control-tile__frame{background:var(--player-hud-halftone),linear-gradient(180deg,rgba(12,18,38,.82),rgba(6,10,26,.8));border-color:rgba(36,72,255,.3)}.player-build-color-button:disabled,.stream-button:disabled{cursor:not-allowed;opacity:.48;transform:none}@keyframes playerEnergyPulse{0%,to{transform:scale(1);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 18px rgba(255,214,102,.14)}50%{transform:scale(1.04);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 0 24px rgba(255,214,102,.28)}}@keyframes playerPositionBlink{0%,to{border-color:#ffd84d;box-shadow:inset 0 0 8px rgba(255,216,77,.3)}50%{border-color:#ffed4e;box-shadow:inset 0 0 12px rgba(255,216,77,.6),0 0 8px rgba(255,216,77,.4)}}.player-shell__footer{grid-area:debug;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.player-debug-toggle{min-height:36px;padding:8px 14px;border-radius:999px}.player-toast{position:absolute;top:12px;left:12px;right:12px;z-index:4;padding:10px 12px;border-radius:16px;background:var(--player-hud-halftone),rgba(76,26,46,.9);color:#ffd5dc;border:2px solid #ff6b80;box-shadow:0 12px 28px rgba(0,0,0,.28);pointer-events:none;font-weight:700}.player-color-layer{position:absolute;inset:0;z-index:7;display:grid;align-items:end;padding:12px}.player-color-layer__backdrop{position:absolute;inset:0;border-radius:28px;background:rgba(4,7,16,.72)}.player-color-panel{position:relative;z-index:1;display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:22px;border:1px solid rgba(138,158,220,.12);background:var(--panel-strong);box-shadow:var(--shadow)}.player-color-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.player-color-panel__title{margin:6px 0 0;font-size:1.05rem}.player-color-panel__close{min-height:36px;padding:8px 12px;border-radius:14px}.player-color-panel__current{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:10px 12px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.player-color-panel__swatch{width:32px;height:32px;border-radius:10px;border:2px solid rgba(255,255,255,.16)}.player-color-panel__current-copy{display:grid;grid-gap:2px;gap:2px}.player-color-panel__current-copy strong{font-size:.82rem}.player-color-panel__code span,.player-color-panel__current-copy span,.player-color-panel__picker span,.player-color-panel__recent strong{color:var(--muted);font-size:.74rem}.player-color-panel__recent{display:grid;grid-gap:8px;gap:8px}.player-color-panel__swatches{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.player-color-panel__swatch-button{width:100%;aspect-ratio:1/1;border-radius:14px;border:2px solid rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.player-color-panel__swatch-button--active{border-color:rgba(120,255,209,.62);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 0 0 1px rgba(120,255,209,.18)}.player-color-panel__inputs{display:grid;grid-template-columns:92px minmax(0,1fr);grid-gap:10px;gap:10px}.player-color-panel__code,.player-color-panel__picker{display:grid;grid-gap:6px;gap:6px}.player-color-panel__picker input{width:100%;padding:0;overflow:hidden}.player-color-panel__code input,.player-color-panel__picker input{min-height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(2,5,14,.88)}.player-color-panel__code input{padding:0 14px;color:var(--text);text-transform:uppercase}.player-emoji-panel{gap:10px}.player-emoji-panel__current{grid-template-columns:auto minmax(0,1fr)}.player-emoji-panel__preview{width:52px;min-width:52px;height:52px;display:grid;place-items:center;font-size:1.65rem;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.player-emoji-panel__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.player-emoji-panel__button{min-height:52px;display:grid;place-items:center;border-radius:14px;border:2px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:var(--text);font-size:1.35rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.player-emoji-panel__button--active{border-color:rgba(120,255,209,.62);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 0 0 1px rgba(120,255,209,.18)}.player-emoji-panel__code input{min-height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(2,5,14,.88);color:var(--text);font-size:1.1rem;text-transform:none}.player-menu-layer{position:absolute;inset:0;z-index:8;display:grid;align-items:start;justify-items:end;padding:10px}.player-menu-layer__backdrop{position:absolute;inset:0;border-radius:28px;background:rgba(4,7,16,.72)}.player-menu{position:relative;z-index:1;width:min(100%,328px);max-height:min(100%,620px);padding:14px;display:grid;grid-gap:12px;gap:12px;overflow:auto;border-radius:24px;border:1px solid rgba(138,158,220,.14);background:var(--panel-strong);box-shadow:var(--shadow)}.player-menu__actions,.player-menu__header,.player-menu__header-actions{display:flex;gap:10px}.player-menu__actions,.player-menu__header{justify-content:space-between}.player-menu__header{align-items:flex-start}.player-menu__header-actions{align-items:center;justify-content:flex-end;flex-wrap:wrap}.player-menu__body,.player-menu__summary{display:grid;grid-gap:10px;gap:10px}.player-menu__actions{flex-wrap:wrap}.player-menu__actions .stream-button{flex:1 1;min-width:0}.player-debug-layer{position:absolute;inset:0;z-index:8;display:grid;align-items:end;padding:12px}.player-debug-layer__backdrop{position:absolute;inset:0;border-radius:28px;background:rgba(4,7,16,.72)}.player-debug{position:relative;z-index:1;padding:14px;display:grid;grid-gap:10px;gap:10px;max-height:min(54%,340px);overflow:auto}.player-debug--embedded{padding:0;max-height:none;overflow:visible;background:transparent;border:0;box-shadow:none}.player-debug__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.player-debug__close{min-height:36px;padding:8px 12px;border-radius:14px}.player-debug__row{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:.84rem}.player-debug__row strong{color:var(--text)}.player-debug__message{padding:10px 12px;border-radius:14px;background:rgba(255,107,128,.12);color:#ffc4cd;border:1px solid rgba(255,107,128,.24)}.player-team-select{--player-shell-outer-padding:16px;position:relative;width:min(100%,390px,calc((100dvh - var(--player-shell-outer-padding)) * 390 / 844));max-height:calc(100dvh - var(--player-shell-outer-padding));aspect-ratio:390/844;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:10px;background:linear-gradient(180deg,rgba(8,13,27,.96),rgba(4,6,14,.98));border-radius:28px;border:1px solid var(--panel-border);box-shadow:var(--shadow);overflow:hidden}.player-team-select__footer,.player-team-select__header{background:var(--panel);border-radius:22px;border:1px solid rgba(138,158,220,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.player-team-select__header{padding:14px 14px 16px;display:grid;grid-gap:12px;gap:12px}.player-team-select__copy{display:grid;grid-gap:8px;gap:8px}.player-history__title,.player-team-select__title{margin:6px 0 0;font-size:1.3rem}.player-team-select__description{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}.player-team-select__body{min-height:0;overflow-y:auto;padding-right:4px;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:rgba(138,158,220,.32) transparent}.player-team-select__body::-webkit-scrollbar{width:6px}.player-team-select__body::-webkit-scrollbar-thumb{background:rgba(138,158,220,.3);border-radius:999px}.player-team-select__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;align-content:start}.player-team-select__option{--team-color:#4d7cfe;min-height:84px;padding:14px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 60%),color-mix(in srgb,var(--team-color) 22%,rgba(8,12,20,.96));color:var(--text);display:grid;justify-items:start;grid-gap:10px;gap:10px;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.player-team-select__option:hover{transform:translateY(-1px)}.player-team-select__option--active{border-color:color-mix(in srgb,var(--team-color) 78%,white 22%);box-shadow:0 0 0 1px color-mix(in srgb,var(--team-color) 30%,transparent),0 18px 34px color-mix(in srgb,var(--team-color) 16%,transparent)}.player-team-select__swatch{width:18px;height:18px;border-radius:999px;background:var(--team-color);border:2px solid rgba(255,255,255,.72)}.player-team-select__footer{position:relative;padding:12px 12px calc(12px + env(safe-area-inset-bottom, 0px))}.player-team-select__footer:before{content:"";position:absolute;top:-18px;left:16px;right:16px;height:18px;pointer-events:none;background:linear-gradient(180deg,rgba(4,6,14,0),rgba(4,6,14,.82))}.player-team-select__submit{width:100%;min-height:56px}.player-history{display:grid;grid-gap:12px;gap:12px;align-content:start;min-height:0}.player-history__header{display:grid;grid-gap:6px;gap:6px}.player-history__list{display:grid;grid-gap:10px;gap:10px;overflow:auto;padding-right:2px}.player-history__card{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.player-history__card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.player-history__meta{gap:8px 12px;font-size:.84rem}.player-history__meta,.player-round-strip{display:flex;flex-wrap:wrap;color:var(--muted)}.player-round-strip{gap:8px;font-size:.8rem}.player-round-strip span{padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06)}.player-round-banner{position:absolute;left:12px;right:12px;bottom:88px;z-index:5;padding:10px 12px;border-radius:14px;background:rgba(120,255,209,.12);border:1px solid rgba(120,255,209,.24);color:#defdf3;font-size:.84rem}.stream-page,.stream-screen{min-height:100vh}.stream-page__loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.stream-screen{--stream-chrome-gap:14px;--stream-center-gap:16px;--stream-left-panel-width:248px;--stream-right-panel-width:318px;--stream-slice-map-width-compact:248px;--stream-slice-map-width-expanded:348px;--stream-slice-map-height-compact:232px;--stream-slice-map-height-expanded:336px;--stream-hud-blue:#2448ff;--stream-hud-blue-soft:rgba(36,72,255,0.52);--stream-hud-blue-faint:rgba(36,72,255,0.14);--stream-hud-ink:#edf2ff;--stream-hud-paper:rgba(5,8,26,0.82);--stream-hud-halftone:repeating-radial-gradient(circle at 0 0,rgba(36,72,255,0.16) 0 1px,transparent 1px 7px);position:relative;background:radial-gradient(circle at top,rgba(73,106,215,.18),transparent 40%),#02040a;overflow:hidden}.stream-stage{position:relative;width:100%;height:100vh}.stream-canvas{width:100%;height:100%}.stream-survival-vignette{--stream-survival-blood-alpha:0;position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to right,rgba(2,5,12,.98) 0,rgba(5,10,20,.74) 10%,rgba(8,14,24,.24) 20%,rgba(8,14,24,0) 32%,rgba(8,14,24,0) 68%,rgba(8,14,24,.24) 80%,rgba(5,10,20,.74) 90%,rgba(2,5,12,.98) 100%),linear-gradient(to bottom,rgba(8,14,24,.62) 0,rgba(8,14,24,.22) 12%,rgba(8,14,24,0) 28%,rgba(8,14,24,0) 72%,rgba(8,14,24,.2) 86%,rgba(2,5,12,.82) 100%),linear-gradient(to top,rgba(120,12,20,calc(var(--stream-survival-blood-alpha) * .78)) 0,rgba(120,12,20,calc(var(--stream-survival-blood-alpha) * .18)) 18%,rgba(120,12,20,0) 34%),linear-gradient(to right,rgba(142,18,28,calc(var(--stream-survival-blood-alpha) * .46)) 0,rgba(142,18,28,0) 16%,rgba(142,18,28,0) 84%,rgba(142,18,28,calc(var(--stream-survival-blood-alpha) * .46)) 100%);will-change:opacity;transition:opacity .18s linear}.stream-crosshair{position:absolute;z-index:9;left:50%;top:50%;width:28px;height:28px;margin-left:-14px;margin-top:-14px;pointer-events:none}.stream-crosshair:after,.stream-crosshair:before{content:"";position:absolute;left:50%;top:50%;background:rgba(247,251,255,.96);box-shadow:0 0 12px rgba(120,255,209,.28),0 0 22px rgba(255,255,255,.16);transform:translate(-50%,-50%)}.stream-crosshair:before{width:18px;height:2px;border-radius:999px}.stream-crosshair:after{width:2px;height:18px;border-radius:999px}.stream-crosshair__dot{position:absolute;left:50%;top:50%;width:4px;height:4px;margin-left:-2px;margin-top:-2px;border-radius:999px;background:rgba(120,255,209,.98);box-shadow:0 0 10px rgba(120,255,209,.38)}.stream-origin-menu-prompt,.stream-origin-prompt,.stream-pickup-prompt{position:absolute;z-index:9;top:clamp(72px,8vh,104px);left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;gap:10px;padding:10px 14px;color:rgba(247,251,255,.96);background:linear-gradient(180deg,rgba(19,27,50,.9),rgba(8,12,24,.94)),rgba(6,10,22,.88);border:1px solid rgba(255,255,255,.08);border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 34px rgba(0,0,0,.26);pointer-events:none}.stream-origin-menu-prompt,.stream-origin-prompt{top:clamp(120px,13vh,154px)}.stream-origin-menu-prompt strong,.stream-origin-prompt strong,.stream-pickup-prompt strong{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 10px;font-size:.92rem;letter-spacing:.06em;color:rgba(120,255,209,.98);border-radius:999px;background:rgba(120,255,209,.12);box-shadow:inset 0 0 0 1px rgba(120,255,209,.18)}.stream-origin-menu-prompt span,.stream-origin-prompt span,.stream-pickup-prompt span{font-size:.9rem;letter-spacing:.03em}.stream-canvas-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:24px;pointer-events:none}.stream-canvas-fallback .stream-empty{max-width:min(560px,calc(100vw - 48px));display:grid;grid-gap:10px;gap:10px;background:rgba(7,12,26,.82);border-style:solid}.stream-view-gizmo{position:relative;z-index:1;width:clamp(84px,var(--stream-view-gizmo-size),112px);height:clamp(84px,var(--stream-view-gizmo-size),112px);padding:8px;border-radius:20px;border:1px solid rgba(154,179,255,.26);background:radial-gradient(circle at 30% 20%,rgba(128,164,255,.12),transparent 52%),linear-gradient(180deg,rgba(17,24,49,.96),rgba(7,11,25,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 38px rgba(0,0,0,.34),0 0 0 1px rgba(102,134,226,.12);pointer-events:auto;touch-action:none;overflow:hidden}.stream-view-gizmo--top-right{top:auto;right:auto}.stream-slice-map{position:absolute;z-index:7;top:var(--stream-chrome-gap);left:var(--stream-chrome-gap);width:min(var(--stream-slice-map-width-compact),calc(100vw - 36px));min-height:var(--stream-slice-map-height-compact);padding:12px;display:grid;grid-gap:10px;gap:10px;background:rgba(8,13,27,.92);border-radius:20px;border:1px solid rgba(138,158,220,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 34px rgba(0,0,0,.26);pointer-events:auto;opacity:0;transform:translateY(-6px);animation:streamSliceMapIn .18s ease-out forwards}.stream-slice-map--expanded{width:min(var(--stream-slice-map-width-expanded),calc(100vw - 36px));min-height:var(--stream-slice-map-height-expanded)}.stream-slice-map--dragging{box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 22px 40px rgba(0,0,0,.34)}.stream-slice-map__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;touch-action:none}.stream-slice-map__header--draggable{cursor:-webkit-grab;cursor:grab}.stream-slice-map__header--draggable:active{cursor:-webkit-grabbing;cursor:grabbing}.stream-slice-map__header--static{touch-action:auto}.stream-slice-map__header-main{display:grid;grid-gap:4px;gap:4px}.stream-slice-map__header-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;flex-wrap:wrap}.stream-slice-map__drag-grip{min-width:28px;min-height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:var(--muted);font-size:.9rem}.stream-slice-map__drag-grip,.stream-slice-map__icon-button{display:inline-flex;align-items:center;justify-content:center}.stream-slice-map__icon-button{width:28px;height:28px;border:0;border-radius:999px;background:rgba(255,255,255,.06);color:var(--text);font-size:.92rem;line-height:1;cursor:pointer;transition:background .15s ease,transform .15s ease}.stream-slice-map__icon-button:hover{background:rgba(255,255,255,.12);transform:translateY(-1px)}.stream-slice-map__title{margin:6px 0 0;font-size:1rem}.stream-slice-map__subtitle{margin:6px 0 0;color:var(--muted);font-size:.84rem}.stream-slice-map__meta span,.stream-slice-map__mode{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(120,255,209,.18);background:rgba(120,255,209,.1);color:#dffcf2;font-size:.75rem;white-space:nowrap}.stream-slice-map__meta{display:flex;flex-wrap:wrap;gap:8px}.stream-slice-map__meta span{min-height:24px;border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:var(--muted);font-size:.72rem}.stream-slice-map__frame{min-height:0;padding:8px;border-radius:16px;background:rgba(2,6,14,.84);border:1px solid rgba(255,255,255,.06);display:grid;place-items:center}.stream-slice-map__svg{width:100%;height:100%;max-height:138px;display:block}.stream-slice-map--expanded .stream-slice-map__svg{max-height:238px}.stream-slice-map__marker--selected,.stream-slice-map__selected-cell{animation:streamSlicePulse 1.45s ease-in-out infinite}.stream-topbar{position:absolute;z-index:5;top:var(--stream-chrome-gap);left:calc(var(--stream-chrome-gap) + var(--stream-left-panel-width) + var(--stream-center-gap));right:calc(var(--stream-chrome-gap) + var(--stream-right-panel-width) + var(--stream-center-gap));padding:0;display:block;background:transparent;border:0;box-shadow:none;pointer-events:none}.stream-sidebar__title,.stream-topbar__title{margin:4px 0 0;font-size:clamp(1.02rem,.65vw + .82rem,1.18rem)}.stream-livebar{display:grid;grid-template-columns:auto minmax(172px,286px) minmax(280px,1fr) auto;align-items:center;grid-gap:8px;gap:8px;min-height:60px;padding:8px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.9),rgba(3,5,18,.86)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:18px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 28px rgba(0,0,0,.24)}.stream-livebar__brand{min-width:124px;display:inline-flex;align-items:center;gap:8px;padding:7px 9px;border-radius:999px;border:1px solid var(--stream-hud-blue-soft);background:rgba(36,72,255,.08)}.stream-livebar__version{color:var(--stream-hud-ink);font-size:.74rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.stream-livebar__status{width:8px;height:8px;border-radius:999px;background:#ffb366;box-shadow:0 0 14px rgba(255,179,102,.36);flex:0 0 auto}.stream-livebar__status--connected{background:#f8fbff;box-shadow:0 0 0 2px rgba(36,72,255,.28),0 0 16px rgba(36,72,255,.42)}.stream-livebar__status--connecting{animation:streamPulse 1.2s ease-in-out infinite}.stream-livebar__connection{max-width:92px;overflow:hidden;color:rgba(237,242,255,.74);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap}.stream-topbar__timers{display:grid;grid-template-columns:minmax(104px,1fr) minmax(82px,.58fr);grid-gap:6px;gap:6px;align-items:center}.stream-topbar__gizmo-slot{display:flex;justify-content:flex-end;align-items:center}.stream-topbar__gizmo-slot .stream-view-gizmo{flex:0 0 auto}.stream-topbar__chips{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:6px;gap:6px}.stream-side-shell>*,.stream-sidebar>*,.stream-topbar>*{pointer-events:auto}.stream-camera-help{position:absolute;z-index:6;right:calc(var(--stream-chrome-gap) + var(--stream-right-panel-width) + var(--stream-center-gap));bottom:calc(var(--stream-chrome-gap) + env(safe-area-inset-bottom, 0px));width:min(236px,calc(100vw - 36px));padding:9px 10px;display:grid;grid-gap:7px;gap:7px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.88),rgba(3,5,18,.84)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:14px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.22);pointer-events:none}.stream-flag-counter{top:calc(var(--stream-chrome-gap) + 94px);min-width:76px}.stream-flag-counter,.stream-third-person-lives{position:absolute;z-index:8;right:calc(var(--stream-chrome-gap) + var(--stream-right-panel-width) + var(--stream-center-gap));display:inline-flex;align-items:center;gap:8px;padding:8px 12px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.88),rgba(3,5,18,.84)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:14px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.22);pointer-events:none}.stream-third-person-lives{top:var(--stream-chrome-gap)}.stream-third-person-lives__heart{font-size:1rem;line-height:1;color:#f8fbff;text-shadow:0 0 0 var(--stream-hud-blue)}.stream-third-person-lives__heart--empty{color:rgba(255,206,216,.22);text-shadow:none}.stream-flag-counter--with-lives{top:calc(var(--stream-chrome-gap) + 52px)}.stream-screen--minimal-hud .stream-flag-counter{top:var(--stream-chrome-gap);right:var(--stream-chrome-gap)}.stream-screen--minimal-hud .stream-third-person-lives{right:var(--stream-chrome-gap)}.stream-screen--minimal-hud .stream-flag-counter--with-lives{top:calc(var(--stream-chrome-gap) + 52px);right:var(--stream-chrome-gap)}.stream-origin-status{position:absolute;z-index:8;top:calc(var(--stream-chrome-gap) + 146px);right:calc(var(--stream-chrome-gap) + var(--stream-right-panel-width) + var(--stream-center-gap));display:grid;grid-gap:3px;gap:3px;min-width:168px;padding:10px 12px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.88),rgba(3,5,18,.84)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:14px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.22);pointer-events:none}.stream-origin-status strong{font-size:.92rem}.stream-origin-status span:last-child{font-size:.72rem;color:rgba(237,242,255,.66)}.stream-origin-menu{position:absolute;inset:0;z-index:13;display:grid;place-items:center;padding:24px;pointer-events:none}.stream-origin-menu__card{width:min(620px,calc(100vw - 48px));display:grid;grid-gap:14px;gap:14px;padding:18px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.94),rgba(3,5,18,.92)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:18px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 20px 48px rgba(0,0,0,.32);pointer-events:auto}.stream-origin-menu__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.stream-origin-menu__header h2{margin:4px 0 0}.stream-origin-menu__flags{font-size:.92rem;color:rgba(237,242,255,.72)}.stream-origin-menu__grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.stream-origin-menu__section{display:grid;grid-gap:8px;gap:8px;padding:14px;border-radius:14px;background:rgba(36,72,255,.08);border:1px solid var(--stream-hud-blue-soft)}.stream-screen--minimal-hud .stream-origin-status{top:calc(var(--stream-chrome-gap) + 94px);right:var(--stream-chrome-gap)}.stream-selected-voxel-overlay{position:absolute;z-index:8;top:calc(var(--stream-chrome-gap) + 16px);left:var(--stream-chrome-gap);min-width:112px;padding:8px 10px;display:grid;grid-gap:8px;gap:8px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.88),rgba(3,5,18,.84)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:14px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.22);pointer-events:none}.stream-selected-voxel-overlay__grid{display:grid;grid-gap:6px;gap:6px}.stream-selected-voxel-overlay__grid span{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(219,230,255,.86);font-size:.84rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stream-selected-voxel-overlay__grid strong{color:rgba(247,251,255,.98);font-size:.96rem;letter-spacing:.03em}.stream-survival-death{position:absolute;inset:0;z-index:14;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,rgba(112,24,38,.22),transparent 44%),rgba(4,7,16,.76)}.stream-survival-death__card{width:min(420px,calc(100vw - 40px));display:grid;grid-gap:16px;gap:16px;padding:24px 24px 22px;color:rgba(247,251,255,.97);text-align:center;background:linear-gradient(180deg,rgba(30,11,16,.94),rgba(11,8,16,.96)),rgba(7,11,24,.92);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 60px rgba(0,0,0,.42)}.stream-survival-death__card h2{margin:0;font-size:clamp(2rem,5vw,2.8rem);line-height:.95}.stream-survival-death__stats{display:grid;grid-gap:10px;gap:10px;color:rgba(224,233,255,.82);font-size:.94rem}.stream-survival-death__stats strong{color:rgba(247,251,255,.98)}.stream-pause-banner{position:absolute;z-index:12;top:calc(var(--stream-chrome-gap) + 104px);left:50%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:104px;padding:9px 14px;border-radius:14px;border:2px solid var(--stream-hud-blue);background:linear-gradient(180deg,rgba(6,9,28,.9),rgba(3,5,18,.86)),var(--stream-hud-halftone),var(--stream-hud-paper);box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.24);transform:translateX(-50%);color:var(--stream-hud-ink);pointer-events:none}.stream-pause-banner strong{font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:#f8fbff}.stream-pause-banner span{font-size:.72rem;letter-spacing:.08em;opacity:.72}.stream-worm-banner{position:absolute;z-index:12;top:calc(var(--stream-chrome-gap) + 172px);left:50%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:214px;padding:10px 16px;border-radius:14px;border:2px solid var(--stream-hud-blue);background:linear-gradient(180deg,rgba(30,9,15,.9),rgba(5,5,18,.86)),var(--stream-hud-halftone),var(--stream-hud-paper);box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.24);transform:translateX(-50%);color:rgba(255,236,224,.98);pointer-events:none}.stream-worm-banner strong{font-size:.92rem;letter-spacing:.12em;text-transform:uppercase;color:#ffccd2}.stream-worm-banner span{font-size:.76rem;letter-spacing:.03em;text-align:center;opacity:.9}.stream-flag-counter strong{font-size:1rem;letter-spacing:.04em}.stream-flag-counter__emoji{font-size:1rem;filter:none}.stream-compass{--stream-compass-radius:38px;position:absolute;z-index:8;top:calc(var(--stream-chrome-gap) + 16px);left:50%;width:76px;height:76px;margin-left:-38px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 30% 24%,rgba(123,174,255,.18),transparent 54%),rgba(7,12,24,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 30px rgba(0,0,0,.24);overflow:visible;pointer-events:none}.stream-compass__loader{position:absolute;inset:0;z-index:0}.stream-compass__loader-disc{fill:rgba(120,144,198,.08)}.stream-compass__loader-fill{fill:rgba(120,255,209,.22)}.stream-compass__loader-outline{fill:none;stroke:rgba(244,248,255,.12);stroke-width:1}.stream-compass__loader-divider{stroke:rgba(244,248,255,.14);stroke-width:1;stroke-linecap:round}.stream-compass__phase{fill:rgba(244,248,255,.03)}.stream-compass__phase--active{fill:rgba(255,209,102,.08)}.stream-compass__day{position:absolute;left:50%;top:50%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:56px;transform:translate(-50%,-50%);color:rgba(247,251,255,.96);text-align:center;line-height:1;z-index:1}.stream-compass__day strong{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-shadow:0 1px 6px rgba(7,12,24,.54)}.stream-compass__day small{display:block;max-width:56px;font-size:.42rem;font-weight:600;letter-spacing:.03em;line-height:.95;color:rgba(220,231,255,.72);text-shadow:0 1px 6px rgba(7,12,24,.54)}.stream-compass__north{position:absolute;left:50%;top:50%;display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;padding:0 .35rem;border-radius:999px;color:rgba(247,251,255,.98);font-size:.86rem;font-weight:700;letter-spacing:.12em;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(0,0,0,.18);transform:translate3d(calc(-50% + 0px),calc(-50% - var(--stream-compass-radius)),0);transform-origin:center center;will-change:transform;text-align:center;z-index:2}.stream-flag-indicator{position:absolute;z-index:8;left:0;top:0;width:54px;height:54px;display:grid;place-items:center;margin-left:-27px;margin-top:-27px;color:rgba(250,252,255,.98);background:radial-gradient(circle at 30% 24%,rgba(255,133,153,.26),transparent 52%),rgba(7,12,24,.92);border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 26px rgba(0,0,0,.28);opacity:0;transform:translate3d(-9999px,-9999px,0);transition:opacity .12s ease,transform .12s linear;pointer-events:none;will-change:transform,opacity}.stream-flag-indicator__glyph{font-size:1.08rem;line-height:1}.stream-camera-help__chips{display:flex;flex-wrap:wrap;gap:6px;color:rgba(237,242,255,.86);font-size:.68rem;line-height:1.2;text-transform:uppercase}.stream-camera-help__chips span{padding:5px 7px;border-radius:999px;border:1px solid var(--stream-hud-blue-soft);background:rgba(36,72,255,.1);font-weight:800;letter-spacing:.05em}.stream-render-debug{position:absolute;z-index:7;left:var(--stream-chrome-gap);bottom:calc(var(--stream-chrome-gap) + env(safe-area-inset-bottom, 0px));display:flex;flex-wrap:wrap;gap:6px;max-width:min(520px,calc(100vw - 36px));padding:8px 10px;color:rgba(235,245,255,.92);background:rgba(5,10,22,.72);border:1px solid rgba(120,255,209,.18);border-radius:10px;font-size:.7rem;line-height:1.2;pointer-events:none}.stream-render-debug span{white-space:nowrap}.stream-hud-icon{width:16px;height:16px;display:block;color:currentColor;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.stream-metric-chip{min-height:40px;padding:5px 7px;border-radius:12px;background:linear-gradient(180deg,rgba(36,72,255,.1),rgba(3,5,18,.32)),var(--stream-hud-halftone);border:1px solid var(--stream-hud-blue-soft);display:grid;grid-template-columns:18px minmax(0,1fr);grid-template-rows:auto auto;grid-column-gap:6px;column-gap:6px;grid-row-gap:1px;row-gap:1px;align-items:center;min-width:0;color:var(--stream-hud-ink)}.stream-metric-chip .stream-hud-icon{grid-row:1/3;color:var(--stream-hud-blue)}.stream-metric-chip__label{overflow:hidden;color:rgba(237,242,255,.58);font-size:.56rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;text-overflow:ellipsis;white-space:nowrap}.stream-metric-chip__value{color:var(--stream-hud-ink);font-size:.86rem;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stream-timer-card{position:relative;overflow:hidden;min-height:44px;padding:6px 8px;border-radius:13px;background:linear-gradient(180deg,rgba(36,72,255,.12),transparent 72%),var(--stream-hud-halftone),rgba(3,5,18,.48);border:1px solid var(--stream-hud-blue-soft);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:6px;gap:6px;color:var(--stream-hud-ink)}.stream-timer-card--stream-compact{grid-template-columns:1fr;gap:2px;padding:6px 8px;align-content:center}.stream-timer-card__content{display:grid;grid-gap:3px;gap:3px}.stream-timer-card__compact-head{display:inline-flex;align-items:center;gap:6px}.stream-timer-card__label{color:rgba(237,242,255,.62);font-size:.56rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.stream-timer-card__compact-value{font-size:.84rem;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.03em;color:var(--stream-hud-ink)}.stream-timer-card__hint{overflow:hidden;color:rgba(237,242,255,.52);font-size:.58rem;font-weight:800;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.stream-update-dot{width:8px;height:8px;border-radius:999px;background:#78ffd1;box-shadow:0 0 0 rgba(120,255,209,0);animation:streamUpdateBlink .76s ease-out}.stream-timer-card__ring{position:relative;width:42px;height:42px;flex:0 0 auto}.stream-timer-card__ring-svg{width:100%;height:100%;rotate:-90deg}.stream-timer-card__ring-progress,.stream-timer-card__ring-track{fill:none;stroke-width:5}.stream-timer-card__ring-track{stroke:rgba(237,242,255,.12)}.stream-timer-card--round .stream-timer-card__ring-progress{stroke:var(--stream-hud-blue);filter:none}.stream-timer-card--stream .stream-timer-card__ring-progress{stroke:#f8fbff;filter:none}.stream-timer-card__ring-progress{stroke-linecap:round;transition:stroke-dashoffset .18s linear}.stream-timer-card__value{position:absolute;inset:0;display:grid;place-items:center;font-size:.76rem;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.03em;color:var(--stream-hud-ink)}.stream-side-shell{position:absolute;z-index:6;right:var(--stream-chrome-gap);top:var(--stream-chrome-gap);bottom:var(--stream-chrome-gap);width:min(var(--stream-right-panel-width),calc(100vw - 36px));display:flex;flex-direction:column;gap:8px;min-height:0}.stream-sidebar{padding:10px;display:grid;grid-gap:8px;gap:8px;color:var(--stream-hud-ink);background:linear-gradient(180deg,rgba(6,9,28,.88),rgba(3,5,18,.84)),var(--stream-hud-halftone),var(--stream-hud-paper);border:2px solid var(--stream-hud-blue);border-radius:16px;box-shadow:inset 0 0 0 1px rgba(237,242,255,.04),0 12px 24px rgba(0,0,0,.22)}.stream-side-card{min-width:0;display:flex;flex-direction:column;min-height:0}.stream-side-card--stretch{flex:1 1 auto}.stream-side-section{overflow:hidden}.stream-side-section__toggle{width:100%;border:0;background:transparent;color:inherit;padding:0;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left}.stream-side-section__heading{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;min-width:0}.stream-side-section__icon{width:30px;height:30px;display:grid;place-items:center;color:var(--stream-hud-blue);border:1px solid var(--stream-hud-blue-soft);border-radius:999px;background:rgba(36,72,255,.1)}.stream-sidebar__title--compact{margin-top:1px;font-size:.92rem;letter-spacing:.02em}.stream-side-section__summary-wrap{display:grid;justify-items:end;grid-gap:6px;gap:6px;min-width:0}.stream-side-section__summary{color:rgba(237,242,255,.62);font-size:.68rem;line-height:1.3;text-align:right;max-width:152px}.stream-side-section__chevron{width:22px;height:22px;border-radius:999px;border:1px solid var(--stream-hud-blue-soft);background:rgba(36,72,255,.1);display:inline-flex;align-items:center;justify-content:center;color:var(--stream-hud-ink);font-size:1rem;line-height:1}.stream-side-section__body{display:grid;grid-gap:14px;gap:14px;overflow:hidden;max-height:0;opacity:0;pointer-events:none;transition:max-height .18s ease,opacity .14s ease,margin-top .18s ease}.stream-side-section--expanded .stream-side-section__body{max-height:1200px;opacity:1;pointer-events:auto;margin-top:10px}.stream-side-card--stretch .stream-side-section__body{flex:1 1 auto;min-height:0}.stream-capture-panel,.stream-round-result{background:var(--panel);border-radius:22px;border:1px solid rgba(138,158,220,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.stream-capture-panel{position:absolute;z-index:4;top:var(--stream-chrome-gap);left:var(--stream-chrome-gap);bottom:var(--stream-chrome-gap);width:min(var(--stream-left-panel-width),calc(100vw - 36px));padding:16px;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:14px;gap:14px;overflow:auto}.stream-capture-panel--with-slice-map-compact{top:calc(var(--stream-chrome-gap) + var(--stream-slice-map-height-compact) + 12px)}.stream-capture-panel--with-slice-map-expanded{top:calc(var(--stream-chrome-gap) + var(--stream-slice-map-height-expanded) + 12px)}.stream-capture-panel__header{display:grid;grid-gap:6px;gap:6px}.stream-capture-list{display:grid;grid-gap:10px;gap:10px;align-content:start}.stream-capture-item{display:grid;grid-gap:8px;gap:8px;padding:12px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.stream-capture-item__top{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.82rem}.stream-capture-item__top strong{max-width:120px}.stream-capture-item__top span{color:var(--muted);font-size:.76rem;text-align:right}.stream-capture-item__stats{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:.76rem}.stream-capture-item__members{display:inline-flex;align-items:center;gap:6px}.stream-capture-bar{height:10px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.stream-capture-bar__fill{height:100%;border-radius:inherit;box-shadow:0 0 14px var(--capture-glow,rgba(255,255,255,.18))}.stream-round-result{position:absolute;z-index:5;left:calc(var(--stream-chrome-gap) + var(--stream-left-panel-width) + var(--stream-center-gap));right:calc(var(--stream-chrome-gap) + var(--stream-right-panel-width) + var(--stream-center-gap));bottom:var(--stream-chrome-gap);width:min(420px,100%);min-width:0;padding:16px;display:grid;grid-gap:10px;gap:10px}.stream-round-result__meta{color:var(--muted);font-size:.84rem}.stream-round-result__table{display:grid;grid-gap:8px;gap:8px}.stream-round-result__row{display:grid;grid-template-columns:28px minmax(0,1fr) auto auto;grid-gap:10px;gap:10px;align-items:center;font-size:.84rem}.stream-search{display:flex;gap:8px}.stream-camera-controls,.stream-filter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.stream-search input{flex:1 1;min-width:0;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(2,5,14,.88);color:var(--text)}.stream-status{color:var(--muted);font-size:.92rem}.stream-side-statuses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.stream-status-pill{padding:9px 10px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);display:grid;grid-gap:4px;gap:4px}.stream-status-pill span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.stream-status-pill strong{font-size:.82rem}.stream-selected-voxel{display:grid;grid-gap:10px;gap:10px}.stream-selected-voxel__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.stream-selected-voxel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.stream-selected-voxel__grid--compact .stat-chip{padding:10px 12px}.stream-perf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stream-perf-card{padding:10px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);display:grid;grid-gap:4px;gap:4px}.stream-perf-card strong{font-size:.76rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.stream-perf-card span{font-size:1.06rem;font-weight:700;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stream-perf-card small{color:var(--muted);font-size:.68rem}.stream-perf-card--ok{border-color:rgba(120,255,209,.18);background:rgba(120,255,209,.07)}.stream-perf-card--warn{border-color:rgba(255,209,102,.22);background:rgba(255,209,102,.08)}.stream-perf-card--bad{border-color:rgba(255,93,115,.24);background:rgba(255,93,115,.08)}.stream-selected-voxel__meta{color:var(--muted);font-size:.82rem;word-break:break-word}.stream-player-list{display:grid;grid-gap:10px;gap:10px;min-height:0;overflow:auto;padding-right:2px}.stream-player-card{padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);display:grid;grid-gap:10px;gap:10px}.stream-player-card--selected{border-color:rgba(120,255,209,.34);box-shadow:0 0 0 1px rgba(120,255,209,.14)}.stream-player-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.stream-player-card__identity{display:grid;grid-gap:4px;gap:4px}.stream-player-card__identity strong{font-size:1rem;display:inline-flex;align-items:center;gap:8px}.stream-player-card__meta{color:var(--muted);font-size:.85rem;word-break:break-word}.stream-player-card__coords{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.84rem}.stream-bot-badge{padding:3px 8px;border-radius:999px;background:rgba(120,255,209,.16);border:1px solid rgba(120,255,209,.24);color:var(--accent);font-size:.68rem;letter-spacing:.04em}.stream-empty{padding:18px;border-radius:18px;text-align:center;color:var(--muted);background:rgba(255,255,255,.03);border:1px dashed rgba(255,255,255,.08)}.stream-user-glyph{position:relative;width:11px;height:11px;display:inline-block}@media (max-width:1500px){.stream-screen{--stream-left-panel-width:224px;--stream-right-panel-width:304px;--stream-center-gap:16px;--stream-slice-map-width-compact:224px;--stream-slice-map-width-expanded:320px;--stream-slice-map-height-compact:220px;--stream-slice-map-height-expanded:308px}.stream-livebar{grid-template-columns:auto minmax(150px,250px) minmax(240px,1fr)}.stream-topbar__gizmo-slot{display:none}.stream-topbar__chips{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1280px){.stream-screen{--stream-left-panel-width:204px;--stream-right-panel-width:286px;--stream-center-gap:14px;--stream-slice-map-width-compact:204px;--stream-slice-map-width-expanded:292px;--stream-slice-map-height-compact:208px;--stream-slice-map-height-expanded:288px}.stream-topbar__chips{grid-template-columns:repeat(3,minmax(0,1fr))}.stream-livebar{grid-template-columns:minmax(0,1fr);max-width:360px;margin-inline:auto}.stream-livebar__brand,.stream-topbar__timers{min-width:0}.stream-sidebar__title,.stream-topbar__title{font-size:1.2rem}.stream-camera-help{right:calc(var(--stream-chrome-gap) + var(--stream-right-panel-width) + 12px);width:min(260px,calc(100vw - 40px));padding:9px 11px}.stream-camera-help__chips{font-size:.72rem}.stream-render-debug{left:12px;right:12px;max-width:none}}.stream-user-glyph:after,.stream-user-glyph:before{content:"";position:absolute;left:50%;translate:-50% 0;background:currentColor}.stream-user-glyph:before{top:0;width:6px;height:6px;border-radius:999px}.stream-user-glyph:after{bottom:0;width:11px;height:5px;border-radius:999px 999px 3px 3px}@keyframes streamPulse{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes streamSlicePulse{0%,to{opacity:.88}50%{opacity:1}}@keyframes streamUpdateBlink{0%{opacity:.82;transform:scale(.92);box-shadow:0 0 0 rgba(120,255,209,0)}35%{opacity:1;transform:scale(1.24);box-shadow:0 0 14px rgba(120,255,209,.55)}to{opacity:.92;transform:scale(1);box-shadow:0 0 0 rgba(120,255,209,0)}}@keyframes streamSliceMapIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-page{min-height:100vh;padding:22px}.admin-login{min-height:calc(100vh - 44px);display:grid;place-items:center}.admin-login__card{width:min(460px,100%);padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(14,20,36,.96),rgba(7,10,20,.96));border:1px solid var(--panel-border);box-shadow:var(--shadow);display:grid;grid-gap:16px;gap:16px}.admin-login__title{margin:0;font-size:clamp(1.8rem,4vw,2.4rem)}.admin-login__copy,.admin-login__error{color:var(--muted)}.admin-form-stack,.admin-login__form{display:grid;grid-gap:12px;gap:12px}.admin-login__error,.admin-note--danger{color:#ffd5dc}.admin-shell{height:calc(100dvh - 44px);min-height:580px;display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:12px;gap:12px;overflow:hidden}.admin-card,.admin-topbar{background:var(--panel);border-radius:20px;border:1px solid rgba(138,158,220,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.admin-topbar{position:relative;z-index:2;padding:12px;display:grid;grid-template-columns:minmax(190px,.9fr) minmax(320px,1.8fr) auto;align-items:center;grid-gap:12px;gap:12px}.admin-topbar__identity{min-width:0}.admin-topbar__title{margin:4px 0 0;font-size:clamp(1.08rem,2vw,1.36rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-topbar__meta{margin-top:5px;color:var(--muted);font-size:.78rem;line-height:1.25}.admin-tabs{min-width:0;display:flex;gap:6px;padding:5px;overflow-x:auto;border-radius:16px;background:rgba(2,5,14,.42);border:1px solid rgba(255,255,255,.08);scrollbar-width:thin;scrollbar-color:rgba(138,158,220,.3) transparent}.admin-tab{min-height:36px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:var(--muted);white-space:nowrap;font:inherit;font-size:.86rem;cursor:pointer;transition:color .14s ease,background .14s ease,box-shadow .14s ease}.admin-tab:hover{color:var(--text);background:rgba(255,255,255,.06)}.admin-tab--active{color:var(--text);background:rgba(120,255,209,.13);box-shadow:inset 0 0 0 1px rgba(120,255,209,.2),0 8px 22px rgba(56,214,166,.08)}.admin-topbar__stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:520px}.admin-topbar__stats .stat-chip{min-height:38px;padding:7px 10px;font-size:.78rem}.admin-workspace{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;align-content:start;overflow:auto;padding:2px 4px 8px 0;scrollbar-width:thin;scrollbar-color:rgba(138,158,220,.34) transparent}.admin-workspace::-webkit-scrollbar{width:8px}.admin-workspace::-webkit-scrollbar-thumb{background:rgba(138,158,220,.28);border-radius:999px}.admin-workspace>.admin-card{display:none}.admin-card,.admin-workspace[data-active-tab=balance]>.admin-card[data-admin-tab=balance],.admin-workspace[data-active-tab=bots]>.admin-card[data-admin-tab=bots],.admin-workspace[data-active-tab=enemies]>.admin-card[data-admin-tab=enemies],.admin-workspace[data-active-tab=origin]>.admin-card[data-admin-tab=origin],.admin-workspace[data-active-tab=overview]>.admin-card[data-admin-tab=overview],.admin-workspace[data-active-tab=players]>.admin-card[data-admin-tab=players],.admin-workspace[data-active-tab=round]>.admin-card[data-admin-tab=round],.admin-workspace[data-active-tab=settings]>.admin-card[data-admin-tab=settings],.admin-workspace[data-active-tab=stream]>.admin-card[data-admin-tab=stream],.admin-workspace[data-active-tab=world]>.admin-card[data-admin-tab=world]{display:grid}.admin-card{padding:15px;grid-gap:12px;gap:12px}.admin-card--hero,.admin-card--wide{grid-column:1/-1}.admin-card__header h2{margin:5px 0 0;font-size:1.04rem}.admin-card__header--nested{margin-top:8px;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.admin-card__header--nested h3{margin:5px 0 0;font-size:.96rem}.admin-overview-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-form-grid--users{grid-template-columns:1fr}.admin-stack{display:grid;grid-gap:10px;gap:10px;padding:12px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}.admin-stack__header{display:grid;grid-gap:3px;gap:3px}.admin-stack__header strong{color:var(--text);font-size:1rem}.admin-checkbox,.admin-field{display:grid;grid-gap:7px;gap:7px}.admin-field span{color:var(--muted);font-size:.88rem}.admin-field strong{font-size:1.08rem}.admin-field input,.admin-field select{min-height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(2,5,14,.88);color:var(--text)}.admin-checkbox{align-content:start;grid-auto-flow:column;grid-auto-columns:max-content 1fr;align-items:center;gap:10px;color:var(--text)}.admin-checkbox input{width:18px;height:18px}.admin-checkbox small{display:block;margin-top:4px;color:var(--muted);font-size:.8rem;line-height:1.35}.admin-actions{display:flex;flex-wrap:wrap;gap:10px}.admin-actions--inline{justify-content:flex-end}.admin-toggle-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.admin-note{color:var(--muted);font-size:.9rem}.admin-note--inline{width:100%;margin-top:-4px}.admin-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.admin-table-wrap{overflow:auto;max-height:min(52dvh,520px);border-radius:14px;border:1px solid rgba(255,255,255,.08)}.admin-table{width:100%;border-collapse:collapse;min-width:820px;background:rgba(255,255,255,.02)}.admin-table td,.admin-table th{padding:10px 12px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top}.admin-table th{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;background:rgba(255,255,255,.03)}.admin-table td{font-size:.92rem}.admin-team-swatch{--team-color:#4d7cfe;display:inline-block;width:18px;height:18px;border-radius:999px;background:var(--team-color);border:2px solid rgba(255,255,255,.72);box-shadow:0 0 0 1px rgba(255,255,255,.08)}@media (max-width:860px){.stream-slice-map{position:static;width:auto;min-height:0;margin:0 16px 16px;pointer-events:auto;touch-action:auto}.stream-slice-map__svg{max-height:164px}.stream-slice-map--expanded .stream-slice-map__svg{max-height:220px}.stream-topbar{position:static;left:auto;right:auto;border-radius:0;background:transparent;border:0;box-shadow:none;padding:16px 16px 0}.stream-livebar{max-width:none}.stream-livebar,.stream-topbar__timers{grid-template-columns:1fr}.stream-topbar__chips{grid-template-columns:repeat(2,minmax(0,1fr))}.stream-capture-panel,.stream-round-result,.stream-side-shell,.stream-sidebar{position:static;width:auto;min-width:0;max-height:none;margin:0 16px 16px}.stream-capture-panel--with-slice-map{top:auto}.stream-side-shell{display:grid;grid-template-rows:none;grid-gap:12px;gap:12px}.stream-capture-panel,.stream-round-result{padding:16px}.stream-stage{height:56vh}.stream-canvas{height:100%}.stream-topbar__gizmo-slot{grid-column:auto;justify-content:flex-end;display:none}.stream-camera-help{right:16px;bottom:auto;top:max(112px,calc(56vh - 152px));width:min(248px,calc(100vw - 32px));padding:9px 10px}.stream-flag-counter{top:16px;right:16px}.stream-third-person-lives{top:16px;right:16px;padding:9px 12px;gap:7px}.stream-third-person-lives__heart{font-size:.94rem}.stream-flag-counter--with-lives{top:64px;right:16px}.stream-selected-voxel-overlay{top:12px;left:12px;min-width:122px;padding:9px 10px}.stream-crosshair{width:24px;height:24px;margin-left:-12px;margin-top:-12px}.stream-crosshair:before{width:16px}.stream-crosshair:after{height:16px}.stream-compass{--stream-compass-radius:34px;top:calc(12px + env(safe-area-inset-top, 0px));width:68px;height:68px;margin-left:-34px}.stream-compass__day{width:50px}.stream-compass__day strong{font-size:.62rem}.stream-compass__day small{max-width:50px;font-size:.34rem}.stream-render-debug{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom, 0px))}.stream-view-gizmo{width:88px;height:88px}.player-team-select__grid,.stream-camera-controls,.stream-filter,.stream-perf-grid,.stream-selected-voxel__grid,.stream-side-statuses{grid-template-columns:1fr}.admin-page{padding:16px}.admin-shell{height:calc(100dvh - 32px);min-height:0}.admin-topbar{grid-template-columns:1fr;align-items:stretch}.admin-topbar__stats{justify-content:flex-start;max-width:none}.admin-tabs{order:3}.admin-workspace{grid-template-columns:1fr}.admin-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid{grid-template-columns:1fr}.admin-toggle-row{align-items:stretch}}@media (max-width:390px){.admin-overview-grid{grid-template-columns:1fr}.player-shell,.player-team-select{--player-shell-outer-padding:12px;padding:9px}.player-team-select{gap:9px}.player-hud{padding:8px 9px}.player-hud__menu-button,.player-hud__team-orb{width:40px;height:40px;flex-basis:40px}.player-hud__player-name{font-size:.94rem}.player-meta__details{align-items:stretch;flex-direction:column;gap:8px}.player-meta__stat{align-self:flex-start}.player-menu{width:min(100%,100%)}.player-grid{width:min(100%,324px);padding:8px;gap:2px}.player-team-select__header{padding:12px;gap:10px}.player-team-select__title{font-size:1.16rem}.player-team-select__description{font-size:.82rem}.player-team-select__option{min-height:78px;padding:12px}.player-team-select__footer{padding:10px 10px calc(10px + env(safe-area-inset-bottom, 0px))}.player-team-select__submit{min-height:52px}.player-controls{--control-tile-size:clamp(46px,13vw,58px);--control-action-size:clamp(80px,23vw,96px);--control-gap:clamp(7px,2vw,9px);gap:8px}.player-controls__deck{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.player-controls__move-pad{width:min(100%,194px)}.player-control-tile__content{padding:8px 6px}.player-control-tile__label{font-size:.58rem}.player-control-tile__detail{font-size:.5rem}}@media (max-height:760px){.player-page{padding:6px}.player-shell{--player-shell-outer-padding:12px;padding:10px;gap:7px}.player-hud{padding:9px 10px;gap:7px}.player-hud__menu-button,.player-hud__team-orb{width:36px;height:36px;flex-basis:36px}.player-grid{width:min(100%,318px);padding:7px;gap:2px}.player-team-select{--player-shell-outer-padding:12px;padding:10px;gap:8px}.player-team-select__header{padding:12px}.player-team-select__body{padding-right:2px}.player-team-select__option{min-height:72px;padding:12px;gap:8px}.player-team-select__footer{padding:10px 10px calc(10px + env(safe-area-inset-bottom, 0px))}.player-controls{--control-tile-size:clamp(44px,11vw,56px);--control-action-size:clamp(78px,20vw,92px);--control-gap:clamp(6px,1.8vw,8px);gap:7px}.player-controls__energy{padding:8px 10px;gap:6px}.player-controls__energy-bolt{width:26px;height:26px}.player-controls__move-pad{width:min(100%,188px)}.player-control-tile__content{padding:8px 6px}.player-control-tile__detail{font-size:.5rem}.player-color-layer,.player-menu-layer{padding:10px}}@media (max-height:700px){.player-shell{gap:6px}.player-shell__grid{align-items:start;padding-top:2px}.player-grid{width:min(100%,clamp(244px,42dvh,286px));padding:6px}.player-controls{--control-tile-size:clamp(42px,10vw,52px);--control-action-size:clamp(74px,19vw,88px);--control-gap:clamp(5px,1.6vw,7px);gap:6px}.player-controls__energy{padding:8px 10px;gap:6px}.player-controls__energy-footer,.player-controls__energy-top{gap:8px}.player-controls__energy-label strong,.player-controls__energy-value{font-size:.76rem}.player-controls__energy-footer span,.player-controls__energy-label span,.player-controls__energy-mode-note{font-size:.62rem}.player-controls__move-pad{width:min(100%,174px)}.player-control-tile__content{padding:7px 5px}.player-control-tile__detail{font-size:.48rem}}@media (max-height:640px){.player-shell{padding:8px;gap:5px}.player-hud{padding:7px 8px;gap:5px}.player-hud__chips{gap:4px}.player-hud__chip{min-height:22px;padding:3px 7px;font-size:.66rem}.player-grid{width:min(100%,clamp(224px,39dvh,260px));padding:5px}.player-controls{--control-tile-size:clamp(40px,10vw,48px);--control-action-size:clamp(70px,18vw,82px);--control-gap:5px}.player-controls__energy{padding:7px 9px;gap:5px}.player-controls__energy-footer,.player-controls__energy-label span{display:none}.player-controls__move-pad{width:min(100%,160px)}.player-control-tile__content{padding:6px 4px}.player-control-tile__label{font-size:.5rem}}