.video-panel .ragezone-label { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #fff; font: bold 17px/1.2 Arial, sans-serif; }
.ragezone-label img { width: 32px; height: 32px; }
.ragezone-stage { margin: 0 auto 20px; overflow: hidden; border-radius: 10px; background: #080e1b; }
.ragezone-placeholder { min-height: 220px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 24px; text-align: center; }
.ragezone-placeholder[hidden] { display: none; }
.ragezone-logo { display: block; width: min(100%, 460px); height: auto; }
.ragezone-stage iframe { display: block; width: 100%; height: 560px; border: 0; background: #111; }
