.cq-songbook{box-sizing:border-box;width:min(680px,calc(100vw - 24px));max-height:calc(100dvh - 32px);overflow:auto;padding:20px;border:3px solid #bc9462;border-radius:8px;background:#f8edce;color:#352d29;box-shadow:0 10px 0 #201c2480;font:15px/1.5 system-ui,sans-serif}
.cq-songbook::backdrop{background:#161825cc}
.cq-songbook header{display:flex;align-items:center;justify-content:space-between;gap:16px}
.cq-songbook h2,.cq-songbook h3{margin:0 0 12px}
.cq-songbook button{padding:10px 14px;min-height:44px;border:2px solid #987950;border-radius:4px;color:#352d29;background:#fff6dd;cursor:pointer;font:inherit}
.cq-songbook button:focus-visible,.cq-songbook input:focus-visible{outline:3px solid #307970;outline-offset:3px}
.cq-songbook-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}
.cq-songbook-list button{text-align:left}
.cq-songbook-list button[aria-pressed=true]{background:#d9e8c3;border-color:#557441}
.cq-songbook section{border-top:2px solid #c6ab7c;padding-top:16px}
.cq-songbook-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}
.cq-songbook label{display:flex;gap:12px;align-items:center}
.cq-songbook input{flex:1;min-width:0;accent-color:#557441}
@media(max-width:480px){.cq-songbook{padding:14px}.cq-songbook-list{grid-template-columns:1fr}}
