/**
 * GQRC Mediathek Bundle CSS
 * Alle Module in einer Datei (ersetzt @import-basierte src/index.css)
 * Generiert aus: base, variables, hero, cards, modal, video-player, timeline, skeleton, related, animations, responsive
 */

/* =======================================================
   BASE STYLES - Container und grundlegende Layout-Styles
   ======================================================= */

/* Page-level horizontal scroll prevention */
body:has(.gqrc-overview-container),
body:has(.gqrc-videos-overview) {
    overflow-x: hidden;
}

/* Fallback for browsers without :has() support */
.gqrc-no-page-scroll {
    overflow-x: hidden;
}

/* Main Container */
.gqrc-overview-container {
    position: relative;
    width: 100%;
    max-width: 100vw;
    background: var(--gqrc-bg-dark, #141414);
    color: var(--gqrc-text-primary, #fff);
    font-family: var(--gqrc-font-primary);
    padding-bottom: 50px;
    overflow-x: hidden;
}

/* Category Sections */
.gqrc-category-section {
    margin-bottom: 30px;
    padding: 0 4%;
    overflow: visible;
    padding-bottom: 0;
}

/* Section Header with "Alle anzeigen" link */
.gqrc-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-left: calc(-4% / 0.92);
    gap: 20px;
}

.gqrc-category-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-family: var(--gqrc-font-primary);
    text-transform: lowercase;
    background: var(--gqrc-primary-color, #6962FE);
    padding: 12px 25px 12px 4%;
    border-radius: 0 25px 25px 0;
}

.gqrc-category-title span {
    display: inline-flex;
    align-items: center;
}

.gqrc-category-title i {
    font-size: 1.3rem;
}

/* Fallback for sections without header wrapper */
.gqrc-category-section > .gqrc-category-title {
    margin-bottom: 20px;
}

.gqrc-show-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.gqrc-show-all-link:hover {
    color: var(--gqrc-accent-color, #9b59b6);
    transform: translateX(3px);
}

.gqrc-show-all-link i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.gqrc-show-all-link:hover i {
    transform: translateX(3px);
}

/* Cards Wrapper & Scrolling */
.gqrc-cards-wrapper {
    position: relative;
    padding: 0 50px;
    overflow: visible;
}

.gqrc-cards-row {
    display: flex;
    gap: var(--gqrc-card-gap, 15px);
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    padding: 50px 50px 0 0;
    margin: -50px -50px 0 -50px;
    padding-bottom: 10px;
    align-items: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gqrc-cards-row::-webkit-scrollbar {
    display: none;
}

/* Scroll Buttons */
.gqrc-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: var(--gqrc-z-scroll-btn, 150);
    transition: all 0.3s ease;
    opacity: 0;
}

.gqrc-category-section:hover .gqrc-scroll-btn {
    opacity: 1;
}

.gqrc-scroll-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}

.gqrc-scroll-left {
    left: -55px;
    border-radius: 0 4px 4px 0;
}

.gqrc-scroll-right {
    right: -55px;
    border-radius: 4px 0 0 4px;
}

/* Back Button Overlay */
.gqrc-back-overlay {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    animation: gqrcFadeIn 0.5s ease;
}

.gqrc-back-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: rgba(20, 20, 20, 0.85);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gqrc-back-button:hover {
    background: rgba(0, 106, 255, 0.9);
    color: #fff;
    transform: translateX(-5px) scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 106, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.gqrc-back-button i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.gqrc-back-button:hover i {
    transform: translateX(-3px);
}

.gqrc-back-button span {
    white-space: nowrap;
}

/* Shared Typography */
.gqrc-section-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--gqrc-primary-color, #006aff);
    text-transform: lowercase;
    font-weight: 600;
    font-family: var(--gqrc-font-primary);
}

.gqrc-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--gqrc-text-secondary, #e0e0e0);
    font-family: var(--gqrc-font-primary);
}

/* Stars Rating */
.gqrc-stars {
    display: flex;
    gap: 5px;
}

.gqrc-star {
    font-size: 1.5rem;
}

