/* ========================================
   HORROR DARK THEME - FÜR ALLE HORROR-SEITEN
   Datum: 17.10.2025
   Verwendet auf: /horrorfilme/ + alle Sub-Hubs
   ======================================== */

/* ========================================
   DARK THEME BASE - GESAMTE SEITE
   ======================================== */

/* Body und Hauptcontainer */
body.horror-theme-active {
    background: #000000 !important;
    color: #e8e8e8 !important;
}

body.horror-theme-active #page {
    background: #000000 !important;
}

/* Site Content Area */
.horror-theme-active .site,
.horror-theme-active .site-content,
.horror-theme-active #content,
.horror-theme-active .content-area,
.horror-theme-active main,
.horror-theme-active article {
    background: #0a0a0a !important;
    color: #e8e8e8 !important;
}

/* GeneratePress Container */
.horror-theme-active .container,
.horror-theme-active .grid-container {
    background: transparent !important;
}

/* ========================================
   ENTRY CONTENT - ARTIKEL STYLING
   ======================================== */

/* Hauptcontent Container */
.horror-theme-active .entry-content,
.horror-theme-active .entry-summary,
.horror-theme-active .page-content {
    background: #0a0a0a !important;
    color: #e8e8e8 !important;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(255,0,0,0.1);
}

