:root{--red:#d81e1a;--red-top:#e8312b;--red-deep:#b3120e;--maroon:#5e0a07;--ink:#3a0604;--white:#fff;--white-80:#ffffffd1;--white-60:#fff9;--white-40:#fff6;--grid:#ffffff1a;--grid-node:#ffffff52;--field:#ffffff0f;--field-line:#ffffff47;--ok:#18c07a;--grid-size:72px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font);color:var(--white);background:var(--red);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent;overflow-x:hidden}.field{z-index:0;background:radial-gradient(120% 90% at 50% -10%, var(--red-top) 0%, var(--red) 46%, var(--red-deep) 100%);position:fixed;inset:0}.field:before{content:"";background-image:linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);background-size:var(--grid-size) var(--grid-size);position:absolute;inset:-2px;-webkit-mask-image:radial-gradient(130% 100% at 50% 30%,#000 55%,#0000 100%);mask-image:radial-gradient(130% 100% at 50% 30%,#000 55%,#0000 100%)}.field:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72'%3E%3Cpath d='M36 31v10M31 36h10' stroke='rgba(255,255,255,0.34)' stroke-width='1.4'/%3E%3C/svg%3E");background-size:var(--grid-size) var(--grid-size);position:absolute;inset:-2px;-webkit-mask-image:radial-gradient(120% 90% at 50% 30%,#000 45%,#0000 95%);mask-image:radial-gradient(120% 90% at 50% 30%,#000 45%,#0000 95%)}.glow{z-index:0;pointer-events:none;background:radial-gradient(60% 55% at 50% 42%,#ff785a29,#0000 70%);position:fixed;inset:0}#root{z-index:1;min-height:100%;position:relative}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input{font-family:inherit}a{color:inherit}::selection{color:var(--red);background:#fff}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}.shell{z-index:1;flex-direction:column;max-width:1180px;min-height:100dvh;margin:0 auto;padding:clamp(18px,3vw,30px) clamp(18px,5vw,56px) clamp(20px,4vw,40px);display:flex;position:relative}.topbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.eyebrow{letter-spacing:.42em;text-transform:uppercase;color:var(--white-80);font-size:12px;font-weight:700}.eema-logo{background:#fff;border-radius:12px;width:auto;height:46px;padding:8px 13px;display:block;box-shadow:0 6px 18px #00000038}.temple{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;mix-blend-mode:multiply;opacity:.16;width:min(118vw,1180px);position:fixed;top:50%;left:50%;translate:-50% -50%}@media (width<=760px){.temple{opacity:.12;width:170vw;top:54%}}.temple img{width:100%;display:block}.stage{z-index:2;text-shadow:0 1px 20px #3a060447;flex-direction:column;flex:1;justify-content:center;padding:clamp(20px,4vw,48px) 0;display:flex;position:relative}.hero{max-width:760px}.hero .kick{color:var(--white-80);margin-bottom:18px;font-size:15px;font-weight:600}.hero h1{letter-spacing:-.045em;margin-bottom:26px;font-size:clamp(44px,8.5vw,104px);font-weight:800;line-height:.95}.hero h1 .word{margin-right:.22em;display:inline-block}.hero .lede{color:#fff;max-width:560px;margin-bottom:14px;font-size:clamp(17px,2.2vw,23px);font-weight:500;line-height:1.42}.hero .sub{color:var(--white-80);max-width:460px;margin-bottom:30px;font-size:15px;line-height:1.5}.meta-row{flex-wrap:wrap;gap:10px;margin-bottom:34px;display:flex}.chip{border:1px solid var(--field-line);background:var(--field);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:9px 15px;font-size:13.5px;font-weight:600;display:inline-flex}.chip svg{opacity:.85;width:15px;height:15px}.hosts{flex-wrap:wrap;gap:24px;margin-bottom:38px;display:flex}.host{align-items:center;gap:10px;display:flex}.host .av{border:1px solid var(--field-line);background:var(--field);border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.host .av svg{width:17px;height:17px}.host b{letter-spacing:-.01em;font-size:14px;font-weight:700;display:block}.host span{color:var(--white-80);text-transform:uppercase;letter-spacing:.08em;margin-top:1px;font-size:11px;display:block}.btn{letter-spacing:-.01em;white-space:nowrap;-webkit-tap-highlight-color:transparent;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 26px;font-size:16px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s,opacity .18s;display:inline-flex}.btn svg{flex:none;width:18px;height:18px}.back svg,.chip svg,.host .av svg,.recap .rrow svg{flex:none}.btn-primary{color:var(--red);background:#fff;box-shadow:0 10px 30px -10px #00000080}.btn-primary:hover{box-shadow:0 16px 40px -12px #0009}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.rsvp-note{max-width:430px;color:var(--white-80);align-items:flex-start;gap:8px;margin-top:16px;font-size:13px;line-height:1.45;display:flex}.rsvp-note svg{opacity:.9;flex:none;width:15px;height:15px;margin-top:1px}.btn-ghost{border:1px solid var(--field-line);color:#fff;background:var(--field);padding:14px 20px}.btn-ghost:hover{background:#ffffff1f}.flow{width:100%;max-width:540px}.progress{align-items:center;gap:10px;margin-bottom:40px;display:flex}.node{flex:none;width:13px;height:13px;position:relative}.node:before,.node:after{content:"";background:var(--grid-node);border-radius:1px;position:absolute}.node:before{width:1.4px;height:100%;top:0;left:50%;translate:-50%}.node:after{width:100%;height:1.4px;top:50%;left:0;translate:0 -50%}.node .dot{background:#fff;border-radius:50%;position:absolute;inset:2px}.bar{background:var(--grid);transform-origin:0;border-radius:2px;flex:1;height:1.4px}.qcount{letter-spacing:.16em;text-transform:uppercase;color:var(--white-60);margin-bottom:14px;font-size:12px;font-weight:700}.qlabel{letter-spacing:-.035em;margin-bottom:10px;font-size:clamp(26px,5vw,40px);font-weight:800;line-height:1.04}.qlabel .req{color:#fff;opacity:.85;margin-left:4px;font-weight:800}.qhelp{color:var(--white-60);margin-bottom:26px;font-size:15px}.input-wrap{border-bottom:2px solid var(--field-line);align-items:center;gap:10px;display:flex;position:relative}.input-wrap .prefix{color:var(--white-60);padding-bottom:8px;font-size:clamp(22px,4vw,30px);font-weight:700}.input-wrap input{color:#fff;letter-spacing:-.02em;background:0 0;border:none;outline:none;flex:1;width:100%;padding:6px 0 8px;font-size:clamp(22px,4vw,30px);font-weight:600}.input-wrap input::placeholder{color:#ffffff57;font-weight:500}.underline{transform-origin:0;background:#fff;height:2px;position:absolute;bottom:-2px;left:0}.choices{grid-template-columns:1fr 1fr;gap:14px;display:grid}.choice{border:1.5px solid var(--field-line);background:var(--field);text-align:left;border-radius:16px;padding:22px 18px;transition:border-color .2s,background .2s;position:relative;overflow:hidden}.choice .tick{border:1.5px solid var(--field-line);border-radius:50%;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:14px;right:14px}.choice .tick svg{width:13px;height:13px}.choice b{letter-spacing:-.02em;margin-bottom:4px;font-size:20px;font-weight:800;display:block}.choice span{color:var(--white-60);font-size:13px}.choice.on{background:#ffffff24;border-color:#fff}.choice.on .tick{color:var(--red);background:#fff;border-color:#fff}.err{color:#fff;background:#0000002e;border-radius:8px;align-items:center;gap:7px;margin-top:14px;padding:7px 12px;font-size:13.5px;font-weight:600;display:inline-flex}.err svg{flex:none;width:14px;height:14px}.nav{align-items:center;gap:14px;margin-top:34px;display:flex}.back{color:var(--white-60);align-items:center;gap:7px;padding:10px 6px;font-size:14px;font-weight:600;transition:color .18s;display:inline-flex}.back:hover{color:#fff}.back svg{width:16px;height:16px}.nav .spacer{flex:1}.hint{color:var(--white-40);align-items:center;gap:6px;margin-top:16px;font-size:12.5px;display:flex}.kbd{border:1px solid var(--field-line);color:var(--white-80);border-radius:5px;padding:2px 6px;font-size:11px;font-weight:700}.done{text-align:left;max-width:520px}.check{background:#fff;border-radius:50%;place-items:center;width:76px;height:76px;margin-bottom:26px;display:grid}.check svg{width:40px;height:40px}.done h2{letter-spacing:-.04em;margin-bottom:14px;font-size:clamp(32px,6vw,52px);font-weight:800;line-height:.98}.done p.msg{color:#fff;margin-bottom:28px;font-size:17px;line-height:1.5}.recap{border:1px solid var(--field-line);background:var(--field);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:18px;margin-bottom:24px;padding:22px}.recap .rrow{align-items:center;gap:13px;padding:11px 0;display:flex}.recap .rrow+.rrow{border-top:1px solid #ffffff1f}.recap .rrow svg{opacity:.85;flex:none;width:19px;height:19px}.recap .rrow b{font-size:15px;font-weight:700}.recap .rrow small{color:var(--white-60);margin-top:1px;font-size:12.5px;display:block}.done-actions{flex-wrap:wrap;gap:12px;display:flex}.confetti{z-index:5;pointer-events:none;position:fixed;inset:0;overflow:hidden}.confetti i{border-radius:2px;width:9px;height:14px;position:absolute;top:-14px}@media (width<=560px){.hero .lede{font-size:17px}.meta-row{gap:8px;margin-bottom:26px}.hosts{gap:14px 22px;margin-bottom:30px}.host .av{width:30px;height:30px}.choice{padding:18px 15px}.choice b{font-size:18px}.btn{padding:15px 22px;font-size:15px}.nav .btn-primary{flex:1}.done-actions .btn{flex:100%}}@media (width<=380px){.choices{grid-template-columns:1fr}.hero h1{letter-spacing:-.035em}}.game-intro{max-width:600px}.game-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--white-80);margin-bottom:14px;font-size:12px;font-weight:700}.game-h2{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(30px,5.5vw,48px);font-weight:800;line-height:1}.game-lede{color:#fff;max-width:480px;margin-bottom:26px;font-size:16px;line-height:1.5}.trail{gap:10px;margin-bottom:30px;display:flex}.trail-foot{color:#fff;display:inline-flex}.trail-foot:nth-child(2n){transform:translateY(7px)}.game-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.station{width:100%;max-width:620px;position:relative}.station-bg{z-index:0;position:fixed;inset:0;overflow:hidden}.station-bg img{object-fit:cover;width:100%;height:100%}.station-scrim{mix-blend-mode:multiply;background:linear-gradient(#3a06048c 0%,#3a060459 40%,#3a0604d9 100%),radial-gradient(120% 90% at 30% 40%,#d81e1a47,#0000 70%);position:absolute;inset:0}.station-progress{z-index:2;align-items:center;gap:7px;margin-bottom:34px;display:flex;position:relative}.station-progress .pip{background:#ffffff40;border-radius:3px;width:26px;height:4px;position:relative;overflow:hidden}.station-progress .pip.done{background:#ffffffd9}.station-progress .pip.now{background:#ffffff40}.pip-fill{background:#fff;border-radius:3px;position:absolute;inset:0}.pip-count{letter-spacing:.08em;color:var(--white-80);margin-left:8px;font-size:12px;font-weight:700}.station-card{z-index:2;position:relative}.station-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--white-80);margin-bottom:12px;font-size:12px;font-weight:700}.station-q{letter-spacing:-.035em;text-shadow:0 2px 24px #0006;margin-bottom:8px;font-size:clamp(24px,4.4vw,38px);font-weight:800;line-height:1.05}.station-sub{color:var(--white-80);text-shadow:0 1px 16px #0006;margin-bottom:24px;font-size:15px}.opt-cards{flex-direction:column;gap:10px;display:flex}.opt-card{text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1404036b;border:1.5px solid #ffffff4d;border-radius:14px;padding:15px 46px 15px 17px;transition:border-color .2s,background .2s;position:relative}.opt-card b{letter-spacing:-.01em;font-size:17px;font-weight:700;display:block}.opt-card span{color:var(--white-60);margin-top:2px;font-size:13px;display:block}.opt-card.on{background:#ffffff29;border-color:#fff}.opt-card.on span{color:var(--white-80)}.opt-tick{border:1.5px solid #fff6;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:50%;right:15px;translate:0 -50%}.opt-tick svg{width:14px;height:14px}.opt-card.on .opt-tick{color:var(--red);background:#fff;border-color:#fff}.opt-chips{flex-wrap:wrap;gap:10px;display:flex}.chip-opt{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1404036b;border:1.5px solid #ffffff4d;border-radius:999px;align-items:center;gap:7px;padding:11px 17px;font-size:14.5px;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.chip-opt .chip-dot{background:#fff;border-radius:50%;width:7px;height:7px}.chip-opt.on{background:#ffffff2e;border-color:#fff}.chip-opt:disabled{cursor:not-allowed}.opt-slider{padding:4px 2px}.slider-value{letter-spacing:-.03em;align-items:baseline;gap:8px;margin-bottom:14px;font-weight:800;display:flex}.slider-value span{font-size:46px;line-height:1;display:inline-block}.slider-value i{color:var(--white-60);font-size:16px;font-style:normal}.opt-slider input[type=range]{appearance:none;cursor:pointer;border-radius:4px;outline:none;width:100%;height:6px}.opt-slider input[type=range]::-webkit-slider-thumb{appearance:none;border:4px solid var(--red);cursor:grab;background:#fff;border-radius:50%;width:26px;height:26px;box-shadow:0 4px 14px #0006}.opt-slider input[type=range]::-moz-range-thumb{border:4px solid var(--red);cursor:grab;background:#fff;border-radius:50%;width:22px;height:22px}.slider-labels{color:var(--white-60);justify-content:space-between;margin-top:12px;font-size:12.5px;display:flex}.opt-text{resize:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#1404036b;border:1.5px solid #ffffff4d;border-radius:14px;outline:none;width:100%;padding:15px 17px;font-size:16px;line-height:1.45;transition:border-color .2s}.opt-text:focus{border-color:#fff}.opt-text::placeholder{color:#fff6}.station-nav{z-index:2;align-items:center;gap:12px;margin-top:30px;display:flex;position:relative}.station-skip{color:var(--white-60);border-radius:999px;padding:10px 14px;font-size:14px;font-weight:600;transition:color .18s}.station-skip:hover{color:#fff}@media (width<=560px){.station-nav .btn-primary{flex:1}.opt-card{padding:14px 44px 14px 15px}.slider-value span{font-size:40px}}.gamewrap{width:100%}.boot{z-index:30;background:radial-gradient(120% 90% at 20% 0,#7a0f0c 0%,#4a0907 45%,#2a0504 100%);flex-direction:column;justify-content:center;padding:clamp(24px,7vw,64px);display:flex;position:fixed;inset:0;overflow:hidden}.boot:after{content:"";opacity:.07;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.boot-tag{letter-spacing:.4em;text-transform:uppercase;color:var(--white-60);margin-bottom:14px;font-size:12px;font-weight:800;position:relative}.boot-title{letter-spacing:-.045em;margin-bottom:16px;font-size:clamp(40px,10vw,80px);font-weight:900;line-height:.92;position:relative}.boot-lede{color:#fff;max-width:480px;margin-bottom:30px;font-size:clamp(15px,2.3vw,19px);line-height:1.5;position:relative}.boot-loadrow{align-items:center;gap:14px;max-width:420px;margin-bottom:26px;display:flex;position:relative}.boot-track{background:#ffffff2e;border-radius:4px;flex:1;height:6px;overflow:hidden}.boot-fill{background:#fff;border-radius:4px;height:100%}.boot-pct{font-variant-numeric:tabular-nums;letter-spacing:.05em;min-width:42px;font-size:13px;font-weight:800}.boot-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex;position:relative}.gx{width:100%}.gx-scene{z-index:0;background:#2a0504;position:fixed;inset:0;overflow:hidden}.gx-bg{object-fit:cover;will-change:transform, opacity;width:100%;height:100%;position:absolute;inset:0}.gx-grade{pointer-events:none;mix-blend-mode:soft-light;background:radial-gradient(90% 70% at 50% 60%,#d81e1a8c,#0000 70%);transition:opacity .6s;position:absolute;inset:0}.gx-beams{pointer-events:none;mix-blend-mode:screen;filter:blur(6px);background:linear-gradient(200deg,#ff8c7880 0%,#0000 22%),linear-gradient(160deg,#ff786466 0%,#0000 24%);transition:opacity .6s;position:absolute;inset:-10% 0 0}.gx-scrim{pointer-events:none;background:linear-gradient(#14040380 0%,#14040326 32%,#1404038c 64%,#0f0302f2 100%);position:absolute;inset:0}.gx-grain{pointer-events:none;opacity:.08;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.gx-vignette{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 200px 40px #000000b3}.gx-flash{pointer-events:none;background:radial-gradient(60% 50% at 50% 55%,#ffffffe6,#0000 70%);position:absolute;inset:0}.hud{z-index:20;padding:clamp(14px,3vw,22px) clamp(16px,5vw,40px) 0;position:fixed;top:0;left:0;right:0}.hud-top{justify-content:space-between;align-items:center;display:flex}.hud-mission{letter-spacing:.22em;text-transform:uppercase;color:#fff;text-shadow:0 1px 8px #0009;align-items:center;gap:9px;font-size:12px;font-weight:800;display:inline-flex}.hud-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite hudpulse;box-shadow:0 0 10px 2px #ffffffb3}@keyframes hudpulse{0%,to{opacity:1}50%{opacity:.4}}.hud-count{letter-spacing:.05em;font-variant-numeric:tabular-nums;text-shadow:0 1px 8px #000000b3;font-size:14px;font-weight:900}.hud-count i{color:var(--white-60);font-style:normal;font-weight:700}.hud-bar{gap:5px;margin-top:10px;display:flex}.seg{background:#ffffff38;border-radius:3px;flex:1;height:4px;position:relative;overflow:hidden}.seg.done{background:#fff}.seg-fill{background:#fff;border-radius:3px;position:absolute;inset:0}.loc-pop{z-index:20;letter-spacing:.16em;text-transform:uppercase;color:#fff;text-shadow:0 1px 10px #000c;align-items:center;gap:7px;font-size:12.5px;font-weight:800;display:inline-flex;position:fixed;top:clamp(58px,13vw,82px);left:clamp(16px,5vw,40px)}.loc-pop svg{opacity:.9;width:15px;height:15px}.gx-panel{z-index:20;padding:20px clamp(16px, 5vw, 40px) max(20px, env(safe-area-inset-bottom));background:linear-gradient(#0000 0%,#0c02028c 22%,#0c0202eb 100%);max-width:720px;position:fixed;bottom:0;left:0;right:0}.gx-eyebrow{letter-spacing:.24em;text-transform:uppercase;color:var(--white-60);margin-bottom:8px;font-size:11px;font-weight:800}.gx-q{letter-spacing:-.035em;text-shadow:0 2px 18px #0009;margin-bottom:6px;font-size:clamp(22px,4.6vw,34px);font-weight:900;line-height:1.04}.gx-sub{color:var(--white-80);text-shadow:0 1px 12px #0009;margin-bottom:16px;font-size:14px}.gx-cards{flex-direction:column;gap:8px;display:flex}.gx-card{text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#12040380;border:1.5px solid #ffffff38;border-radius:13px;align-items:center;gap:12px;padding:12px 13px 12px 15px;transition:border-color .15s,background .15s;display:flex}.gx-card-txt{flex:1;min-width:0}.gx-card-txt b{letter-spacing:-.01em;font-size:16px;font-weight:700;display:block}.gx-card-txt span{color:var(--white-60);margin-top:1px;font-size:12.5px;display:block}.gx-card-key{width:28px;height:28px;color:var(--white-80);border:1.5px solid #ffffff40;border-radius:8px;flex:none;place-items:center;font-size:13px;font-weight:800;display:grid}.gx-card-key svg{width:15px;height:15px}.gx-card.on{background:#ffffff29;border-color:#fff}.gx-card.on .gx-card-key{color:var(--red);background:#fff;border-color:#fff}.gx-chips{flex-wrap:wrap;gap:9px;display:flex}.gx-chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#12040380;border:1.5px solid #ffffff3d;border-radius:999px;align-items:center;gap:7px;padding:10px 16px;font-size:14px;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.gx-chip-dot{background:#fff;border-radius:50%;width:7px;height:7px}.gx-chip.on{background:#ffffff2e;border-color:#fff}.gx-slider{padding:2px 0 4px}.gx-slider-val{letter-spacing:-.03em;align-items:baseline;gap:8px;margin-bottom:10px;font-weight:900;display:flex}.gx-slider-val span{font-size:40px;line-height:1;display:inline-block}.gx-slider-val i{color:var(--white-60);font-size:15px;font-style:normal}.gx-slider input[type=range]{appearance:none;cursor:pointer;border-radius:4px;outline:none;width:100%;height:6px}.gx-slider input[type=range]::-webkit-slider-thumb{appearance:none;border:4px solid var(--red);background:#fff;border-radius:50%;width:26px;height:26px;box-shadow:0 4px 14px #00000080}.gx-slider input[type=range]::-moz-range-thumb{border:4px solid var(--red);background:#fff;border-radius:50%;width:22px;height:22px}.gx-slider-lab{color:var(--white-60);justify-content:space-between;margin-top:10px;font-size:12px;display:flex}.gx-text{resize:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#12040380;border:1.5px solid #ffffff3d;border-radius:13px;outline:none;width:100%;padding:13px 15px;font-size:16px;line-height:1.45;transition:border-color .15s}.gx-text:focus{border-color:#fff}.gx-text::placeholder{color:#fff6}.gx-nav{align-items:center;gap:10px;margin-top:18px;display:flex}.gx-back{color:#fff;background:#12040380;border:1.5px solid #ffffff40;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;transition:background .15s,opacity .15s;display:grid}.gx-back svg{width:19px;height:19px}.gx-back:disabled{opacity:.3}.gx-skip{color:var(--white-60);border-radius:999px;margin-left:auto;padding:12px 14px;font-size:14px;font-weight:700;transition:color .15s}.gx-skip.ghost{margin-left:auto}.gx-skip:hover{color:#fff}.gx-cta{letter-spacing:-.01em;white-space:nowrap;color:var(--red);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:15px 24px;font-size:16px;font-weight:800;transition:transform .14s;display:inline-flex;box-shadow:0 12px 34px -10px #0009}.gx-cta svg{width:18px;height:18px}.gx-cta.big{padding:17px 30px;font-size:17px}.gx-cta:disabled{opacity:.6}@media (width<=560px){.gx-q{font-size:23px}.gx-card-txt b{font-size:15px}.gx-cta{flex:1}.gx-skip{padding:12px 10px}.loc-pop{top:56px}}.walk{z-index:25;-webkit-user-select:none;user-select:none;background:#1a0403;position:fixed;inset:0;overflow:hidden}.walk-far{will-change:transform;background:radial-gradient(80% 120% at 30% 0,#d81e1a73,#0000 60%),linear-gradient(#3a0604,#1a0403);height:60%;position:absolute;top:0;left:0}.walk-world{will-change:transform;height:100%;position:absolute;top:0;left:0}.walk-panel{background-position:50%;background-size:cover;height:100%;position:absolute;top:0;box-shadow:inset 70px 0 90px -45px #0a0202f2,inset -70px 0 90px -45px #0a0202f2}.walk-tint{pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(#0f03028c 0%,#0f03021a 30%,#0f030233 60%,#0c0202eb 100%),radial-gradient(70% 60% at 50% 55%,#d81e1a40,#0000 75%);position:absolute;inset:0}.walk-floor{pointer-events:none;background:linear-gradient(#3c080600 0%,#280605a6 18%,#140302f2 100%);border-top:1px solid #ff96822e;height:19vh;position:absolute;bottom:0;left:0;box-shadow:inset 0 1px #ffb4a01f}.char{z-index:4;will-change:transform;height:clamp(150px,33vh,300px);position:absolute;bottom:13vh}.char img{transform-origin:bottom;filter:drop-shadow(0 14px 18px #0000008c);width:auto;height:100%;display:block}.char-shadow{background:radial-gradient(closest-side,#0009,#0000);border-radius:50%;width:62%;height:16px;animation:.62s ease-in-out infinite shad;position:absolute;bottom:-10px;left:50%;translate:-50%}@keyframes shad{0%,to{opacity:1;width:62%}50%{opacity:.82;width:56%}}.char.player .char-shadow{animation:none}.char.player.walking .char-shadow{animation:.58s ease-in-out infinite shad}.char.player{z-index:6}.char.player img{filter:drop-shadow(0 14px 18px #0000008c)drop-shadow(0 0 16px #ff5a4659);animation:3.6s ease-in-out infinite pidle}@keyframes pidle{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-2px)rotate(0)}}.char.player.walking img{animation:.58s ease-in-out infinite humanwalk}@keyframes humanwalk{0%{transform:translateY(0)rotate(-1.5deg)}25%{transform:translateY(-4px)rotate(0)}50%{transform:translateY(0)rotate(1.5deg)}75%{transform:translateY(-4px)rotate(0)}to{transform:translateY(0)rotate(-1.5deg)}}.char.npc img{animation:3.4s ease-in-out infinite npcidle}@keyframes npcidle{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-3px)rotate(1deg)}}.char.npc.active img{animation:1.5s ease-in-out infinite npchey}@keyframes npchey{0%,to{transform:translateY(0)rotate(-1.5deg)}50%{transform:translateY(-4px)rotate(1.5deg)}}.char.npc.done img{filter:drop-shadow(0 12px 16px #00000080)saturate(.7)brightness(.85);animation:4s ease-in-out infinite npcidle}.char-tag{white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0302c7;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:7px;padding:6px 11px 6px 7px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:absolute;bottom:calc(100% + 12px);left:50%;translate:-50%}.char-tag b{letter-spacing:-.01em;font-size:13px;font-weight:800}.char-tag i{color:var(--white-60);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-style:normal}.tag-q,.tag-ok{border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-size:13px;font-weight:900;display:grid}.tag-q{color:var(--red);background:#fff;animation:1.4s ease-in-out infinite qbob}.tag-ok{background:var(--ok);color:#fff}.tag-ok svg{width:13px;height:13px}@keyframes qbob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.npc.active .char-tag{border-color:#fff;transform:translate(-50%,-4px)scale(1.06);box-shadow:0 8px 24px -6px #0009}.npc.active:after{content:"";background:radial-gradient(closest-side,#ff5a4680,#0000);border-radius:50%;width:80%;height:22px;animation:1.2s ease-in-out infinite qbob;position:absolute;bottom:-14px;left:50%;translate:-50%}.npc.done .char-tag{opacity:.7}.exit{z-index:3;width:2px;height:clamp(120px,26vh,240px);position:absolute;bottom:13vh}.exit-sign{white-space:nowrap;letter-spacing:.04em;color:#fff;background:#0f0302b3;border:1.5px dashed #fff6;border-radius:14px;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:800;transition:all .3s;display:inline-flex;position:absolute;bottom:30%;left:50%;translate:-50%}.exit-sign svg{width:16px;height:16px}.exit.lit .exit-sign{color:var(--red);background:#fff;border-style:solid;border-color:#fff;animation:1s ease-in-out infinite qbob;box-shadow:0 0 40px 4px #ff5a4699}.walk-hud{z-index:26;pointer-events:none;padding:clamp(14px,3vw,22px) clamp(16px,5vw,40px) 0;position:fixed;top:0;left:0;right:0}.walk-hud-top{justify-content:space-between;align-items:center;display:flex}.walk-hud .hud-count i{color:var(--white-60);font-weight:700}.walk-obj{letter-spacing:.14em;text-transform:uppercase;color:#fff;text-shadow:0 1px 8px #0009;background:#0f030299;border:1px solid #ffffff29;border-radius:999px;margin-top:10px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-block}.talk-btn{z-index:27;white-space:nowrap;color:var(--red);background:#fff;border-radius:999px;align-items:center;gap:9px;padding:13px 22px;font-size:15px;font-weight:800;display:inline-flex;position:fixed;bottom:calc(19vh + 92px);left:50%;translate:-50%;box-shadow:0 12px 30px -8px #0009}.talk-btn svg{width:17px;height:17px}.walk-ctrls{z-index:27;padding:0 clamp(16px,5vw,40px) max(22px, env(safe-area-inset-bottom));pointer-events:none;justify-content:space-between;display:flex;position:fixed;bottom:0;left:0;right:0}.ctrl{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;-webkit-tap-highlight-color:transparent;background:#1404038c;border:1.5px solid #ffffff47;border-radius:50%;place-items:center;width:74px;height:74px;transition:transform 80ms,background .15s;display:grid}.ctrl:active{background:#ffffff38;transform:scale(.92)}.ctrl svg{width:30px;height:30px}.walk-skip{z-index:27;color:var(--white-60);background:#0f030280;border:1px solid #ffffff24;border-radius:999px;padding:7px 12px;font-size:12.5px;font-weight:700;position:fixed;top:clamp(14px,3vw,22px);right:clamp(16px,5vw,40px)}.dlg{left:0;right:0;bottom:var(--kb,0px);z-index:30;max-width:720px;padding:16px clamp(16px,5vw,28px) max(20px, env(safe-area-inset-bottom));background:linear-gradient(#140403f5,#0a0202fc);border-top:1.5px solid #ffffff29;border-radius:22px 22px 0 0;margin:0 auto;transition:bottom .18s;position:fixed;box-shadow:0 -20px 60px #0009}.dlg-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.dlg-av{object-fit:cover;object-position:top center;background:#2a0504;border:2px solid #ffffff4d;border-radius:50%;width:46px;height:46px}.dlg-head b{font-size:16px;font-weight:800;display:block}.dlg-head span{color:var(--white-60);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.dlg-step{color:var(--white-60);font-variant-numeric:tabular-nums;margin-left:auto;font-size:12px;font-weight:800}.dlg-say{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(17px,2.6vw,21px);font-weight:700;line-height:1.3}.dlg-cta{width:100%;margin-top:14px}.boot-keys{color:var(--white-80);align-items:center;gap:8px;margin-bottom:26px;font-size:13px;font-weight:700;display:flex;position:relative}.kcap{border:1.5px solid #ffffff4d;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.kcap svg{width:17px;height:17px}@media (width>=700px){.ctrl{width:64px;height:64px}}.map{pointer-events:none;height:24px;margin:11px 6px 0;position:relative}.map-line{background:#ffffff38;border-radius:2px;height:3px;position:absolute;top:50%;left:0;right:0;translate:0 -50%}.map-node{background:#140403d9;border:2px solid #ffffff73;border-radius:50%;place-items:center;width:17px;height:17px;display:grid;position:absolute;top:50%;translate:-50% -50%}.map-node i{background:#fff;border-radius:50%;width:5px;height:5px}.map-node.ok{border-color:var(--ok);background:var(--ok)}.map-node.now{border-color:#fff;animation:1.2s ease-in-out infinite qbob;box-shadow:0 0 0 4px #ffffff2e}.map-flag{color:#fff;background:#140403d9;border:1.5px dashed #ffffff80;border-radius:6px;place-items:center;width:22px;height:22px;display:grid;position:absolute;top:50%;translate:-50% -50%}.map-flag svg{width:12px;height:12px}.map-flag.lit{color:var(--red);background:#fff;border-style:solid;box-shadow:0 0 16px 2px #ff5a4699}.map-me{z-index:2;background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;translate:-50% -50%;box-shadow:0 0 0 3px #d81e1ad9,0 0 10px 2px #ffffff80}.dlg-sub{color:var(--white-60);margin:-8px 0 14px;font-size:13.5px}.dlg-input{background:#12040399;border:1.5px solid #ffffff4d;border-radius:13px;align-items:center;gap:8px;padding:2px 15px;display:flex}.dlg-input:focus-within{border-color:#fff}.dlg-prefix{color:var(--white-60);font-size:20px;font-weight:700}.dlg-input input{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;padding:13px 0;font-size:19px;font-weight:600}.dlg-input input::placeholder{color:#ffffff59;font-weight:500}.dlg-foot{justify-content:flex-end;align-items:center;gap:10px;margin-top:14px;display:flex}.dlg-err{color:#fff;background:#00000047;border-radius:9px;align-items:center;gap:7px;margin-top:12px;padding:7px 12px;font-size:13.5px;font-weight:600;display:inline-flex}.dlg-err svg{flex:none;width:14px;height:14px}.crew-row{flex-wrap:wrap;gap:12px;margin:22px 0 8px;display:flex}.crew-face{flex-direction:column;align-items:center;gap:5px;display:flex}.crew-face img{object-fit:cover;object-position:top center;transform-origin:bottom;background:#ffffff1f;border:2px solid #ffffff73;border-radius:50%;width:54px;height:54px;animation:2.2s ease-in-out infinite wave}@keyframes wave{0%,to{transform:rotate(-4deg)}50%{transform:rotate(4deg)}}.crew-face span{color:var(--white-80);font-size:11px;font-weight:700}.crew-cap{color:var(--white-60);margin-bottom:22px;font-size:13.5px}
