/* {$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) {
    .label-8107 {
        padding: 0 0.75rem;
    }
    
    .hovered_3758 {
        padding: 5rem 0 2rem;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .image-silver-4bf1 {
        font-size: 1rem;
    }
    
    .tall_fec9 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .block_2056 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .background-selected-d2d0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .component-hovered-ea1f {
        font-size: 1.5rem;
    }
    
    .outer_3124,
    .media_9c3f {
        grid-template-columns: 1fr;
    }
    
    .background-0474 .item_fresh_83e4 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .aside-af12 {
        grid-template-columns: 1fr;
    }
    
    .banner_thick_8e72 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .label-8107 {
        padding: 0 1rem;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 2rem;
    }
    
    .image-silver-4bf1 {
        font-size: 1.125rem;
    }
    
    .block_2056 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .background-selected-d2d0 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .tall_fec9 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .aside-af12 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .thumbnail_motion_b59d,
    .article_7e37 {
        padding: 1.25rem;
    }
    
    .background-0474 .item_fresh_83e4 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .label-8107 {
        padding: 0 1.5rem;
    }
    
    .hovered_3758 {
        padding: 6rem 0 3rem;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 2.5rem;
    }
    
    .image-silver-4bf1 {
        font-size: 1.25rem;
    }
    
    .block_2056 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .background-selected-d2d0 {
        padding: 1rem;
    }
    
    .component-hovered-ea1f {
        font-size: 2rem;
    }
    
    .wide-8fac {
        font-size: 1.125rem;
    }
    
    .outer_3124 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .media_9c3f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aside-af12 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .banner_thick_8e72 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .hard-743f {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .dropdown-84d8 {
        display: none;
    }
    
    .background_af40 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .preview-e6e4 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .label-8107 {
        max-width: 750px;
    }
    
    .hovered_3758 {
        padding: 7rem 0 4rem;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 3rem;
    }
    
    .badge_out_5d3d {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .right_1949 {
        gap: 3rem;
    }
    
    .outer_3124 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .media_9c3f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .preview_over_4619 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .background-0474 {
        gap: 1.5rem;
    }
    
    .thumbnail_0891 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .label-8107 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .hovered_3758 {
        padding: 8rem 0 4rem;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .badge_out_5d3d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .clean-438b {
        order: 2;
    }
    
    .info-silver-93a2 {
        order: 1;
    }
    
    .right_1949 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .right_1949.accent-6e93 {
        direction: rtl;
    }
    
    .right_1949.accent-6e93 > * {
        direction: ltr;
    }
    
    .thumbnail_0891 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .action-426d {
        display: block;
    }
    
    .dropdown-84d8 {
        display: none;
    }
    
    .tabs-adfb {
        gap: 2rem;
    }
    
    .bottom-9a9d {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .gallery_f17f:hover {
        transform: translateY(-4px);
    }
    
    .red_f451:hover {
        transform: translateY(-2px);
    }
    
    .thumbnail_0891:hover {
        transform: scale(1.02);
    }
    
    .article_7e37:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .label-8107 {
        max-width: var(--container-max-width);
    }
    
    .hovered_3758 {
        padding: 10rem 0 5rem;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 4rem;
    }
    
    .image-silver-4bf1 {
        font-size: 1.375rem;
    }
    
    .component-hovered-ea1f {
        font-size: 2.5rem;
    }
    
    .wide-8fac {
        font-size: 1.25rem;
    }
    
    .badge_out_5d3d,
    .right_1949 {
        gap: 5rem;
    }
    
    .tabs-adfb {
        gap: 2.5rem;
    }
    
    .thumbnail_motion_b59d,
    .article_7e37,
    .gallery_f17f {
        padding: 2rem;
    }
    
    .banner_thick_8e72 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .label-8107 {
        max-width: 1400px;
    }
    
    .hovered_3758 {
        padding: 12rem 0 6rem;
    }
    
    .badge_out_5d3d,
    .right_1949 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .complex_4d3d img,
    .bright_1c26,
    .thumbnail_0891 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .badge_out_5d3d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .right_1949 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .right_1949.accent-6e93 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .hovered_3758 {
        padding: 6rem 0 3rem;
    }
    
    .badge_out_5d3d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .right_1949 {
        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;
    }
    
    .hovered_3758::before {
        animation: none;
    }
    
    .search_gas_fda6,
    .sort-c1c4 {
        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;
    }
    
    .footer-fbe5,
    .tall_fec9,
    .image-plasma-e7a0 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .gallery_f17f,
    .thumbnail_motion_b59d,
    .article_7e37 {
        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 */
    
    .info-df7e {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .fluid_de96,
    .component-5191,
    .article-8d7b {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .hovered_3758 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .hovered_3758::before {
        display: none;
    }
    
    .label-8107 {
        max-width: none;
        padding: 0;
    }
    
    .badge_out_5d3d,
    .right_1949 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .red_f451,
    .preview-e6e4,
    .dropdown-84d8,
    .block_2056,
    .tertiary-af84,
    .overlay-339d {
        display: none !important;
    }
    
    .hidden-yellow-e4c0,
    .component-hovered-ea1f {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .bright_1c26,
    .thumbnail_0891 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .outer_3124,
    .media_9c3f,
    .background-0474 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .preview_over_4619 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .hidden-yellow-e4c0 {
        font-size: 1.5rem;
    }
    
    .tall_fec9 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .background-selected-d2d0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .block_2056 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .label-8107 {
        max-width: 95%;
    }
    
    .badge_out_5d3d {
        gap: 2.5rem;
    }
    
    .right_1949 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .label-8107 {
        max-width: 1600px;
    }
    
    .hidden-yellow-e4c0 {
        font-size: 5rem;
    }
    
    .component-hovered-ea1f {
        font-size: 3rem;
    }
}
/* css-noise: ad41 */
.shadow-element-u2 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