/* Alle Überschriften */
.horror-theme-active .entry-content h1,
.horror-theme-active .entry-content h1 *,
.horror-theme-active h1.entry-title {
    color: #ff0000 !important;
    text-shadow: 0 0 30px rgba(255,0,0,0.8);
    font-size: 2.5em !important;
    margin: 40px 0 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 3px solid #8b0000 !important;
    background: linear-gradient(135deg, #ff0000, #ff3333) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.horror-theme-active .entry-content h2,
.horror-theme-active .entry-content h2 * {
    color: #ff3333 !important;
    border-left: 5px solid #ff0000 !important;
    padding-left: 20px !important;
    margin: 35px 0 20px !important;
    text-shadow: 0 0 15px rgba(255,0,0,0.5);
    font-size: 1.8em !important;
}

.horror-theme-active .entry-content h3,
.horror-theme-active .entry-content h3 * {
    color: #ff6666 !important;
    margin: 25px 0 15px !important;
    text-shadow: 0 0 10px rgba(255,0,0,0.3);
    font-size: 1.4em !important;
}

.horror-theme-active .entry-content h4,
.horror-theme-active .entry-content h5,
.horror-theme-active .entry-content h6 {
    color: #ff9999 !important;
}

/* Paragraphen und Text */
.horror-theme-active .entry-content p,
.horror-theme-active .entry-content div {
    color: #d4d4d4 !important;
    line-height: 1.9 !important;
    margin-bottom: 20px;
    font-size: 1.05em;
}

/* Strong und Em */
.horror-theme-active .entry-content strong,
.horror-theme-active .entry-content b {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 0 3px rgba(255,255,255,0.3);
}

.horror-theme-active .entry-content em,
.horror-theme-active .entry-content i {
    color: #ffaaaa !important;
    font-style: italic;
}

/* Links mit Horror-Style */
.horror-theme-active .entry-content a:not(.horror-nav-link):not(.quick-review-link) {
    color: #ff4444 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #ff4444 !important;
    transition: all 0.3s ease !important;
    padding-bottom: 2px;
}

.horror-theme-active .entry-content a:not(.horror-nav-link):not(.quick-review-link):hover {
    color: #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
    text-shadow: 0 0 10px rgba(255,0,0,0.8) !important;
    background: rgba(255,0,0,0.1);
    padding: 2px 4px;
    margin: -2px -4px;
    border-radius: 3px;
}

/* Listen */
.horror-theme-active .entry-content ul,
.horror-theme-active .entry-content ol {
    margin: 25px 0 !important;
    padding-left: 35px !important;
}

.horror-theme-active .entry-content ul li,
.horror-theme-active .entry-content ol li {
    color: #d4d4d4 !important;
    margin-bottom: 12px !important;
    line-height: 1.8 !important;
}

.horror-theme-active .entry-content ul li::marker {
    color: #ff0000 !important;
}

.horror-theme-active .entry-content ol li::marker {
    color: #ff3333 !important;
    font-weight: bold;
}

/* Tabellen Dark Style */
.horror-theme-active .entry-content table {
    background: #1a1a1a !important;
    border: 2px solid #333 !important;
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 35px 0 !important;
    box-shadow: 0 0 20px rgba(255,0,0,0.2);
}

.horror-theme-active .entry-content thead {
    background: linear-gradient(135deg, #4a0000, #2a0000) !important;
}

.horror-theme-active .entry-content th {
    color: #ff6666 !important;
    padding: 15px !important;
    text-align: left !important;
    border: 1px solid #444 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.horror-theme-active .entry-content td {
    padding: 12px 15px !important;
    border: 1px solid #333 !important;
    color: #d4d4d4 !important;
    background: rgba(0,0,0,0.3) !important;
}

.horror-theme-active .entry-content tbody tr:hover {
    background: rgba(255,0,0,0.1) !important;
}

.horror-theme-active .entry-content tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.02) !important;
}

/* Blockquotes */
.horror-theme-active .entry-content blockquote {
    background: linear-gradient(135deg, rgba(139,0,0,0.2), rgba(255,0,0,0.1)) !important;
    border-left: 5px solid #ff0000 !important;
    color: #f0f0f0 !important;
    padding: 25px 30px !important;
    margin: 35px 0 !important;
    font-style: italic !important;
    box-shadow: 0 0 30px rgba(255,0,0,0.15);
    border-radius: 5px;
    position: relative;
}

.horror-theme-active .entry-content blockquote::before {
    content: '"';
    font-size: 60px;
    color: #ff0000;
    position: absolute;
    top: -10px;
    left: 10px;
    opacity: 0.3;
}

/* HR mit Horror-Style */
.horror-theme-active .entry-content hr {
    border: none !important;
    height: 3px !important;
    background: linear-gradient(to right, transparent, #ff0000 20%, #ff0000 80%, transparent) !important;
    margin: 50px auto !important;
    position: relative;
    width: 80%;
}

.horror-theme-active .entry-content hr::after {
    content: "💀";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0a0a0a;
    color: #ff0000;
    padding: 0 15px;
    font-size: 24px;
}

/* Code Blocks */
.horror-theme-active .entry-content code {
    background: #2a0000 !important;
    color: #ff9999 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    font-family: 'Courier New', monospace !important;
    border: 1px solid #4a0000;
}

.horror-theme-active .entry-content pre {
    background: #1a1a1a !important;
    border: 2px solid #333 !important;
    color: #00ff00 !important;
    padding: 20px !important;
    overflow-x: auto !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

/* ========================================
   SIDEBAR DARK THEME
   ======================================== */

.horror-theme-active .sidebar,
.horror-theme-active .widget-area,
.horror-theme-active aside {
    background: #0f0f0f !important;
    color: #e8e8e8 !important;
    padding: 20px !important;
    border: 1px solid #2a2a2a !important;
}

.horror-theme-active .widget {
    background: rgba(26,26,26,0.8) !important;
    padding: 25px !important;
    margin-bottom: 30px !important;
    border: 1px solid #333 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 15px rgba(255,0,0,0.1);
}

.horror-theme-active .widget-title {
    color: #ff3333 !important;
    border-bottom: 3px solid #8b0000 !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
    font-size: 1.3em !important;
    text-shadow: 0 0 10px rgba(255,0,0,0.5);
}

.horror-theme-active .widget a {
    color: #ff6666 !important;
}

.horror-theme-active .widget a:hover {
    color: #ff0000 !important;
    text-shadow: 0 0 5px rgba(255,0,0,0.8);
}

/* ========================================
   HORROR HUB SPEZIAL-CONTAINER
   ======================================== */

.horror-hub-container {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 50%, #0a0a0a 100%);
    color: #fff;
    padding: 60px 0;
    margin: -30px 0 40px;
    border-top: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    position: relative;
    overflow: hidden;
}

/* Animated Background Effect */
.horror-hub-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255,0,0,0.1),
        transparent
    );
    animation: bloodFlow 15s linear infinite;
}

@keyframes bloodFlow {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

/* Stats Bar */
.horror-stats-bar {
    background: linear-gradient(135deg, rgba(139,0,0,0.3), rgba(0,0,0,0.5));
    border: 1px solid #8b0000;
    border-left: 4px solid #ff0000;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 30px rgba(255,0,0,0.2);
}

.horror-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}

.horror-stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #ff0000;
    text-shadow: 0 0 10px rgba(255,0,0,0.8);
}

.horror-stat-label {
    font-size: 14px;
    color: #ffaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.update-badge {
    background: linear-gradient(135deg, #00ff00, #00aa00);
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    animation: pulse 2s infinite;
    box-shadow: 0 0 15px rgba(0,255,0,0.5);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.9; }
}

/* Navigation */
.horror-navigation {
    background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(26,0,0,0.9));
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #8b0000;
    box-shadow: inset 0 0 30px rgba(255,0,0,0.1);
}

.horror-navigation h2 {
    text-align: center;
    color: #ff0000 !important;
    margin-bottom: 25px;
    font-size: 28px;
    text-shadow: 0 0 20px rgba(255,0,0,0.8);
    animation: flicker 3s infinite alternate;
}

@keyframes flicker {
    0%, 100% { opacity: 1; }
    33% { opacity: 0.8; }
    66% { opacity: 0.9; }
}

