*{box-sizing:border-box}:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#002050;background-color:#f7f9fc;--brand-blue: #002050;--brand-blue-soft: #123463;--brand-gold: #d89810;--brand-gold-bright: #e0a010;--border-soft: #d8e0eb;--surface-muted: #f7f9fc}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{display:grid;grid-template-columns:360px 1fr;gap:16px;max-width:1200px;margin:0 auto;padding:24px 20px 40px}.sidebar-stack{display:flex;min-width:0;flex-direction:column;gap:16px}@media(max-width:960px){.app-shell{grid-template-columns:1fr;padding:16px 14px 28px}}.live-band{padding:14px 16px}.live-band-header p,.live-band-empty,.song-search-empty{margin:0;color:#002050ad;font-size:13px}.live-set-header>button,.song-picker input,.song-picker>div>button{min-height:44px}.live-set-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border-soft)}.live-set-header>div{min-width:0}.song-picker{margin-top:14px;padding-top:14px;border-top:1px solid var(--border-soft)}.live-set-title{margin:0 0 3px;font-size:15px}.live-set-mode{color:#0020509e;font-size:13px}.live-add-result{display:inline-grid;width:34px;min-height:34px;place-items:center;border-radius:9px;background:var(--brand-blue);color:#fff;font-size:18px;font-weight:800;line-height:1}.live-add-result:hover{background:var(--brand-gold)}.live-position-result{display:inline-grid;width:44px;min-height:44px;place-items:center;border-radius:0;background:var(--brand-blue);color:#fff;font-size:14px;font-weight:800;line-height:1}.live-band .primary{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff;font-weight:700}.live-band-presence{display:flex;align-items:center;gap:6px;color:#002050b8;font-size:13px}.live-band-presence-dot{width:8px;height:8px;border-radius:999px;background:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.live-band-error,.live-band-sync{margin-top:12px;padding:8px 10px;border-radius:8px;font-size:13px}.live-band-error{border:1px solid rgba(220,38,38,.28);background:#fef2f2;color:#991b1b}.live-band-sync{background:var(--surface-muted);color:#002050ad}.live-band-empty,.song-search-empty{padding-top:10px;text-align:center}.live-band-list{display:flex;flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;counter-reset:live-set}.live-band-list li{display:flex;min-height:44px;align-items:stretch;overflow:hidden;border:1px solid var(--border-soft);border-radius:9px;background:#fff;counter-increment:live-set;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease,opacity .12s ease}.live-band-list li.dragging{z-index:1;opacity:.78;border-color:var(--brand-gold);box-shadow:0 4px 12px #0020501f}.live-band-drag{width:44px;flex:0 0 44px;padding:0;border:0;border-right:1px solid rgba(0,32,80,.08);border-radius:0;background:transparent;color:#0020508c;cursor:grab;touch-action:none}.live-band-list li.dragging .live-band-drag,.live-band-list li.dragging .live-band-song{cursor:grabbing}.live-band-drag:active{cursor:grabbing;background:#d8981024}.live-band-drag span{font-size:20px;line-height:1}.live-band-song{display:flex;cursor:grab;touch-action:none;min-width:0;flex:1;align-items:center;gap:7px;padding:7px 9px;border:0;border-radius:0;background:transparent;text-align:left}.live-band-song:before{content:counter(live-set);display:inline-grid;width:20px;height:20px;flex:0 0 auto;place-items:center;border-radius:999px;background:#00205014;font-size:11px;font-weight:750}.live-band-song span{overflow:hidden;flex:1;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.live-band-song small{color:inherit;font-size:10px;font-weight:750;text-transform:uppercase}.live-band-list li.active{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff}.live-band-list li.active .live-band-song:before{background:#ffffff29}.live-band-list li.active .live-band-drag,.live-band-list li.active .live-band-song,.live-band-list li.active .live-band-delete{color:inherit}.live-band-delete{width:44px;flex:0 0 44px;min-height:44px;padding:0;border:0;border-left:1px solid rgba(0,32,80,.08);border-radius:0;background:transparent;color:#b91c1c;font-size:17px}.live-band-delete:hover,.live-band-delete:focus-visible{background:#dc26261a}.live-band-list li.active .live-band-drag,.live-band-list li.active .live-band-delete{border-color:#ffffff29}.edit-page-shell{width:100%;min-height:100vh;padding:24px 20px 40px}.edit-page-card{width:min(100%,1200px);margin:0 auto;background:#fff;border:1px solid var(--border-soft);border-radius:12px;padding:18px;box-shadow:0 8px 24px #00205014}@media(max-width:960px){.edit-page-shell{padding:16px 14px 28px}}.edit-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border-soft)}.edit-cancel-button{border-color:#00205033;background:#fff;color:var(--brand-blue);font-weight:700}.edit-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;flex-wrap:wrap}.edit-page-actions button{padding:6px 10px;line-height:1.2}.edit-page-actions .primary{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff;font-weight:700}.edit-page-actions .danger{border-color:#fecaca;background:#fee2e2;color:#991b1b;font-weight:700}.edit-page-actions .primary:disabled{border-color:#cbd5e1;background:#e5e7eb;color:#64748b}.category-add-control{display:inline-flex;align-items:center;gap:5px}.category-add-control input{width:112px;height:30px;padding:5px 8px;border-radius:7px;font-size:13px;background:#fff}.category-add-control button{height:30px;padding:4px 8px;border-color:#00205024;background:#fff;color:#002050b8;font-size:13px;font-weight:650}.edit-page-title{display:flex;flex-direction:column;gap:4px;flex:1 1 240px;min-width:0}.edit-page-title h2{margin:0;overflow-wrap:anywhere}.edit-page-note{margin-top:10px}.edit-transpose-control{display:flex;align-items:center;gap:10px;min-height:42px;margin-bottom:14px;padding:7px 9px;border:1px solid var(--border-soft);border-radius:9px;background:var(--surface-muted)}.edit-transpose-title{color:var(--brand-blue);font-size:13px;font-weight:750;white-space:nowrap}.edit-transpose-steps{display:inline-flex;align-items:center;overflow:hidden;border:1px solid rgba(0,32,80,.18);border-radius:7px;background:#fff}.edit-transpose-steps button{width:30px;height:28px;padding:0;border:0;border-radius:0;font-size:17px;line-height:1}.edit-transpose-current{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:28px;padding:0 7px;border-right:1px solid rgba(0,32,80,.12);border-left:1px solid rgba(0,32,80,.12);color:var(--brand-blue);font-size:13px;font-weight:750;white-space:nowrap}.edit-transpose-key{display:inline-flex;align-items:center;gap:6px;color:var(--brand-blue-soft);font-size:12px;font-weight:650;white-space:nowrap}.edit-transpose-key select{width:76px;height:30px;padding:3px 7px;border-radius:7px;background:#fff;color:var(--brand-blue);font-size:13px;font-weight:650}.edit-transpose-hint{margin-left:auto;color:#00205099;font-size:12px}.save-conflict{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:10px 12px;border:1px solid #f4bd58;border-radius:9px;background:#fff8e8;color:#704300}.save-conflict p{margin:3px 0 0;font-size:13px;line-height:1.35}.save-conflict-actions{display:flex;gap:7px;flex:0 0 auto}.save-conflict-actions button{padding:6px 9px;background:#fff;color:var(--brand-blue);white-space:nowrap}.save-conflict-actions .primary{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff}.edit-source-loading,.edit-source-unavailable{min-height:120px;padding:20px;border:1px solid var(--border-soft);border-radius:9px;background:var(--surface-muted)}.edit-source-unavailable button{margin-top:10px}@media(max-width:640px){.edit-page-card{padding:14px}.edit-page-header{align-items:center;flex-wrap:wrap}.edit-transpose-control{flex-wrap:wrap}.edit-transpose-hint{width:100%;margin-left:0}.save-conflict{align-items:stretch;flex-direction:column}.save-conflict-actions button{flex:1}}@media(max-width:480px){.edit-page-actions{width:100%;margin-left:0}.category-add-control{width:100%}.category-add-control input{flex:1;width:auto}.edit-page-actions button{flex:1}}.card{background:#fff;border:1px solid var(--border-soft);border-radius:12px;padding:16px;box-shadow:0 8px 24px #00205014}h1{margin:0 0 12px;font-size:24px;color:var(--brand-blue)}.brand-heading{display:flex;align-items:center;gap:10px;margin-bottom:8px}.brand-logo{display:block;width:42px;height:42px;object-fit:contain;flex:0 0 auto}.brand-title{display:flex;align-items:center;gap:.12em;margin:-4px 0 0;min-width:0;font-family:Playfair Display,"Bodoni 72",Didot,Georgia,serif;font-size:36px;font-weight:600;line-height:1;letter-spacing:0}.brand-title-holy{color:var(--brand-blue)}.brand-title-songs{color:var(--brand-gold)}@media(max-width:640px){h1{font-size:20px}.brand-title{font-size:32px}.brand-logo{width:38px;height:38px}}h2{margin:0 0 10px;font-size:18px;color:var(--brand-blue)}@media(max-width:640px){h2{font-size:17px}}input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border-soft);color:var(--brand-blue);font-size:15px}input:focus,textarea:focus{border-color:var(--brand-gold);outline:2px solid rgba(216,152,16,.18)}input[type=range]{padding:0;height:24px;border:0;border-radius:0;cursor:pointer;-webkit-appearance:none;appearance:none;background:transparent;display:block}input[type=range]:focus{border-color:transparent;outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;background:#d8e0eb;border-radius:3px}input[type=range]::-webkit-slider-track{width:100%;height:6px;background:#d8e0eb;border-radius:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--brand-gold);border-radius:50%;cursor:pointer;margin-top:-5px;border:2px solid #ffffff;box-shadow:0 0 0 1px #0020502e}input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #0020502e,0 0 0 4px #d898102e}input[type=range]::-moz-range-track{width:100%;height:6px;background:#d8e0eb;border-radius:3px}input[type=range]::-moz-range-thumb{width:16px;height:16px;background:var(--brand-gold);border-radius:50%;cursor:pointer;border:2px solid #ffffff;box-shadow:0 0 0 1px #0020502e}input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 0 1px #0020502e,0 0 0 4px #d898102e}.song-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;overflow-x:hidden}.song-result-row{display:flex;align-items:stretch;overflow:hidden;border:1px solid var(--border-soft);border-radius:9px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease,opacity .12s ease}.song-result-row.dragging{opacity:.58}.song-result-main{width:100%;min-width:0;flex:1;text-align:left;padding:10px 12px;border:0;border-radius:0;background:transparent;color:var(--brand-blue);cursor:pointer}.song-result-title{display:block;font-weight:700}.song-result-actions{display:flex;align-items:center;border-left:1px solid rgba(0,32,80,.08)}.song-result-actions button{width:44px;padding:0;border:0;border-radius:0}.song-result-actions .live-add-result{width:34px;min-height:34px;margin:0 5px;border-radius:9px}.song-result-actions>*+*{border-left:1px solid rgba(0,32,80,.08)}button{border:1px solid var(--border-soft);border-radius:8px;padding:6px 10px;background:var(--surface-muted);color:var(--brand-blue);cursor:pointer}button:hover:not(:disabled){border-color:var(--brand-gold)}button:disabled{opacity:.6;cursor:not-allowed}.star-icon{font-size:18px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#94a3b8;transition:all .2s;padding:4px;border:0;background:transparent;line-height:1}.star-icon.filled{color:var(--brand-gold)}.star-icon:hover{color:var(--brand-gold-bright);transform:scale(1.15)}.song-result-row.active{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff}.song-result-row.active .song-result-main,.song-result-row.active .star-icon{color:inherit}.song-result-row.active .live-add-result{background:var(--brand-blue-soft);color:#fff}.song-result-row.active .live-add-result:hover{background:var(--brand-gold);color:var(--brand-blue)}.song-result-row.active .live-position-result{background:var(--brand-blue-soft)}.song-result-row.active .song-subtitle{color:#ffffffd1}.song-result-row.active .song-result-actions,.song-result-row.active .song-result-actions>*+*{border-color:#ffffff29}.live-band.accepting-song-drop .live-set-header,.live-band.accepting-song-drop .live-band-list,.live-band.accepting-song-drop .live-band-empty{border-color:var(--brand-gold);background:#d898101a;box-shadow:0 0 0 3px #d898101f}.controls{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.song-header{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:12px}.song-heading{display:flex;flex-direction:column;gap:3px;flex:1 1 220px;min-width:0}.song-heading h2{overflow-wrap:anywhere}.song-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;flex:0 0 auto;flex-wrap:wrap;margin-left:auto}.autoscroll-speed{display:flex;align-items:center;gap:8px;flex-basis:100%}.floating-autoscroll-stop{display:none;position:fixed;top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));z-index:70;min-height:40px;padding:9px 14px;border-color:#d898109e;background:var(--brand-blue);color:#fff;font-weight:700;box-shadow:0 12px 30px #00205038}.floating-autoscroll-stop:hover:not(:disabled){border-color:var(--brand-gold);background:var(--brand-blue-soft)}.speed-slider{flex:1;min-width:140px}.speed-value{min-width:44px;color:var(--brand-blue);font-variant-numeric:tabular-nums;font-size:14px;text-align:right}.song-subtitle{color:#002050ad;font-size:13px;line-height:1.25}.song-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.song-result-main .song-meta{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.song-result-main .category-chips,.song-result-main .category-chip{display:inline}.song-result-main .category-chips{margin-left:6px}.song-result-main .category-chip+.category-chip{margin-left:8px}.category-chips{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.category-chip{display:inline-flex;align-items:center;gap:2px;max-width:100%;min-height:0;padding:0;border:0;border-radius:0;font-size:12px;font-weight:650;line-height:1.2;overflow-wrap:anywhere}.category-chip-remove{display:inline;width:auto;height:auto;min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:currentColor;font-size:11px;font-weight:800;line-height:1;opacity:.58}.transpose-control{display:inline-flex;align-items:center;flex:0 0 auto;height:32px;border-radius:8px;border:1px solid var(--border-soft);background:var(--surface-muted);padding:3px;line-height:1;transition:border-color .15s ease,background-color .15s ease}.transpose-control:hover,.transpose-control:focus-within{border-color:var(--brand-gold)}.transpose-main{height:24px;min-width:30px;padding:0 5px;border:0;border-radius:5px;font-weight:650;line-height:1;background:transparent}.transpose-label-full,.transpose-label-short{display:inline-block}.transpose-label-short{display:none}.transpose-control:hover .transpose-label-full,.transpose-control:focus-within .transpose-label-full,.transpose-control.is-open .transpose-label-full,.transpose-control.is-transposed .transpose-label-full{display:none}.transpose-control:hover .transpose-label-short,.transpose-control:focus-within .transpose-label-short,.transpose-control.is-open .transpose-label-short,.transpose-control.is-transposed .transpose-label-short{display:inline-block}.transpose-control.is-open,.transpose-control.is-transposed{border-color:#d89810b8;background:#d8981021}.transpose-step,.transpose-value{max-width:0;margin-left:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-width .15s ease,margin-left .15s ease,opacity .15s ease}.transpose-step{width:0;min-width:0;height:24px;padding:0;border-width:0;border-radius:999px;font-size:15px;font-weight:700;line-height:1;background:#fff}.transpose-value{display:inline-flex;align-items:center;justify-content:center;height:24px;color:var(--brand-blue);font-size:13px;font-weight:700;line-height:1}.transpose-control:hover .transpose-step,.transpose-control:focus-within .transpose-step,.transpose-control.is-open .transpose-step,.transpose-control.is-transposed .transpose-step{width:24px;min-width:24px;max-width:24px;margin-left:4px;border-width:1px;opacity:1;pointer-events:auto}.transpose-control:hover .transpose-value,.transpose-control:focus-within .transpose-value,.transpose-control.is-open .transpose-value,.transpose-control.is-transposed .transpose-value{max-width:34px;margin-left:4px;opacity:1}.refresh-button{display:inline-flex;align-items:center;justify-content:center;place-items:center;width:32px;min-width:32px;height:auto;padding:6px;line-height:1}.refresh-button img{width:14px;height:14px;display:block}@media(max-width:640px){.controls{gap:6px}.song-header{gap:8px}.song-heading{flex-basis:100%}.song-actions{width:100%;margin-left:0}.floating-autoscroll-stop{display:inline-flex;align-items:center;justify-content:center;top:auto;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));min-height:44px;padding:10px 14px}}@media(hover:none){.transpose-control:hover .transpose-step{width:0;min-width:0;max-width:0;margin-left:0;border-width:0;opacity:0;pointer-events:none}.transpose-control:hover .transpose-value{max-width:0;margin-left:0;opacity:0}.transpose-control.is-open .transpose-step,.transpose-control.is-transposed .transpose-step,.transpose-control:focus-within .transpose-step{width:24px;min-width:24px;max-width:24px;margin-left:4px;border-width:1px;opacity:1;pointer-events:auto}.transpose-control.is-open .transpose-value,.transpose-control.is-transposed .transpose-value,.transpose-control:focus-within .transpose-value{max-width:34px;margin-left:4px;opacity:1}}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#d8981021;color:var(--brand-blue);border:1px solid rgba(216,152,16,.32);font-size:13px}@media(max-width:640px){.chip{font-size:12px;padding:6px 8px}}.song{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:16px}.song-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.save-toast{position:fixed;right:20px;bottom:20px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;width:min(360px,calc(100vw - 28px));min-height:58px;padding:12px 14px;border:1px solid rgba(22,163,74,.28);border-radius:10px;background:#ecfdf5;color:#064e3b;box-shadow:0 18px 44px #0f172a2e;opacity:0;transform:translateY(12px);pointer-events:none;z-index:80;transition:opacity .18s ease,transform .18s ease}.save-toast.visible{opacity:1;transform:translateY(0)}.save-toast.warning{border-color:#d9770652;background:#fffbeb;color:#78350f}.save-toast.error{border-color:#dc262652;background:#fef2f2;color:#7f1d1d}.save-toast-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#16a34a;box-shadow:0 10px 22px #16a34a38;opacity:1;transform:none}.save-toast.warning .save-toast-icon{background:#d97706;box-shadow:0 10px 22px #d9770638}.save-toast.error .save-toast-icon{background:#dc2626;box-shadow:0 10px 22px #dc262638}.save-toast.visible .save-toast-icon{animation:save-toast-pop .26s ease-out forwards}.save-toast-icon svg{width:22px;height:22px;overflow:visible}.save-toast-icon path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:22;stroke-dashoffset:22}.save-toast-icon span{color:#fff;font-size:23px;font-weight:800;line-height:1}.save-toast-label{min-width:0;color:currentColor;font-size:14px;font-weight:600;line-height:1.35}.save-toast.visible .save-toast-icon path{animation:save-check-draw 1s ease-out forwards}@keyframes save-toast-pop{0%{transform:scale(.88)}to{transform:scale(1)}}@keyframes save-check-draw{0%{stroke-dashoffset:22}22%{stroke-dashoffset:22}to{stroke-dashoffset:0}}.line{line-height:2.4;margin-bottom:2px}.token{position:relative;display:inline}.chord{position:absolute;bottom:100%;left:0;font-weight:700;font-size:.9em;color:var(--brand-blue);white-space:nowrap;line-height:1;background-color:#d8981024;padding:2px 4px;border-radius:3px}.lyric{white-space:pre-wrap}.chord-spacer{opacity:0;pointer-events:none}.chord-flow-spacer{display:inline-block;visibility:hidden;font-weight:700;font-size:.9em;line-height:1;white-space:nowrap;padding:2px 4px;pointer-events:none}@media(max-width:640px){.song{font-size:15px}.chord,.chord-flow-spacer{font-size:.85em}}.section-title{margin:16px 0 6px;font-weight:700;color:var(--brand-gold)}.badge{background:#d8981021;color:var(--brand-blue);border-radius:8px;padding:4px 8px;font-size:12px}.editor{margin:10px 0 18px;display:flex;flex-direction:column;gap:8px}.editor textarea{width:100%;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;border:1px solid var(--border-soft);border-radius:10px;padding:10px 12px;background:var(--surface-muted);color:var(--brand-blue);resize:vertical}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecdd3;border-radius:8px;padding:8px 10px;font-size:14px}.note{font-size:13px;color:var(--brand-blue-soft)}.song-search-controls{display:flex;align-items:center;gap:8px;margin-bottom:12px}.song-search-controls input{min-width:0}.song-search-field{position:relative;flex:1;min-width:0;color:#94a3b8}.song-search-field input{padding-left:44px}.song-search-icon{position:absolute;top:50%;left:14px;width:20px;height:20px;transform:translateY(-50%);pointer-events:none}.create-song-button{display:inline-grid;width:44px;flex:0 0 44px;place-items:center;padding:0;font-size:18px;font-weight:800}.song-editor{min-width:0}.editor-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:stretch}.editor-pane{display:flex;min-width:0;flex-direction:column;gap:.55rem}.editor-pane-heading{color:var(--brand-blue-soft);font-size:.82rem;font-weight:700;text-transform:uppercase}.editor-content{min-height:560px;max-height:calc(100vh - 245px);overflow:auto;padding:1rem;border:1px solid var(--border-soft);border-radius:8px;background:#fff}.raw-editor{width:100%;min-height:560px;max-height:calc(100vh - 245px);flex:1;overflow:auto;resize:none;padding:1rem;border:1px solid var(--border-soft);border-radius:8px;background:#fff;color:inherit;font-family:IBM Plex Mono,monospace;font-size:15px;line-height:1.45;white-space:pre}.line-editor{position:relative;min-height:1.5em;margin:2.2em 0 .2em}.line-spacer{height:1.5em}.directive-editor{display:flex;align-items:center;gap:.5rem;margin-bottom:.5em}.directive-editor input{width:100%;flex:1;padding-left:14px;border:0;background:transparent;color:var(--brand-gold);font:inherit;font-size:.9em;font-weight:700}.section-actions{display:flex;gap:.25rem}.section-action-button{padding:.15rem .5rem;border:1px solid var(--border-soft);border-radius:6px;background:#fff;color:var(--brand-blue);font-size:.7rem;white-space:nowrap}.chords-layer{position:absolute;top:-1.6em;left:14px;width:calc(100% - 14px);height:1.5em;cursor:text}.chord-pill{position:absolute;z-index:10;padding:.08rem .15rem;transform:translate(-50%);border:1px solid transparent;border-radius:4px;background:transparent;color:var(--brand-blue);font:inherit;font-size:.9em;font-weight:700;line-height:1;cursor:grab;-webkit-user-select:none;user-select:none;white-space:nowrap}.chord-pill:hover,.chord-pill:focus-visible,.chord-pill.is-touch-dragging{border-color:#d8981052;outline:none;background:#d898101c;color:var(--brand-gold)}.chord-edit-input{position:absolute;top:-.2rem;z-index:30;width:4.25rem;min-width:3.25rem;padding:.12rem .22rem;transform:translate(-50%);border:1px solid var(--brand-gold);border-radius:5px;outline:0;background:#fff;color:var(--brand-blue);box-shadow:0 8px 18px #14203624;font:inherit;font-weight:700;text-align:center}.lyrics-input{width:100%;margin:0;padding:0;border:0;border-bottom:1px dashed transparent;outline:0;background:transparent;color:inherit;font:inherit}.lyrics-input:focus{border-bottom-color:var(--brand-gold);background:#d8981014}.clear-chords-button{position:absolute;top:-.4rem;right:.25rem;z-index:20;padding:.15rem .5rem;border:1px solid var(--border-soft);border-radius:6px;background:#fff;color:var(--brand-blue);font-size:.75rem}@media(max-width:900px){.editor-split{grid-template-columns:1fr}.raw-editor,.editor-content{min-height:380px;max-height:none}}@media(hover:none),(pointer:coarse){.line-editor{min-height:2em;margin-top:2.8em}.chords-layer{top:-2.25em;height:2.25em}.chord-pill{min-width:2.5rem;min-height:2rem;padding:.38rem .45rem;touch-action:none;border-color:#1e2d481f;border-radius:6px;background:#ffffffeb;box-shadow:0 4px 12px #14203614}.chord-edit-input{top:.05rem;min-width:4rem;min-height:1.75rem;padding:.22rem .3rem}.clear-chords-button{top:-.15rem;min-height:2rem}}
