body.game-shell{--game-ink: #173247;--game-muted: #6b7d89;--game-line: rgba(39, 88, 108, .25);--game-glass: rgba(252, 255, 255, .9);--game-gold: #ffc848;--game-gold-deep: #d99108;min-width:0;overflow-x:clip;color:var(--game-ink);background:#e8f3f5}body.game-shell .game-nav{width:100%;min-height:64px;margin:0;padding:0 clamp(16px,4vw,48px);position:relative;z-index:30;border-bottom:1px solid rgba(27,69,87,.1);background:#f4fbfce0;box-shadow:0 7px 22px #1f4b5c0d;-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}body.game-shell .game-nav .brand{color:var(--game-ink)}body.game-shell .game-nav .brand-mark{background:#204b5f}body.game-shell .game-nav .nav-links{border-color:#204b5f1f;background:#ffffff8f;box-shadow:none}body.game-shell .game-nav .nav-links a{color:#486775}body.game-shell .play-stage{height:calc(100svh - 64px);min-height:560px;position:relative;overflow:hidden;border-bottom:1px solid rgba(32,75,95,.12);isolation:isolate}body.game-shell .play-stage:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(16,49,63,.045),transparent 16%,transparent 84%,rgba(16,49,63,.035)),linear-gradient(180deg,transparent 72%,rgba(16,49,63,.035));mix-blend-mode:multiply}body.game-shell .play-stage #app{isolation:isolate}body.game-shell #scene{outline:none;touch-action:none;-webkit-tap-highlight-color:transparent}body.game-shell #scene:focus-visible{box-shadow:inset 0 0 0 4px #49b8d6b8}body.game-shell #hud{z-index:5;padding:16px clamp(15px,2vw,26px) max(18px,env(safe-area-inset-bottom))}body.game-shell .hud-left{width:min(316px,31vw);gap:9px}body.game-shell .hud-left .topbar,body.game-shell .hud-left .clue-card,body.game-shell .overlay .panel{border:1px solid var(--game-line);color:var(--game-ink);background:var(--game-glass);box-shadow:0 18px 44px #1c495b26,inset 0 1px #ffffffdb;-webkit-backdrop-filter:blur(20px) saturate(1.18);backdrop-filter:blur(20px) saturate(1.18)}body.game-shell .hud-left .topbar{min-height:62px;padding:9px 11px 9px 14px;border-radius:18px}body.game-shell .hud-left .topbar h1{color:var(--game-ink);font-size:clamp(1.02rem,1.7vw,1.28rem);letter-spacing:-.04em}body.game-shell .hud-left .eyebrow,body.game-shell .hud-left .clue-label{color:#c2740d;font-size:.63rem;letter-spacing:.12em}body.game-shell .hud-left .stats{width:auto;flex:0 0 auto}body.game-shell .hud-left .stats span{padding:6px 10px;color:#264c5b;background:linear-gradient(180deg,#fff0a5,#f7c641);box-shadow:inset 0 0 0 1px #9e650721;font-size:.75rem}body.game-shell .hud-left .clue-card{padding:11px 14px 13px;border-radius:18px;pointer-events:auto}body.game-shell .hud-left #clue{color:#31596a;font-size:clamp(.82rem,1.3vw,.98rem);line-height:1.35}body.game-shell .hud-left .hint{margin-top:6px;color:#718894;font-size:.64rem;line-height:1.35}body.game-shell .dock{z-index:7}body.game-shell .dock button,body.game-shell .overlay .panel button{min-height:49px;min-width:128px;padding:11px 18px;border:1px solid rgba(38,75,89,.82);border-radius:15px;color:#214859;background:linear-gradient(180deg,#ffd65e,#f3b72b);box-shadow:0 5px #b77812,0 14px 26px #1f4c5e29,inset 0 1px #ffffff94;font-size:.95rem;font-weight:900;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}body.game-shell .dock button:hover,body.game-shell .overlay .panel button:hover{filter:saturate(1.06) brightness(1.03);transform:translateY(-1px)}body.game-shell .dock button:active,body.game-shell .overlay .panel button:active{box-shadow:0 2px #b77812,0 8px 18px #1f4c5e24;transform:translateY(3px)}body.game-shell .dock button[disabled]{opacity:.4;filter:grayscale(.3);cursor:not-allowed;box-shadow:0 3px #9d9a8e}body.game-shell .dock button:focus-visible,body.game-shell .overlay .panel button:focus-visible,body.game-shell .game-control:focus-visible{outline:3px solid rgba(53,181,216,.75);outline-offset:3px}body.game-shell .overlay{z-index:12;padding:clamp(16px,4vw,42px);background:radial-gradient(circle at 50% 36%,rgba(255,255,255,.08),transparent 40%),linear-gradient(180deg,#163c4c0d,#163c4c3d)}body.game-shell #start-screen{-webkit-backdrop-filter:blur(2px) saturate(.92);backdrop-filter:blur(2px) saturate(.92)}body.game-shell .overlay .panel{width:min(480px,100%);padding:clamp(27px,4vw,40px);border-radius:27px;text-align:left}body.game-shell .overlay .panel:before{content:"";width:42px;height:5px;display:block;margin-bottom:23px;border-radius:999px;background:linear-gradient(90deg,#ffc43f 0 48%,#5bc8d9 48% 73%,#8f6ced 73%)}body.game-shell .overlay .panel .eyebrow{color:#bd700c}body.game-shell .overlay .panel h2{margin-top:7px;color:var(--game-ink);font-size:clamp(2rem,5vw,3rem);letter-spacing:-.055em}body.game-shell .overlay .panel>p:not(.eyebrow){max-width:42ch;margin:10px 0 0;color:#55717e;font-size:1rem;line-height:1.55}body.game-shell .overlay .panel button{width:100%;margin-top:20px}body.game-shell .start-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}body.game-shell .start-meta span{padding:6px 9px;border:1px solid rgba(38,87,106,.13);border-radius:999px;color:#56727e;background:#e8f5f7b8;font-size:.65rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}body.game-shell .overlay.end-overlay{background:#1c48592e;-webkit-backdrop-filter:blur(8px) saturate(.8);backdrop-filter:blur(8px) saturate(.8)}body.game-shell #toast{z-index:20;max-width:min(440px,calc(100% - 32px));padding:11px 16px;border:1px solid rgba(29,67,82,.5);border-radius:14px;color:#204657;box-shadow:0 16px 38px #19404f33;text-align:center;animation:toast-in .24s cubic-bezier(.2,.8,.2,1) both}body.game-shell #toast.good{border-color:#1a7b4c6b;background:#dffae9f5}body.game-shell #toast.bad{border-color:#b44a396b;background:#ffe6e0f5}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px) scale(.96)}to{opacity:1;transform:translate(-50%) scale(1)}}body.game-shell .game-controls{display:inline-flex;align-items:center;gap:6px;margin-left:auto}body.game-shell .game-control{width:37px;height:37px;display:grid;place-items:center;appearance:none;padding:0;border:1px solid rgba(35,78,96,.13);border-radius:11px;color:#345b6b;background:#ffffff9e;box-shadow:none;cursor:pointer;font-size:.94rem;line-height:1}body.game-shell .game-control:hover{color:#173b4c;background:#fff}body.game-shell .premium-hint-popover{width:min(360px,calc(100% - 28px));position:fixed;top:76px;right:18px;z-index:80;padding:14px 16px;border:1px solid rgba(35,78,96,.2);border-radius:16px;color:#234b5c;background:#fffdf1f7;box-shadow:0 18px 44px #19404f33;-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}body.game-shell .premium-hint-popover[hidden]{display:none!important}body.game-shell .premium-hint-popover strong{color:#b5690a;font-size:.69rem;letter-spacing:.1em;text-transform:uppercase}body.game-shell .premium-hint-popover p{margin:5px 0 0;color:#466775;font-size:.88rem;font-weight:750;line-height:1.4}body.game-shell .game-article{width:min(900px,calc(100% - 32px));margin:28px auto;padding:clamp(25px,4vw,42px);border:1px solid rgba(39,87,105,.12);border-radius:26px;color:var(--game-ink);background:#fffdf7e6;box-shadow:0 18px 42px #254c5a14}body.game-shell .game-article h2{font-size:clamp(1.65rem,4vw,2.35rem);letter-spacing:-.045em}body.game-shell .game-article p{color:#5c7480}body.game-shell .game-article .button.ghost{color:#234b5c;border-color:#234b5c2e;background:#fff}body.game-shell .game-ad[hidden]{display:none}body.game-shell.preview-mode{overflow:hidden}body.game-shell.preview-mode .game-nav,body.game-shell.preview-mode #hud,body.game-shell.preview-mode #toast,body.game-shell.preview-mode .overlay,body.game-shell.preview-mode .game-article,body.game-shell.preview-mode .game-ad{display:none!important}body.game-shell.preview-mode .play-stage{height:100svh;min-height:0;border:0}body.game-shell.preview-mode .play-stage:after{display:none}@media(min-width:900px){body.game-shell .hud-left .clue-card{width:min(430px,36vw);position:absolute;top:16px;left:50%;transform:translate(-50%)}}@media(max-width:700px){body.game-shell .game-nav{min-height:56px;padding-inline:11px}body.game-shell .game-nav .brand{gap:8px;font-size:.9rem}body.game-shell .game-nav .brand-mark{width:29px;height:29px;padding:5px;border-radius:9px}body.game-shell .game-controls{gap:4px}body.game-shell .premium-hint-popover{top:66px;right:9px}body.game-shell .game-nav .nav-links{display:none}body.game-shell .play-stage{height:calc(100svh - 56px);min-height:540px}body.game-shell #hud{padding:9px 9px max(11px,env(safe-area-inset-bottom))}body.game-shell .hud-left{width:100%;max-width:none;display:block}body.game-shell .hud-left .topbar{width:190px;min-height:48px;padding:6px 8px 6px 10px;border-radius:14px}body.game-shell .hud-left .topbar .eyebrow{display:none}body.game-shell .hud-left .topbar h1{font-size:.94rem}body.game-shell .hud-left .stats span{padding:4px 7px;font-size:.68rem}body.game-shell .hud-left .clue-card{width:min(178px,calc(100% - 208px));min-width:112px;position:absolute;top:9px;right:9px;padding:7px 8px;border-radius:13px}body.game-shell .hud-left .clue-label,body.game-shell .hud-left .hint{display:none}body.game-shell .hud-left #clue{font-size:clamp(.56rem,2.2vw,.68rem);line-height:1.18}body.game-shell .dock{top:auto;right:max(10px,env(safe-area-inset-right));bottom:max(11px,env(safe-area-inset-bottom));left:auto;flex-direction:row;transform:none}body.game-shell .dock button{min-width:0;min-height:42px;padding:8px 12px;border-radius:12px;font-size:.78rem;box-shadow:0 4px #b77812,0 9px 18px #1f4c5e24}body.game-shell #toast{bottom:max(66px,calc(env(safe-area-inset-bottom) + 62px));padding:9px 11px;font-size:.78rem}body.game-shell .overlay{padding:13px}body.game-shell .overlay .panel{max-height:calc(100svh - 88px);overflow:auto;padding:24px 20px;border-radius:22px}body.game-shell .overlay .panel:before{width:34px;height:4px;margin-bottom:17px}body.game-shell .overlay .panel h2{font-size:2rem}body.game-shell .overlay .panel>p:not(.eyebrow){font-size:.9rem}body.game-shell .overlay .panel button{min-height:46px;margin-top:16px}body.game-shell .start-meta{margin-top:13px}body.game-shell .game-controls{margin-left:auto}body.game-shell .game-control{width:34px;height:34px}body.game-shell .game-article{width:calc(100% - 24px);margin:18px auto;padding:24px 20px;border-radius:21px}}@media(max-height:650px)and (min-width:701px){body.game-shell .game-nav{min-height:54px}body.game-shell .play-stage{height:calc(100svh - 54px);min-height:470px}body.game-shell .hud-left{width:252px}body.game-shell .hud-left .topbar{min-height:50px}body.game-shell .hud-left .clue-card{padding:8px 10px}body.game-shell .hud-left #clue{font-size:.72rem}body.game-shell .hud-left .hint{display:none}}@media(prefers-reduced-motion:reduce){body.game-shell *,body.game-shell *:before,body.game-shell *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