.horror-nav-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.horror-nav-link {
    background: linear-gradient(135deg, #8b0000, #4a0000) !important;
    color: #ffffff !important;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none !important;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #ff0000 !important;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.horror-nav-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff0000, transparent, #ff0000);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}

.horror-nav-link:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(255,0,0,0.5);
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
    border-color: #ff0000 !important;
}

.horror-nav-link:hover::before {
    opacity: 1;
}

/* Review Grid */
.horror-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.horror-card {
    background: linear-gradient(135deg, rgba(26,26,26,0.9), rgba(0,0,0,0.9));
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.horror-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff0000, #8b0000);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.horror-card:hover::before {
    transform: scaleX(1);
}

.horror-card:hover {
    transform: translateY(-5px);
    border-color: #ff0000;
    box-shadow: 0 15px 40px rgba(255,0,0,0.3);
    background: linear-gradient(135deg, rgba(139,0,0,0.2), rgba(0,0,0,0.9));
}

.horror-card h3 {
    color: #ffffff !important;
    font-size: 18px;
    margin: 15px 0 10px;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
}

.horror-card-image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #333;
    transition: all 0.3s;
    position: relative !important;
}

.horror-card:hover .horror-card-image {
    border-color: #ff0000;
    box-shadow: 0 0 20px rgba(255,0,0,0.5);
}

.horror-card-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.horror-card:hover .horror-card-image img {
    transform: scale(1.05);
}

.horror-rating {
    color: #ffd700;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: 0 0 5px rgba(255,215,0,0.5);
}

/* Quick Review Links */
.quick-review-link {
    background: linear-gradient(135deg, rgba(139,0,0,0.3), rgba(255,0,0,0.1)) !important;
    color: #ff9999 !important;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none !important;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid #8b0000 !important;
    display: inline-block;
    margin: 5px;
}

.quick-review-link:hover {
    background: linear-gradient(135deg, rgba(255,0,0,0.4), rgba(139,0,0,0.2)) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,0,0,0.4);
    border-color: #ff0000 !important;
}

/* ========================================
   HEADER & NAVIGATION ANPASSUNGEN
   ======================================== */

.horror-theme-active .site-header,
.horror-theme-active #masthead {
    background: #0a0a0a !important;
    border-bottom: 2px solid #ff0000 !important;
}

.horror-theme-active .main-navigation,
.horror-theme-active .menu-toggle,
.horror-theme-active .main-navigation ul {
    background: #0a0a0a !important;
}

.horror-theme-active .main-navigation a {
    color: #e8e8e8 !important;
}

.horror-theme-active .main-navigation a:hover {
    color: #ff0000 !important;
    background: rgba(255,0,0,0.1) !important;
}

/* ========================================
   FOOTER DARK THEME
   ======================================== */

.horror-theme-active .site-footer,
.horror-theme-active #colophon {
    background: #000000 !important;
    color: #888888 !important;
    border-top: 2px solid #ff0000 !important;
}

.horror-theme-active .site-footer a {
    color: #ff6666 !important;
}

/* ========================================
   MOBILE OPTIMIERUNGEN
   ======================================== */

