.schedule-section{position:relative}.schedule-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:20px}.schedule-live-banner{display:none;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;margin:0 0 20px;border:1px solid #d6243f;border-radius:16px;background:linear-gradient(135deg,#2a0710,#0b1118);box-shadow:0 0 28px #d6243f22}.schedule-live-banner.show{display:flex}.schedule-live-banner strong{font-size:20px}.schedule-live-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ff405a;margin-right:8px;box-shadow:0 0 14px #ff405a}.schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stream-card{position:relative;overflow:hidden;border:1px solid #1d3b55;border-radius:16px;background:linear-gradient(180deg,#0c151f,#080d13);padding:20px;min-height:190px}.stream-card.special{border-color:#765b1d;background:linear-gradient(180deg,#211a08,#0b0e12)}.stream-card .stream-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.stream-card .stream-day{font-size:12px;font-weight:900;letter-spacing:1.4px;color:#7ec7ff}.stream-card.special .stream-day{color:#ffd76d}.stream-card h3{font-size:22px;margin:10px 0 6px}.stream-card .stream-game{font-size:12px;font-weight:900;color:#8fa8bc;text-transform:uppercase}.stream-card .stream-time{font-size:18px;font-weight:900;margin:18px 0 6px}.stream-card .stream-notes{color:#91a8bb;margin:0 0 18px}.stream-badge{border:1px solid #315574;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;letter-spacing:1px;color:#bfe3ff}.stream-card.special .stream-badge{border-color:#806a2e;color:#ffe69b}.stream-card a{font-weight:900;color:#56b5ff;text-decoration:none}.schedule-empty{grid-column:1/-1;padding:22px;border:1px dashed #29435a;border-radius:14px;color:#91a8bb}@media(max-width:760px){.schedule-head,.schedule-live-banner{align-items:flex-start;flex-direction:column}.schedule-grid{grid-template-columns:1fr}.stream-card{min-height:0;padding:17px}}