.crossword-overlay{position:fixed;inset:0;z-index:146;display:none;overflow:auto;padding:18px;background:radial-gradient(circle at 8% 8%,rgba(255,157,105,.34),transparent 29%),radial-gradient(circle at 92% 12%,rgba(143,197,235,.38),transparent 30%),#fff8f2}.crossword-overlay.open{display:block}.crossword-shell{width:min(1480px,100%);min-height:calc(100vh - 36px);margin:auto;border:1px solid #ead8cc;border-radius:30px;background:rgba(255,255,255,.97);box-shadow:0 30px 80px rgba(85,55,38,.17);overflow:hidden}.crossword-head{position:sticky;top:0;z-index:7;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 20px;border-bottom:1px solid #eadfd7;background:rgba(255,253,250,.96);backdrop-filter:blur(12px)}.crossword-brand{display:flex;align-items:center;gap:12px}.crossword-brand i{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:#ffe8d9;font-size:28px;font-style:normal}.crossword-brand h2{margin:0;font-size:25px}.crossword-brand p{margin:2px 0 0;color:#786b63;font-size:11px}.crossword-head-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.crossword-storage-state{padding:7px 10px;border-radius:999px;background:#fff0e5;color:#af542e;font-size:9px;font-weight:800}.crossword-body{display:grid;grid-template-columns:370px minmax(0,1fr);gap:16px;padding:18px}.crossword-editor,.crossword-stage,.crossword-card{padding:18px;border:1px solid #eadfd7;border-radius:22px;background:#fff}.crossword-editor{align-self:start}.crossword-editor h3,.crossword-stage h3,.crossword-card h3{margin:0 0 5px}.crossword-editor>p,.crossword-card>p{margin:0 0 12px;color:#796d65;font-size:11px;line-height:1.55}.crossword-field{display:grid;gap:5px;margin:10px 0}.crossword-field label{color:#71655e;font-size:9px;font-weight:800}.crossword-field input,.crossword-field select,.crossword-field textarea{width:100%;padding:10px 11px;border:1px solid #e5d8cf;border-radius:11px;background:#fff;font:11px/1.55 Lexend,sans-serif}.crossword-field textarea{min-height:190px;resize:vertical}.crossword-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.crossword-editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.crossword-errors{margin-top:10px;padding:10px;border-radius:12px;background:#fff1ef;color:#ad493f;font-size:10px;line-height:1.5}.crossword-workspace{display:grid;gap:14px;align-content:start}.crossword-tabs{display:flex;gap:8px}.crossword-tab{height:40px;padding:0 15px;border:1px solid #e2d6ce;border-radius:999px;background:#fff;color:#5d514a;font:750 11px Lexend,sans-serif;cursor:pointer}.crossword-tab.active{border-color:#f47743;background:#fff0e7;color:#c45128}.crossword-view{display:none}.crossword-view.active{display:block}.crossword-board-wrap{overflow:auto;padding:18px;border-radius:20px;background:#eff6fb}.crossword-board{display:grid;justify-content:center;min-width:max-content;margin:auto;gap:2px}.crossword-cell{position:relative;width:46px;height:46px;display:grid;place-items:center;border:2px solid #4789b7;background:#fff;color:#2f3437;font:800 21px Lexend,sans-serif;text-transform:uppercase}.crossword-cell.empty{border-color:transparent;background:transparent}.crossword-cell .number{position:absolute;left:3px;top:1px;font-size:8px;color:#5d7180}.crossword-cell .letter{opacity:0;transform:scale(.55);transition:.25s}.crossword-cell.revealed .letter{opacity:1;transform:scale(1)}.crossword-cell.just-revealed .letter{animation:crosswordReveal .45s ease}@keyframes crosswordReveal{0%{opacity:0;transform:scale(.2) rotate(-8deg)}70%{transform:scale(1.18)}100%{opacity:1;transform:scale(1)}}.crossword-clues-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.crossword-clue-list{display:grid;gap:7px}.crossword-clue{padding:10px;border:1px solid #e7dcd4;border-radius:12px;background:#fffaf7;font-size:11px;line-height:1.5;cursor:pointer}.crossword-clue.active{border-color:#f47743;background:#fff0e7}.crossword-clue.revealed{border-color:#81bd90;background:#eff9f1}.crossword-clue input{width:calc(100% - 36px);border:0;background:transparent;font:11px Lexend,sans-serif}.crossword-play-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}.crossword-play-actions{display:flex;gap:7px;flex-wrap:wrap}.crossword-timer{padding:10px 14px;border-radius:14px;background:#314f63;color:#fff;font:800 19px Lexend,sans-serif}.crossword-teams{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:13px}.crossword-team{padding:10px;border:2px solid transparent;border-radius:14px;background:#fff4ec;text-align:center;cursor:pointer}.crossword-team.active{border-color:#f47743}.crossword-team input{width:100%;border:0;background:transparent;text-align:center;font:700 10px Lexend,sans-serif}.crossword-team b{display:block;font-size:23px}.crossword-team-actions{display:flex;justify-content:center;gap:5px}.crossword-team-actions button{width:28px;height:28px;border:0;border-radius:8px;background:#fff;cursor:pointer}.crossword-saved{display:grid;gap:7px;margin-top:12px}.crossword-saved-item{display:grid;grid-template-columns:1fr auto;gap:7px;padding:9px;border:1px solid #e8ddd5;border-radius:11px}.crossword-saved-item b{font-size:10px}.crossword-saved-item small{display:block;color:#82766e;font-size:8px}.crossword-saved-actions{display:flex;gap:4px}.crossword-saved-actions button{border:0;border-radius:7px;background:#fff0e7;padding:6px;cursor:pointer}.crossword-shell:fullscreen{width:100%;height:100%;border:0;border-radius:0;overflow:auto}.crossword-shell:fullscreen .crossword-editor,.crossword-shell:fullscreen .crossword-tabs{display:none}.crossword-shell:fullscreen .crossword-body{grid-template-columns:1fr}.crossword-shell:fullscreen .crossword-cell{width:clamp(42px,5vw,72px);height:clamp(42px,5vw,72px);font-size:clamp(20px,3vw,35px)}@media(max-width:900px){.crossword-body{grid-template-columns:1fr}.crossword-editor{order:2}.crossword-clues-grid{grid-template-columns:1fr}.crossword-teams{grid-template-columns:1fr 1fr}.crossword-overlay{padding:0}.crossword-shell{min-height:100vh;border-radius:0}}
/* Crossword grid sizing and print overrides */
.crossword-board{grid-template-columns:repeat(var(--crossword-columns),46px)!important;grid-template-rows:repeat(var(--crossword-rows),46px)!important;grid-auto-rows:46px!important;align-content:center!important}
.crossword-cell{box-sizing:border-box;align-self:stretch;justify-self:stretch}
.crossword-cell .letter{box-sizing:border-box;width:100%!important;height:100%!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;cursor:default!important;font:900 28px/1 Lexend,sans-serif!important;text-align:center!important;transform-origin:center!important}
.crossword-cell .letter:hover{transform:scale(1)!important}
.crossword-shell:fullscreen .crossword-cell .letter{font-size:clamp(28px,3.4vw,46px)!important}
.crossword-shell:fullscreen .crossword-board{grid-template-columns:repeat(var(--crossword-columns),clamp(42px,5vw,72px))!important;grid-template-rows:repeat(var(--crossword-rows),clamp(42px,5vw,72px))!important;grid-auto-rows:clamp(42px,5vw,72px)!important}
@media print{
  body>*:not(.crossword-overlay){display:none!important}
  .crossword-overlay{position:static;display:block!important;padding:0;background:#fff}
  .crossword-shell{width:100%;min-height:0;border:0;box-shadow:none}
  .crossword-head-actions,.crossword-editor,.crossword-tabs,.crossword-play-top,.crossword-teams{display:none!important}
  .crossword-body{display:block;padding:0}
  .crossword-view{display:none!important}
  .crossword-view[data-crossword-view="edit"]{display:block!important}
  .crossword-cell .letter{opacity:0!important}
  .crossword-clue input{border:0}
  .crossword-board-wrap{background:#fff}
}
