.auth-required{text-align:center;color:var(--color-text-muted);padding:3rem 1rem}.songs-guest-placeholder{background:var(--color-surface);text-align:left;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:1.75rem;max-width:560px;margin:3rem auto;padding:2.5rem 2rem;display:flex;box-shadow:0 28px 48px #0000002e}.songs-guest-copy h2{color:var(--color-text);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.songs-guest-copy p{color:var(--color-text-muted);margin:0;line-height:1.6}.songs-guest-benefits{flex-direction:column;gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.songs-guest-benefits li{color:var(--color-text);align-items:flex-start;gap:.5rem;font-weight:500;line-height:1.5;display:flex}.songs-guest-benefits li:before{content:"♪";color:var(--color-primary);margin-top:.15rem;font-weight:600}.songs-guest-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.songs-guest-actions .btn{min-width:160px}.status-dot{background:var(--text-muted);border-radius:999px;width:8px;height:8px;display:inline-block}.status-dot.ok{background:var(--accent-success,#5aa68f)}.status-dot.warning{background:var(--accent-warning,#c2a46b)}.status-dot.error{background:var(--accent-danger,#c27f8c)}.status-dot.live{background:var(--accent-primary);animation:1s ease-in-out infinite alternate pulse}@keyframes pulse{0%{transform:scale(.92)}to{transform:scale(1.08)}}@media (max-width:900px){.mobile-pill-btn{border:1px solid var(--color-border);background:var(--color-surface);height:32px;color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.35rem;padding:0 .75rem;font-size:.82rem;transition:border-color .2s,background .2s;display:inline-flex}.mobile-pill-btn:hover:not([aria-disabled=true]){background:var(--color-surface-hover);border-color:rgba(var(--accent-primary-rgb),.4)}.mobile-pill-btn[aria-expanded=true]{border-color:rgba(var(--accent-primary-rgb),.6);background:rgba(var(--accent-primary-rgb),.08)}.mobile-pill-btn.ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.mobile-pill-btn.ghost:hover{background:var(--color-surface-hover);border-color:var(--color-border)}.mobile-pill-btn.active{background:rgba(var(--accent-primary-rgb),.15);border-color:rgba(var(--accent-primary-rgb),.5);color:var(--accent-primary)}.mobile-pill-btn[aria-disabled=true],.mobile-pill-btn.is-disabled{opacity:.55;cursor:not-allowed}.mobile-pill-content{align-items:center;gap:.25rem;display:flex}.mobile-pill-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-size:.72rem}.mobile-pill-value{color:var(--text-primary);font-weight:600}.mobile-pill-dot{border-radius:999px;width:6px;height:6px}}.screen--song-pdf{flex-direction:column;gap:1rem;display:flex}.song-pdf-toolbar{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.song-pdf-modal-toolbar{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.song-pdf-toolbar__group{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.song-pdf-toolbar__close,.song-pdf-toolbar__download{flex:none}.song-pdf-preview{flex-direction:column;gap:.85rem;display:flex}.song-pdf-meta{flex-wrap:wrap;gap:.5rem;display:flex}.song-pdf-meta-item{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);letter-spacing:.01em;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.78rem;display:inline-flex}.song-pdf-embed{border:1px solid var(--color-border);background:var(--color-surface);width:100%;height:clamp(420px,72vh,980px);box-shadow:var(--shadow-card);border-radius:16px;display:block}.song-pdf-embed--modal{height:clamp(520px,74vh,1100px)}.song-pdf-status{border:1px dashed var(--color-border);background:var(--color-surface);color:var(--color-text-muted);border-radius:12px;padding:1rem 1.25rem}.song-pdf-status--error{border-color:var(--color-error);background:var(--color-error-alpha);color:var(--color-error)}@media (max-width:900px){.song-pdf-toolbar,.song-pdf-modal-toolbar{flex-wrap:wrap;justify-content:stretch}.song-pdf-toolbar__download{flex:auto}.song-pdf-embed{border-radius:12px;height:clamp(360px,68vh,720px)}.song-pdf-embed--modal{height:clamp(420px,70vh,820px)}}