:root{--bg:#d9f2ff;--text:#092b55;--mint:#05b9eb;--teal:#0752a5;--lilac:#63d8ff;--lemon:#f4eed5;--surface:rgba(246,252,255,.84);--border:rgba(4,67,140,.22);--board:#009fe3;--shadow:0 24px 70px rgba(0,57,127,.24)}
:root.dark{--bg:#04172f;--text:#eef8ff;--mint:#19c9f5;--teal:#7bdcff;--surface:rgba(5,32,68,.9);--border:rgba(123,220,255,.22);--board:#063d85;--shadow:0 24px 70px #001127aa}
body{background-color:#bfeeff;background-image:radial-gradient(circle at 13% 30%,#30cfff70,transparent 27%),radial-gradient(circle at 86% 34%,#087bd68c,transparent 30%),linear-gradient(160deg,#bfeeff 0%,#bfeeff 16%,#55c9f4 52%,#0874c7 100%);background-attachment:fixed}
.dark body{background:radial-gradient(circle at 14% 10%,#047fc866,transparent 30%),radial-gradient(circle at 85% 12%,#00b8ed33,transparent 26%),linear-gradient(160deg,#062a5a,#03152e 58%,#020914)}
.icon-button{box-shadow:0 10px 24px #004b8c26}.hero p{color:#174f83}.dark .hero p{color:#9edfff}
.board{background:linear-gradient(135deg,#02b9ee,#0872c7 72%);box-shadow:inset 0 0 0 4px #8ce7ff80,0 16px 35px #004b8c66}.dark .board{background:linear-gradient(135deg,#086fae,#052c6b 72%)}
.timer{background:#f4eed5;color:#15375c;border-color:#163e69;box-shadow:0 0 0 3px #d6edfa,0 8px 20px #00366d66}
.slot{background:#07529d;border-color:#7edcff80;box-shadow:inset 0 0 12px #002d6b88}
.tile{background:linear-gradient(#176cc3,#06438d);color:#fff;border-color:#70cfff;box-shadow:0 5px 0 #022f68,0 0 0 1px #fff;text-shadow:0 2px 2px #00275f}
.stack{border:1px solid #87dcff;background:linear-gradient(#1874c7,#06448f);color:#fff;box-shadow:0 6px 0 #023770,0 12px 0 #0754a0,0 18px 0 #00316b;text-shadow:0 1px 2px #002b64}
.surprise{background:#e8f7ff;color:#0752a5;border:1px solid #77cfee}.result{background:#f5fbff}.dark .result{background:#082753}footer{color:#0b4375}.dark footer{color:#8acfed}

.topbar .icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.home-icon{width:19px;height:19px;margin:0;background:currentColor;clip-path:none;-webkit-mask:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5L12 4l9 7.5'/%3E%3Cpath d='M5.5 10.5V20h13v-9.5'/%3E%3Cpath d='M9.5 20v-6h5v6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5L12 4l9 7.5'/%3E%3Cpath d='M5.5 10.5V20h13v-9.5'/%3E%3Cpath d='M9.5 20v-6h5v6'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat}.icon-button:hover{transform:translateY(-2px);background:#fff;box-shadow:0 13px 26px #004b8c3d}.icon-button:active{transform:translateY(1px) scale(.96)}
.board{padding-top:124px;overflow:visible}
.timer{left:50%;right:auto;top:20px;transform:translateX(-50%);z-index:3}
.round-mode{position:absolute;top:34px;left:28px;display:flex;padding:4px;border:1px solid #85d9f6;border-radius:999px;background:#eaf9ff;z-index:4}.round-mode button{border:0;border-radius:999px;padding:7px 13px;background:transparent;color:#0752a5;font-weight:850;cursor:pointer}.round-mode button:hover{background:#ccefff}.round-mode button.is-active{background:#0752a5;color:#fff;box-shadow:0 4px 10px #003c7a38}
.board-reset{position:absolute;top:34px;right:28px;z-index:4;border:1px solid #85d9f6;border-radius:999px;padding:11px 16px;background:#eaf9ff;color:#0752a5;font-weight:850;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.board-reset:hover{background:#ccefff}.board-reset:active{background:#0752a5;color:#fff;box-shadow:0 4px 10px #003c7a38}
.game-stage{height:calc(100dvh - 202px);min-height:728px;overflow:hidden;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);grid-template-columns:minmax(0,1fr);align-content:start}.game-stage>.board{grid-row:1}.game-stage>.draw-controls{grid-row:2}.game-stage>.answer-area{grid-row:3}
.answer-area{width:800px;max-width:100%;justify-self:center}
.answer-tray-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;border:2px dashed var(--border);border-radius:16px;overflow:hidden;background:#fff5}.answer-tray-shell:focus-within{outline:4px solid #1b9c8533}.answer-tray-shell .answer-tray{border:0;border-radius:0;outline:0}.tray-submit{min-width:126px;margin:8px;border:0;border-radius:12px;background:var(--teal);color:#fff;font-weight:900;cursor:pointer;transition:transform .16s ease,filter .16s ease}.tray-submit:hover:not(:disabled){filter:brightness(1.14);transform:translateY(-1px)}.tray-submit:active:not(:disabled){transform:scale(.97)}.tray-submit:disabled{opacity:.4;cursor:not-allowed}
.result:not(.hidden){position:static;display:grid;grid-template-columns:minmax(0,1fr) 118px;align-items:stretch;gap:18px;width:100%;max-width:990px;min-height:0;flex:1 1 260px;margin:18px auto 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.feedback-card{min-width:0;min-height:0;padding:20px;overflow-y:auto;overscroll-behavior:contain;border-left:6px solid var(--mint);border-radius:18px;background:#f5fbff;box-shadow:0 12px 30px #003c7a2b}.next-round{align-self:stretch;min-height:118px;border:1px solid #85d9f6;border-radius:26px;padding:18px 12px;background:#0752a5;color:#fff;font-weight:900;line-height:1.15;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.next-round:hover{background:#0a69c7;box-shadow:0 6px 14px #003c7a38}.next-round:active{background:#063f86;box-shadow:inset 0 3px 8px #002f65}.game-stage.has-result .tray-submit{display:none}.game-stage.has-result .answer-tray-shell{grid-template-columns:minmax(0,1fr)}
.draw-controls .surprise{margin-top:22px}
.board-reset:hover,.surprise:hover:not(:disabled),.icon-button:hover{background:#ccefff;color:#0752a5;transform:none;filter:none;box-shadow:none}.board-reset:active,.surprise:active:not(:disabled),.icon-button:active{background:#0752a5;color:#fff;transform:none;box-shadow:0 4px 10px #003c7a38}
.stack,.surprise,.actions button{transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}
.stack:hover:not(:disabled){transform:translateY(-5px);filter:brightness(1.12);box-shadow:0 8px 0 #023770,0 15px 0 #0754a0,0 22px 0 #00316b,0 25px 28px #004b8c45}
.stack:active:not(:disabled){transform:translateY(8px);box-shadow:0 2px 0 #023770,0 5px 0 #0754a0,0 8px 0 #00316b}
.surprise:hover:not(:disabled),.actions button:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 8px 18px #0752a52e}
.surprise:active:not(:disabled),.actions button:active:not(:disabled){transform:translateY(1px) scale(.97)}
.stack:disabled,.surprise:disabled{filter:saturate(.45);cursor:not-allowed}
.tile.new.from-vowel{animation:flyVowel .48s cubic-bezier(.18,.82,.22,1)}
.tile.new.from-consonant{animation:flyConsonant .48s cubic-bezier(.18,.82,.22,1)}
.tile.new.from-surprise{animation:flySurprise .42s cubic-bezier(.18,.82,.22,1)}
@keyframes flyVowel{from{transform:translate(-220px,155px) rotate(-12deg) scale(.72);opacity:.1}70%{transform:translate(0,-8px) rotate(2deg) scale(1.04)}}
@keyframes flyConsonant{from{transform:translate(220px,155px) rotate(12deg) scale(.72);opacity:.1}70%{transform:translate(0,-8px) rotate(-2deg) scale(1.04)}}
@keyframes flySurprise{from{transform:translateY(145px) rotateY(100deg) scale(.72);opacity:.1}70%{transform:translateY(-8px) rotateY(0) scale(1.04)}}
@media(max-width:700px){.game-stage{height:calc(100dvh - 120px);min-height:700px}.board{padding-top:150px}.timer{top:15px}.round-mode{top:78px;left:14px;transform:none}.round-mode button{padding:5px 10px;font-size:12px}.board-reset{top:78px;right:14px;padding:7px 10px;font-size:12px}.answer-tray-shell{grid-template-columns:minmax(0,1fr) 88px}.tray-submit{min-width:0;margin:6px}.result:not(.hidden){grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:8px;width:100%;margin-top:12px;flex-basis:230px}.feedback-card{padding:15px}.next-round{justify-self:center;padding:9px 15px}}
@media(prefers-reduced-motion:reduce){.tile.new.from-vowel,.tile.new.from-consonant,.tile.new.from-surprise{animation:none}}
.game-stage>.result:not(.hidden){grid-row:4;height:calc(100% - 18px);flex:none}

/* Flat page layout: the former stage is now the page shell itself. */
.app-shell.game-stage{width:min(1100px,calc(100vw - 32px));height:100dvh;min-height:100dvh;margin:0 auto;padding:10px 0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:112px auto auto auto minmax(0,1fr) 45px;gap:10px;align-content:stretch}
.app-shell.game-stage>.topbar{grid-row:1;grid-column:1}.app-shell.game-stage>.hero{grid-row:1;grid-column:1}.app-shell.game-stage>.board{grid-row:2;grid-column:1}.app-shell.game-stage>.draw-controls{grid-row:3;grid-column:1}.app-shell.game-stage>.answer-area{grid-row:4;grid-column:1}.app-shell.game-stage>.result:not(.hidden){grid-row:5;grid-column:1;height:calc(100% - 8px);margin-top:8px}.app-shell.game-stage>footer{grid-row:7;grid-column:1}
.app-shell.game-stage.has-result .tray-submit{display:block;visibility:hidden;pointer-events:none}.app-shell.game-stage.has-result .answer-tray-shell{grid-template-columns:minmax(0,1fr) auto}

/* Flat-shell finishing: stable header, unclipped shadows, glass board. */
body{overflow:hidden}
.app-shell.game-stage{overflow:visible;grid-template-rows:128px auto auto auto minmax(0,260px) minmax(0,1fr) 45px}
.app-shell.game-stage>.hero{margin-top:12px;align-self:start}
.app-shell.game-stage>.hero h1{line-height:.92}
.app-shell.game-stage>.board{border:1px solid rgba(210,244,255,.82);background:linear-gradient(135deg,rgba(0,190,237,.82),rgba(3,100,192,.86) 72%),radial-gradient(circle at 18% 12%,rgba(255,255,255,.28),transparent 34%);-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%);box-shadow:inset 0 1px 0 rgba(255,255,255,.76),inset 0 0 0 4px rgba(104,220,255,.2),0 18px 38px rgba(0,61,132,.34),0 0 32px rgba(62,209,255,.24)}
.app-shell.game-stage>.board:before{content:"";position:absolute;inset:7px;border-radius:16px;border:1px solid rgba(185,239,255,.2);pointer-events:none}
.app-shell.game-stage>footer{justify-content:center;text-align:center}
#helpDialog{width:min(880px,calc(100vw - 32px));max-width:880px;max-height:min(760px,calc(100dvh - 40px));padding:0;overflow:hidden;border:1px solid rgba(190,235,255,.9);border-radius:24px;background:rgba(244,251,255,.94);box-shadow:0 28px 80px rgba(0,45,105,.42);-webkit-backdrop-filter:blur(20px) saturate(135%);backdrop-filter:blur(20px) saturate(135%)}
#helpDialog::backdrop{background:rgba(0,35,83,.48);backdrop-filter:blur(7px)}
#helpDialog .close{position:absolute;top:16px;right:18px;z-index:2;display:grid;place-items:center;width:40px;height:40px;border:1px solid #85d9f6;border-radius:50%;background:#eaf9ff;color:#0752a5;font-size:25px;font-weight:700;cursor:pointer}#helpDialog .close:hover{background:#ccefff}#helpDialog .close:active{background:#0752a5;color:#fff}
.help-title{padding:25px 72px 20px 28px;border-bottom:1px solid rgba(7,82,165,.14);background:linear-gradient(115deg,rgba(99,216,255,.3),rgba(7,82,165,.08))}.help-title p{margin:0 0 4px;color:#0752a5;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.help-title h2{margin:0;color:#0752a5;font-size:32px}
.help-columns{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:0;max-height:calc(min(760px,100dvh - 40px) - 104px);overflow-y:auto}.help-columns>section{padding:22px 26px}.help-columns>section+section{border-left:1px solid rgba(7,82,165,.14);background:rgba(210,241,255,.24)}.help-columns h3{margin:13px 0 4px;color:#0752a5;font-size:15px}.help-columns h3:first-child{margin-top:0}.help-columns p{margin:0;color:#173957;font-size:14px;line-height:1.46}
@media(max-width:700px){.help-columns{grid-template-columns:1fr}.help-columns>section+section{border-left:0;border-top:1px solid rgba(7,82,165,.14)}}
.feedback-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-template-rows:auto minmax(0,1fr);column-gap:24px}.feedback-card>h2{grid-column:1;grid-row:1}.feedback-card>p{grid-column:1;grid-row:2}.feedback-card>.best{grid-column:2;grid-row:1/span 2;min-width:0;padding:0 0 0 24px;border-top:0;border-left:1px solid var(--border);overflow-y:auto}.feedback-card>.best>strong{display:block;margin-bottom:8px}.feedback-card>.best p{margin:6px 0}
.answer-tray .tile{touch-action:none;cursor:grab;transition:transform .15s ease,opacity .15s ease}.answer-tray .tile:active{cursor:grabbing}.answer-tray .tile.is-dragging{opacity:.36;transform:scale(.92);cursor:grabbing}
@media(max-width:700px){.feedback-card{display:block}.feedback-card>.best{margin-top:12px;padding:10px 0 0;border-left:0;border-top:1px solid var(--border)}}
@media(max-height:850px) and (min-width:701px){.app-shell.game-stage{grid-template-rows:90px auto auto auto minmax(120px,1fr) 30px;gap:6px}.app-shell.game-stage>.hero{margin-top:7px}.app-shell.game-stage>.hero h1{font-size:48px}.app-shell.game-stage>.hero p{margin:4px;font-size:14px}.app-shell.game-stage>.board{padding-top:80px;padding-bottom:16px}.timer{top:8px;width:64px;height:64px;font-size:29px}.round-mode{top:19px}.board-reset{top:19px}.prompt{margin-top:12px}.draw-controls{margin-bottom:8px}.stack{min-height:60px}.answer-tray{min-height:62px}.answer-tray .tile{width:48px;height:48px;font-size:26px}.app-shell.game-stage>.result:not(.hidden){min-height:120px;margin-top:4px;height:calc(100% - 4px)}.next-round{min-height:100px}.app-shell.game-stage>footer{height:30px}}
.help-entry{position:relative;display:inline-flex}.help-hint{position:absolute;top:54px;right:0;z-index:20;width:max-content;max-width:250px;padding:10px 13px;border:1px solid rgba(133,217,246,.95);border-radius:12px;background:rgba(239,250,255,.96);color:#0752a5;font-size:12px;font-weight:800;line-height:1.35;text-align:left;box-shadow:0 12px 28px rgba(0,61,132,.25);opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}.help-hint:before{content:"";position:absolute;top:-6px;right:16px;width:10px;height:10px;border-left:1px solid #85d9f6;border-top:1px solid #85d9f6;background:#effaff;transform:rotate(45deg)}.help-hint span{font-weight:700}.help-entry:hover .help-hint,.help-entry:focus-within .help-hint,.help-entry.is-first-visit .help-hint{opacity:1;visibility:visible;transform:translateY(0)}.help-entry.is-first-visit .icon-button{animation:helpPulse 1.8s ease-in-out infinite}@keyframes helpPulse{0%,100%{box-shadow:0 0 0 0 rgba(7,82,165,.2)}50%{box-shadow:0 0 0 8px rgba(7,82,165,.13),0 10px 24px rgba(0,75,140,.18)}}
@media(prefers-reduced-motion:reduce){.help-entry.is-first-visit .icon-button{animation:none;box-shadow:0 0 0 5px rgba(7,82,165,.12)}}
@media(max-height:850px) and (min-width:701px){.app-shell.game-stage{grid-template-rows:90px auto auto auto minmax(120px,1fr) 0 30px}}
.best-word-link{color:#0752a5;text-decoration-color:rgba(7,82,165,.35);text-decoration-thickness:1.5px;text-underline-offset:3px;border-radius:4px}.best-word-link:hover{color:#008ec9;text-decoration-color:currentColor}.best-word-link:focus-visible{outline:3px solid rgba(0,159,227,.3);outline-offset:3px}
.best-word-link{position:relative;display:inline-block}.best-word-link:after{content:attr(data-hint);position:absolute;top:calc(100% + 7px);left:0;z-index:30;width:max-content;max-width:220px;padding:8px 11px;border:1px solid rgba(133,217,246,.95);border-radius:10px;background:rgba(239,250,255,.97);color:#0752a5;font-size:11px;font-weight:800;line-height:1.3;box-shadow:0 10px 24px rgba(0,61,132,.23);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}.best-word-link:hover:after,.best-word-link:focus-visible:after{opacity:1;visibility:visible;transform:translateY(0)}
.help-columns a{color:#0752a5;font-weight:800;text-decoration-color:rgba(7,82,165,.35);text-underline-offset:3px}.help-columns a:hover{color:#008ec9;text-decoration-color:currentColor}.help-columns a:focus-visible{outline:3px solid rgba(0,159,227,.3);outline-offset:2px;border-radius:3px}

/* Mobile uses natural document flow so Safari's dynamic chrome cannot hide results. */
@media(max-width:700px){body{overflow-x:hidden;overflow-y:auto;background-attachment:scroll}.app-shell.game-stage{width:calc(100vw - 20px);height:auto;min-height:100svh;margin:0 auto;padding:6px 0 max(10px,env(safe-area-inset-bottom));overflow:visible;grid-template-rows:112px auto auto auto auto minmax(12px,1fr) 34px;gap:8px}.app-shell.game-stage>.hero{margin-top:10px;align-self:start}.app-shell.game-stage>.hero h1{font-size:clamp(38px,11vw,48px);line-height:.94;max-width:78vw;margin-inline:auto}.app-shell.game-stage>.hero p{margin-top:7px;font-size:14px}.topbar{min-height:64px}.topbar .icon-button{width:40px;height:40px}.help-hint{right:-2px;max-width:210px}.app-shell.game-stage>.board{width:100%;padding:120px 9px 16px;border-radius:18px}.app-shell.game-stage>.board:before{inset:5px;border-radius:13px}.timer{top:10px;width:62px;height:62px;font-size:28px;border-width:4px}.round-mode{top:78px;left:10px}.round-mode button{padding:6px 9px;font-size:12px}.board-reset{top:78px;right:10px;padding:7px 10px;font-size:12px}.slots{width:100%;grid-template-columns:repeat(9,minmax(0,1fr));gap:3px}.tile,.slot{min-width:0;width:100%;border-width:1px;border-radius:5px;font-size:clamp(18px,7.4vw,30px)}.prompt{margin-top:12px;font-size:13px}.draw-controls{width:100%;gap:8px;margin:0 auto 7px}.stack{width:31%;max-width:112px;min-height:62px;margin-top:15px;font-size:12px;box-shadow:0 5px 0 #023770,0 10px 0 #0754a0,0 15px 0 #00316b}.draw-controls .surprise{margin-top:15px;padding:9px 12px;font-size:13px}.answer-area{width:100%;max-width:100%}.answer-head{margin:7px 5px;font-size:14px}.answer-tray-shell{grid-template-columns:minmax(0,1fr) 82px;min-height:72px}.answer-tray{min-height:68px;gap:4px;padding:6px}.answer-tray .tile{width:40px;height:44px;font-size:22px}.tray-submit{min-width:0;margin:5px;padding:5px;font-size:12px}.app-shell.game-stage.has-result .answer-tray-shell{grid-template-columns:minmax(0,1fr) 82px}.app-shell.game-stage>.result:not(.hidden){grid-row:5;display:grid;width:100%;height:auto;min-height:0;margin:6px 0 4px;grid-template-columns:1fr;grid-template-rows:auto auto;gap:8px}.feedback-card{display:block;min-height:0;padding:14px;border-radius:15px;font-size:13px}.feedback-card>h2{font-size:20px}.feedback-card>.best{margin-top:11px;padding:10px 0 0;border-left:0;border-top:1px solid var(--border);overflow:visible}.next-round{justify-self:center;align-self:auto;width:auto;min-height:0;padding:10px 18px;border-radius:999px}.app-shell.game-stage>footer{grid-row:7;height:34px;align-self:end;font-size:11px}}
@media(max-width:700px){.app-shell.game-stage{width:calc(100vw - 12px);grid-template-rows:84px auto auto auto auto minmax(12px,1fr) 32px;gap:7px}.app-shell.game-stage>.hero{margin-top:8px}.app-shell.game-stage>.hero h1{max-width:none;font-size:clamp(26px,8vw,32px);line-height:1;white-space:nowrap}.app-shell.game-stage>.hero p{margin-top:6px;font-size:12px}.topbar{min-height:52px}.topbar .icon-button{width:36px;height:36px}.app-shell.game-stage>.board{padding:90px 15px 15px}.timer{top:13px;width:58px;height:58px;font-size:26px}.round-mode{top:22px;left:12px;padding:3px}.round-mode button{padding:5px 7px;font-size:10px}.board-reset{top:22px;right:12px;padding:6px 8px;font-size:10px}.slots{gap:3px}.tile,.slot{font-size:clamp(17px,6.5vw,26px)}.prompt{margin:10px -4px 0;font-size:12px;line-height:1.25}.answer-tray-shell{grid-template-columns:minmax(0,1fr) 78px;min-height:66px}.answer-tray{min-height:62px;gap:2px;padding:7px}.answer-tray .tile{flex:0 0 29px;width:29px;height:40px;font-size:18px}.tray-submit{margin:5px;font-size:11px}.app-shell.game-stage.has-result .answer-tray-shell{grid-template-columns:minmax(0,1fr) 78px}}
@media(max-width:700px){.answer-tray-shell{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:8px;min-height:0;border:0;border-radius:0;background:transparent;overflow:visible}.answer-tray-shell:focus-within{outline:0}.answer-tray{width:100%;min-height:64px;padding:7px;gap:3px;border:2px dashed var(--border);border-radius:16px;background:rgba(255,255,255,.28)}.answer-tray .tile{flex:0 0 calc((100vw - 66px)/9);width:calc((100vw - 66px)/9);height:calc((100vw - 66px)/9);font-size:clamp(17px,6.5vw,26px)}.tray-submit{grid-row:2;justify-self:center;min-width:112px;min-height:40px;margin:0;padding:9px 18px;border-radius:999px;font-size:13px}.app-shell.game-stage.has-result .tray-submit{display:none}.app-shell.game-stage.has-result .answer-tray-shell{grid-template-columns:1fr}.app-shell.game-stage>.result:not(.hidden){margin-top:8px}.best-word-link:after{display:none}}
