.auto-loading.svelte-176v5m9{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:40vh;color:#888}.receiver-card.svelte-176v5m9{border:1px solid #ccc;padding:1.5rem;border-radius:12px;text-align:center;max-width:400px;margin:auto}.input-section.svelte-176v5m9{display:flex;flex-direction:column;gap:1rem}input.svelte-176v5m9{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1.1rem;text-align:center}button.svelte-176v5m9{padding:.8rem;border-radius:6px;border:none;cursor:pointer;font-weight:700}.primary.svelte-176v5m9{background:#2563eb;color:#fff}.secondary.svelte-176v5m9{background:#10b981;color:#fff}.cancel.svelte-176v5m9{background:#ef4444;color:#fff;margin-top:1rem}.divider.svelte-176v5m9{margin:.5rem 0;color:#888;font-size:.8rem}#reader.svelte-176v5m9{width:100%;border-radius:8px;overflow:hidden;margin-bottom:1rem}.error.svelte-176v5m9{color:#ef4444;margin-top:1rem}.success.svelte-176v5m9{text-align:center;padding:2rem}.spinner.svelte-176v5m9{border:4px solid #f3f3f3;border-top:4px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:svelte-176v5m9-spin 1s linear infinite}@keyframes svelte-176v5m9-spin{to{transform:rotate(360deg)}}.song-item.svelte-1ronkym{--si-bg: transparent;--si-bg-hover: rgba(255, 255, 255, .04);--si-bg-active:rgba(245, 158, 11, .06);--si-border: rgba(255, 255, 255, .06);--si-text: #f0ece8;--si-sub: rgba(240, 236, 232, .45);--si-chevron: rgba(240, 236, 232, .25);display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem .875rem;background:var(--si-bg);border:none;border-bottom:1px solid var(--si-border);cursor:pointer;text-align:left;gap:.75rem;transition:background .15s}.song-item.light-mode.svelte-1ronkym{--si-bg: transparent;--si-bg-hover: rgba(0, 0, 0, .03);--si-bg-active:rgba(245, 158, 11, .06);--si-border: rgba(0, 0, 0, .07);--si-text: #18160f;--si-sub: rgba(24, 22, 15, .45);--si-chevron: rgba(24, 22, 15, .25)}.song-item.svelte-1ronkym:hover{background:var(--si-bg-hover)}.song-item.svelte-1ronkym:active{background:var(--si-bg-active)}.song-main.svelte-1ronkym{display:flex;flex-direction:column;gap:.15rem;overflow:hidden;flex:1}.song-title.svelte-1ronkym{font-family:DM Sans,sans-serif;font-weight:500;color:var(--si-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.song-artist.svelte-1ronkym{font-family:DM Sans,sans-serif;font-size:.8em;color:var(--si-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.song-chevron.svelte-1ronkym{color:var(--si-chevron);flex-shrink:0;transition:color .15s,transform .15s}.song-item.svelte-1ronkym:hover .song-chevron:where(.svelte-1ronkym){color:#f59e0b;transform:translate(2px)}.list-container.svelte-1lo8wro{--s-bg: #0c0a0f;--s-text: #f0ece8;--s-text-sub: rgba(240, 236, 232, .4);--s-border: rgba(255, 255, 255, .06);--s-btn-bg: rgba(255, 255, 255, .05);--s-btn-border: rgba(255, 255, 255, .1);--s-btn-color: rgba(240, 236, 232, .55);--s-btn-hover: rgba(255, 255, 255, .1);--s-input-bg: rgba(255, 255, 255, .05);--s-input-border: rgba(255, 255, 255, .1);--s-amber-focus: rgba(245, 158, 11, .6);--s-amber-glow: rgba(245, 158, 11, .1);display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;background:var(--s-bg);transition:background .2s}.list-container.light-mode.svelte-1lo8wro{--s-bg: #f8f6f2;--s-text: #18160f;--s-text-sub: rgba(24, 22, 15, .4);--s-border: rgba(0, 0, 0, .08);--s-btn-bg: rgba(0, 0, 0, .04);--s-btn-border: rgba(0, 0, 0, .12);--s-btn-color: rgba(24, 22, 15, .55);--s-btn-hover: rgba(0, 0, 0, .08);--s-input-bg: rgba(0, 0, 0, .04);--s-input-border: rgba(0, 0, 0, .12)}.list-header.svelte-1lo8wro{display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid var(--s-border);background:var(--s-bg);flex-shrink:0;transition:background .2s,border-color .2s}.search-input-wrap.svelte-1lo8wro{flex:1;display:flex;align-items:center;gap:.5rem;background:var(--s-input-bg);border:1px solid var(--s-input-border);border-radius:8px;padding:0 .75rem;transition:border-color .2s,box-shadow .2s;height:80px}.search-input-wrap.svelte-1lo8wro:focus-within{border-color:var(--s-amber-focus);box-shadow:0 0 0 3px var(--s-amber-glow)}.search-icon.svelte-1lo8wro{color:var(--s-text-sub);flex-shrink:0}.search-input.svelte-1lo8wro{flex:1;background:transparent;border:none;outline:none;color:var(--s-text);font-family:DM Sans,sans-serif;font-size:2rem;padding:.6rem 0;caret-color:#f59e0b;transition:color .2s}.search-input.svelte-1lo8wro::placeholder{color:var(--s-text-sub)}.search-clear.svelte-1lo8wro{background:none;border:none;color:var(--s-text-sub);cursor:pointer;font-size:.7rem;padding:.15rem;transition:color .15s}.search-clear.svelte-1lo8wro:hover{color:var(--s-text)}.reading-controls.svelte-1lo8wro{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.icon-btn.svelte-1lo8wro{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--s-btn-bg);border:1px solid var(--s-btn-border);border-radius:7px;color:var(--s-btn-color);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.icon-btn.svelte-1lo8wro:hover:not(:disabled){background:var(--s-btn-hover);color:var(--s-text)}.icon-btn.svelte-1lo8wro:disabled{opacity:.25;cursor:not-allowed}.icon-btn.mode-active.svelte-1lo8wro{background:var(--s-btn-hover);color:var(--s-text)}.font-icon.svelte-1lo8wro{font-family:DM Sans,sans-serif;font-weight:700;line-height:1;color:inherit;-webkit-user-select:none;user-select:none}.font-icon--small.svelte-1lo8wro{font-size:.65rem}.font-icon--large.svelte-1lo8wro{font-size:.95rem}.song-count.svelte-1lo8wro{padding:.3rem .875rem;font-family:DM Sans,sans-serif;font-size:.7rem;color:var(--s-text-sub);border-bottom:1px solid var(--s-border);background:var(--s-bg);flex-shrink:0;transition:color .2s,background .2s}.song-list.svelte-1lo8wro{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--s-btn-border) transparent}.song-list.svelte-1lo8wro::-webkit-scrollbar{width:4px}.song-list.svelte-1lo8wro::-webkit-scrollbar-thumb{background:var(--s-btn-border);border-radius:2px}.list-bottom-pad.svelte-1lo8wro{height:5rem}.empty-state.svelte-1lo8wro{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;color:var(--s-text-sub);font-family:DM Sans,sans-serif;font-size:.875rem}.empty-icon.svelte-1lo8wro{font-size:2.5rem;opacity:.3}.song-container.svelte-upcrzv{--s-bg: #0c0a0f;--s-text: #f0ece8;--s-text-sub: rgba(240, 236, 232, .5);--s-border: rgba(255, 255, 255, .06);--s-btn-bg: rgba(255, 255, 255, .05);--s-btn-border: rgba(255, 255, 255, .1);--s-btn-color: rgba(240, 236, 232, .55);--s-btn-hover: rgba(255, 255, 255, .1);--s-indicator: rgba(240, 236, 232, .35);display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;background:var(--s-bg);transition:background .2s}.song-container.light-mode.svelte-upcrzv{--s-bg: #f8f6f2;--s-text: #18160f;--s-text-sub: rgba(24, 22, 15, .5);--s-border: rgba(0, 0, 0, .08);--s-btn-bg: rgba(0, 0, 0, .04);--s-btn-border: rgba(0, 0, 0, .12);--s-btn-color: rgba(24, 22, 15, .55);--s-btn-hover: rgba(0, 0, 0, .08);--s-indicator: rgba(24, 22, 15, .35)}.song-header.svelte-upcrzv{display:flex;align-items:center;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid var(--s-border);background:var(--s-bg);flex-shrink:0;transition:background .2s,border-color .2s}.song-meta.svelte-upcrzv{flex:1;overflow:hidden;min-width:0}.song-title.svelte-upcrzv{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--s-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;transition:color .2s}.song-artist.svelte-upcrzv{font-family:DM Sans,sans-serif;font-size:.75rem;color:var(--s-text-sub);margin-top:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.icon-btn.svelte-upcrzv{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--s-btn-bg);border:1px solid var(--s-btn-border);border-radius:8px;color:var(--s-btn-color);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.icon-btn.svelte-upcrzv:hover:not(:disabled){background:var(--s-btn-hover);color:var(--s-text)}.icon-btn.svelte-upcrzv:disabled{opacity:.25;cursor:not-allowed}.icon-btn.mode-active.svelte-upcrzv{background:var(--s-btn-hover);color:var(--s-text)}.reading-controls.svelte-upcrzv{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.font-icon.svelte-upcrzv{font-family:DM Sans,sans-serif;font-weight:700;line-height:1;color:inherit;-webkit-user-select:none;user-select:none}.font-icon--small.svelte-upcrzv{font-size:.7rem}.font-icon--large.svelte-upcrzv{font-size:1.05rem}.controls-sep.svelte-upcrzv{width:1px;height:18px;background:var(--s-btn-border);margin:0 .1rem;flex-shrink:0}.lyrics-scroll.svelte-upcrzv{flex:1;overflow-y:auto;background:var(--s-bg);scrollbar-width:thin;scrollbar-color:var(--s-btn-border) transparent;transition:background .2s}.lyrics-scroll.svelte-upcrzv::-webkit-scrollbar{width:4px}.lyrics-scroll.svelte-upcrzv::-webkit-scrollbar-thumb{background:var(--s-btn-border);border-radius:2px}.lyrics-content.svelte-upcrzv{white-space:pre-wrap;word-break:break-word;font-family:DM Sans,sans-serif;line-height:1.8;padding:1.5rem 1.25rem;color:var(--s-text);transition:color .2s,font-size .1s}.lyrics-bottom-pad.svelte-upcrzv{height:5rem}.after-footer.svelte-1pkf7sy{height:0px}
