:root{color-scheme:dark;--bg:#071016;--surface:#101d26;--surface-2:#142936;--border:#28495b;--text:#f5fbff;--muted:#a7bbc8;--accent:#22d3ee;--accent-2:#34d399;--danger:#fb7185;--shadow:#00000059}*{box-sizing:border-box}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{background:radial-gradient(circle at 12% 8%, #22d3ee29, transparent 32%), radial-gradient(circle at 86% 18%, #34d39926, transparent 30%), var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}.puzzle-app{gap:1rem;min-height:100vh;padding:clamp(.85rem,2vw,1.5rem);display:grid}.puzzle-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.puzzle-title{margin:0;font-size:clamp(2rem,4.2vw,3.6rem);line-height:1}.puzzle-subtitle{max-width:62rem;color:var(--muted);margin:.55rem 0 0;line-height:1.5}.layout{grid-template-columns:minmax(0,1fr);gap:1rem;display:grid}.panel{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);box-shadow:0 20px 44px var(--shadow);border-radius:.85rem;padding:clamp(.8rem,2vw,1rem)}.toolbar,.actions,.direction-grid{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.toolbar{justify-content:space-between}.button,.mini-button{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:.68rem;justify-content:center;align-items:center;font-weight:850;text-decoration:none;display:inline-flex}.button{min-height:2.65rem;padding:.62rem .9rem}.mini-button{min-height:2.25rem;padding:.42rem .62rem}.button.primary,.mini-button.primary{background:linear-gradient(135deg, var(--accent), var(--accent-2));color:#061117;border-color:#0000}.button.danger,.mini-button.danger{border-color:color-mix(in srgb, var(--danger) 72%, var(--border));color:#fecdd3}.muted{color:var(--muted)}.field-grid{grid-template-columns:1fr;gap:.75rem;display:grid}.field{color:var(--muted);gap:.35rem;font-size:.86rem;font-weight:750;display:grid}.field small{color:var(--muted);font-size:.78rem;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--border);background:var(--surface);width:100%;min-height:2.55rem;color:var(--text);border-radius:.65rem;outline:none;padding:.58rem .7rem}.field textarea{resize:vertical;min-height:5.5rem}.field input:focus,.field textarea:focus,.button:focus-visible,.mini-button:focus-visible,.icon-button:focus-visible,.entry-summary:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 42%, transparent);outline-offset:2px}.entry-list{gap:.55rem;margin-top:.7rem;display:grid}.entry-card{border:1px solid var(--border);background:var(--surface-2);border-radius:.68rem;gap:.65rem;padding:.6rem;display:grid}.entry-card.compact{padding-block:.48rem}.entry-head{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.entry-summary{min-width:0;color:var(--text);text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.55rem;padding:0;display:grid}.entry-index{border:1px solid var(--border);background:var(--surface);width:1.8rem;height:1.8rem;color:var(--accent);border-radius:999px;place-items:center;font-weight:900;display:grid}.entry-copy{min-width:0;display:grid}.entry-copy strong,.entry-copy .muted{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-actions{flex:none}.icon-button{border:1px solid var(--border);background:var(--surface);width:2.1rem;height:2.1rem;color:var(--text);border-radius:.55rem;place-items:center;font-weight:900;display:inline-grid}.print-icon-button{min-width:2.65rem;font-size:1.25rem}.status{min-height:1.4rem;color:var(--muted);font-weight:750}.status.error{color:var(--danger)}.status.success{color:var(--accent-2)}.grid-wrap{border:1px solid var(--border);background:var(--surface-2);border-radius:.75rem;padding:.75rem;overflow:auto}.live-print-app{align-content:start}.print-sheet{border:1px solid var(--border);background:var(--surface);width:100%;max-width:64rem;box-shadow:0 20px 44px var(--shadow);border-radius:.85rem;justify-self:center;gap:1rem;padding:clamp(.9rem,2vw,1.35rem);display:grid}.print-heading{justify-content:space-between;gap:1rem;display:flex}.print-heading h1{margin:0;font-size:clamp(1.8rem,4vw,3rem)}.print-heading p{color:var(--muted);margin:.35rem 0 0}.print-grid{justify-self:start;max-width:100%}.print-clues h2{margin:0 0 .55rem}.print-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;padding-top:.8rem;display:flex}.print-footer img{object-fit:contain;width:2.2rem;height:2.2rem}.print-footer a{color:var(--text);font-weight:850;text-decoration:none}.letter-grid{gap:.16rem;width:max-content;min-width:100%;display:grid}.cell{border:1px solid color-mix(in srgb, var(--border) 78%, #fff);color:#0f172a;text-transform:uppercase;background:#f8fafc;border-radius:.28rem;place-items:center;width:clamp(1.8rem,4vw,2.5rem);height:clamp(1.8rem,4vw,2.5rem);font-weight:900;display:grid;position:relative}button.cell{cursor:pointer}.wordsearch-cell{transition:background .14s,border-color .14s,color .14s,transform .14s}.wordsearch-cell.marked{color:#052e16;background:#bbf7d0;border-color:#16a34a;transform:scale(.98)}.wordsearch-cell:focus-visible{outline:3px solid color-mix(in srgb, var(--accent-2) 55%, transparent);outline-offset:2px}.wordsearch-live-app .letter-grid{min-width:0}.live-wordsearch-layout{grid-template-columns:minmax(0,1fr)}.cell.block{color:#0000;background:#0b1118;border-color:#0b1118}.cell-number{color:#334155;font-size:.58rem;font-weight:900;position:absolute;top:.12rem;left:.16rem}.clue-list,.word-list{color:var(--muted);gap:.5rem;line-height:1.45;display:grid}.word-pill{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:999px;align-items:center;padding:.35rem .7rem;font-weight:800;display:inline-flex}.direction-option{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:.65rem;align-items:center;gap:.4rem;padding:.55rem .7rem;font-weight:800;display:inline-flex}@media (width>=780px){.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1180px){.layout{grid-template-columns:minmax(26rem,.48fr) minmax(0,1fr)}}@media (width<=759px){.puzzle-app{padding:.65rem}.puzzle-title{font-size:2rem}.puzzle-subtitle{font-size:.92rem}.panel{padding:.7rem}.button,.toolbar{width:100%}.button{min-height:2.45rem}.mini-button{min-height:2.1rem;padding-inline:.52rem;font-size:.9rem}.entry-head{align-items:flex-start}.entry-summary{flex:12rem}.compact-actions{flex:100%}.direction-option{padding:.48rem .58rem}}@media print{@page{size:A4;margin:12mm}:root{color-scheme:light;--bg:#fff;--surface:#fff;--surface-2:#fff;--border:#000;--text:#000;--muted:#000;--shadow:transparent}body{color:#000;background:#fff}.puzzle-app{min-height:auto;padding:0}.print-hidden,.button,.mini-button,.icon-button{display:none!important}.print-sheet,.grid-wrap{box-shadow:none;background:#fff;border:0;padding:0}.print-sheet{gap:8mm;max-width:none}.print-heading h1{font-size:22pt}.print-heading p,.clue-list{color:#000}.letter-grid{gap:0;width:max-content;min-width:0}.cell{color:#000;background:#fff;border:1px solid #000;border-radius:0;width:8mm;height:8mm}.cell.block{background:#000;border-color:#000}.cell-number{color:#000;font-size:6pt}.print-footer{break-inside:avoid;border-top:1px solid #000}.print-footer img{filter:grayscale()contrast(1.3)}.print-footer a{color:#000}.wordsearch-live-app .layout,.live-wordsearch-layout{grid-template-columns:1fr;gap:8mm;display:grid}.wordsearch-live-app .panel{box-shadow:none;background:#fff;border:0;padding:0}.wordsearch-live-app .grid-wrap{overflow:visible}.wordsearch-live-app .cell{border:1px solid #000;width:7.5mm;height:7.5mm;color:#000!important;background:#fff!important;transform:none!important}.wordsearch-live-app .cell.marked{background:#fff!important}.wordsearch-live-app .word-pill{color:#000;background:#fff;border:1px solid #000}}