.vtp-local-player {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #050304;
    border: 1px solid rgba(212, 175, 55, .24);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
}
.vtp-local-player video { width: 100%; height: 100%; display: block; object-fit: contain; background: #000; }
.vtp-player-glow { position: absolute; inset: auto 12% -1px; height: 1px; background: #d4af37; box-shadow: 0 0 24px #d4af37; pointer-events: none; }
.vtp-paywall { min-height: min(62vw, 650px); padding: clamp(2rem, 8vw, 7rem); display: grid; place-content: center; text-align: center; background: radial-gradient(circle at 50% 18%, rgba(142, 10, 24, .55), transparent 38%), #090607; border: 1px solid rgba(212, 175, 55, .28); color: #f5ebdd; }
.vtp-paywall-kicker { color: #d4af37; font: 600 .72rem/1.2 system-ui, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.vtp-paywall h2 { margin: .85rem 0 .65rem; color: #f5ebdd; font-size: clamp(2rem, 5vw, 4.5rem); line-height: .98; text-wrap: balance; }
.vtp-paywall p { max-width: 36rem; margin: 0 auto 1.6rem; color: rgba(245, 235, 221, .72); }
.vtp-gold-button { justify-self: center; display: inline-flex; min-height: 46px; align-items: center; padding: 0 1.5rem; color: #130a06; background: linear-gradient(110deg, #b98a24, #f2d675 50%, #b98a24); font: 700 .76rem/1 system-ui, sans-serif; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.vtp-paywall-login { margin-top: 1rem; color: #f5ebdd; font-size: .86rem; text-underline-offset: 4px; }
