/* Brand-led review controls and unreleased preview rows. */
.ofm-editor-review-portal{--ofm-review-gold:#fcbe0d;--ofm-review-gold-light:#fdcf36;--ofm-review-ink:#111;--ofm-review-charcoal:#171717;--ofm-review-border:#303030;--ofm-review-muted:#9a9a9a;--ofm-review-radius:14px;--ofm-review-shadow:0 12px 34px rgba(0,0,0,.32);--ofm-review-gold-shadow:0 0 26px rgba(252,190,13,.22)}.ofm-editor-review-portal__hero-copy{position:relative;display:grid;gap:0}.ofm-editor-review-portal__brand-mark{display:grid;place-items:center;width:48px;height:48px;margin:0 0 14px;border-radius:14px;background:#171717;box-shadow:var(--ofm-review-shadow);overflow:hidden}.ofm-editor-review-portal__brand-mark img{display:block;width:100%;height:100%;object-fit:cover;animation:ofm-editor-review-brand-breathe 4s ease-in-out infinite}.ofm-editor-review-portal__hero-count{border-color:rgba(252,190,13,.46);background:rgba(252,190,13,.08);color:var(--ofm-review-gold)}@keyframes ofm-editor-review-brand-breathe{50%{transform:scale(1.045);filter:drop-shadow(0 0 9px rgba(252,190,13,.3))}}.ofm-editor-review-portal__cover{position:relative;isolation:isolate}.ofm-editor-review-portal__cover-button{position:relative;display:block;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:inherit;background:#292929;cursor:zoom-in;overflow:hidden}.ofm-editor-review-portal__cover-button img{transition:transform .32s ease,filter .24s ease}.ofm-editor-review-portal__cover-button:hover img,.ofm-editor-review-portal__cover-button:focus-visible img{transform:scale(1.055);filter:brightness(.78)}.ofm-editor-review-portal__cover-button:focus-visible{outline:2px solid var(--ofm-review-gold);outline-offset:3px}.ofm-editor-review-portal__cover-inspect{position:absolute;right:9px;bottom:9px;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(8,8,8,.78);color:#f7f7f7;font-size:.68rem;font-weight:800;line-height:1;opacity:0;transform:translateY(5px);transition:opacity .18s ease,transform .18s ease,background .18s ease}.ofm-editor-review-portal__cover-inspect svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ofm-editor-review-portal__cover-button:hover .ofm-editor-review-portal__cover-inspect,.ofm-editor-review-portal__cover-button:focus-visible .ofm-editor-review-portal__cover-inspect{opacity:1;transform:translateY(0)}.ofm-editor-review-portal__cover-button:hover .ofm-editor-review-portal__cover-inspect{background:rgba(23,23,23,.95)}.ofm-editor-review-portal__cover--empty{padding:22px;background:#171717}.ofm-editor-review-portal__cover--empty img{object-fit:contain}.ofm-editor-review-portal .ofm-station-track{width:100%;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:0;padding:8px 10px 8px 8px;border-color:var(--ofm-review-border);border-radius:16px;background:var(--ofm-review-charcoal);box-shadow:none}.ofm-editor-review-portal .ofm-station-track:hover{border-color:rgba(252,190,13,.5);background:#1d1d1d;transform:translateY(-1px)}.ofm-editor-review-portal .ofm-station-track.is-current{border-color:rgba(252,190,13,.75);background:rgba(252,190,13,.1)}.ofm-editor-review-portal .ofm-station-track__trigger{grid-template-columns:44px minmax(0,1fr);gap:14px;padding:5px}.ofm-editor-review-portal .ofm-station-track__play{background:var(--ofm-review-gold);color:var(--ofm-review-ink);box-shadow:0 8px 18px rgba(252,190,13,.18)}.ofm-editor-review-portal .ofm-station-track.is-playing .ofm-station-track__play{box-shadow:0 0 0 7px rgba(252,190,13,.12);animation:ofm-editor-review-track-pulse 1.6s ease-in-out infinite}.ofm-editor-review-portal .ofm-station-track__number{color:var(--ofm-review-muted)}.ofm-editor-review-portal .ofm-station-track__title{color:#fff}.ofm-editor-review-portal .ofm-station-track__stats{margin-left:auto;color:var(--ofm-review-muted);font-size:.72rem;font-weight:700;white-space:nowrap}.ofm-editor-review-portal .ofm-station-track__trigger:focus-visible{outline-color:var(--ofm-review-gold)}@keyframes ofm-editor-review-track-pulse{50%{transform:scale(1.05)}}.ofm-editor-review-portal__track-private{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid rgba(252,190,13,.26);border-radius:999px;background:rgba(252,190,13,.07);color:var(--ofm-review-gold-light);font-size:.65rem;font-weight:800;line-height:1;white-space:nowrap}.ofm-editor-review-portal__track-private svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ofm-editor-review-portal__button:not(.ofm-editor-review-portal__button--return){border-color:var(--ofm-review-gold);background:var(--ofm-review-gold);box-shadow:0 7px 16px rgba(252,190,13,.17)}.ofm-editor-review-portal__button:not(.ofm-editor-review-portal__button--return):hover,.ofm-editor-review-portal__button:not(.ofm-editor-review-portal__button--return):focus-visible{border-color:var(--ofm-review-gold-light);background:var(--ofm-review-gold-light);box-shadow:var(--ofm-review-gold-shadow)}.ofm-editor-review-portal__action-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:transform .18s ease}.ofm-editor-review-portal__button:hover .ofm-editor-review-portal__action-icon--approve,.ofm-editor-review-portal__button:focus-visible .ofm-editor-review-portal__action-icon--approve{transform:scale(1.12)}.ofm-editor-review-portal__button--return:hover .ofm-editor-review-portal__action-icon--return,.ofm-editor-review-portal__button--return:focus-visible .ofm-editor-review-portal__action-icon--return{transform:translateX(-2px)}.ofm-editor-review-portal__artwork-modal{position:fixed;z-index:100010;inset:0;display:grid;place-items:center;padding:16px;background:rgba(0,0,0,.82);opacity:0;transition:opacity .18s ease}.ofm-editor-review-portal__artwork-modal.is-open{opacity:1}.ofm-editor-review-portal__artwork-dialog{position:relative;display:grid;max-width:min(960px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:13px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#111;box-shadow:0 28px 80px rgba(0,0,0,.52);transform:translateY(12px) scale(.98);transition:transform .18s ease}.ofm-editor-review-portal__artwork-modal.is-open .ofm-editor-review-portal__artwork-dialog{transform:translateY(0) scale(1)}.ofm-editor-review-portal__artwork-dialog figure{display:grid;gap:10px;margin:0}.ofm-editor-review-portal__artwork-dialog img{display:block;max-width:100%;max-height:calc(100dvh - 92px);border-radius:12px;object-fit:contain}.ofm-editor-review-portal__artwork-dialog figcaption{overflow:hidden;padding:0 4px;color:#d9d9d9;font-size:.82rem;font-weight:700;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ofm-editor-review-portal__artwork-close{position:absolute;z-index:1;top:22px;right:22px}.ofm-editor-review-portal__ready-icon{display:grid;place-items:center;width:34px;height:34px;margin:0 0 9px;border:1px solid rgba(94,193,129,.45);border-radius:50%;background:rgba(94,193,129,.09);color:#9ae7b5}.ofm-editor-review-portal__ready-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.3}@media(max-width:620px){.ofm-editor-review-portal__cover-inspect{opacity:1;transform:none}.ofm-editor-review-portal .ofm-station-track{gap:7px;padding:7px}.ofm-editor-review-portal .ofm-station-track__trigger{grid-template-columns:38px minmax(0,1fr);gap:10px}.ofm-editor-review-portal .ofm-station-track__play{width:34px;height:34px}.ofm-editor-review-portal .ofm-station-track__stats{display:none}.ofm-editor-review-portal__track-private span{display:none}.ofm-editor-review-portal__track-private{padding:7px}.ofm-editor-review-portal__artwork-dialog{padding:8px;border-radius:16px}.ofm-editor-review-portal__artwork-close{top:14px;right:14px}}@media(prefers-reduced-motion:reduce){.ofm-editor-review-portal__brand-mark img,.ofm-editor-review-portal .ofm-station-track.is-playing .ofm-station-track__play{animation:none}.ofm-editor-review-portal__cover-button img,.ofm-editor-review-portal__cover-inspect,.ofm-editor-review-portal__action-icon,.ofm-editor-review-portal__artwork-modal,.ofm-editor-review-portal__artwork-dialog{transition:none}}
/* Keep review previews complete when the portal is reached through PJAX. */
.ofm-editor-review-portal__artwork-modal[hidden]{display:none}
.ofm-editor-review-portal__cover .ofm-editor-review-portal__cover-inspect{display:inline-flex;width:auto;height:auto;color:#f7f7f7;font-size:.68rem}.ofm-editor-review-portal__cover .ofm-editor-review-portal__cover-inspect>span{display:inline;width:auto;height:auto;color:inherit;font-size:inherit}
.ofm-editor-review-portal__audio h3{display:flex;align-items:center;gap:7px}.ofm-editor-review-portal__audio h3 svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ofm-editor-review-portal__cover-button:focus-visible{outline:0;box-shadow:inset 0 0 0 2px var(--ofm-review-gold)}
@media(max-width:620px){.ofm-editor-review-portal .ofm-station-track__play{width:34px;height:34px}}
body.ofm-editor-review-portal-artwork-open{overflow:hidden}.ofm-editor-review-portal .ofm-station-track{display:grid;align-items:center;border:1px solid var(--ofm-review-border);color:#fff;transition:border-color .18s ease,background .18s ease,transform .18s ease}.ofm-editor-review-portal .ofm-station-track__trigger{display:grid;align-items:center;width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.ofm-editor-review-portal .ofm-station-track__play{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;transition:transform .2s,box-shadow .2s}.ofm-editor-review-portal .ofm-station-track__play svg{width:17px;height:17px;fill:currentColor;stroke:none}.ofm-editor-review-portal .ofm-station-track__play .icon-pause{display:none;fill:none;stroke:currentColor;stroke-width:2.5}.ofm-editor-review-portal .ofm-station-track.is-playing .icon-play{display:none}.ofm-editor-review-portal .ofm-station-track.is-playing .icon-pause{display:block}.ofm-editor-review-portal .ofm-station-track__details{min-width:0;display:flex;align-items:center;gap:13px}.ofm-editor-review-portal .ofm-station-track__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}
