body.pg-audio-active{padding-bottom:190px}
.pg-audio-player{position:fixed;z-index:1200;right:16px;bottom:16px;left:16px;display:grid;box-sizing:border-box;width:auto;max-width:920px;max-height:calc(100dvh - 32px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;margin:auto;padding:14px;border:1px solid var(--pg-color-border-strong,#357a51);border-radius:14px;color:var(--pg-color-text,#f4f7f1);background:rgba(10,16,12,.97);box-shadow:0 18px 55px rgba(0,0,0,.55);backdrop-filter:blur(12px)}
.pg-audio-player[hidden]{display:none}.pg-audio-player__header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}.pg-audio-player__thumb{width:58px;height:58px;object-fit:cover;border:1px solid var(--pg-color-border,#244734);border-radius:10px;background:#050805}.pg-audio-player__thumb[hidden]{display:none}.pg-audio-player__now{display:grid;min-width:0;gap:2px}.pg-audio-player__now span{color:var(--pg-color-accent-soft,#8fd8aa);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.pg-audio-player__now strong,.pg-audio-player__now small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pg-audio-player__now small{min-height:1.2em;color:var(--pg-color-text-muted,#9aa89d)}
.pg-audio-player__header-actions{display:flex;gap:7px;flex:0 0 auto;position:sticky;top:0;z-index:2}.pg-audio-player__collapse,.pg-audio-player__close,.pg-audio-player__eq-toggle,.pg-audio-player__compact-toggle,.pg-audio-player__compact-next,.pg-audio-player__compact-stop,.pg-audio-player__controls button{min-height:38px;padding:8px 11px;border:1px solid var(--pg-color-border,#244734);border-radius:8px;color:var(--pg-color-text,#f4f7f1);background:var(--pg-color-surface,#101711);font:inherit;font-weight:900;cursor:pointer}.pg-audio-player__collapse:focus-visible,.pg-audio-player__close:focus-visible,.pg-audio-player__eq-toggle:focus-visible,.pg-audio-player__compact-toggle:focus-visible,.pg-audio-player__compact-next:focus-visible,.pg-audio-player__compact-stop:focus-visible,.pg-audio-player__controls button:focus-visible{outline:2px solid var(--pg-color-highlight,#d4a24d);outline-offset:2px}.pg-audio-player__compact-toggle:disabled,.pg-audio-player__compact-next:disabled,.pg-audio-player__compact-stop:disabled,.pg-audio-player__controls button:disabled{cursor:not-allowed;opacity:.45}.pg-audio-player:not(.is-collapsed) .pg-audio-player__compact-toggle,.pg-audio-player:not(.is-collapsed) .pg-audio-player__compact-next,.pg-audio-player:not(.is-collapsed) .pg-audio-player__compact-stop{display:none}.pg-audio-player.is-collapsed .pg-audio-player__eq-toggle{display:none}
.pg-audio-player__body{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px 14px;margin-top:12px;padding-top:12px;border-top:1px solid var(--pg-color-border,#244734)}.pg-audio-player__controls{display:flex;flex-wrap:wrap;gap:7px;grid-column:1/-1}.pg-audio-player__message{min-width:0;margin:0;color:var(--pg-color-text-muted,#9aa89d);font-size:13px;overflow-wrap:anywhere}.pg-audio-player__fallback{color:var(--pg-color-accent-soft,#8fd8aa);font-size:12px;font-weight:900;white-space:nowrap}.pg-audio-player__fallback[hidden]{display:none}.pg-audio-player__progress{color:var(--pg-color-highlight,#d4a24d);font-size:12px;font-weight:900}.pg-audio-player.is-collapsed{padding-block:10px}.pg-audio-player.is-collapsed .pg-audio-player__body{display:none}body.pg-audio-active:has(.pg-audio-player.is-collapsed){padding-bottom:100px}
.pg-audio-player__timeline{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column:1/-1;gap:6px 12px;align-items:center}.pg-audio-player__seek-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.pg-audio-player__timeline input{width:100%;min-height:28px;accent-color:var(--pg-color-accent,#41d2ff);touch-action:pan-y}.pg-audio-player__timeline output{min-width:86px;color:var(--pg-color-text-muted,#9aa89d);font-variant-numeric:tabular-nums;text-align:right}.pg-audio-player__timeline input:focus-visible{outline:2px solid var(--pg-color-highlight,#f5b942);outline-offset:3px}
@media(max-width:900px) and (min-width:561px){
  .pg-audio-lyrics__dialog{width:calc(100vw - 24px);min-height:min(620px,calc(100dvh - 24px))}
  .pg-audio-lyrics__scroll{max-height:68dvh}
}
@media(max-width:560px){body.pg-audio-active{padding-bottom:300px}.pg-audio-player{right:8px;bottom:8px;left:8px;padding:11px}.pg-audio-player__header{grid-template-columns:50px minmax(0,1fr);align-items:center}.pg-audio-player__thumb{width:50px;height:50px}.pg-audio-player__header-actions{grid-column:1/-1;width:100%}.pg-audio-player__header-actions button{min-height:46px;flex:1}.pg-audio-player__controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.pg-audio-player__controls button{min-height:48px}.pg-audio-player__controls button:last-child{grid-column:1/-1}.pg-audio-player__body{grid-template-columns:minmax(0,1fr)}.pg-audio-player__timeline{grid-template-columns:1fr}.pg-audio-player__timeline input{min-height:44px}.pg-audio-player__timeline output{text-align:left}.pg-audio-player__progress{grid-row:auto}.pg-audio-player.is-collapsed{bottom:8px}body.pg-audio-active:has(.pg-audio-player.is-collapsed){padding-bottom:112px}}
@media(prefers-reduced-motion:reduce){.pg-audio-player *{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:420px){.pg-audio-player.is-collapsed .pg-audio-player__eq-toggle{display:none}.pg-audio-player.is-collapsed .pg-audio-player__header{gap:8px}.pg-audio-player.is-collapsed .pg-audio-player__header-actions{gap:5px}.pg-audio-player.is-collapsed .pg-audio-player__compact-toggle,.pg-audio-player.is-collapsed .pg-audio-player__compact-stop,.pg-audio-player.is-collapsed .pg-audio-player__collapse{min-height:42px;padding:8px 9px;font-size:.82rem}}
.pg-audio-player__visual{grid-column:1/-1;display:flex;align-items:center;justify-content:center;width:100%;max-height:65vh;overflow:hidden;border-radius:10px;background:#050805}.pg-audio-player__visual[hidden]{display:none}.pg-audio-player__visual img,.pg-audio-player__visual video{display:block;width:auto;height:auto;max-width:100%;max-height:65vh;object-fit:contain}.pg-audio-player__visual video[hidden],.pg-audio-player__visual img[hidden]{display:none}@media(max-width:560px){.pg-audio-player__visual,.pg-audio-player__visual img,.pg-audio-player__visual video{max-height:55vh}}
.pg-audio-eq{grid-column:1/-1;display:grid;gap:12px;padding:12px;border:1px solid var(--pg-color-border,#244734);border-radius:10px;background:#090e0b}.pg-audio-eq[hidden]{display:none}.pg-audio-eq__presets{display:flex;flex-wrap:wrap;gap:6px}.pg-audio-eq button{min-height:34px;padding:6px 9px;border:1px solid var(--pg-color-border,#244734);border-radius:999px;color:var(--pg-color-text,#f4f7f1);background:var(--pg-color-surface,#101711);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.pg-audio-eq button[aria-pressed="true"]{border-color:var(--pg-color-highlight,#d4a24d);color:#fff4d5;background:rgba(212,162,77,.16)}.pg-audio-eq__bands{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pg-audio-eq__bands label{display:grid;gap:6px;color:var(--pg-color-text-muted,#9aa89d);font-size:12px;font-weight:800}.pg-audio-eq__bands label span{display:flex;justify-content:space-between;gap:8px}.pg-audio-eq output{color:var(--pg-color-accent-soft,#8fd8aa);font-variant-numeric:tabular-nums}.pg-audio-eq input{width:100%;accent-color:var(--pg-color-highlight,#d4a24d)}.pg-audio-eq__reset{justify-self:start}@media(max-width:560px){.pg-audio-eq__bands{grid-template-columns:1fr}.pg-audio-player__header-actions{flex-wrap:wrap;justify-content:flex-end}}
.pg-audio-player__reactions{grid-column:1/-1;min-width:0}.pg-audio-player__reactions .pg-reactions{margin-top:4px;padding:9px}.pg-audio-player__reactions .pg-reactions__heading small,.pg-audio-player__reactions .pg-reactions>details{display:none}.pg-audio-player__reactions .pg-reactions__buttons{gap:5px;margin-top:7px}.pg-audio-player__reactions .pg-reactions__buttons button{min-height:32px;padding:5px 8px;font-size:11px}@media(max-width:560px){.pg-audio-player__reactions{order:-1}.pg-audio-player__reactions .pg-reactions{margin:0;padding:7px 8px}.pg-audio-player__reactions .pg-reactions__heading strong{font-size:12px}.pg-audio-player__reactions .pg-reactions__buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:5px}.pg-audio-player__reactions .pg-reactions__buttons button{min-width:0;min-height:38px;padding:4px 3px;font-size:10px;line-height:1.15;white-space:normal}}

/* NDC Suno embed playback (2026-08-29): streaming stays inside Suno's official iframe. */
.pg-audio-player__embed{grid-column:1/-1;width:100%;min-height:180px;border-radius:10px;overflow:hidden;background:#050805}
.pg-audio-player__embed[hidden]{display:none}
.pg-audio-player__embed iframe{display:block;width:100%;height:180px;border:0;background:#050805}
.pg-audio-player--embed .pg-audio-player__visual,.pg-audio-player--embed .pg-audio-eq,.pg-audio-player--embed .pg-audio-player__timeline,.pg-audio-player--embed [data-pg-audio-pause],.pg-audio-player--embed [data-pg-audio-resume],.pg-audio-player--embed [data-pg-audio-compact-toggle],.pg-audio-player--embed [data-pg-audio-eq-toggle]{display:none!important}
@media(max-width:560px){.pg-audio-player__embed iframe{height:190px}}


/* NDC Radio local lyrics viewer (2026-09-07). */
.pg-audio-player__song-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.pg-audio-player__lyrics-button,.pg-audio-lyrics__close,.pg-audio-lyrics__footer button{min-height:38px;padding:8px 12px;border:1px solid var(--pg-color-border,#244734);border-radius:8px;color:var(--pg-color-text,#f4f7f1);background:var(--pg-color-surface,#101711);font:inherit;font-weight:900;cursor:pointer}
.pg-audio-player__lyrics-button{border-color:var(--pg-color-accent,#41d2ff);color:#dff9ff}
.pg-audio-player__lyrics-button:disabled{cursor:not-allowed;opacity:.45}
.pg-audio-player__lyrics-button:focus-visible,.pg-audio-lyrics__close:focus-visible,.pg-audio-lyrics__footer button:focus-visible,.pg-audio-lyrics__scroll:focus-visible{outline:2px solid var(--pg-color-highlight,#f5b942);outline-offset:2px}
.pg-audio-lyrics{position:fixed;z-index:1400;inset:0;display:grid;place-items:center;box-sizing:border-box;padding:16px;background:rgba(0,0,0,.72);overscroll-behavior:contain}
.pg-audio-lyrics[hidden]{display:none}
.pg-audio-lyrics__dialog{display:grid;grid-template-rows:auto minmax(0,1fr) auto;box-sizing:border-box;width:min(980px,calc(100vw - 32px));max-height:calc(100dvh - 24px);min-height:min(680px,calc(100dvh - 24px));overflow:hidden;border:1px solid var(--pg-color-accent,#41d2ff);border-radius:14px;color:var(--pg-color-text,#f4f7f1);background:rgba(8,18,30,.99);box-shadow:0 22px 80px rgba(0,0,0,.72)}
.pg-audio-lyrics__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid rgba(65,210,255,.35);background:rgba(24,58,112,.55)}
.pg-audio-lyrics__heading{display:grid;min-width:0;gap:3px}.pg-audio-lyrics__heading strong{font-size:1.35rem}.pg-audio-lyrics__heading small{overflow:hidden;color:var(--pg-color-text-muted,#b4c4d2);text-overflow:ellipsis;white-space:nowrap}
.pg-audio-lyrics__close{flex:0 0 auto;min-width:44px;min-height:44px;padding:4px 10px;font-size:1.8rem;line-height:1}
.pg-audio-lyrics__scroll{min-height:0;max-height:min(72dvh,780px);overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable;padding:18px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.pg-audio-lyrics__scroll pre{max-width:100%;margin:0;color:inherit;background:transparent;font:inherit;font-size:1rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal}
.pg-audio-lyrics__footer{display:flex;justify-content:flex-end;padding:12px 18px;border-top:1px solid rgba(65,210,255,.25)}
body.pg-audio-lyrics-open{overflow:hidden}
@media(max-width:560px){
  .pg-audio-player__body{grid-template-columns:minmax(0,1fr)}
  .pg-audio-player__song-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;width:100%;gap:7px}
  .pg-audio-player__song-actions .pg-audio-player__lyrics-button,.pg-audio-player__song-actions .pg-audio-player__fallback{display:flex;align-items:center;justify-content:center;min-height:46px;box-sizing:border-box;text-align:center;white-space:normal}
  .pg-audio-player__song-actions .pg-audio-player__progress{align-self:center;white-space:nowrap}
  .pg-audio-lyrics{padding:8px}
  .pg-audio-lyrics__dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);min-height:min(520px,calc(100dvh - 16px));border-radius:12px}
  .pg-audio-lyrics__header{padding:12px}.pg-audio-lyrics__heading strong{font-size:1.18rem}.pg-audio-lyrics__heading small{white-space:normal;overflow-wrap:anywhere}
  .pg-audio-lyrics__scroll{max-height:none;padding:14px 12px;scrollbar-gutter:stable}.pg-audio-lyrics__scroll pre{font-size:.98rem;line-height:1.5}
  .pg-audio-lyrics__footer{padding:10px 12px}.pg-audio-lyrics__footer button{width:100%;min-height:46px}
}
@media(max-width:360px){.pg-audio-player__song-actions{grid-template-columns:1fr 1fr}.pg-audio-player__song-actions .pg-audio-player__progress{grid-column:1/-1;justify-self:end}}

/* NDC Lyrics viewport safety hotfix 2026-09-07:
   Keep Close controls permanently visible; only the lyric body scrolls. */
.pg-audio-lyrics{
  padding:8px !important;
}
.pg-audio-lyrics__dialog{
  display:flex !important;
  flex-direction:column !important;
  width:min(980px,calc(100vw - 16px)) !important;
  height:min(780px,calc(100dvh - 16px)) !important;
  max-height:calc(100dvh - 16px) !important;
  min-height:0 !important;
  overflow:hidden !important;
}
.pg-audio-lyrics__header{
  position:relative !important;
  z-index:5 !important;
  flex:0 0 auto !important;
  background:rgba(24,58,112,.98) !important;
}
.pg-audio-lyrics__close{
  position:relative !important;
  z-index:6 !important;
  min-width:48px !important;
  min-height:48px !important;
  border-width:2px !important;
}
.pg-audio-lyrics__scroll{
  flex:1 1 auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow-y:scroll !important;
  overflow-x:hidden !important;
  scrollbar-gutter:stable !important;
}
.pg-audio-lyrics__footer{
  position:relative !important;
  z-index:5 !important;
  flex:0 0 auto !important;
  background:rgba(8,18,30,.99) !important;
}
.pg-audio-lyrics__footer button{
  min-height:46px !important;
}
@media(max-width:560px){
  .pg-audio-lyrics__dialog{
    width:calc(100vw - 16px) !important;
    height:calc(100dvh - 16px) !important;
    max-height:calc(100dvh - 16px) !important;
  }
  .pg-audio-lyrics__header{
    padding:10px 12px !important;
  }
  .pg-audio-lyrics__footer{
    padding:8px 10px !important;
  }
  .pg-audio-lyrics__footer button{
    width:100% !important;
    min-height:48px !important;
  }
}

/* NDC Lyrics floating-window UX 2026-09-07
   Desktop: starts compact, can be moved by the header and resized from the
   bottom-right corner. Header/footer remain fixed; only lyric text scrolls. */
.pg-audio-lyrics{
  display:block !important;
  padding:0 !important;
}
.pg-audio-lyrics__dialog{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%);
  display:flex !important;
  flex-direction:column !important;
  width:min(680px,calc(100vw - 32px)) !important;
  height:min(500px,calc(100dvh - 32px)) !important;
  min-width:min(420px,calc(100vw - 32px)) !important;
  min-height:min(300px,calc(100dvh - 32px)) !important;
  max-width:calc(100vw - 12px) !important;
  max-height:calc(100dvh - 12px) !important;
  overflow:hidden !important;
  resize:both !important;
}
.pg-audio-lyrics__header{
  flex:0 0 auto !important;
  cursor:move !important;
  user-select:none !important;
  touch-action:none !important;
}
.pg-audio-lyrics__header button,
.pg-audio-lyrics__header a{
  cursor:pointer !important;
}
.pg-audio-lyrics__scroll{
  flex:1 1 auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
}
.pg-audio-lyrics__footer{
  flex:0 0 auto !important;
}
.pg-audio-lyrics__dialog::after{
  content:"↘";
  position:absolute;
  right:4px;
  bottom:2px;
  z-index:8;
  pointer-events:none;
  color:var(--pg-color-text-muted,#b4c4d2);
  font-size:14px;
  line-height:1;
  opacity:.8;
}
@media(max-width:560px){
  .pg-audio-lyrics{padding:8px !important}
  .pg-audio-lyrics__dialog{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:100% !important;
    height:calc(100dvh - 16px) !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:none !important;
    max-height:calc(100dvh - 16px) !important;
    margin:0 !important;
    resize:none !important;
  }
  .pg-audio-lyrics__header{
    cursor:default !important;
    touch-action:auto !important;
  }
  .pg-audio-lyrics__dialog::after{display:none}
}

/* NDC Lyrics floating non-modal fix 2026-09-07 */
.pg-audio-lyrics{
  position:fixed !important;
  inset:0 !important;
  z-index:1600 !important;
  display:block !important;
  padding:0 !important;
  background:transparent !important;
  pointer-events:none !important;
}
.pg-audio-lyrics[hidden]{display:none !important}
.pg-audio-lyrics__dialog{
  position:fixed !important;
  left:50% !important;
  top:110px !important;
  transform:translateX(-50%) !important;
  display:flex !important;
  flex-direction:column !important;
  width:min(620px,calc(100vw - 32px)) !important;
  height:min(430px,calc(100dvh - 140px)) !important;
  min-width:min(380px,calc(100vw - 32px)) !important;
  min-height:260px !important;
  max-width:calc(100vw - 12px) !important;
  max-height:calc(100dvh - 12px) !important;
  overflow:hidden !important;
  resize:both !important;
  pointer-events:auto !important;
}
.pg-audio-lyrics__header{
  flex:0 0 auto !important;
  cursor:move !important;
  user-select:none !important;
  touch-action:none !important;
}
.pg-audio-lyrics__close,
.pg-audio-lyrics__footer button{
  position:relative !important;
  z-index:20 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}
.pg-audio-lyrics__scroll{
  flex:1 1 auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
}
.pg-audio-lyrics__footer{
  flex:0 0 auto !important;
  position:relative !important;
  z-index:10 !important;
}
body.pg-audio-lyrics-open{overflow:auto !important}
@media(max-width:560px){
  .pg-audio-lyrics{
    padding:8px !important;
    pointer-events:auto !important;
    background:rgba(0,0,0,.55) !important;
  }
  .pg-audio-lyrics__dialog{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:100% !important;
    height:calc(100dvh - 16px) !important;
    min-width:0 !important;
    min-height:0 !important;
    max-width:none !important;
    max-height:calc(100dvh - 16px) !important;
    resize:none !important;
  }
  .pg-audio-lyrics__header{
    cursor:default !important;
    touch-action:auto !important;
  }
}

/* NDC player + lyrics manual resize 2026-09-07 */
.pg-audio-player{
  left:auto !important;
  right:16px !important;
  bottom:16px !important;
  width:min(920px,calc(100vw - 32px)) !important;
  min-width:min(520px,calc(100vw - 32px)) !important;
  min-height:250px !important;
  max-width:calc(100vw - 16px) !important;
  max-height:calc(100dvh - 16px) !important;
  resize:both !important;
  overflow:auto !important;
  margin:0 !important;
}
.pg-audio-player::after{
  content:"↘";
  position:sticky;
  float:right;
  right:2px;
  bottom:0;
  z-index:30;
  pointer-events:none;
  font-size:15px;
  line-height:1;
  opacity:.8;
}
.pg-audio-lyrics__dialog{
  resize:both !important;
}
.pg-audio-lyrics__dialog::after{
  content:"↘" !important;
  position:absolute !important;
  right:4px !important;
  bottom:3px !important;
  z-index:30 !important;
  pointer-events:none !important;
  font-size:15px !important;
  line-height:1 !important;
  opacity:.8 !important;
}
@media(max-width:700px){
  .pg-audio-player{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    max-height:calc(100dvh - 16px) !important;
    resize:none !important;
  }
  .pg-audio-player::after{display:none}
}
@media(max-width:560px){
  .pg-audio-lyrics__dialog{resize:none !important}
  .pg-audio-lyrics__dialog::after{display:none !important}
}

/* NDC interactive floating windows V2 — explicit drag + resize handles */
.pg-audio-player,
.pg-audio-lyrics__dialog{
  resize:none !important;
}
.pg-audio-player{
  position:fixed !important;
}
.pg-audio-player__header{
  cursor:move !important;
  user-select:none !important;
  touch-action:none !important;
}
.pg-audio-player__header button,
.pg-audio-player__header a{
  cursor:pointer !important;
}
.pg-window-resize-handle{
  position:absolute;
  right:0;
  bottom:0;
  z-index:80;
  width:28px;
  height:28px;
  cursor:nwse-resize;
  touch-action:none;
}
.pg-window-resize-handle::before{
  content:"";
  position:absolute;
  right:5px;
  bottom:5px;
  width:14px;
  height:14px;
  border-right:3px solid rgba(180,210,230,.95);
  border-bottom:3px solid rgba(180,210,230,.95);
  border-radius:0 0 2px 0;
}
.pg-audio-player > .pg-window-resize-handle{
  position:absolute;
}
.pg-audio-lyrics__dialog > .pg-window-resize-handle{
  position:absolute;
}
@media(max-width:700px){
  .pg-audio-player__header{cursor:default !important;touch-action:auto !important}
  .pg-audio-player > .pg-window-resize-handle{display:none !important}
}
@media(max-width:560px){
  .pg-audio-lyrics__dialog > .pg-window-resize-handle{display:none !important}
}



/* NDC 2026-09-07 — separate Suno video window, matching Lyrics interaction. */
.pg-audio-player__video-button{
  min-height:38px;padding:7px 12px;border:1px solid var(--pg-color-border,#244734);
  border-radius:9px;background:var(--pg-color-surface,#101711);color:var(--pg-color-text,#f4f7f1);
  font:inherit;font-weight:900;cursor:pointer
}
.pg-audio-player__video-button:disabled{opacity:.45;cursor:not-allowed}
.pg-audio-player__message:empty{display:none!important}
.pg-audio-video-window[hidden]{display:none!important}
.pg-audio-video-window{position:fixed;inset:0;z-index:10020;pointer-events:none}
.pg-audio-video-window__dialog{
  pointer-events:auto;position:absolute;left:50%;top:90px;transform:translateX(-50%);
  width:min(560px,calc(100vw - 32px));height:min(520px,calc(100vh - 120px));
  min-width:360px;min-height:240px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;border:1px solid var(--pg-color-border,#244734);border-radius:14px;
  background:#07131f;box-shadow:0 18px 50px rgba(0,0,0,.45)
}
.pg-audio-video-window__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#21457d;border-bottom:1px solid #315c98;cursor:move;touch-action:none}
.pg-audio-video-window__heading{display:grid;min-width:0}.pg-audio-video-window__heading strong{font-size:20px}.pg-audio-video-window__heading small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.85}
.pg-audio-video-window__close,.pg-audio-video-window__footer button{min-height:38px;padding:7px 12px;border:1px solid #397a52;border-radius:9px;background:#0b1a13;color:#fff;font:inherit;font-weight:900;cursor:pointer}
.pg-audio-video-window__close{font-size:24px;line-height:1}
.pg-audio-video-window__body{min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}
.pg-audio-video-window__body video{display:block;width:100%;height:100%;object-fit:contain;background:#000}
.pg-audio-video-window__footer{display:flex;justify-content:flex-end;padding:8px 10px;border-top:1px solid #24425f;background:#07131f}
@media(max-width:560px){
  .pg-audio-video-window__dialog{position:fixed!important;left:8px!important;right:8px!important;top:8px!important;bottom:8px!important;transform:none!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important}
  .pg-audio-video-window__header{cursor:default}
  .pg-audio-video-window__dialog>.pg-window-resize-handle{display:none!important}
}
