/* ===================================================================== */
/* 🔮 RADIOPLUNA MAIN ENGINE – SYSTEM CONFIGURATION & ROOT MATRIX v9.0.0 */
/* ===================================================================== */
:root { --color-bg-card: rgba(8, 9, 14, 0.82); --color-bg-footer: rgba(5, 5, 8, 0.95); --color-bg-player: linear-gradient(135deg, #05070c, #161014); --color-text: #f8fafc; --color-text-secondary: #94a3b8; --color-link: #00bfff; --color-link-hover: #ff6a00; --color-live: #ff3c00; --color-visitor: #00bfff; --color-visitor-icon: #ffaa00; --color-error: #ff2a00; --color-btn-primary: rgba(255, 106, 0, 0.9); --color-btn-primary-hover: rgba(0, 191, 255, 1); --color-promo-title: rgba(255, 106, 0, 1); --color-promo-link: #ff3c00; --radius-card: 20px; --radius-footer-card: 16px; --radius-modal: 16px; --radius-player-btn: 10px; --radius-dot: 50%; --radius-news: 8px; --radius-promo-card: 12px; --shadow-card: 0 20px 40px rgba(0,0,0,0.5); --shadow-card-hover: 0 25px 50px rgba(0,0,0,0.6); --shadow-footer-card: 0 10px 25px rgba(0,0,0,0.6); --shadow-footer-card-hover: 0 15px 35px rgba(0,0,0,0.7); --shadow-player: 0 -5px 20px rgba(0,0,0,0.7); --shadow-image: 0 10px 25px rgba(0,0,0,0.5); --gap-grid: 2rem; --padding-card: 1rem; --padding-footer-card: 1.5rem; --padding-dashboard: 2rem; --padding-promo-card: 1.5rem; --font-size-h1: 2.3rem; --font-size-h2: 1.2rem; --font-size-h3: 1rem; --font-size-h4: 1.1rem; --font-size-body: .95rem; --font-size-small: .85rem; --font-size-promo-title: 1.5rem; --font-size-promo-name: 1.2rem; --font-size-promo-link: .9rem; }

/* ========================= GLOBAL ENVIRONMENT ========================= */
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; background: url("../images/background.jpg") no-repeat center center fixed; background-size: cover; color: #fff; overflow-x: hidden; }

/* ========================= STANDARD CARD DESIGN ========================= */
.card { background: var(--color-bg-card); border-radius: var(--radius-card); padding: var(--padding-card); margin-bottom: 3rem; box-shadow: var(--shadow-card); width: auto; transition: transform .3s ease, box-shadow .3s ease; box-sizing: border-box; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }

/* ===================================================================== */
/* 🖥️ RADIOPLUNA NEXTGEN FRONTEND GRID LAYOUT (🔒 100% INLINE-STYLE FREE) */
/* ===================================================================== */
.dashboard { max-width: 1200px; margin: auto; padding: var(--padding-dashboard); }
.front-alert-grid { display: grid !important; grid-template-columns: 1fr !important; width: 100% !important; margin-bottom: 1.5rem !important; box-sizing: border-box !important; }
.home-hud-grid, .front-media-grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; gap: 24px !important; margin-bottom: 2.5rem !important; width: 100% !important; box-sizing: border-box !important; }
.front-repository-grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; gap: 22px !important; margin-bottom: 2rem !important; width: 100% !important; box-sizing: border-box !important; }
.front-charts-grid { display: grid !important; grid-template-columns: 1fr !important; width: 100% !important; box-sizing: border-box !important; }

/* 🧼 OVERLAY-TERMINAL-KAPSELUNG: Zwingt alle Kind-Karten auf der Startseite in den reinen Cyber-Look */
.home-hud-grid .card, .front-media-grid .card, .front-repository-grid .card { background: rgba(8, 9, 14, 0.85) !important; background-image: none !important; backdrop-filter: blur(14px) !important; -webkit-backdrop-filter: blur(14px) !important; border: 1px solid rgba(255, 106, 0, 0.4) !important; box-shadow: 0 0 25px rgba(255, 106, 0, 0.3) !important; border-radius: 18px !important; }

