.wz-game{--wz-ink:#111217;--wz-paper:#fff;--wz-blue:#1748e8;--wz-yellow:#ffe269;--wz-red:#ff725f;--wz-muted:#e7e8ec;max-width:1180px;color:var(--wz-ink);font-family:var(--font-space,Arial,sans-serif);margin:auto;padding:28px 20px 70px}.wz-header{border-bottom:3px solid var(--wz-ink);justify-content:space-between;align-items:end;gap:28px;padding-bottom:25px;display:flex}.wz-header h1{letter-spacing:-.085em;margin:12px 0 8px;font:900 clamp(68px,10vw,126px)/.8 Georgia,serif}.wz-header p:not(.wz-kicker){color:#565862;max-width:480px;margin:0;font:500 16px/1.45 Georgia,serif}.wz-header>a{color:var(--wz-blue);white-space:nowrap;align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.wz-kicker{color:var(--wz-blue);letter-spacing:.12em;margin:0;font-size:10px;font-weight:900}.wz-layout{grid-template-columns:minmax(320px,570px) minmax(240px,1fr);gap:62px;padding-top:42px;display:grid}.wz-play{min-width:0}.wz-date{color:#686a72;letter-spacing:.1em;justify-content:space-between;margin-bottom:13px;font-size:10px;font-weight:900;display:flex}.wz-grid{gap:8px;max-width:430px;margin:auto;display:grid}.wz-row{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.wz-cell{aspect-ratio:1;background:var(--wz-paper);border:2px solid #c9cad0;place-items:center;font:900 clamp(25px,5vw,42px)/1 Georgia,serif;display:grid}.wz-cell.filled{border-color:var(--wz-ink);animation:.12s ease-out wz-pop}.wz-cell.right{border-color:var(--wz-blue);background:var(--wz-blue);color:#fff}.wz-cell.near{background:var(--wz-yellow);color:#111217;border-color:#c49700}.wz-cell.miss{border-color:var(--wz-ink);background:var(--wz-ink);color:#fff}.wz-message{text-align:center;min-height:24px;color:var(--wz-blue);margin:17px 0 10px;font-size:12px;font-weight:800}.wz-share{background:var(--wz-blue);color:#fff;width:100%;min-height:48px;font:900 11px var(--font-space,Arial);cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;margin:0 0 14px;display:flex}.wz-keyboard{gap:7px;margin-top:17px;display:grid}.wz-keyboard>div{justify-content:center;gap:5px;display:flex}.wz-keyboard button{background:var(--wz-muted);min-width:38px;height:52px;color:var(--wz-ink);font:900 12px var(--font-space,Arial);cursor:pointer;touch-action:manipulation;border:1px solid #c3c4c9;border-radius:3px;padding:0 5px}.wz-keyboard button.wide{min-width:61px;font-size:9px}.wz-keyboard button.right{border-color:var(--wz-blue);background:var(--wz-blue);color:#fff}.wz-keyboard button.near{background:var(--wz-yellow);color:#111217;border-color:#c49700}.wz-keyboard button.miss{color:#fff;background:#555861;border-color:#555861}.wz-keyboard button:active{transform:translateY(2px)}:is(.wz-game button:focus-visible,.wz-game a:focus-visible){outline:3px solid var(--wz-red);outline-offset:3px}.wz-aside{border-top:7px solid var(--wz-red);align-self:center;padding:26px 0}.wz-aside h2{letter-spacing:-.065em;margin:17px 0;font:900 clamp(42px,5vw,68px)/.87 Georgia,serif}.wz-aside>p:not(.wz-kicker){color:#565862;max-width:380px;font-size:14px;line-height:1.55}.wz-aside dl{border-top:1px solid #c8c8c3;margin:31px 0 24px}.wz-aside dl div{border-bottom:1px solid #c8c8c3;grid-template-columns:42px 1fr;align-items:center;gap:14px;padding:10px 0;display:grid}.wz-aside dt{color:#fff;place-items:center;width:38px;height:38px;margin:0;font:900 17px Georgia,serif;display:grid}.wz-aside dt.right{background:var(--wz-blue)}.wz-aside dt.near{background:var(--wz-yellow);color:#111217}.wz-aside dt.miss{background:var(--wz-ink)}.wz-aside dd{margin:0;font-size:11px;font-weight:800}.wz-aside .wz-note{color:var(--wz-blue)!important;font-size:11px!important;font-weight:800!important}.wz-game button[disabled]{cursor:not-allowed;opacity:.55}@keyframes wz-pop{50%{transform:scale(1.06)}}html[data-theme=dark] .wz-game{--wz-ink:#f6f4ed;--wz-paper:#111217;--wz-muted:#292b33;color:#f6f4ed}html[data-theme=dark] .wz-header p:not(.wz-kicker),html[data-theme=dark] .wz-aside>p:not(.wz-kicker){color:#c8c9d0}html[data-theme=dark] .wz-cell{border-color:#4a4c55}html[data-theme=dark] .wz-cell.filled{border-color:#f6f4ed}html[data-theme=dark] .wz-cell.miss,html[data-theme=dark] .wz-aside dt.miss{background:#60636d;border-color:#60636d}html[data-theme=dark] .wz-keyboard button{border-color:#4a4c55}@media (max-width:760px){.wz-game{padding:20px 16px 48px}.wz-header{flex-direction:column;align-items:start;gap:18px}.wz-header h1{font-size:clamp(68px,22vw,98px)}.wz-layout{grid-template-columns:1fr;gap:42px;padding-top:30px}.wz-grid{max-width:390px}.wz-aside{align-self:auto}.wz-aside h2{font-size:52px}}@media (max-width:430px){.wz-row,.wz-grid{gap:6px}.wz-keyboard{margin-left:-8px;margin-right:-8px}.wz-keyboard>div{gap:3px}.wz-keyboard button{flex:1;min-width:0;height:50px;padding:0 2px}.wz-keyboard button.wide{flex:1.45;min-width:0}.wz-date{font-size:9px}}@media (prefers-reduced-motion:reduce){.wz-cell.filled{animation:none}}