.gqrc-star-full {
    color: var(--gqrc-primary-color, #006aff);
}

.gqrc-star-half {
    color: var(--gqrc-primary-color, #006aff);
}

.gqrc-star-empty {
    color: #d1d5db;
}

.gqrc-rating-text {
    font-size: 0.9rem;
    color: #666;
}

/* =======================================================
   CSS VARIABLES
   ======================================================= */

:root {
    /* Fallback-Farben (werden von PHP ueberschrieben) */
    --gqrc-accent-color: #9b59b6;
    --gqrc-primary-color: #006aff;

    /* Hintergrund */
    --gqrc-bg-dark: #141414;
    --gqrc-bg-card: #181818;
    --gqrc-bg-overlay: rgba(0, 0, 0, 0.95);

    /* Text */
    --gqrc-text-primary: #fff;
    --gqrc-text-secondary: #e0e0e0;
    --gqrc-text-muted: #ccc;

    /* Fonts */
    --gqrc-font-primary: "Arvo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --gqrc-font-mono: monospace;

    /* Spacing */
    --gqrc-spacing-xs: 5px;
    --gqrc-spacing-sm: 10px;
    --gqrc-spacing-md: 15px;
    --gqrc-spacing-lg: 20px;
    --gqrc-spacing-xl: 30px;

    /* Border Radius */
    --gqrc-radius-sm: 4px;
    --gqrc-radius-md: 6px;
    --gqrc-radius-lg: 8px;
    --gqrc-radius-round: 50%;

    /* Transitions */
    --gqrc-transition-fast: 0.2s ease;
    --gqrc-transition-normal: 0.3s ease;
    --gqrc-transition-slow: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    /* Z-Index Scale */
    --gqrc-z-card-hover: 100;
    --gqrc-z-scroll-btn: 150;
    --gqrc-z-indicators: 200;
    --gqrc-z-modal: 999999;
    --gqrc-z-modal-close: 10000;
}

/* =======================================================
   HERO SECTION - Hero Slider, Indicators, Content, Video Background
   ======================================================= */

.gqrc-hero-section {
    position: relative;
    width: 100%;
    height: var(--gqrc-hero-height, 80vh);
    min-height: var(--gqrc-hero-min-height, 500px);
    margin-bottom: 50px;
    overflow: hidden;
}

.gqrc-hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.gqrc-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity var(--gqrc-hero-transition, 1.5s) ease-in-out;
    pointer-events: none;
}

.gqrc-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.gqrc-hero-backdrop {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gqrc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--gqrc-overlay-color, #141414) 0%, transparent 50%, var(--gqrc-overlay-color, #141414) 100%),
                linear-gradient(to right, var(--gqrc-overlay-color, #141414) 0%, transparent 50%);
    opacity: var(--gqrc-overlay-opacity, 0.95);
}

.gqrc-hero-copyright {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 2;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Hero Content */
.gqrc-hero-content {
    position: absolute;
    bottom: var(--gqrc-hero-content-bottom, 35%);
    left: var(--gqrc-hero-content-left, 4%);
    max-width: 500px;
    z-index: 2;
}

.gqrc-hero-title {
    font-size: var(--gqrc-hero-title-size, 3rem);
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-family: "Arvo", serif;
}

.gqrc-hero-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.gqrc-hero-meta-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 14px;
    background: var(--gqrc-accent-color, #9b59b6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-family: "Arvo", serif;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.9;
}

.gqrc-hero-badge-current {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%) !important;
    color: #000 !important;
    text-shadow: none !important;
    font-weight: 700;
}

.gqrc-hero-meta-stars .gqrc-stars {
    gap: 3px;
    display: flex;
    align-items: center;
}

.gqrc-hero-meta-stars .gqrc-star {
    font-size: 1rem;
}

.gqrc-hero-meta-stars .gqrc-star-full,
.gqrc-hero-meta-stars .gqrc-star-half,
.gqrc-hero-meta-stars .gqrc-star-empty {
    color: #fff;
}

.gqrc-hero-description {
    font-size: var(--gqrc-hero-desc-size, 1.1rem);
    line-height: 1.6;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: var(--gqrc-hero-description-lines, 4);
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(var(--gqrc-hero-desc-size, 1.1rem) * 1.6 * var(--gqrc-hero-description-lines, 4));
    max-height: calc(var(--gqrc-hero-desc-size, 1.1rem) * 1.6 * var(--gqrc-hero-description-lines, 4));
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
}

/* Hero Buttons */
.gqrc-hero-buttons {
    display: flex;
    gap: 15px;
}

.gqrc-hero-btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.gqrc-hero-btn-primary {
    background: #fff;
    color: #000;
}

.gqrc-hero-btn-primary:hover {
    background: rgba(255, 255, 255, 0.8);
}

.gqrc-hero-btn-secondary {
    background: rgba(109, 109, 110, 0.7);
    color: #fff;
}

.gqrc-hero-btn-secondary:hover {
    background: rgba(109, 109, 110, 0.4);
}

/* Hero Indicators */
.gqrc-hero-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 200 !important;
}

.gqrc-hero-indicator {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 200 !important;
}

.gqrc-hero-indicator:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.gqrc-hero-indicator.active {
    background: rgba(255, 255, 255, 0.3);
    width: 30px;
    border-radius: 6px;
}

.gqrc-hero-indicator-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 6px;
    transition: none;
}

.gqrc-hero-indicator.active .gqrc-hero-indicator-progress {
    animation: gqrcIndicatorProgress 15s linear forwards;
}

.gqrc-hero-section:hover .gqrc-hero-indicator.active .gqrc-hero-indicator-progress {
    animation-play-state: paused;
}

/* Hero Video Background */
.gqrc-hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.gqrc-hero-video-wrapper > div,
.gqrc-hero-video-wrapper iframe,
.gqrc-hero-video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.gqrc-hero-video-wrapper video {
    object-fit: cover;
}

.gqrc-hero-video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.gqrc-hero-backdrop.gqrc-video-active {
    background: transparent !important;
    position: relative;
    z-index: 2;
}

.gqrc-hero-backdrop.gqrc-video-active .gqrc-hero-overlay {
    position: absolute;
    z-index: 2;
}

.gqrc-hero-backdrop.gqrc-video-active .gqrc-hero-content {
    position: absolute;
    z-index: 3;
}

.gqrc-hero-backdrop.gqrc-video-active .gqrc-hero-copyright {
    display: none !important;
}

.gqrc-hero-prev,
.gqrc-hero-next {
    z-index: 200 !important;
}

/* Hero YouTube Credit */
.gqrc-hero-youtube-credit {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 2;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: nowrap;
    text-align: right;
}

.gqrc-hero-youtube-credit span {
    flex-shrink: 0;
    white-space: nowrap;
}

.gqrc-hero-youtube-logo {
    height: auto;
    width: 100px;
    min-width: 100px;
    max-width: 150px;
    display: block;
    flex-shrink: 1;
    opacity: 0.8;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}

/* Hero Sound Button */
.gqrc-hero-video-sound {
    position: absolute;
    bottom: var(--gqrc-hero-sound-bottom, 30px);
    left: var(--gqrc-hero-sound-left, 30px);
    width: var(--gqrc-hero-sound-size, 45px);
    height: var(--gqrc-hero-sound-size, 45px);
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gqrc-hero-video-sound:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.gqrc-hero-video-sound:active {
    transform: scale(0.95);
}

.gqrc-hero-video-sound:focus-visible {
    outline: 2px solid #4ade80;
    outline-offset: 3px;
}

/* Hero Skeleton (Loading State) */
.gqrc-hero-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    animation: gqrc-skeleton-fade-in 0.3s ease;
}

.gqrc-hero-skeleton.hidden {
    animation: gqrc-skeleton-fade-out 0.5s ease forwards;
}

.gqrc-hero-skeleton-content {
    max-width: 800px;
    width: 100%;
}

.gqrc-hero-skeleton-title {
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.gqrc-hero-skeleton-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.gqrc-hero-skeleton-badge {
    width: 80px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.gqrc-hero-skeleton-description {
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.gqrc-hero-skeleton-button {
    width: 180px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.gqrc-hero-skeleton-title::before,
.gqrc-hero-skeleton-badge::before,
.gqrc-hero-skeleton-description::before,
.gqrc-hero-skeleton-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
    animation: gqrc-hero-shimmer 2s infinite;
}

.gqrc-hero-skeleton-title::before { animation-delay: 0s; }
.gqrc-hero-skeleton-badge:nth-child(1)::before { animation-delay: 0.1s; }
.gqrc-hero-skeleton-badge:nth-child(2)::before { animation-delay: 0.2s; }
.gqrc-hero-skeleton-badge:nth-child(3)::before { animation-delay: 0.3s; }
.gqrc-hero-skeleton-description::before { animation-delay: 0.4s; }
.gqrc-hero-skeleton-button::before { animation-delay: 0.5s; }

/* =======================================================
   CARDS - Review & Video Card Styles
   ======================================================= */

.gqrc-review-card,
.gqrc-video-card {
    position: relative;
    border-radius: 8px;
    overflow: visible;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.gqrc-review-card:hover,
.gqrc-video-card:hover {
    transform: scale(var(--gqrc-card-hover-scale, 1.025));
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    transition-delay: 0.3s;
}

/* Card Dimensions */
.gqrc-review-card {
    flex: 0 0 200px;
    width: 200px;
    aspect-ratio: 2/3;
}

.gqrc-videos-overview .gqrc-review-card,
.gqrc-review-card.video-card,
.gqrc-video-card {
    flex: 0 0 var(--gqrc-card-width-desktop, 300px);
    width: var(--gqrc-card-width-desktop, 300px);
    aspect-ratio: var(--gqrc-card-aspect-ratio, 16/9);
}

/* Review cards in Review-Section: use CSS variables from per-type settings */
.gqrc-videos-overview .gqrc-review-section .gqrc-review-card {
    flex: 0 0 var(--gqrc-card-width-desktop, 200px);
    width: var(--gqrc-card-width-desktop, 200px);
    aspect-ratio: var(--gqrc-card-aspect-ratio, 2/3);
}

/* Podcast cards */
.gqrc-review-card.gqrc-podcast-card,
.gqrc-podcast-card,
.gqrc-videos-overview .gqrc-podcast-card {
    flex: 0 0 var(--gqrc-card-width-desktop, 170px);
    width: var(--gqrc-card-width-desktop, 170px);
    aspect-ratio: var(--gqrc-card-aspect-ratio, 1/1);
}

/* MixMedia: uniform height, width from aspect ratio */
.gqrc-mixmedia-section .gqrc-review-card,
.gqrc-mixmedia-section .gqrc-podcast-card {
    height: var(--gqrc-mixmedia-height, 280px);
    flex: 0 0 auto;
    width: auto;
}
.gqrc-mixmedia-section .gqrc-review-card:not(.gqrc-podcast-card):not([data-type="review"]) {
    aspect-ratio: var(--gqrc-video-aspect, 16/9);
}
.gqrc-mixmedia-section .gqrc-podcast-card {
    aspect-ratio: var(--gqrc-podcast-aspect, 1/1);
}
.gqrc-mixmedia-section .gqrc-review-card[data-type="review"] {
    aspect-ratio: var(--gqrc-review-aspect, 2/3);
}

/* Video-Feed Slider: Podcast 1:1 */
.video-feed-slider .gqrc-podcast-card,
.video-feed-slider .gqrc-review-card.gqrc-podcast-card {
    --podcast-size: calc(var(--gqrc-card-width-desktop, 300px) * 9 / 16);
    flex: 0 0 var(--podcast-size);
    width: var(--podcast-size);
    aspect-ratio: 1/1;
}

/* Video-Feed Responsive Grid */
.video-feed-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    padding: 0 40px;
    align-items: start;
}

.video-feed-masonry .gqrc-review-card,
.video-feed-masonry .gqrc-podcast-card {
    width: 100%;
}

.video-feed-masonry .gqrc-review-card.video-card {
    aspect-ratio: 16/9;
}

.video-feed-masonry .gqrc-podcast-card {
    aspect-ratio: 1/1;
}

@media (max-width: 900px) {
    .video-feed-masonry {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        padding: 0 20px;
    }
}

@media (max-width: 500px) {
    .video-feed-masonry {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 15px;
    }
}

/* Card Inner */
.gqrc-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* Card Image */
.gqrc-card-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #2a2a2a;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gqrc-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Podcast cards - show full square cover */
.gqrc-podcast-card .gqrc-card-image {
    background-color: #1a1a2e;
}

.gqrc-podcast-card .gqrc-card-image img {
    object-fit: contain;
    background-color: #1a1a2e;
}

.gqrc-card-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

.gqrc-card-no-image::before {
    content: "\f03e";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-size: 3rem;
    color: #666;
    opacity: 0.3;
}

/* Card Badge (Duration) */
.gqrc-card-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--gqrc-badge-bg, var(--gq-primary, #6962FE));
    color: var(--gqrc-badge-color, #fff);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Type Badge (for MixMedia section) */
.gqrc-type-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    z-index: 5;
    letter-spacing: 0.5px;
}

.gqrc-type-video {
    background: rgba(59, 130, 246, 0.9);
    color: #fff;
}

.gqrc-type-podcast {
    background: rgba(139, 92, 246, 0.9);
    color: #fff;
}

.gqrc-type-review {
    background: rgba(255, 215, 0, 0.9);
    color: #1a1a1a;
}

/* Card Overlay (Hover) */
.gqrc-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gqrc-review-card:hover .gqrc-card-overlay {
    opacity: 1;
    transition-delay: 0.3s;
}

/* Hide overlay for video cards (Mediathek) */
.gqrc-videos-overview .gqrc-card-overlay {
    display: none;
}

/* Card Title */
.gqrc-card-title {
    font-size: var(--gqrc-card-title-size, 1rem);
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Arvo", serif;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Card Tags */
.gqrc-card-tags {
    margin-top: 5px;
}

.gqrc-card-tag-text {
    font-size: 0.75rem;
    color: #ddd;
    font-family: "Arvo", serif;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* Card Meta */
.gqrc-card-meta {
    font-size: 0.85rem;
    color: #ccc;
    margin-bottom: 12px;
}

/* Card Buttons */
.gqrc-card-buttons {
    display: flex;
    gap: 10px;
}

.gqrc-card-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.gqrc-card-btn:hover {
    background: #fff;
    color: #000;
}

/* =======================================================
   VIDEO-FEED HERO SLIDER
   ======================================================= */

.video-feed-hero {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}

.video-feed-hero .gqrc-hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

@keyframes glitchIn {
    0% {
        opacity: 0;
        clip: rect(0, 9999px, 0, 0);
    }
    1% {
        clip: rect(438px, 9999px, 459px, 0);
        left: -4%;
    }
    1.5% {
        clip: rect(279px, 9999px, 294px, 0);
        left: -4%;
    }
    2% {
        clip: rect(448px, 9999px, 449px, 0);
        left: -4%;
    }
    2.5% {
        clip: rect(301px, 9999px, 345px, 0);
        left: -2%;
    }
    3% {
        clip: rect(466px, 9999px, 526px, 0);
        left: -1%;
    }
    3.5% {
        clip: rect(263px, 9999px, 296px, 0);
        left: -4%;
    }
    4% {
        clip: rect(174px, 9999px, 268px, 0);
        left: 4%;
    }
    4.5% {
        clip: rect(100px, 9999px, 167px, 0);
        left: 2%;
    }
    5% {
        clip: rect(308px, 9999px, 311px, 0);
        left: 5%;
        opacity: 0.8;
    }
    5.5% {
        clip: rect(131px, 9999px, 147px, 0);
        left: -1%;
    }
    6% {
        clip: rect(54px, 9999px, 92px, 0);
        left: -1%;
    }
    6.5% {
        clip: rect(341px, 9999px, 421px, 0);
        left: 3%;
    }
    7% {
        clip: rect(354px, 9999px, 394px, 0);
        left: 5%;
        filter: grayscale(1);
    }
    7.5% {
        clip: rect(260px, 9999px, 360px, 0);
        left: -1%;
    }
    8% {
        clip: rect(9px, 9999px, 29px, 0);
        left: 1%;
    }
    8.5% {
        clip: rect(264px, 9999px, 322px, 0);
        left: 0%;
    }
    9% {
        clip: rect(51px, 9999px, 142px, 0);
        left: -1%;
        filter: none;
        opacity: 1;
    }
    9.5% {
        clip: rect(105px, 9999px, 151px, 0);
        left: -4%;
    }
    10% {
        clip: rect(204px, 9999px, 237px, 0);
        left: -4%;
    }
    10.5% {
        clip: rect(298px, 9999px, 317px, 0);
        left: 5%;
    }
    11% {
        clip: rect(0, 9999px, 9999px, 0);
        left: 0;
    }
    100% {
        opacity: 1;
        clip: rect(0, 9999px, 9999px, 0);
        left: 0;
        filter: none;
    }
}

.video-feed-hero .gqrc-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    border-radius: 25px;
    overflow: hidden;
}

.video-feed-hero .gqrc-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.video-feed-hero .gqrc-hero-slide.glitch {
    animation: glitchIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-feed-hero .gqrc-hero-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.video-feed-hero .gqrc-hero-backdrop-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(35px);
    z-index: 0;
    transform: scale(1.1);
}

.video-feed-hero .gqrc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    filter: none;
    border-radius: 25px;
}

.video-feed-hero .gqrc-hero-content {
    position: absolute;
    bottom: clamp(60px, 5vw, 80px);
    left: clamp(20px, 5vw, 90px);
    right: clamp(50px, 8vw, 120px);
    max-width: calc(100vw - clamp(20px, 5vw, 90px) - clamp(50px, 8vw, 120px) - clamp(320px, 35.56vw, 604px) - clamp(20px, 5vw, 90px) - 30px);
    z-index: 110;
    filter: none;
}

.video-feed-hero .gqrc-section-header {
    position: absolute;
    top: 0;
    left: clamp(20px, 5vw, 90px);
    z-index: 111;
    margin: 0;
}

.video-feed-hero .gqrc-category-title {
    font-size: clamp(0.9rem, 2vw, 1.5rem);
    padding: clamp(5px, 1vw, 10px) clamp(14px, 2vw, 24px);
    display: inline-flex;
    align-items: center;
    border-radius: 0 0 clamp(18px, 1.5vw, 25px) clamp(18px, 1.5vw, 25px);
    margin: 0;
}

.video-feed-hero .gqrc-category-title i {
    font-size: clamp(1rem, 2vw, 1.6rem);
}

.video-feed-hero .gqrc-hero-title {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 clamp(10px, 1vw, 15px) 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
    min-height: 2.4em;
    display: flex;
    align-items: flex-end;
}

.video-feed-hero .gqrc-hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-feed-hero .gqrc-hero-video-wrapper > div,
.video-feed-hero .gqrc-hero-video-wrapper iframe {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-feed-hero .gqrc-hero-video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.video-feed-hero .gqrc-hero-backdrop.gqrc-video-active {
    background: transparent !important;
    background-image: none !important;
    position: relative;
    z-index: 2;
}

.video-feed-hero .gqrc-hero-backdrop.gqrc-video-active .gqrc-hero-overlay {
    position: absolute;
    z-index: 2;
}

.video-feed-hero .gqrc-hero-backdrop.gqrc-video-active .gqrc-hero-content {
    position: absolute;
    z-index: 3;
}

.video-feed-hero .gqrc-hero-video-sound {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 150;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.video-feed-hero .gqrc-hero-video-sound:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.1);
}

.video-feed-hero .gqrc-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.video-feed-hero .gqrc-hero-meta-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: clamp(5px, 0.8vw, 6px) clamp(10px, 1.5vw, 12px);
    border-radius: 20px;
    font-size: clamp(0.75rem, 1.2vw, 0.85rem);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.video-feed-hero .gqrc-hero-description {
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 clamp(15px, 1.5vw, 20px) 0;
    line-height: 1.5;
    max-width: 600px;
}

.video-feed-hero .gqrc-hero-buttons {
    display: flex;
    gap: 15px;
}

.video-feed-hero .gqrc-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: clamp(6px, 1vw, 8px);
    padding: clamp(10px, 1.5vw, 12px) clamp(18px, 3vw, 24px);
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-feed-hero .gqrc-hero-btn-primary {
    background: var(--gq-primary, #61FF70);
    color: #000;
}

.video-feed-hero .gqrc-hero-btn-primary:hover {
    background: #fff;
    transform: scale(1.05);
}

/* Hero Indicators */
.video-feed-hero .gqrc-hero-indicators {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 100;
}

.video-feed-hero .gqrc-hero-indicator {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 200 !important;
}

.video-feed-hero .gqrc-hero-indicator:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.video-feed-hero .gqrc-hero-indicator.active {
    background: rgba(255, 255, 255, 0.3);
    width: 30px;
    border-radius: 6px;
}

.video-feed-hero .gqrc-hero-indicator-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 6px;
    transition: none;
}

.video-feed-hero .gqrc-hero-indicator.active .gqrc-hero-indicator-progress {
    animation: gqrcIndicatorProgress 15s linear forwards;
}

.video-feed-hero:hover .gqrc-hero-indicator.active .gqrc-hero-indicator-progress {
    animation-play-state: paused;
}

/* Navigation Arrows */
.video-feed-hero .gqrc-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.video-feed-hero .gqrc-hero-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-50%) scale(1.1);
}

.video-feed-hero .gqrc-hero-nav-prev {
    left: 20px;
}

.video-feed-hero .gqrc-hero-nav-next {
    right: 20px;
}

/* Hero Thumbnail */
.video-feed-hero .gqrc-hero-thumbnail {
    position: absolute;
    top: 50%;
    right: clamp(20px, 5vw, 90px);
    transform: translateY(-50%);
    height: clamp(180px, 20vw, 340px);
    max-height: 50vh;
    z-index: 110;
    border-radius: clamp(10px, 1vw, 15px);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.video-feed-hero .gqrc-hero-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.video-feed-hero .gqrc-hero-slide[data-type="video"] .gqrc-hero-thumbnail {
    aspect-ratio: 16/9;
}

.video-feed-hero .gqrc-hero-slide[data-type="podcast"] .gqrc-hero-thumbnail {
    aspect-ratio: 1/1;
}

.video-feed-hero .gqrc-hero-slide[data-type="review"] .gqrc-hero-thumbnail {
    aspect-ratio: 2/3;
}

/* YouTube Credit */
.video-feed-hero .gqrc-hero-youtube-credit {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 150;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: nowrap;
    text-align: right;
}

.video-feed-hero .gqrc-hero-youtube-credit span {
    flex-shrink: 0;
    white-space: nowrap;
}

.video-feed-hero .gqrc-hero-youtube-logo {
    height: auto;
    width: 100px;
    min-width: 100px;
    max-width: 150px;
    display: block;
    flex-shrink: 1;
    opacity: 0.8;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}

/* Video-Feed Hero Responsive */
@media (max-width: 992px) {
    .video-feed-hero .gqrc-hero-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .video-feed-hero .gqrc-hero-nav-prev {
        left: 10px;
    }

    .video-feed-hero .gqrc-hero-nav-next {
        right: 10px;
    }

    .video-feed-hero .gqrc-hero-thumbnail {
        display: none;
    }

    .video-feed-hero .gqrc-hero-content {
        bottom: 60px;
        left: 30px;
        right: 30px;
        max-width: 100%;
    }

    .video-feed-hero .gqrc-section-header {
        left: 30px;
    }

    .video-feed-hero .gqrc-category-title {
        font-size: 1rem;
        padding: 6px 16px;
        border-radius: 0 0 20px 20px;
    }

    .video-feed-hero .gqrc-hero-title {
        font-size: 1.75rem;
        min-height: auto;
        margin-bottom: 10px;
    }

    .video-feed-hero .gqrc-hero-description {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .video-feed-hero .gqrc-hero-indicator {
        width: 10px;
        height: 10px;
    }

    .video-feed-hero .gqrc-hero-indicator.active {
        width: 24px;
    }

    .video-feed-hero .gqrc-hero-video-sound {
        width: 38px;
        height: 38px;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 480px) {
    .video-feed-hero {
        border-radius: 20px;
    }

    .video-feed-hero .gqrc-hero-slide {
        border-radius: 20px;
    }

    .video-feed-hero .gqrc-hero-backdrop,
    .video-feed-hero .gqrc-hero-overlay {
        border-radius: 20px;
    }

    .video-feed-hero .gqrc-hero-nav {
        display: none;
    }

    .video-feed-hero .gqrc-hero-content {
        bottom: 70px;
        left: 20px;
        right: 20px;
    }

    .video-feed-hero .gqrc-section-header {
        left: 20px;
    }

    .video-feed-hero .gqrc-category-title {
        font-size: 0.9rem;
        padding: 5px 14px;
        border-radius: 0 0 18px 18px;
    }

    .video-feed-hero .gqrc-hero-title {
        font-size: 1.75rem;
        min-height: auto;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .video-feed-hero .gqrc-hero-meta {
        gap: 8px;
        margin-bottom: 12px;
    }

    .video-feed-hero .gqrc-hero-meta-badge {
        padding: 5px 10px;
        font-size: 0.75rem;
    }

    .video-feed-hero .gqrc-hero-description {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .video-feed-hero .gqrc-hero-buttons {
        gap: 10px;
        flex-wrap: wrap;
    }

    .video-feed-hero .gqrc-hero-btn {
        padding: 12px 20px;
        font-size: 0.95rem;
        min-height: 44px;
    }

    .video-feed-hero .gqrc-hero-indicators {
        bottom: 20px;
        gap: 10px;
    }

    .video-feed-hero .gqrc-hero-indicator {
        width: 10px;
        height: 10px;
    }

    .video-feed-hero .gqrc-hero-indicator.active {
        width: 24px;
    }

    .video-feed-hero .gqrc-hero-video-sound {
        width: 40px;
        height: 40px;
        bottom: 20px;
        left: 20px;
        font-size: 0.9rem;
        min-width: 44px;
        min-height: 44px;
    }

    .video-feed-hero .gqrc-hero-backdrop-blur {
        filter: blur(25px);
    }
}

/* =======================================================
   MODAL - Modal Overlay, Content, und Details
   ======================================================= */

.gqrc-modal-overlay {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999 !important;
    overflow-y: auto;
    overflow-x: hidden;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gqrc-modal-overlay.active {
    display: block;
}

.gqrc-modal-content {
    position: relative;
    background: #181818;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
}

.gqrc-modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.2s ease;
}

.gqrc-modal-close:hover {
    background: #000;
    transform: scale(1.1);
}

.gqrc-modal-body {
    width: 100%;
    min-height: auto;
}

.gqrc-modal-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-size: 1.5rem;
    color: #ccc;
}

.gqrc-modal-main-container {
    width: 100%;
    max-width: var(--gqrc-modal-max-width, 1400px);
    margin: 0 auto;
    padding: 80px 20px 40px;
}

.gqrc-modal-content-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.gqrc-modal-title {
    font-size: var(--gqrc-modal-title-size, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: "Arvo", serif;
}

.gqrc-modal-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.gqrc-modal-right {
    flex: 0 0 calc(35% - 30px);
    max-width: calc(35% - 30px);
}

.gqrc-modal-details {
    overflow-y: auto;
    max-height: calc(100vh - 160px);
    padding-right: 10px;
}

.gqrc-modal-details::-webkit-scrollbar {
    width: 8px;
}

.gqrc-modal-details::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 4px;
}

.gqrc-modal-details::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px;
}

.gqrc-modal-details::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.gqrc-modal-details {
    overflow: visible;
}

.gqrc-modal-details .gqrc-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.gqrc-modal-details .gqrc-content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
}

.gqrc-modal-details .gqrc-poster-section {
    display: none;
}

.gqrc-modal-details .gqrc-section-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.gqrc-modal-details .gqrc-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e0e0e0;
    white-space: pre-line;
}

.gqrc-modal-details .gqrc-description p {
    margin-bottom: 1em;
    color: inherit;
    white-space: pre-line;
}

.gqrc-modal-details .gqrc-description p:last-child {
    margin-bottom: 0;
}

.gqrc-modal-details .gqrc-meta-inline {
    color: #aaa;
    margin-bottom: 15px;
}

.gqrc-modal-details .gqrc-genre-row {
    margin-bottom: 15px;
}

.gqrc-modal-details .gqrc-genre-row .gqrc-meta-icon {
    width: 24px;
    height: 24px;
}

.gqrc-modal-details .gqrc-genre-row .gqrc-meta-icon i {
    font-size: 0.75rem;
}

.gqrc-modal-details .gqrc-meta-icon i {
    font-size: 0.75rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
}

.gqrc-modal-details .gqrc-meta-value {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    padding: 3px 8px;
    border-radius: 10px;
}

.gqrc-modal-details .gqrc-meta-item-genres {
    grid-column: span 4;
}

.gqrc-modal-details .gqrc-rating-box {
    margin-top: 20px;
}

.gqrc-modal-details .gqrc-rating-title {
    color: #fff;
}

/* Meta Grid Compact */
.gqrc-meta-grid-compact {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.gqrc-meta-compact {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-size: 0.9rem;
    font-family: "Arvo", serif;
}

.gqrc-meta-compact i {
    color: var(--gqrc-accent-color, #9b59b6);
    font-size: 1rem;
}

.gqrc-meta-compact span {
    color: #e0e0e0;
}

/* Single Review Overrides */
.gqrc-single-review #secondary,
.gqrc-single-review .sidebar,
.gqrc-single-review aside,
.gqrc-single-review .page-header,
.gqrc-single-review #comments {
    display: none !important;
}

.gqrc-single-post-view .gqrc-modal-details {
    flex: 0 0 45% !important;
    width: 45% !important;
    overflow: visible !important;
    padding-right: 40px !important;
}

/* =======================================================
   VIDEO PLAYER - Video Container, Player Wrapper, Sources
   ======================================================= */

.gqrc-modal-video-container {
    flex: 0 0 55%;
    width: 55%;
}

.gqrc-modal-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: var(--gqrc-modal-aspect-padding, 56.25%);
    height: 0;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.gqrc-modal-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gqrc-modal-video-wrapper .gqrc-video-unavailable {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    display: none !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    gap: 15px;
    z-index: 3;
}

.gqrc-video-unavailable i {
    font-size: 3rem;
    opacity: 0.5;
    color: var(--gqrc-accent-color, #9b59b6);
}

.gqrc-video-unavailable p {
    font-size: 1rem;
    font-family: "Arvo", serif;
    margin: 0;
    padding: 0 20px;
}

.gqrc-sources-container {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.gqrc-sources-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gqrc-sources-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gqrc-source-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #9b59b6;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gqrc-source-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    filter: brightness(1.1);
    color: #fff;
}

.gqrc-source-button i {
    font-size: 1.2rem;
}

.gqrc-source-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #9b59b6;
    color: #fff;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.8;
    cursor: default;
}

.gqrc-source-badge i {
    font-size: 1.2rem;
}

.gqrc-video-content .gqrc-modal-content-wrapper {
    align-items: flex-start;
}

.gqrc-video-content .gqrc-modal-video-container {
    flex: 0 0 65%;
    width: 65%;
}

.gqrc-video-content .gqrc-modal-details {
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
    overflow-y: auto;
    max-height: calc(100vh - 160px);
    padding-right: 10px;
}

.gqrc-video-content .gqrc-modal-video-wrapper {
    width: 100%;
}

/* =======================================================
   TIMELINE - Video Timeline & Chapter Markers
   ======================================================= */

.gqrc-video-timeline-wrapper {
    margin-top: 25px;
}

.gqrc-timeline-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gqrc-primary-color, #006aff);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gqrc-timeline-title i {
    color: var(--gqrc-accent-color, #9b59b6);
}

.gqrc-video-timeline-container {
    position: relative;
    padding: 30px 0;
    overflow-x: auto;
    overflow-y: visible;
}

.gqrc-video-timeline-container::-webkit-scrollbar {
    height: 8px;
}

.gqrc-video-timeline-container::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 4px;
}

.gqrc-video-timeline-container::-webkit-scrollbar-thumb {
    background: var(--gqrc-accent-color, #9b59b6);
    border-radius: 4px;
}

.gqrc-timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gqrc-accent-color, #9b59b6) 0%, var(--gqrc-primary-color, #006aff) 100%);
    transform: translateY(-50%);
    z-index: 1;
}

.gqrc-video-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-width: max-content;
    padding: 0 20px;
    z-index: 2;
}

.gqrc-timeline-point {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 15px;
}

.gqrc-point-marker {
    position: relative;
    width: 16px;
    height: 16px;
    background: var(--gqrc-accent-color, #9b59b6);
    border: 3px solid #181818;
    border-radius: 50%;
    z-index: 3;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
}

.gqrc-timeline-point:hover .gqrc-point-marker {
    width: 20px;
    height: 20px;
    background: var(--gqrc-primary-color, #006aff);
    box-shadow: 0 0 0 8px rgba(74, 222, 128, 0.2);
}

.gqrc-point-content {
    position: absolute;
    top: 30px;
    min-width: 180px;
    max-width: 200px;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.gqrc-timeline-point:hover .gqrc-point-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.gqrc-point-time {
    font-family: monospace;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gqrc-primary-color, #006aff);
    margin-bottom: 6px;
}

.gqrc-point-desc {
    font-size: 0.85rem;
    color: #e0e0e0;
    line-height: 1.4;
}

.gqrc-timeline-point:hover .gqrc-point-desc {
    color: #fff;
}

/* Simple Timeline List */
.gqrc-timeline {
    margin: 0 0 20px 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gqrc-timeline + .gqrc-section-title,
.gqrc-section-title + .gqrc-timeline {
    margin-top: 30px;
}

.gqrc-timeline-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.gqrc-timeline-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-left-color: var(--gqrc-accent-color, #9b59b6);
}

.gqrc-timeline-time {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 80px;
    color: var(--gqrc-primary-color, #006aff);
    font-weight: 600;
    font-size: 0.9rem;
    font-family: monospace;
}

.gqrc-timeline-time i {
    color: var(--gqrc-accent-color, #9b59b6);
    font-size: 1rem;
    opacity: 0.8;
    transition: all 0.2s ease;
}

.gqrc-timeline-item:hover .gqrc-timeline-time i {
    opacity: 1;
    transform: scale(1.1);
}

.gqrc-timeline-desc {
    flex: 1;
    color: #e0e0e0;
    font-size: 0.9rem;
    line-height: 1.4;
    font-family: "Arvo", serif;
}

.gqrc-timeline-item:hover .gqrc-timeline-desc {
    color: #fff;
}

/* =======================================================
   SKELETON LOADING
   ======================================================= */

.gqrc-skeleton {
    display: block;
    background: linear-gradient(
        90deg,
        rgba(42, 42, 42, 1) 0%,
        rgba(60, 60, 60, 1) 50%,
        rgba(42, 42, 42, 1) 100%
    );
    background-size: 200% 100%;
    animation: gqrc-skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.gqrc-modal-skeleton {
    padding: 20px;
    max-width: 1400px;
    margin: 80px auto 40px;
}

.gqrc-modal-skeleton-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.gqrc-modal-skeleton-left {
    flex: 0 0 65%;
    max-width: 65%;
}

.gqrc-modal-skeleton-right {
    flex: 0 0 calc(35% - 30px);
    max-width: calc(35% - 30px);
}

.gqrc-skeleton-video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.gqrc-skeleton-video::after {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.gqrc-skeleton-title {
    height: 48px;
    width: 80%;
    margin-bottom: 25px;
    border-radius: 6px;
}

.gqrc-skeleton-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.gqrc-skeleton-meta-item {
    height: 36px;
    width: 100px;
    border-radius: 6px;
}

.gqrc-skeleton-section-title {
    height: 28px;
    width: 150px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.gqrc-skeleton-text {
    height: 16px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.gqrc-skeleton-text:last-child {
    width: 60%;
}

.gqrc-skeleton-text-block {
    margin-bottom: 25px;
}

.gqrc-search-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.gqrc-search-skeleton-card {
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.gqrc-search-skeleton-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.gqrc-search-skeleton-card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 24px;
    border-radius: 4px;
    z-index: 2;
}

.gqrc-category-skeleton {
    margin-bottom: 30px;
    padding: 0 4%;
}

.gqrc-category-skeleton-title {
    height: 32px;
    width: 200px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.gqrc-category-skeleton-cards {
    display: flex;
    gap: 15px;
    overflow: hidden;
}

.gqrc-category-skeleton-card {
    flex: 0 0 300px;
    aspect-ratio: 16/9;
    border-radius: 8px;
}

.gqrc-skeleton-wave {
    position: relative;
    overflow: hidden;
}

.gqrc-skeleton-wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    animation: gqrc-skeleton-wave 2s ease-in-out infinite;
}

/* =======================================================
   RELATED FILMS
   ======================================================= */

.gqrc-related-films {
    margin-top: 30px;
    padding: 25px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gqrc-related-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gqrc-accent-color, #9b59b6);
    margin: 0 0 18px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Arvo", serif;
}

.gqrc-related-scroll {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--gqrc-accent-color, #9b59b6) transparent;
}

.gqrc-related-scroll::-webkit-scrollbar {
    height: 4px;
}

.gqrc-related-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

.gqrc-related-scroll::-webkit-scrollbar-thumb {
    background: var(--gqrc-accent-color, #9b59b6);
    border-radius: 2px;
}

.gqrc-related-scroll .gqrc-review-card {
    flex: 0 0 150px;
    width: 150px;
    aspect-ratio: 2/3;
}

.gqrc-related-scroll .gqrc-review-card:hover {
    transform: scale(1.025);
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.gqrc-related-card .gqrc-card-badge {
    top: 8px;
    right: 8px;
    bottom: auto;
    font-size: 0.75rem;
    padding: 3px 7px;
}

/* =======================================================
   ANIMATIONS - Keyframes und Transition-Definitionen
   ======================================================= */

@keyframes gqrcFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gqrcIndicatorProgress {
    from { width: 0%; }
    to { width: 100%; }
}

@keyframes gqrc-skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes gqrc-skeleton-wave {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

@keyframes gqrc-skeleton-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes gqrc-skeleton-fade-out {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes gqrc-hero-shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* VHS Glitch Transition Animations */
@keyframes gqrcGlitchOut {
    0% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        filter: none;
    }
    2% {
        clip-path: inset(40% 0 30% 0);
        transform: translateX(-4%);
    }
    4% {
        clip-path: inset(10% 0 60% 0);
        transform: translateX(4%);
        filter: hue-rotate(90deg);
    }
    6% {
        clip-path: inset(70% 0 5% 0);
        transform: translateX(-3%);
    }
    8% {
        clip-path: inset(20% 0 50% 0);
        transform: translateX(5%);
        filter: grayscale(1);
    }
    10% {
        clip-path: inset(50% 0 20% 0);
        transform: translateX(-2%);
        filter: none;
    }
    12% {
        clip-path: inset(5% 0 80% 0);
        transform: translateX(3%);
    }
    14% {
        clip-path: inset(80% 0 5% 0);
        transform: translateX(-5%);
        filter: invert(1);
    }
    16% {
        clip-path: inset(30% 0 40% 0);
        transform: translateX(2%);
        filter: none;
    }
    18% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        opacity: 0.8;
    }
    20% {
        clip-path: inset(45% 0 25% 0);
        transform: translateX(-10%);
    }
    22% {
        clip-path: inset(15% 0 55% 0);
        transform: translateX(8%);
        filter: hue-rotate(-90deg);
    }
    24% {
        clip-path: inset(65% 0 10% 0);
        transform: translateX(-6%);
    }
    26% {
        clip-path: inset(25% 0 45% 0);
        transform: translateX(4%);
        filter: saturate(2);
    }
    28% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        filter: none;
    }
    50% {
        opacity: 0.5;
        filter: grayscale(0.5);
    }
    100% {
        opacity: 0;
        clip-path: inset(0 0 0 0);
        transform: translateX(-20px);
        filter: blur(3px);
    }
}

@keyframes gqrcGlitchIn {
    0% {
        opacity: 0;
        clip-path: inset(0 0 0 0);
        transform: translateX(20px);
        filter: blur(3px);
    }
    15% {
        opacity: 0.2;
        filter: none;
    }
    20% {
        opacity: 0.5;
        filter: hue-rotate(60deg) saturate(2);
    }
    22% {
        filter: invert(1);
        clip-path: inset(30% 0 40% 0);
        transform: translateX(-5%);
    }
    24% {
        clip-path: inset(60% 0 15% 0);
        transform: translateX(6%);
        filter: none;
    }
    26% {
        clip-path: inset(10% 0 70% 0);
        transform: translateX(-4%);
    }
    28% {
        clip-path: inset(45% 0 30% 0);
        transform: translateX(3%);
        filter: grayscale(1);
    }
    30% {
        clip-path: inset(20% 0 55% 0);
        transform: translateX(-2%);
        filter: none;
    }
    32% {
        clip-path: inset(75% 0 5% 0);
        transform: translateX(5%);
    }
    34% {
        clip-path: inset(5% 0 85% 0);
        transform: translateX(-3%);
        filter: hue-rotate(90deg);
    }
    36% {
        clip-path: inset(50% 0 25% 0);
        transform: translateX(2%);
        filter: none;
    }
    38% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        opacity: 0.7;
    }
    40% {
        opacity: 0.5;
        filter: invert(1);
    }
    42% {
        filter: none;
        opacity: 0.8;
    }
    44% {
        filter: hue-rotate(30deg);
        opacity: 0.6;
    }
    46% {
        filter: none;
        opacity: 0.9;
    }
    50% {
        clip-path: inset(35% 0 35% 0);
        transform: translateX(-8%);
    }
    52% {
        clip-path: inset(15% 0 60% 0);
        transform: translateX(6%);
    }
    54% {
        clip-path: inset(70% 0 10% 0);
        transform: translateX(-4%);
        filter: saturate(1.5);
    }
    56% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        filter: none;
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
        filter: none;
    }
}

@keyframes gqrcGlitchLayer1 {
    0%, 100% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
    5% {
        clip-path: inset(40% 0 35% 0);
        transform: translateX(-4%);
    }
    10% {
        clip-path: inset(10% 0 65% 0);
        transform: translateX(5%);
    }
    15% {
        clip-path: inset(70% 0 10% 0);
        transform: translateX(-3%);
    }
    20% {
        clip-path: inset(25% 0 50% 0);
        transform: translateX(4%);
    }
    25% {
        clip-path: inset(55% 0 20% 0);
        transform: translateX(-5%);
    }
    30% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
    50% {
        clip-path: inset(35% 0 40% 0);
        transform: translateX(-10%);
    }
    52% {
        clip-path: inset(5% 0 75% 0);
        transform: translateX(12%);
    }
    54% {
        clip-path: inset(80% 0 5% 0);
        transform: translateX(-8%);
    }
    56% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
}

@keyframes gqrcGlitchLayer2 {
    0%, 100% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
    3% {
        clip-path: inset(20% 0 55% 0);
        transform: translateX(3%);
    }
    6% {
        clip-path: inset(60% 0 15% 0);
        transform: translateX(-4%);
    }
    9% {
        clip-path: inset(5% 0 80% 0);
        transform: translateX(5%);
    }
    12% {
        clip-path: inset(45% 0 30% 0);
        transform: translateX(-3%);
    }
    15% {
        clip-path: inset(75% 0 5% 0);
        transform: translateX(4%);
    }
    18% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
    48% {
        clip-path: inset(50% 0 25% 0);
        transform: translateX(15%);
    }
    50% {
        clip-path: inset(15% 0 60% 0);
        transform: translateX(-12%);
    }
    52% {
        clip-path: inset(85% 0 2% 0);
        transform: translateX(10%);
    }
    54% {
        clip-path: inset(0 0 0 0);
        transform: translateX(0);
    }
}

@keyframes gqrcRGBSplit {
    0%, 100% {
        text-shadow: none;
        filter: none;
    }
    5% {
        text-shadow: -3px 0 #ff00ff, 3px 0 #00ffff;
    }
    10% {
        text-shadow: 3px 0 #ff00ff, -3px 0 #00ffff;
        filter: hue-rotate(90deg);
    }
    15% {
        text-shadow: -2px 0 #00ff00, 2px 0 #ff0000;
        filter: none;
    }
    20% {
        text-shadow: none;
    }
    45% {
        text-shadow: -5px 0 #ff00ff, 5px 0 #00ffff;
        filter: saturate(1.5);
    }
    50% {
        text-shadow: 4px 0 #ff00ff, -4px 0 #00ffff;
        filter: invert(1);
    }
    55% {
        text-shadow: -3px 0 #00ff00, 3px 0 #ff0000;
        filter: none;
    }
}

@keyframes gqrcVHSLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes gqrcStaticNoise {
    0%, 100% {
        opacity: 0;
    }
    10% {
        opacity: 0.1;
    }
    20% {
        opacity: 0;
    }
    45% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.05;
    }
    55% {
        opacity: 0.2;
    }
    60% {
        opacity: 0;
    }
}

/* Glitch Transition Classes */
.gqrc-hero-slide.glitch-out {
    animation: gqrcGlitchOut 0.8s ease-out forwards;
    pointer-events: none;
    transition: none !important;
}

.gqrc-hero-slide.glitch-in {
    animation: gqrcGlitchIn 0.8s ease-out forwards;
    transition: none !important;
}

.gqrc-hero-section.glitching .gqrc-hero-slide {
    transition: none !important;
}

.gqrc-hero-slide.glitch-in .gqrc-hero-title,
.gqrc-hero-slide.glitch-in .gqrc-hero-description {
    animation: gqrcRGBSplit 0.6s ease-out;
    animation-delay: 0.1s;
}

.gqrc-hero-section.glitching::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 0, 0, 0.1) 2px,
        rgba(0, 0, 0, 0.1) 4px
    );
    animation: gqrcVHSLines 0.5s linear;
    pointer-events: none;
    z-index: 999;
    opacity: 0.5;
}

.gqrc-hero-section.glitching::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    animation: gqrcStaticNoise 0.3s steps(5) infinite;
    pointer-events: none;
    z-index: 1000;
    mix-blend-mode: overlay;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .gqrc-hero-skeleton-title::before,
    .gqrc-hero-skeleton-badge::before,
    .gqrc-hero-skeleton-description::before,
    .gqrc-hero-skeleton-button::before,
    .gqrc-skeleton,
    .gqrc-skeleton-wave::after {
        animation: none;
    }

    .gqrc-hero-slide {
        transition: none;
    }

    .gqrc-review-card,
    .gqrc-video-card {
        transition: none;
    }

    .gqrc-hero-slide.glitch-out,
    .gqrc-hero-slide.glitch-in {
        animation: none;
    }

    .gqrc-hero-section.glitching::before,
    .gqrc-hero-section.glitching::after {
        display: none;
    }

    .gqrc-hero-slide.glitch-in .gqrc-hero-title,
    .gqrc-hero-slide.glitch-in .gqrc-hero-description {
        animation: none;
    }
}

/* =======================================================
   RESPONSIVE - Alle Media Queries - MUSS ZULETZT SEIN
   ======================================================= */

/* TABLET (max-width: 1200px) */
@media (max-width: 1200px) {
    .gqrc-modal-content-wrapper {
        flex-direction: column;
    }

    .gqrc-modal-video-container {
        flex: 1;
        width: 100%;
    }

    .gqrc-modal-details {
        flex: 1;
        width: 100%;
        overflow: visible;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .gqrc-sources-buttons {
        flex-direction: column;
    }

    .gqrc-source-button {
        width: 100%;
        justify-content: center;
    }
}

/* TABLET SMALL (max-width: 900px) */
@media (max-width: 900px) {
    .gqrc-hero-section {
        height: calc(var(--gqrc-hero-height, 80vh) * 0.875);
        min-height: 450px;
        margin-bottom: 40px;
    }

    .gqrc-hero-content {
        bottom: 25%;
        left: 5%;
        right: 5%;
        max-width: none;
    }

    .gqrc-hero-title {
        font-size: 2rem;
    }

    .gqrc-hero-meta {
        gap: 8px;
    }

    .gqrc-hero-meta-badge {
        padding: 5px 12px;
        font-size: 0.9rem;
    }

    .gqrc-hero-meta-stars .gqrc-star {
        font-size: 0.9rem;
    }

    .gqrc-hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .gqrc-hero-indicators {
        bottom: 20px;
    }

    .gqrc-hero-video-wrapper {
        display: none !important;
    }

    .gqrc-hero-video-wrapper + .gqrc-hero-backdrop {
        display: block !important;
    }

    .gqrc-hero-video-sound {
        bottom: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .gqrc-hero-youtube-credit {
        bottom: 8px;
        right: 10px;
        font-size: 0.6rem;
    }

    .gqrc-hero-youtube-logo {
        width: 70px;
        min-width: 70px;
        max-width: 100px;
    }

    .gqrc-hero-skeleton {
        padding: 20px;
    }

    .gqrc-hero-skeleton-title {
        height: 40px;
    }

    .gqrc-hero-skeleton-description {
        height: 60px;
    }

    .gqrc-hero-skeleton-button {
        width: 150px;
        height: 45px;
    }

    .gqrc-cards-wrapper {
        padding: 0 40px;
    }

    .gqrc-scroll-btn {
        width: 35px;
        height: 80px;
        font-size: 1.2rem;
    }

    .gqrc-review-card {
        flex: 0 0 150px;
        width: 150px;
    }

    .gqrc-review-card:hover,
    .gqrc-video-card:hover {
        transform: scale(1.015);
    }

    .gqrc-videos-overview .gqrc-review-card,
    .gqrc-review-card.video-card,
    .gqrc-video-card {
        flex: 0 0 var(--gqrc-card-width-tablet, 250px);
        width: var(--gqrc-card-width-tablet, 250px);
    }

    .gqrc-videos-overview .gqrc-review-section .gqrc-review-card {
        flex: 0 0 var(--gqrc-card-width-tablet, 150px);
        width: var(--gqrc-card-width-tablet, 150px);
        aspect-ratio: var(--gqrc-card-aspect-ratio, 2/3);
    }

    .gqrc-podcast-card,
    .gqrc-videos-overview .gqrc-podcast-card {
        flex: 0 0 180px;
        width: 180px;
        aspect-ratio: 1/1;
    }

    .gqrc-mixmedia-section .gqrc-podcast-card {
        --podcast-size: calc(var(--gqrc-card-width-tablet, 250px) * 9 / 16);
        flex: 0 0 var(--podcast-size);
        width: var(--podcast-size);
        aspect-ratio: 1/1;
    }

    .gqrc-related-scroll .gqrc-review-card {
        flex: 0 0 130px;
        width: 130px;
    }

    .gqrc-related-scroll .gqrc-review-card:hover {
        transform: scale(1.015);
    }

    .gqrc-modal-main-container {
        padding: 60px 15px 30px;
    }

    .gqrc-modal-title {
        font-size: 1.8rem;
    }

    .gqrc-modal-left,
    .gqrc-modal-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gqrc-modal-details {
        position: static;
        max-height: none;
    }

    .gqrc-video-content .gqrc-modal-content-wrapper {
        flex-direction: column;
    }

    .gqrc-video-content .gqrc-modal-video-container,
    .gqrc-video-content .gqrc-modal-details {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .gqrc-video-content .gqrc-modal-details {
        position: static;
    }

    .gqrc-timeline-point {
        padding: 0 10px;
    }

    .gqrc-point-content {
        min-width: 150px;
        max-width: 170px;
    }

    .gqrc-modal-skeleton-layout {
        flex-direction: column;
    }

    .gqrc-modal-skeleton-left,
    .gqrc-modal-skeleton-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gqrc-search-skeleton-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 1.5rem;
    }

    .gqrc-category-skeleton-card {
        flex: 0 0 220px;
    }

    .gqrc-back-overlay {
        bottom: 15px;
        left: 15px;
    }

    .gqrc-back-button {
        padding: 12px 20px;
        font-size: 0.9rem;
        gap: 10px;
    }
}

/* MOBILE (max-width: 600px) */
@media (max-width: 600px) {
    .gqrc-hero-section {
        height: calc(var(--gqrc-hero-height, 80vh) * 0.75);
        min-height: 380px;
        margin-bottom: 30px;
    }

    .gqrc-hero-content {
        bottom: 18%;
        left: 4%;
        right: 4%;
        padding-bottom: 10px;
    }

    .gqrc-hero-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .gqrc-hero-meta {
        gap: 6px;
        margin-bottom: 10px;
    }

    .gqrc-hero-meta-badge {
        padding: 4px 10px;
        font-size: 0.8rem;
    }

    .gqrc-hero-meta-stars .gqrc-star {
        font-size: 0.8rem;
    }

    .gqrc-hero-copyright {
        font-size: 0.6rem;
        bottom: 5px;
        right: 8px;
    }

    .gqrc-hero-description {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 15px;
        height: calc(0.9rem * 1.5 * 3);
        max-height: calc(0.9rem * 1.5 * 3);
        -webkit-line-clamp: 3;
    }

    .gqrc-hero-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .gqrc-hero-indicators {
        bottom: 15px;
        gap: 6px;
    }

    .gqrc-hero-indicator {
        width: 10px;
        height: 10px;
    }

    .gqrc-hero-indicator.active {
        width: 24px;
    }

    .gqrc-hero-video-sound {
        bottom: 15px;
        left: 15px;
        width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .gqrc-hero-youtube-credit {
        bottom: 5px;
        right: 8px;
        font-size: 0.55rem;
        gap: 3px;
    }

    .gqrc-hero-youtube-logo {
        width: 60px;
        min-width: 60px;
        max-width: 80px;
    }

    .gqrc-hero-skeleton-title {
        height: 32px;
    }

    .gqrc-hero-skeleton-badge {
        width: 60px;
        height: 24px;
    }

    .gqrc-hero-skeleton-description {
        height: 50px;
    }

    .gqrc-hero-skeleton-button {
        width: 130px;
        height: 40px;
    }

    .gqrc-cards-wrapper {
        padding: 0 30px;
    }

    .gqrc-scroll-btn {
        width: 28px;
        height: 60px;
        font-size: 1rem;
    }

    .gqrc-category-section {
        padding: 0 2%;
    }

    .gqrc-review-card {
        flex: 0 0 120px;
        width: 120px;
    }

    .gqrc-review-card:hover,
    .gqrc-video-card:hover {
        transform: scale(1.005);
    }

    .gqrc-videos-overview .gqrc-review-card,
    .gqrc-review-card.video-card,
    .gqrc-video-card {
        flex: 0 0 var(--gqrc-card-width-mobile, 180px);
        width: var(--gqrc-card-width-mobile, 180px);
    }

    .gqrc-videos-overview .gqrc-review-section .gqrc-review-card {
        flex: 0 0 var(--gqrc-card-width-mobile, 120px);
        width: var(--gqrc-card-width-mobile, 120px);
        aspect-ratio: var(--gqrc-card-aspect-ratio, 2/3);
    }

    .gqrc-podcast-card,
    .gqrc-videos-overview .gqrc-podcast-card {
        flex: 0 0 140px;
        width: 140px;
        aspect-ratio: 1/1;
    }

    .gqrc-mixmedia-section .gqrc-podcast-card {
        --podcast-size: calc(var(--gqrc-card-width-mobile, 180px) * 9 / 16);
        flex: 0 0 var(--podcast-size);
        width: var(--podcast-size);
        aspect-ratio: 1/1;
    }

    .gqrc-related-films {
        padding: 20px 15px;
    }

    .gqrc-related-scroll {
        gap: 12px;
    }

    .gqrc-related-scroll .gqrc-review-card {
        flex: 0 0 110px;
        width: 110px;
    }

    .gqrc-related-scroll .gqrc-review-card:hover {
        transform: scale(1.005);
    }

    .gqrc-modal-title {
        font-size: 1.5rem;
    }

    .gqrc-modal-skeleton {
        padding: 10px;
        margin-top: 60px;
    }

    .gqrc-search-skeleton-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .gqrc-category-skeleton-card {
        flex: 0 0 180px;
    }

    .gqrc-back-overlay {
        bottom: 10px;
        left: 10px;
    }

    .gqrc-back-button {
        padding: 10px 16px;
        font-size: 0.85rem;
        gap: 8px;
    }

    .gqrc-back-button span {
        display: none;
    }

    .gqrc-back-button i {
        font-size: 1.2rem;
        margin: 0;
    }

    .gqrc-back-button {
        width: 44px;
        height: 44px;
        padding: 0;
        justify-content: center;
    }
}

/* MOBILE SMALL (max-width: 400px) */
@media (max-width: 400px) {
    .gqrc-hero-section {
        height: calc(var(--gqrc-hero-height, 80vh) * 0.6875);
        min-height: 320px;
    }

    .gqrc-hero-content {
        bottom: 15%;
        left: 3%;
        right: 3%;
    }

    .gqrc-hero-title {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .gqrc-hero-meta {
        gap: 4px;
        margin-bottom: 8px;
    }

    .gqrc-hero-meta-badge {
        padding: 3px 8px;
        font-size: 0.75rem;
    }

    .gqrc-hero-description {
        font-size: 0.85rem;
        height: calc(0.85rem * 1.5 * 2);
        max-height: calc(0.85rem * 1.5 * 2);
        -webkit-line-clamp: 2;
        margin-bottom: 12px;
    }

    .gqrc-hero-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .gqrc-hero-indicators {
        bottom: 12px;
        gap: 5px;
    }

    .gqrc-hero-indicator {
        width: 8px;
        height: 8px;
    }

    .gqrc-hero-indicator.active {
        width: 20px;
    }

    .gqrc-hero-video-sound {
        bottom: 12px;
        left: 12px;
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .gqrc-hero-youtube-credit {
        font-size: 0.5rem;
    }

    .gqrc-hero-youtube-logo {
        width: 50px;
        min-width: 50px;
    }

    .gqrc-hero-skeleton {
        padding: 15px;
    }

    .gqrc-hero-skeleton-title {
        height: 26px;
        margin-bottom: 15px;
    }

    .gqrc-hero-skeleton-meta {
        gap: 8px;
        margin-bottom: 15px;
    }

    .gqrc-hero-skeleton-badge {
        width: 50px;
        height: 20px;
        border-radius: 10px;
    }

    .gqrc-hero-skeleton-description {
        height: 40px;
        margin-bottom: 20px;
    }

    .gqrc-hero-skeleton-button {
        width: 110px;
        height: 36px;
        border-radius: 18px;
    }
}