/* ========================= DESKTOP HOLOGRAMM HEADER ========================= */
@media (min-width: 769px) {
    .main-header { height: 420px; position: sticky; top: 0; z-index: 1000; overflow: hidden; position: relative; -webkit-backdrop-filter: blur(18px) saturate(140%); border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 40px rgba(255,106,0,0.4), inset 0 0 25px rgba(255,106,0,0.25); transform-origin: top center; transform: perspective(700px) rotateX(3deg); animation: navHoloFloat 6s ease-in-out infinite; max-width: 1375px; margin: 0 auto; width: 100%; }
    @keyframes navHoloFloat { 0%,100% { transform: perspective(700px) rotateX(3deg) translateY(0); } 50% { transform: perspective(700px) rotateX(2deg) translateY(-4px); } }
    .main-header::before { content: ""; position: absolute; inset: 0; background: url("../images/nav_mockup.png") no-repeat center; background-size: 100% 100%; opacity: 1; pointer-events: none; z-index: 0; }
    .main-header::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 30% 50%, rgba(255,106,0,0.35), transparent 70%); filter: blur(35px); animation: navGlow 7s ease-in-out infinite; z-index: 1; }
    @keyframes navGlow { 0%,100% { opacity: .35; transform: translateX(0); } 50% { opacity: .75; transform: translateX(35px); } }
    .nav { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 100%; padding-top: 180px; margin: 0 auto; }
    .nav-left { width: 415px; display: flex; justify-content: space-between; list-style: none; margin-top: 2px; margin-bottom: 11px; padding-top: 0; transform: translateX(50px) translateY(14px); }
    .nav-right { width: 474px; display: flex; justify-content: space-between; list-style: none; padding-top: 0; margin-bottom: 0; transform: translateX(-71px) translateY(-0px); }
    .nav-center { width: 260px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: -40px; }
    .nav-center a img { display: inline-block; transform: translateX(30px) translateY(-60px) !important; }
    .logo-img { height: 120px; width: auto; border-radius: 16px; transition: .3s ease; }
    .logo-img:hover { transform: scale(1.06) rotate(-1deg); box-shadow: 0 0 15px rgba(0,191,255,0.6), 0 0 40px rgba(255,106,0,0.5); }
    .logo-subtitle { margin-top: 5px; font-size: 20px; font-weight: 700; color: #ff6a00; text-shadow: 0 0 12px rgba(255,106,0,0.7); text-align: center; transform: translateX(32px) translateY(68px); }
    .nav-left a, .nav-right a { color: #fff; font-weight: 600; text-decoration: none; transition: .25s ease; }
    .nav-left a:hover, .nav-right a:hover { text-shadow: 0 0 15px rgba(255,106,0,0.8); }
    .nav-toggle { display: none !important; }
}

/* ========================= MOBILE HEADER ========================= */
@media (max-width: 768px) {
    .main-header { background: rgba(5, 7, 12, 0.9); backdrop-filter: blur(10px); height: auto; padding: 12px 15px; overflow: visible; }
    .main-header::before, .main-header::after { display: none; }
    .nav { flex-direction: column; align-items: flex-start; padding: 0; margin: 0; }
    .nav-center { display: none; }
    .nav-left, .nav-right { display: none; }
    .nav-toggle { display: block; font-size: 1.8rem; background: none; border: none; color: #fff; cursor: pointer; margin-left: auto; }
    .nav-mobile { display: none; flex-direction: column; width: 100%; background: rgba(5, 7, 12, 0.95); padding: 12px; border-radius: 0 0 12px 12px; gap: 8px; margin-top: 10px; }
    .nav-mobile.open { display: flex; }
    .nav-mobile a { display: block; padding: 10px; border-radius: 6px; background: rgba(0,0,0,0.35); color: #fff; text-decoration: none; }
    .nav-mobile a:hover { background: rgba(255, 106, 0, 0.35); }
}

/* ========================= MOBILE NAV LEFT/RIGHT ========================= */
@media (max-width: 768px) { .nav-left, .nav-right { display: none; flex-direction: column; gap: 8px; background: rgba(5,7,12,0.95); padding: 12px; border-radius: 0 0 12px 12px; } .nav-left.nav-open, .nav-right.nav-open { display: flex; } }

/* ===================================================================== */
/* 🔮 RADIOPLUNA – NEXT-GEN HOLO-BRIDGE FOOTER (VOLL-UNIKAT MATRIX)      */
/* ===================================================================== */
.dashboard-footer { position: relative; overflow: hidden; -webkit-backdrop-filter: blur(20px) saturate(160%); padding: 80px 2rem 2.5rem; border-radius: 22px 22px 0 0; margin-top: 3rem; box-shadow: 0 -25px 50px rgba(255,106,0,0.45), inset 0 0 35px rgba(255,106,0,0.3); transform-origin: bottom center; transform: perspective(1000px) rotateX(-4deg) translateZ(0); animation: footerFloat 7s ease-in-out infinite; color: #fff; font-size: .9rem; will-change: transform; border-top: 1px solid rgba(255,106,0,0.4); background: var(--color-bg-footer); }
@keyframes footerFloat { 0%,100% { transform: perspective(1000px) rotateX(-4deg) translateY(0) translateZ(0); } 50% { transform: perspective(1000px) rotateX(-2deg) translateY(5px) translateZ(0); } }

/* 🔒 SCANLINES & GLOW REAKTIV */
.dashboard-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(to bottom, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 3px, transparent 6px); z-index: 0; opacity: 0.4; }
.dashboard-footer:hover::before { animation: footerScan 5s linear infinite; }
@keyframes footerScan { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }
.dashboard-footer::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 70% 40%, rgba(255,106,0,0.35), transparent 70%); filter: blur(60px); z-index: 0; }

/* 🔒 DEIN PROFIL-OVERLAY AKTIV UND PULSIEREND */
.footer-overlay { position: absolute; inset: 0; pointer-events: none; z-index: 2; background: url('../images/footer_overlay.png') center top no-repeat; background-size: 100% 100%; mix-blend-mode: screen; animation: overlayPulse 6s ease-in-out infinite; will-change: transform; }
@keyframes overlayPulse { 0%,100% { transform: translateY(0) translateZ(0); } 50% { transform: translateY(-3px) translateZ(0); } }

/* ===================================================================== */
/* 🎛️ THE UNIKATÄRE ASYMMETRIC HUD RASTER CONTAINER                     */
/* ===================================================================== */
.footer-container { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 20px; max-width: 1000px; margin: 0 auto; z-index: 10; }
.footer-left { grid-column: 1; text-align: center !important; }
.footer-center { grid-column: 2; text-align: center !important; }
.footer-right { grid-column: 3; text-align: center !important; }
.visitor-card { grid-column: 4; text-align: center !important; }

/* ===================================================================== */
/* 🔒 CYBER DATA WABEN (Vollkommen hardwarebeschleunigt auf GPU)         */
/* ===================================================================== */
.footer-card, .visitor-card { background: rgba(8, 9, 14, 0.85) !important; backdrop-filter: blur(20px); border-radius: 16px; padding: 16px; min-height: 140px; border: 1px solid rgba(255,106,0,0.3); box-shadow: 0 4px 20px rgba(0,0,0,0.5), inset 0 0 15px rgba(255,106,0,0.1); transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); text-align: center; width: 100%; font-size: .75rem; box-sizing: border-box; transform: translateZ(0); will-change: transform, border-color, box-shadow; }
.footer-card:hover, .visitor-card:hover { transform: translateY(-5px) scale(1.02) translateZ(0); border-color: #ff6a00; box-shadow: 0 0 25px rgba(255, 106, 0, 0.4), inset 0 0 15px rgba(255, 106, 0, 0.2); }

/* TEXT, HIGH-TECH LINKS & GLOW EFFECTS */
.footer-card h4, .visitor-card h4 { font-size: .88rem; margin: 0 0 12px 0; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #fff; text-shadow: 0 0 8px rgba(255,106,0,0.5); border-bottom: 1px dashed rgba(255,106,0,0.2); padding-bottom: 6px; }
.footer-left h4 { text-align: left; }
.footer-sys-tag { font-family: monospace; color: #ff6a00; font-weight: 800; font-size: 11px; margin: 6px 0 2px 0; text-shadow: 0 0 6px rgba(255, 106, 0, 0.3); }
.copyright-note { color: rgba(226, 232, 240, 0.6); font-size: 10px; line-height: 1.4; margin: 0; }
.footer-card a { color: #00bfff; text-decoration: none; font-weight: 700; transition: all 0.2s ease; display: inline-block; text-shadow: 0 0 6px rgba(0, 191, 255, 0.3); }
.footer-card a:hover { color: #ff6a00 !important; text-shadow: 0 0 10px #ff6a00, 0 0 20px rgba(255,106,0,0.6); }

/* DESIGN ELEMENTS */
.footer-logo { height: 35px; margin-bottom: 8px; filter: drop-shadow(0 0 12px rgba(0, 191, 255, 0.5)); transition: transform 0.3s ease; }
.footer-card:hover .footer-logo { transform: scale(1.04) rotate(-1deg); }
.footer-social-grid { display: flex; gap: 12px; justify-content: center; margin-top: 15px; }
.social-link i { font-size: 1.3rem; color: #fff; transition: all 0.2s ease; }
.facebook-glow:hover i { color: #3b5998; filter: drop-shadow(0 0 8px #3b5998); }
.facebook-group-glow:hover i { color: #4267b2; filter: drop-shadow(0 0 8px #4267b2); }
.twitter-glow:hover i { color: #00bfff; filter: drop-shadow(0 0 8px #00bfff); }
.visitor-hud-panel { display: flex; align-items: center; justify-content: center; gap: 8px; border-bottom: 1px dashed rgba(255,106,0,0.2); padding-bottom: 6px; margin-bottom: 10px; }
.visitor-hud-panel h4 { border-bottom: none !important; padding-bottom: 0 !important; margin: 0 !important; }
.visitor-icon i { font-size: 1.2rem; color: #00bfff; filter: drop-shadow(0 0 6px #00bfff); }
.visitor-stats-stream { display: flex; flex-direction: column; gap: 4px; text-align: center; }
.visitor-stats-stream p { margin: 0; font-size: 11px; color: rgba(226, 232, 240, 0.8); font-weight: 600; }
.stats-cyan { color: #00bfff; font-family: monospace; font-size: 13px; text-shadow: 0 0 6px rgba(0, 191, 255, 0.4); }
.stats-pink { color: #ff6a00; font-family: monospace; font-size: 13px; text-shadow: 0 0 6px rgba(255, 106, 0, 0.4); }

/* ===================================================================== */
/* 🌟 RATING TICKER CYBER FEED RUNTIME                                   */
/* ===================================================================== */
#rating-ticker { width: 95%; max-width: 900px; background: rgba(8, 9, 14, 0.6); padding: 12px; overflow: hidden; margin: 40px auto 0; border: 1px solid rgba(255,106,0,0.2); border-radius: 10px; position: relative; z-index: 15; box-shadow: inset 0 0 15px rgba(0,0,0,0.5); }
#rating-ticker-inner { display: flex; gap: 35px; white-space: nowrap; will-change: transform; }

/* ===================================================================== */
/* 📱 NEXT-GEN RESPONSIVE MOBILE DISMANTLING (STARK VERRIEGELT)           */
/* ===================================================================== */
@media (max-width: 768px) { .dashboard-footer { transform: none !important; animation: none !important; border-radius: 0; padding: 35px 1rem 1rem; width: 100% !important; background: #05070c !important; font-size: .8rem; } .footer-overlay, .dashboard-footer::before, .dashboard-footer::after { display: none !important; background: none !important; animation: none !important; } .footer-container { width: 100% !important; max-width: 100% !important; grid-template-columns: 1fr !important; gap: 12px !important; margin: 0 auto !important; } .footer-left, .footer-center, .footer-right, .visitor-card { grid-column: auto !important; text-align: center !important; } .footer-left h4 { text-align: center; } .footer-card, .visitor-card { width: 100% !important; max-width: 340px !important; margin: 0 auto !important; padding: 15px !important; min-height: auto !important; transform: none !important; font-size: .78rem !important; border-radius: 12px !important; background: rgba(8, 9, 14, 0.9) !important; } .footer-logo { margin: 0 auto 8px auto; } #rating-ticker { max-width: 95% !important; margin: 20px auto 0 !important; padding: 8px 0 !important; background: rgba(8, 9, 14, 0.9) !important; } }
