#psCustomSectionsMount{display:grid;gap:18px;padding:0 clamp(12px,3vw,28px);margin:20px auto;max-width:1180px}.psc-live-section{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:280px;border-radius:28px;overflow:hidden;background:var(--ps-surface,#111418);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 50px rgba(0,0,0,.22)}.psc-live-section-media{width:100%;height:100%;min-height:280px;object-fit:cover}.psc-live-section-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;padding:clamp(24px,5vw,58px)}.psc-live-section-copy small{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ps-primary,#00e6c3);font-weight:850}.psc-live-section-copy h2{font-size:clamp(28px,5vw,58px);line-height:.98;margin:0;color:var(--ps-text,#fff)}.psc-live-section-copy p{font-size:clamp(15px,2vw,19px);line-height:1.55;margin:0;color:var(--ps-text-muted,#a0a5a2)}.psc-live-section-cta{margin-top:8px;border:0;border-radius:999px;background:var(--ps-primary,#00e6c3);color:var(--ps-on-primary,#06100d);padding:13px 19px;font-weight:850}.psc-live-section--media-first .psc-live-section-media{order:2}.psc-live-section--center{grid-template-columns:1fr;text-align:center}.psc-live-section--center .psc-live-section-copy{align-items:center}.psc-live-section--center .psc-live-section-media{position:absolute;inset:0;opacity:.28}.psc-live-section--center .psc-live-section-copy{position:relative;min-height:320px}.psc-live-section--full-bleed{grid-template-columns:1fr;min-height:440px}.psc-live-section--full-bleed .psc-live-section-media{position:absolute;inset:0;min-height:100%}.psc-live-section--full-bleed::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.14))}.psc-live-section--full-bleed .psc-live-section-copy{position:relative;z-index:1;max-width:650px;min-height:440px}.psc-live-section--quote{background:color-mix(in srgb,var(--ps-primary,#00e6c3) 12%,var(--ps-surface,#111418))}@media(max-width:700px){.psc-live-section{grid-template-columns:1fr}.psc-live-section-media{height:230px;min-height:230px}.psc-live-section-copy{padding:24px}.psc-live-section--media-first .psc-live-section-media{order:0}}
.psc-live-dynamic{width:100%;margin-top:12px}.psc-live-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:100%}.psc-live-mini-grid article{min-width:0;border:1px solid rgba(255,255,255,.09);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.04)}.psc-live-mini-grid img,.psc-live-mini-placeholder{width:100%;height:110px;object-fit:cover}.psc-live-mini-placeholder{display:grid;place-items:center;background:color-mix(in srgb,var(--ps-primary,#00e6c3) 14%,transparent);font-size:28px}.psc-live-mini-grid article>div{display:grid;gap:3px;padding:10px}.psc-live-mini-grid strong{font-size:13px}.psc-live-mini-grid small{font-size:10px;color:var(--ps-text-muted,#999);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.psc-live-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* PS-4215R — light variant for legacy/custom-section templates. */
html[data-customer-appearance="light"] .psc-live-section{
  background:linear-gradient(145deg,
    color-mix(in srgb,var(--ps-surface) 94%,var(--ps-primary) 6%),
    var(--ps-surface))!important;
  border-color:color-mix(in srgb,var(--ps-text) 11%,transparent)!important;
  box-shadow:0 16px 38px rgba(31,51,39,.12)!important;
}
html[data-customer-appearance="light"] .psc-live-section-copy h2{color:var(--ps-text)!important}
html[data-customer-appearance="light"] .psc-live-section-copy p{color:var(--ps-text-muted)!important}
html[data-customer-appearance="light"] .psc-live-section--quote{
  background:color-mix(in srgb,var(--ps-primary) 10%,var(--ps-surface))!important;
}
html[data-customer-appearance="light"] .psc-live-section--full-bleed::after{
  background:linear-gradient(90deg,rgba(255,255,255,.34),rgba(255,255,255,.04))!important;
}
html[data-customer-appearance="light"] .psc-live-section--full-bleed .psc-live-section-copy{
  margin:clamp(14px,3vw,30px);
  min-height:calc(440px - clamp(28px,6vw,60px));
  max-width:640px;
  border-radius:24px;
  background:color-mix(in srgb,var(--ps-surface) 88%,transparent);
  border:1px solid color-mix(in srgb,var(--ps-text) 11%,transparent);
  box-shadow:0 16px 44px rgba(29,47,36,.16);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
html[data-customer-appearance="light"] .psc-live-mini-grid article{
  background:var(--ps-surface-2);
  color:var(--ps-text);
  border-color:color-mix(in srgb,var(--ps-text) 10%,transparent);
}



/* PS-8889 — provider-backed Channel Feed */
.psc-live-section--video-feed{display:block;min-height:0;background:var(--ps-surface,#111418)}.psc-live-section--video-feed .psc-live-section-copy{padding:clamp(22px,4vw,42px);display:grid;gap:12px}.psc-video-feed{width:100%;min-width:0}.psc-video-feed-status{min-height:150px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--ps-text-muted,#9ca3a0);border:1px dashed color-mix(in srgb,var(--ps-text,#fff) 13%,transparent);border-radius:20px;background:color-mix(in srgb,var(--ps-surface-2,#171a1f) 72%,transparent)}.psc-video-feed-status--error{color:#e06e74}.psc-video-feed-spinner{width:18px;height:18px;border-radius:999px;border:2px solid color-mix(in srgb,var(--ps-primary,#00e6c3) 25%,transparent);border-top-color:var(--ps-primary,#00e6c3);animation:pscVideoSpin .8s linear infinite}@keyframes pscVideoSpin{to{transform:rotate(360deg)}}.psc-video-feed-head{display:flex;align-items:center;gap:10px;margin:2px 0 12px}.psc-video-feed-head img{width:38px;height:38px;border-radius:999px;object-fit:cover}.psc-video-feed-head div{display:grid;gap:2px}.psc-video-feed-head strong{font-size:14px;color:var(--ps-text,#fff)}.psc-video-feed-head small{font-size:10px;color:var(--ps-text-muted,#999);text-transform:uppercase;letter-spacing:.08em}.psc-video-feed-items{display:flex;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:2px 1px 10px;scrollbar-width:thin}.psc-video-card{appearance:none;border:1px solid color-mix(in srgb,var(--ps-text,#fff) 10%,transparent);background:var(--ps-surface-2,#171a1f);color:var(--ps-text,#fff);padding:0;border-radius:16px;overflow:hidden;text-align:left;flex:0 0 clamp(180px,28vw,260px);scroll-snap-align:start;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.psc-video-card:hover,.psc-video-card:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ps-primary,#00e6c3) 46%,transparent);box-shadow:0 12px 30px rgba(0,0,0,.16);outline:none}.psc-video-thumb{display:block;position:relative;aspect-ratio:16/9;background:#0b0d0f;overflow:hidden}.psc-video-thumb>img{width:100%;height:100%;object-fit:cover;display:block}.psc-video-thumb>i{position:absolute;left:10px;bottom:10px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:color-mix(in srgb,var(--ps-primary,#00e6c3) 88%,#000);color:var(--ps-on-primary,#03100d);font-style:normal;font-size:12px;box-shadow:0 8px 24px rgba(0,0,0,.28)}.psc-video-thumb-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:30px;color:var(--ps-primary,#00e6c3)}.psc-video-meta{display:grid;gap:4px;padding:11px 12px 13px}.psc-video-meta strong{font-size:13px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.psc-video-meta small{font-size:10px;color:var(--ps-text-muted,#999)}.psc-video-feed--grid .psc-video-feed-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.psc-video-feed--grid .psc-video-card{width:100%;min-width:0}.psc-video-player{position:fixed;inset:0;z-index:2147482500;background:rgba(0,0,0,.82);display:grid;place-items:center;padding:max(20px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.psc-video-player-frame{width:min(980px,96vw);aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 24px 90px rgba(0,0,0,.54)}.psc-video-player-frame iframe{width:100%;height:100%;border:0}.psc-video-player-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#121418;color:#fff;font-size:28px;cursor:pointer}.psc-video-player-open{overflow:hidden}
html[data-customer-appearance="light"] .psc-live-section--video-feed{background:var(--ps-surface,#fff)!important}html[data-customer-appearance="light"] .psc-video-card{background:var(--ps-surface-2,#f3f4f1);border-color:color-mix(in srgb,var(--ps-text,#111) 11%,transparent);color:var(--ps-text,#111)}html[data-customer-appearance="light"] .psc-video-feed-status{background:var(--ps-surface-2,#f3f4f1);border-color:color-mix(in srgb,var(--ps-text,#111) 12%,transparent)}
@media(max-width:700px){.psc-live-section--video-feed .psc-live-section-copy{padding:22px 16px}.psc-video-card{flex-basis:min(72vw,235px)}.psc-video-feed--grid .psc-video-feed-items{grid-template-columns:repeat(2,minmax(0,1fr))}.psc-video-player-frame{width:96vw}.psc-video-player-close{width:44px;height:44px}}

/* PS-8938 — document sections + required acceptance gates */
.psc-live-section--document{grid-template-columns:1fr;min-height:0;background:linear-gradient(145deg,color-mix(in srgb,var(--ps-surface,#111418) 94%,var(--ps-primary,#00e6c3) 6%),var(--ps-surface,#111418))}.psc-live-section--document .psc-live-section-copy{min-height:180px}
html.ps-legal-checking #shopApp,html.ps-legal-entry-denied #shopApp{visibility:hidden!important;pointer-events:none!important}
.psc-legal-overlay{position:fixed;inset:0;z-index:2147483200;display:flex;align-items:center;justify-content:center;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom));background:rgba(3,4,7,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.psc-legal-card{width:min(920px,100%);height:min(88vh,820px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:var(--ps-surface,#101216);color:var(--ps-text,#fff);border:1px solid color-mix(in srgb,var(--ps-text,#fff) 12%,transparent);border-radius:24px;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.48)}
.psc-legal-card header{padding:18px 20px 14px;border-bottom:1px solid color-mix(in srgb,var(--ps-text,#fff) 8%,transparent)}.psc-legal-card header small{display:block;color:var(--ps-primary,#00e6c3);font:850 10px/1.1 system-ui;letter-spacing:.14em}.psc-legal-card header h2{margin:5px 0 4px;font:800 clamp(21px,4vw,30px)/1.05 system-ui;letter-spacing:-.03em}.psc-legal-card header p{margin:0;color:var(--ps-text-muted,#999);font:500 12px/1.35 system-ui}
.psc-legal-viewer{min-height:0;background:color-mix(in srgb,var(--ps-bg,#08090b) 94%,#fff 6%);overflow:hidden}.psc-legal-document-frame{display:block;width:100%;height:100%;min-height:420px;border:0;background:#fff}.psc-legal-document-image{height:100%;overflow:auto;display:grid;place-items:start center;padding:18px}.psc-legal-document-image img{max-width:100%;height:auto;border-radius:12px}.psc-legal-document-text{height:100%;overflow:auto;padding:22px;font:500 14px/1.65 system-ui;white-space:normal}.psc-legal-document-empty{display:grid;place-items:center;height:100%;padding:24px;color:var(--ps-text-muted,#999);text-align:center}
.psc-legal-card footer{display:grid;grid-template-columns:1fr 1.45fr;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid color-mix(in srgb,var(--ps-text,#fff) 8%,transparent)}.psc-legal-card footer button{min-height:48px;border-radius:14px;font:800 13px system-ui}.psc-legal-decline{border:1px solid color-mix(in srgb,var(--ps-text,#fff) 14%,transparent);background:transparent;color:var(--ps-text,#fff)}.psc-legal-accept{border:0;background:var(--ps-primary,#00e6c3);color:var(--ps-primary-contrast,#04100d)}
.psc-legal-entry-hold{position:fixed;inset:0;z-index:2147483100;display:grid;place-items:center;background:var(--ps-bg,#08090b);color:var(--ps-text,#fff);padding:24px}.psc-legal-loader{display:grid;justify-items:center;gap:9px;text-align:center;max-width:340px}.psc-legal-loader>span{width:38px;height:38px;border-radius:50%;border:3px solid color-mix(in srgb,var(--ps-text,#fff) 12%,transparent);border-top-color:var(--ps-primary,#00e6c3);animation:pscLegalSpin .8s linear infinite}.psc-legal-loader strong{font:800 17px system-ui}.psc-legal-loader small{color:var(--ps-text-muted,#999);font:500 12px/1.4 system-ui}.psc-legal-loader button{margin-top:4px;border:0;border-radius:999px;min-height:44px;padding:0 17px;background:var(--ps-primary,#00e6c3);color:var(--ps-primary-contrast,#04100d);font:800 12px system-ui}@keyframes pscLegalSpin{to{transform:rotate(360deg)}}
@media(max-width:600px){.psc-legal-overlay{padding:0}.psc-legal-card{width:100%;height:100%;max-height:none;border-radius:0;border:0}.psc-legal-document-frame{min-height:0}.psc-legal-card footer{grid-template-columns:1fr 1.35fr}}
@media(prefers-reduced-motion:reduce){.psc-legal-loader>span{animation:none}}
