/* {$keywords} - Responsive Design Styles */
/* Mobile-first responsive design for Brazilian gaming platform */

/* Mobile First Approach - Base styles are for mobile */

/* Extra Small Devices - Phones (320px and up) */
@media (min-width: 320px) {
    .dirty_7cc4 {
        padding: 0 0.75rem;
    }
    
    .new_9cc6 {
        padding: 5rem 0 2rem;
    }
    
    .button_lite_375c {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .old_b421 {
        font-size: 1rem;
    }
    
    .lower_a455 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .sidebar_a2ac {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .clean_c6ae {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .notice-82d6 {
        font-size: 1.5rem;
    }
    
    .filter_left_acc9,
    .static-8d41 {
        grid-template-columns: 1fr;
    }
    
    .old-6227 .gradient_static_a3c2 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .next_e9b8 {
        grid-template-columns: 1fr;
    }
    
    .border-outer-6d36 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .dirty_7cc4 {
        padding: 0 1rem;
    }
    
    .button_lite_375c {
        font-size: 2rem;
    }
    
    .old_b421 {
        font-size: 1.125rem;
    }
    
    .sidebar_a2ac {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .clean_c6ae {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .lower_a455 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .next_e9b8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .prev-db58,
    .yellow-b36d {
        padding: 1.25rem;
    }
    
    .old-6227 .gradient_static_a3c2 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .dirty_7cc4 {
        padding: 0 1.5rem;
    }
    
    .new_9cc6 {
        padding: 6rem 0 3rem;
    }
    
    .button_lite_375c {
        font-size: 2.5rem;
    }
    
    .old_b421 {
        font-size: 1.25rem;
    }
    
    .sidebar_a2ac {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .clean_c6ae {
        padding: 1rem;
    }
    
    .notice-82d6 {
        font-size: 2rem;
    }
    
    .column-outer-43eb {
        font-size: 1.125rem;
    }
    
    .filter_left_acc9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .static-8d41 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .next_e9b8 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .border-outer-6d36 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .gallery-4a85 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .filter-next-cb52 {
        display: none;
    }
    
    .box-37ef {
        display: none !important;
    }
    
    /* Show desktop elements */
    .center-e10c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .dirty_7cc4 {
        max-width: 750px;
    }
    
    .new_9cc6 {
        padding: 7rem 0 4rem;
    }
    
    .button_lite_375c {
        font-size: 3rem;
    }
    
    .detail_left_6b90 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .header-d5e4 {
        gap: 3rem;
    }
    
    .filter_left_acc9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .static-8d41 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .container_c4f1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .old-6227 {
        gap: 1.5rem;
    }
    
    .clean_4c25 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .dirty_7cc4 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .new_9cc6 {
        padding: 8rem 0 4rem;
    }
    
    .button_lite_375c {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .detail_left_6b90 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .slider-1b51 {
        order: 2;
    }
    
    .prev-e28e {
        order: 1;
    }
    
    .header-d5e4 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .header-d5e4.red_2986 {
        direction: rtl;
    }
    
    .header-d5e4.red_2986 > * {
        direction: ltr;
    }
    
    .clean_4c25 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .backdrop_up_01d4 {
        display: block;
    }
    
    .filter-next-cb52 {
        display: none;
    }
    
    .popup_left_659f {
        gap: 2rem;
    }
    
    .pink-38db {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .container_north_2b2e:hover {
        transform: translateY(-4px);
    }
    
    .highlight_green_247c:hover {
        transform: translateY(-2px);
    }
    
    .clean_4c25:hover {
        transform: scale(1.02);
    }
    
    .yellow-b36d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .dirty_7cc4 {
        max-width: var(--container-max-width);
    }
    
    .new_9cc6 {
        padding: 10rem 0 5rem;
    }
    
    .button_lite_375c {
        font-size: 4rem;
    }
    
    .old_b421 {
        font-size: 1.375rem;
    }
    
    .notice-82d6 {
        font-size: 2.5rem;
    }
    
    .column-outer-43eb {
        font-size: 1.25rem;
    }
    
    .detail_left_6b90,
    .header-d5e4 {
        gap: 5rem;
    }
    
    .popup_left_659f {
        gap: 2.5rem;
    }
    
    .prev-db58,
    .yellow-b36d,
    .container_north_2b2e {
        padding: 2rem;
    }
    
    .border-outer-6d36 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .dirty_7cc4 {
        max-width: 1400px;
    }
    
    .new_9cc6 {
        padding: 12rem 0 6rem;
    }
    
    .detail_left_6b90,
    .header-d5e4 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .caption_e8c9 img,
    .warm-c39e,
    .clean_4c25 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .detail_left_6b90 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .header-d5e4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .header-d5e4.red_2986 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .new_9cc6 {
        padding: 6rem 0 3rem;
    }
    
    .detail_left_6b90 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .header-d5e4 {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .new_9cc6::before {
        animation: none;
    }
    
    .widget-north-c36e,
    .tag-advanced-888c {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-color: #ffff00;
    }
    
    .card_2f9e,
    .lower_a455,
    .header_white_36ba {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .container_north_2b2e,
    .prev-db58,
    .yellow-b36d {
        border: 2px solid var(--accent-color);
    }
}

/* Dark Mode (System Preference) */
@media (prefers-color-scheme: dark) {
    /* Already dark by default, but can add specific overrides if needed */
    
    .south_85b0 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .purple-f8c3,
    .texture_9b0b,
    .blue-138d {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .new_9cc6 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .new_9cc6::before {
        display: none;
    }
    
    .dirty_7cc4 {
        max-width: none;
        padding: 0;
    }
    
    .detail_left_6b90,
    .header-d5e4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .highlight_green_247c,
    .center-e10c,
    .filter-next-cb52,
    .sidebar_a2ac,
    .motion_b4da,
    .list_dim_cb61 {
        display: none !important;
    }
    
    .button_lite_375c,
    .notice-82d6 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .warm-c39e,
    .clean_4c25 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .filter_left_acc9,
    .static-8d41,
    .old-6227 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .container_c4f1 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .button_lite_375c {
        font-size: 1.5rem;
    }
    
    .lower_a455 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .clean_c6ae {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .sidebar_a2ac {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .dirty_7cc4 {
        max-width: 95%;
    }
    
    .detail_left_6b90 {
        gap: 2.5rem;
    }
    
    .header-d5e4 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .dirty_7cc4 {
        max-width: 1600px;
    }
    
    .button_lite_375c {
        font-size: 5rem;
    }
    
    .notice-82d6 {
        font-size: 3rem;
    }
}
/* css-noise: e521 */
.widget-item-i0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
