/* ===================================================================== */
/* 🔒 RADIOPLUNA – SENEPLAN MATRIX ENGINE (ICE-COOLED MASTER LOOK) */
/* ===================================================================== */

/* 📜 GLOBAL BACKGROUND (Master-Härtung mit flüssiger Prozessor-Schonung) */
body { background: url("../images/background.jpg") no-repeat center center fixed; background-size: cover; color: rgba(248, 250, 252, 0.9) !important; font-family: "Inter", sans-serif; }
.sendeplan-wrapper { max-width: 1400px; margin: 2rem auto; padding: 30px; background: rgba(8, 9, 14, 0.75) !important; backdrop-filter: blur(25px) saturate(180%); -webkit-backdrop-filter: blur(25px) saturate(180%); border-radius: 24px; border: 1px solid rgba(0, 191, 255, 0.25) !important; box-shadow: 0 0 50px rgba(0, 0, 0, 0.85), 0 0 20px rgba(255, 106, 0, 0.2), inset 0 0 30px rgba(0, 191, 255, 0.05); box-sizing: border-box; will-change: transform; transform: translateZ(0); }

/* ========================= PREMIUM WOCHEN-NAVIGATION ========================= */
.week-nav { display: flex; justify-content: space-between; align-items: center; background: rgba(8, 9, 14, 0.85); padding: 16px 24px; border-radius: 16px; border: 1px dashed rgba(0, 191, 255, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), inset 0 0 12px rgba(0, 191, 255, 0.05); margin-bottom: 25px; }
.week-btn { color: #00bfff; text-decoration: none; font-family: monospace; font-weight: 800; padding: 10px 18px; border-radius: 10px; background: rgba(0, 191, 255, 0.05); border: 1px solid rgba(0, 191, 255, 0.2); transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); text-shadow: 0 0 8px rgba(0, 191, 255, 0.4); }
.week-btn:hover { background: #00bfff; color: #05070c; box-shadow: 0 0 20px rgba(0, 191, 255, 0.5); transform: translateY(-1px); text-shadow: none; }
.week-range { font-family: monospace; font-size: 1.25rem; font-weight: 900; color: #ffffff; text-shadow: 0 0 12px rgba(255, 106, 0, 0.3); }

/* ========================= TAGES-TABS ========================= */
.day-tabs { display: flex; gap: 10px; margin-bottom: 25px; overflow-x: auto; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 191, 255, 0.15); }
.day-tabs::-webkit-scrollbar { height: 4px; }
.day-tabs::-webkit-scrollbar-thumb { background: rgba(0, 191, 255, 0.2); border-radius: 2px; }
.day-tab { background: rgba(5, 7, 12, 0.9); border: 1px solid rgba(0, 191, 255, 0.2); color: #00bfff; padding: 12px 24px; border-radius: 12px; font-family: monospace; font-weight: 700; cursor: pointer; white-space: nowrap; transition: all 0.2s ease; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.day-tab:hover { background: rgba(0, 191, 255, 0.08); color: #ffffff; border-color: rgba(0, 191, 255, 0.3); }
.day-tab.active { background: linear-gradient(135deg, #00bfff, #ff6a00); color: #05070c; font-weight: 900; border-color: rgba(255, 255, 255, 0.2); box-shadow: 0 0 25px rgba(0, 191, 255, 0.5); }

/* ========================= 2-SPALTEN-LAYOUT ========================= */
.sendeplan-content { display: flex; gap: 30px; align-items: flex-start; }

/* ========================= LINKER BEREICH ========================= */
.day-view { flex: 1; }
.day-section { display: none; }
.day-section[style*="block"] { display: block !important; }
.no-shows { padding: 40px; background: rgba(5, 7, 12, 0.6); border: 1px dashed rgba(255, 106, 0, 0.2); border-radius: 16px; text-align: center; color: #ff6a00; font-family: monospace; font-style: italic; }

/* ========================= SHOW CARDS (ICE-COOLED FLOOD BALKEN) ========================= */
.show-card { display: grid; grid-template-columns: 140px 1fr 180px; gap: 15px; align-items: center; background: rgba(8, 9, 14, 0.85); border-radius: 14px; padding: 14px 20px; margin-bottom: 12px; border: 1px solid rgba(0, 191, 255, 0.2) !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 0 10px rgba(0, 191, 255, 0.05); min-height: 65px; box-sizing: border-box; transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.25s ease, border-color 0.25s ease; position: relative; overflow: hidden; will-change: transform; transform: translateZ(0); }
.show-card:hover { transform: translateY(-2px); border-color: #00bfff !important; box-shadow: 0 8px 25px rgba(0, 191, 255, 0.3), 0 0 15px rgba(255, 106, 0, 0.15); background: rgba(8, 9, 14, 0.95); }

/* Scanline-Hardware-Kühlung bei Mouse-Hover */
.show-card::before { content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 191, 255, 0.02) 50%); background-size: 100% 4px; z-index: 2; opacity: 0; transition: opacity 0.25s ease; }
.show-card:hover::before { opacity: 1; }

/* 🚨 LIVE-TRIGGER: PULSIERENDER LASER-BALKEN WITH COLD AREA EFFECT */
.show-card.live { border-color: #ff3c00 !important; background: linear-gradient(90deg, rgba(8, 9, 14, 0.95) 0%, rgba(22, 16, 20, 0.7) 100%) !important; box-shadow: 0 0 25px rgba(255, 60, 0, 0.4), inset 0 0 15px rgba(255, 60, 0, 0.1) !important; animation: cyberLaserPulse 2.5s infinite; }
@keyframes cyberLaserPulse { 0%,100% { border-color: #ff3c00; } 50% { border-color: #ff6a00; box-shadow: 0 0 30px rgba(255, 106, 0, 0.35); } }
.show-card.live:hover { background: rgba(22, 16, 20, 0.95) !important; border-color: #00bfff !important; box-shadow: 0 0 45px rgba(255, 60, 0, 0.5) !important; }

/* 📡 Pulsierender Roter Radar-Punkt im Zeit-Feld */
.show-col.time-col { font-size: 0.95rem; font-weight: 800; color: #00bfff; font-family: monospace; letter-spacing: 0.5px; text-shadow: 0 0 8px rgba(0, 191, 255, 0.4); display: flex; align-items: center; gap: 8px; }
.show-card.live .time-col { color: #ff3c00; text-shadow: 0 0 10px rgba(255, 60, 0, 0.5); }
.show-card.live .time-col::before { content: ""; width: 6px; height: 6px; background: #ff3c00; border-radius: 50%; box-shadow: 0 0 10px #ff3c00; animation: scheduleRadarPulse 1.2s infinite; display: inline-block; }
@keyframes scheduleRadarPulse { 0%,100% { opacity: 0.4; transform: scale(0.9); } 50% { opacity: 1; transform: scale(1.3); } }

.show-col.title-col { font-size: 1.05rem; font-weight: 800; color: #ffffff; font-family: monospace; text-transform: uppercase; letter-spacing: 0.5px; text-shadow: 0 1px 2px #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.show-card:hover .show-col.title-col { color: #00bfff; }
.show-card.live .show-col.title-col { color: #ff3c00; }

.show-col.mod-col { display: flex; align-items: center; gap: 10px; justify-content: flex-start; }
.mod-avatar { width: 30px !important; height: 30px !important; border-radius: 50% !important; object-fit: cover !important; border: 1px solid rgba(0, 191, 255, 0.2) !important; box-shadow: 0 2px 6px rgba(0,0,0,0.4); transition: transform 0.2s; }
.show-card:hover .mod-avatar { transform: scale(1.08); border-color: #00bfff !important; }
.show-card.live .mod-avatar { border-color: #ff3c00 !important; box-shadow: 0 0 10px rgba(255, 60, 0, 0.4); }
.show-col.mod-col span { font-family: monospace; font-weight: 700; color: #94a3b8; font-size: 0.9rem; }

/* RECHTE LIVE-BOX */
.live-badge { position: absolute; top: 0; right: 0; background: #ff3c00; color: #fff; padding: 4px 12px; border-radius: 0 0 0 8px; font-size: 0.65rem; font-family: monospace; font-weight: 900; letter-spacing: 1px; box-shadow: -2px 2px 10px rgba(0,0,0,0.5); text-transform: uppercase; }

/* ========================= RECHTE LIVE-BOX ========================= */
.live-box { width: 350px; background: rgba(5, 7, 12, 0.9); border-radius: 12px; padding: 25px 20px; border: 1px solid rgba(0, 191, 255, 0.25) !important; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), inset 0 0 25px rgba(0, 191, 255, 0.05); height: fit-content; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; will-change: transform; transform: translateZ(0); }
.live-header { font-size: 0.75rem; font-family: monospace; font-weight: 900; color: #fff; background: #ff3c00; padding: 6px 18px; border-radius: 4px; display: inline-block; margin-bottom: 25px; box-shadow: 0 0 20px rgba(255, 60, 0, 0.5); letter-spacing: 1px; text-transform: uppercase; }
.live-top { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 15px; width: 100%; }
.live-avatar { width: 150px; height: 150px; border-radius: 12px; object-fit: cover; border: 2px solid #00bfff !important; box-shadow: 0 0 25px rgba(0, 191, 255, 0.3); }
.live-genre-small { width: 140px; height: auto; max-height: 75px; border-radius: 6px; border: 1px solid rgba(0, 191, 255, 0.2); box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.live-info { text-align: center; width: 100%; margin-top: 5px; }
.live-title { font-size: 1.3rem; font-family: monospace; font-weight: 900; color: #ffffff; margin-bottom: 15px; text-transform: uppercase; text-shadow: 0 0 10px rgba(255, 106, 0, 0.2); line-height: 1.3; word-break: break-word; }
.live-info .live-mod { display: flex; align-items: center; gap: 10px; justify-content: center; background: rgba(5, 7, 12, 0.9); padding: 8px 18px; border-radius: 6px; border: 1px solid rgba(0, 191, 255, 0.2); width: fit-content; margin: 0 auto; }
.live-info .live-mod span { font-family: monospace; font-weight: 800; color: #00bfff; text-shadow: 0 0 8px rgba(0, 191, 255, 0.3); }

/* ========================= UP NEXT ========================= */
.upnext-box { background: rgba(5, 7, 12, 0.8); padding: 16px; border-radius: 8px; border: 1px solid rgba(0, 191, 255, 0.2); margin-top: 25px; width: 100%; box-sizing: border-box; text-align: center; border-left: 4px solid #00bfff; box-shadow: 0 8px 20px rgba(0,0,0,0.5); }
.upnext-title { font-family: monospace; font-size: 0.7rem; font-weight: 900; color: #00bfff; letter-spacing: 1px; margin-bottom: 6px; text-transform: uppercase; }
.upnext-name { font-family: monospace; font-weight: 800; font-size: 1rem; margin: 5px 0; color: #fff; text-transform: uppercase; }
.upnext-mod { font-family: monospace; font-size: 0.85rem; color: #ff6a00; font-weight: 700; }

/* ========================= 📱 SMARTPHONE RESPONSIVE COCKPIT RE-ROUTE ========================= */
@media (max-width: 900px) { .sendeplan-content { flex-direction: column !important; gap: 20px; } .live-box { width: 100% !important; } .show-card { grid-template-columns: 1fr !important; gap: 10px; align-items: flex-start; padding: 15px; background: rgba(8, 9, 14, 0.9) !important; border-color: rgba(0, 191, 255, 0.15) !important; box-shadow: none !important; } .mod-col { justify-content: flex-start; } .time-col { width: 100%; } }
