.edz-zgadnij-slowo,
.edz-zgadnij-slowo *{box-sizing:border-box;}
.edz-zgadnij-slowo{--edz-zs-green:#247a48;--edz-zs-orange:#f59e0b;--edz-zs-gray:#65717d;--edz-zs-ink:#172033;--edz-zs-soft:#f4f7fb;--edz-zs-line:#d8e0eb;color:var(--edz-zs-ink);font-family:inherit;width:100%;}
.edz-zs-shell{width:min(760px,100%);margin:0 auto;padding:18px;background:#fff;border:1px solid var(--edz-zs-line);border-radius:8px;box-shadow:0 10px 30px rgba(23,32,51,.08);}
.edz-zs-shell:fullscreen{width:100%;height:100%;max-width:none;overflow:auto;border:0;border-radius:0;padding:22px;}
.edz-zs-header{display:flex;justify-content:center;gap:16px;align-items:center;margin-bottom:14px;}
.edz-zs-toolbar{margin:0 0 12px;}
.edz-zs-timer,.edz-zs-progress{font-weight:800;}
.edz-zs-status{min-height:46px;margin:12px 0;padding:11px 14px;border-radius:8px;background:#eef6ff;border:1px solid #bfdbfe;color:#1e3a5f;font-weight:700;text-align:center;}
.edz-zs-status.is-empty{visibility:hidden;}
.edz-zs-board{display:grid;gap:8px;justify-content:center;margin:12px auto 18px;}
.edz-zs-row{display:grid;grid-template-columns:repeat(var(--edz-zs-length),minmax(34px,58px));gap:8px;justify-content:center;}
.edz-zs-cell{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:2px solid var(--edz-zs-line);border-radius:8px;background:#fff;font-size:calc(1.35rem + var(--omni-readable-font-adjust, 0px));font-weight:800;line-height:1;color:var(--edz-zs-ink);text-transform:uppercase;transition:background .18s,border-color .18s,color .18s,transform .18s;}
.edz-zs-cell.is-filled{border-color:#8ea0b8;transform:scale(1.02);}
.edz-zs-correct{background:var(--edz-zs-green)!important;border-color:var(--edz-zs-green)!important;color:#fff!important;}
.edz-zs-present{background:var(--edz-zs-orange)!important;border-color:var(--edz-zs-orange)!important;color:#fff!important;}
.edz-zs-absent{background:var(--edz-zs-gray)!important;border-color:var(--edz-zs-gray)!important;color:#fff!important;}
.edz-zs-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:8px 0 16px;}
.edz-zs-action{min-height:46px;border:0;border-radius:8px;padding:10px 18px;background:#2563eb;color:#fff;font-weight:800;font-size:calc(1rem + var(--omni-readable-font-adjust, 0px));cursor:pointer;}
.edz-zs-action--secondary{background:#334155;}
.edz-zs-action--ghost{background:#e9eef7;color:#1f2a44;}
.edz-zs-action--next{background:#16a34a;color:#fff;}
.edz-zs-action:focus-visible,.edz-zs-key:focus-visible{outline:3px solid #111827;outline-offset:3px;}
.edz-zs-keyboard{display:grid;gap:8px;margin:0 auto;width:min(680px,100%);}
.edz-zs-keyboard-row{display:flex;justify-content:center;gap:7px;}
.edz-zs-key{min-width:44px;min-height:52px;flex:1 1 0;border:1px solid #cbd5e1;border-radius:8px;background:var(--edz-zs-soft);color:var(--edz-zs-ink);font-size:calc(1.08rem + var(--omni-readable-font-adjust, 0px));font-weight:900;cursor:pointer;touch-action:manipulation;}
.edz-zs-key:hover{filter:brightness(.98);}
.edz-zs-legend{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:14px;color:#475569;font-size:calc(.92rem + var(--omni-readable-font-adjust, 0px));}
.edz-zs-legend--top{justify-content:center;margin-top:0;font-size:calc(1.1rem + var(--omni-readable-font-adjust, 0px));}
.edz-zs-legend span{display:inline-flex;align-items:center;gap:6px;}
.edz-zs-legend i{width:16px;height:16px;border-radius:4px;display:inline-block;flex:0 0 auto;}
.edz-zs-legend--top i{width:24px;height:24px;border-radius:7px;}
.edz-zs-teacher-desc{width:min(760px,100%);margin:12px auto;color:inherit;}
.edz-zs-admin-note{width:min(760px,100%);margin:12px auto;padding:14px 16px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#243147;}
@media (max-width: 640px){
  .edz-zs-shell{padding:12px;border-radius:0;border-left:0;border-right:0;}
  .edz-zs-row{gap:5px;grid-template-columns:repeat(var(--edz-zs-length),minmax(28px,1fr));}
  .edz-zs-cell{border-radius:6px;font-size:calc(1.05rem + var(--omni-readable-font-adjust, 0px));}
  .edz-zs-keyboard{gap:6px;}
  .edz-zs-keyboard-row{gap:4px;}
  .edz-zs-key{min-width:0;min-height:46px;padding:0 4px;border-radius:6px;font-size:calc(.95rem + var(--omni-readable-font-adjust, 0px));}
  .edz-zs-action{flex:1 1 120px;padding:9px 10px;}
}
