#board{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin:0 auto}.top-actions{display:flex;gap:10px;flex-wrap:wrap}.category h2{min-height:56px}.tile{padding:5px;margin-top:8px}.scores{max-width:1100px;margin-left:auto;margin-right:auto}#editor{width:min(1040px,94vw);max-height:94vh}#editor h2{font:700 38px Georgia;margin:4px 0}.editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.editor-heading .eyebrow{margin:0}.editor-category{border:3px solid var(--navy);border-radius:16px;padding:18px;margin:22px 0;background:#fffdf7}.editor-category>h3{font:700 28px Georgia;margin:0 0 12px;color:var(--red)}.editor-clue{border-top:3px solid var(--orange);padding-top:14px;margin-top:20px}.editor-clue h4{font:700 21px Georgia;margin:0 0 12px}.editor-category label{display:block;font-weight:800;font-size:14px;margin:12px 0 6px}.editor-category input,.editor-category textarea{display:block;width:100%;border:2px solid #78909e;border-radius:7px;background:white;color:var(--navy);font:16px/1.4 Arial;padding:10px 12px;resize:vertical}.editor-category input:focus,.editor-category textarea:focus{outline:4px solid var(--orange);outline-offset:2px;border-color:var(--navy)}#editor-error{color:#9d211c;font-weight:800;min-height:20px}.editor-actions{position:sticky;bottom:-26px;display:flex;justify-content:space-between;gap:12px;background:var(--cream);border-top:3px solid var(--navy);padding:16px 0 4px}@media(max-width:700px){#board{gap:12px}.top-actions{width:100%}.top-actions button{flex:1}.editor-actions{flex-direction:column-reverse}.editor-actions button{width:100%}}@media(max-width:460px){#board{grid-template-columns:1fr}}
.clip-editor{border:2px dashed #78909e;border-radius:8px;margin:18px 0 8px;padding:12px;background:#f5eddf}.clip-status{font-size:14px;line-height:1.4}.clip-editor input[type=file]{background:transparent;border:none;padding:8px 0}.audio-hint{margin:12px auto 24px}.audio-hint button{background:var(--orange);font-size:18px}.audio-hint audio{display:block;width:min(100%,600px);margin:16px auto 8px}.audio-hint p{font-size:15px;line-height:1.5}.audio-hint a{color:var(--navy);font-size:15px}#editor>p{line-height:1.5}
