.fx-msg{min-height:22px;margin:8px 0 4px;font-weight:600;font-size:14px;color:var(--g-muted);text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fx-msg--kb{display:none;margin:0 0 2px;min-height:20px}.fx-grid{grid-template-rows:repeat(6,1fr);width:100%;max-width:320px;margin:2px auto 0}.fx-grid,.fx-row{display:grid;gap:7px}.fx-row{grid-template-columns:repeat(5,1fr)}.fx-cell{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-radius:7px;background:transparent;border:2px solid var(--g-line);color:var(--g-cream);font-weight:600;text-transform:uppercase;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fx-u{font-size:clamp(20px,6vw,28px)}.fx-u.dg{font-size:clamp(15px,4.4vw,21px)}.fx-cell.filled{border-color:var(--g-line-strong)}.fx-cell.correct{background:var(--g-correct);border-color:var(--g-correct);color:var(--g-cream)}.fx-cell.present{background:var(--g-gold);border-color:var(--g-gold);color:var(--g-cream)}.fx-cell.absent{background:var(--g-absent);border-color:var(--g-absent);color:#55503f}.fx-cell.reveal{animation:fx-flip .5s ease both}.fx-row.shake{animation:fx-shake .4s}.fx-legend{display:flex;flex-wrap:wrap;gap:9px 16px;justify-content:center;margin-top:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fx-leg{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--g-muted)}.fx-sw{width:16px;height:16px;border-radius:4px;flex:0 0 auto}.fx-sw.c{background:var(--g-correct)}.fx-sw.p{background:var(--g-gold)}.fx-sw.a{background:var(--g-absent)}.kb--fjala .fk-key.correct{background:var(--g-correct);color:var(--g-cream)}.kb--fjala .fk-key.present{background:var(--g-gold);color:var(--g-cream)}.kb--fjala .fk-key.absent{background:var(--g-absent);color:#55503f}.fx-answer{text-align:center;font-size:14px;color:var(--g-muted);margin:2px 0 14px}.fx-answer b{color:var(--g-cream);font-size:16px;letter-spacing:.02em}.fx-meaning{text-align:center;font-size:13px;line-height:1.5;color:var(--g-muted);max-width:340px;margin:-6px auto 14px}.fx-help-ex{display:flex;flex-direction:column;gap:9px;margin:12px 0}.fx-help-ex>div{display:flex;align-items:center;gap:9px;font-size:13px}.fx-help-ex .fx-sw{width:20px;height:20px}@keyframes fx-flip{0%{transform:rotateX(0)}45%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes fx-shake{10%,90%{transform:translateX(-2px)}30%,70%{transform:translateX(4px)}50%{transform:translateX(-6px)}}@media (prefers-reduced-motion:reduce){.fx-cell.reveal,.fx-row.shake{animation:none}}@media (max-width:700px) and (min-height:450px){.fx-msg--kb{display:block}.fx-msg--top{position:absolute;width:1px;height:1px;min-height:0;margin:0;overflow:hidden;clip-path:inset(50%)}.fx-row{scroll-margin-block:90px 240px}}@media (max-width:700px) and (min-height:450px){.game-page:has(.fx-grid) .game-sub{display:none}.fx-legend{display:none}.fx-grid,.fx-row{gap:5px}.fx-grid{max-width:clamp(170px,calc((100dvh - 365px) * .833 + 20px),320px)}}@media (min-width:431px) and (max-width:700px) and (min-height:450px){.fx-grid{max-width:clamp(170px,calc((100dvh - 405px) * .833 + 20px),320px)}}