@media (max-width: 768px) {
    .horror-hub-container {
        padding: 40px 0;
    }

    .horror-stats-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .horror-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .horror-nav-links {
        grid-template-columns: 1fr;
    }

    .horror-theme-active .entry-content {
        padding: 15px !important;
    }

    .horror-theme-active .entry-content h1 {
        font-size: 1.8em !important;
    }

    .horror-theme-active .entry-content h2 {
        font-size: 1.4em !important;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    .horror-hub-container,
    .horror-navigation {
        display: none !important;
    }

    body.horror-theme-active,
    .horror-theme-active .entry-content {
        background: white !important;
        color: black !important;
    }

    .horror-theme-active .entry-content * {
        color: black !important;
        text-shadow: none !important;
        border-color: #ccc !important;
    }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

@media (prefers-contrast: high) {
    .horror-theme-active .entry-content {
        background: #000000 !important;
    }

    .horror-theme-active .entry-content p,
    .horror-theme-active .entry-content li {
        color: #ffffff !important;
        font-size: 1.1em !important;
    }
}

/* ========================================
   WICHTIG: Override GeneratePress Defaults
   ======================================== */

.horror-theme-active .inside-article,
.horror-theme-active .hentry,
.horror-theme-active .post {
    background: transparent !important;
}

.horror-theme-active .entry-header {
    margin-bottom: 30px;
}

/* Entferne alle Hintergründe die stören könnten */
.horror-theme-active .separate-containers .inside-article,
.horror-theme-active .one-container .site-content {
    background: transparent !important;
}

/* ========================================
   STREAMING INTEGRATION - BADGES & LABELS
   ======================================== */

/* Streaming Badges über Poster */
.horror-streaming-badges {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    z-index: 10;
}

.stream-badge {
    background: rgba(0,0,0,0.85);
    color: white;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    transition: transform 0.2s ease;
}

.stream-badge:hover {
    transform: scale(1.1);
}

.stream-badge-more {
    background: rgba(255,0,0,0.9) !important;
    font-size: 11px;
    padding: 4px 8px;
}

/* Streaming Info unter Titel */
.horror-streaming-info {
    margin-top: 8px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.stream-label {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
}

.stream-abo {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
}

.stream-price {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
}

/* Neu im Stream Section */
.horror-new-streaming-section {
    background: linear-gradient(135deg, #1a0000 0%, #0a0a0a 100%);
    padding: 40px 30px;
    margin: 30px 0;
    border-radius: 16px;
    border: 2px solid #ff0000;
    box-shadow: 0 0 40px rgba(255,0,0,0.2);
}

.stream-section-title {
    color: #ff0000 !important;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(255,0,0,0.8);
    font-weight: 700;
}

.horror-new-streaming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.new-stream-card {
    background: rgba(26,26,26,0.8);
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.new-stream-card:hover {
    transform: translateY(-5px);
    border-color: #ff0000;
    box-shadow: 0 10px 30px rgba(255,0,0,0.4);
}

.new-stream-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(255,0,0,0.5);
}

.new-stream-poster {
    display: block;
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
}

.new-stream-poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.new-stream-card:hover .new-stream-poster img {
    transform: scale(1.05);
}

.new-stream-info {
    padding: 15px;
}

.new-stream-info h3 {
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.new-stream-info h3 a {
    color: #ffffff !important;
    text-decoration: none;
}

.new-stream-info h3 a:hover {
    color: #ff6666 !important;
}

.new-stream-rating {
    color: #ffd700;
    font-size: 12px;
    margin-bottom: 10px;
}

.new-stream-cta {
    display: inline-block;
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: white !important;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.new-stream-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255,0,0,0.5);
}

/* Quick Review Links mit Streaming */
.quick-review-link.has-streaming {
    background: linear-gradient(135deg, rgba(255,0,0,0.4), rgba(139,0,0,0.2)) !important;
    border-color: #ff0000 !important;
}

.quick-stream-indicator {
    display: inline-block;
    background: #00ff00;
    color: #000;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 700;
    margin-left: 5px;
    text-transform: uppercase;
}

/* ========================================
   FILTER BAR - INTERACTIVE CONTROLS
   ======================================== */

.horror-filter-container {
    background: linear-gradient(135deg, rgba(26,0,0,0.9), rgba(0,0,0,0.9));
    padding: 30px;
    margin: 30px 0;
    border-radius: 16px;
    border: 2px solid #ff0000;
    box-shadow: 0 0 30px rgba(255,0,0,0.3);
    position: relative;
    z-index: 100;
}

.horror-filter-title {
    color: #ff0000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 15px rgba(255,0,0,0.8);
}

.horror-filter-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label {
    color: #ffaaaa;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-group select {
    background: rgba(0,0,0,0.5);
    border: 2px solid #333;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ff0000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 35px;
}

.filter-group select:hover {
    border-color: #ff0000;
    background-color: rgba(139,0,0,0.2);
}

.filter-group select:focus {
    outline: none;
    border-color: #ff0000;
    box-shadow: 0 0 0 3px rgba(255,0,0,0.2);
}

.filter-group select option {
    background: #1a1a1a;
    color: #ffffff;
    padding: 10px;
}

.filter-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.filter-reset,
.filter-apply {
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.filter-reset {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border: 2px solid #666;
}

.filter-reset:hover {
    background: rgba(255,255,255,0.2);
    border-color: #999;
    transform: scale(1.05);
}

.filter-apply {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: white;
    border: 2px solid #ff0000;
}

.filter-apply:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255,0,0,0.5);
}

.filter-results-info {
    text-align: center;
    color: #ffaaaa;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px;
    background: rgba(255,0,0,0.1);
    border-radius: 8px;
    border: 1px solid rgba(255,0,0,0.3);
}

.filter-loading {
    display: none;
    text-align: center;
    padding: 40px;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
}

.filter-loading.active {
    display: block;
}

.filter-loading::after {
    content: '...';
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% { content: '.'; }
    40% { content: '..'; }
    60%, 100% { content: '...'; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .horror-new-streaming-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .stream-section-title {
        font-size: 20px;
    }

    .horror-new-streaming-section {
        padding: 25px 15px;
    }

    .horror-filter-bar {
        grid-template-columns: 1fr;
    }

    .filter-actions {
        flex-direction: column;
    }

    .filter-reset,
    .filter-apply {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .horror-new-streaming-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
