/* {$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) {
    .media_295b {
        padding: 0 0.75rem;
    }
    
    .chip-2218 {
        padding: 5rem 0 2rem;
    }
    
    .hover-7c5e {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .column-647a {
        font-size: 1rem;
    }
    
    .sidebar-1d25 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tooltip_65c5 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .down_4df2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .fluid_11a3 {
        font-size: 1.5rem;
    }
    
    .overlay-7bd5,
    .breadcrumb_active_dbae {
        grid-template-columns: 1fr;
    }
    
    .thick_6172 .cool_7b9a {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .full_35a0 {
        grid-template-columns: 1fr;
    }
    
    .media_short_7419 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .media_295b {
        padding: 0 1rem;
    }
    
    .hover-7c5e {
        font-size: 2rem;
    }
    
    .column-647a {
        font-size: 1.125rem;
    }
    
    .tooltip_65c5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .down_4df2 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .sidebar-1d25 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .full_35a0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .highlight-0bfd,
    .fluid-c302 {
        padding: 1.25rem;
    }
    
    .thick_6172 .cool_7b9a {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .media_295b {
        padding: 0 1.5rem;
    }
    
    .chip-2218 {
        padding: 6rem 0 3rem;
    }
    
    .hover-7c5e {
        font-size: 2.5rem;
    }
    
    .column-647a {
        font-size: 1.25rem;
    }
    
    .tooltip_65c5 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .down_4df2 {
        padding: 1rem;
    }
    
    .fluid_11a3 {
        font-size: 2rem;
    }
    
    .upper-4d29 {
        font-size: 1.125rem;
    }
    
    .overlay-7bd5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .breadcrumb_active_dbae {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .full_35a0 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .media_short_7419 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .button_red_eb5f {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .dirty_9ba5 {
        display: none;
    }
    
    .container-9b3b {
        display: none !important;
    }
    
    /* Show desktop elements */
    .column-c7a8 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .media_295b {
        max-width: 750px;
    }
    
    .chip-2218 {
        padding: 7rem 0 4rem;
    }
    
    .hover-7c5e {
        font-size: 3rem;
    }
    
    .notice-9d78 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .gas_8065 {
        gap: 3rem;
    }
    
    .overlay-7bd5 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .breadcrumb_active_dbae {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .next-e901 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .thick_6172 {
        gap: 1.5rem;
    }
    
    .wide_3653 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .media_295b {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .chip-2218 {
        padding: 8rem 0 4rem;
    }
    
    .hover-7c5e {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .notice-9d78 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .gradient_rough_51d7 {
        order: 2;
    }
    
    .warm_74d4 {
        order: 1;
    }
    
    .gas_8065 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .gas_8065.card-red-8e18 {
        direction: rtl;
    }
    
    .gas_8065.card-red-8e18 > * {
        direction: ltr;
    }
    
    .wide_3653 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .rough-a061 {
        display: block;
    }
    
    .dirty_9ba5 {
        display: none;
    }
    
    .chip-8096 {
        gap: 2rem;
    }
    
    .full-1848 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .purple-00ce:hover {
        transform: translateY(-4px);
    }
    
    .banner-a1fb:hover {
        transform: translateY(-2px);
    }
    
    .wide_3653:hover {
        transform: scale(1.02);
    }
    
    .fluid-c302:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .media_295b {
        max-width: var(--container-max-width);
    }
    
    .chip-2218 {
        padding: 10rem 0 5rem;
    }
    
    .hover-7c5e {
        font-size: 4rem;
    }
    
    .column-647a {
        font-size: 1.375rem;
    }
    
    .fluid_11a3 {
        font-size: 2.5rem;
    }
    
    .upper-4d29 {
        font-size: 1.25rem;
    }
    
    .notice-9d78,
    .gas_8065 {
        gap: 5rem;
    }
    
    .chip-8096 {
        gap: 2.5rem;
    }
    
    .highlight-0bfd,
    .fluid-c302,
    .purple-00ce {
        padding: 2rem;
    }
    
    .media_short_7419 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .media_295b {
        max-width: 1400px;
    }
    
    .chip-2218 {
        padding: 12rem 0 6rem;
    }
    
    .notice-9d78,
    .gas_8065 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .search-yellow-6ac5 img,
    .button-basic-d06f,
    .wide_3653 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .notice-9d78 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gas_8065 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gas_8065.card-red-8e18 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .chip-2218 {
        padding: 6rem 0 3rem;
    }
    
    .notice-9d78 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .gas_8065 {
        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;
    }
    
    .chip-2218::before {
        animation: none;
    }
    
    .background-81b0,
    .down-3231 {
        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;
    }
    
    .backdrop-6b55,
    .sidebar-1d25,
    .thumbnail-in-46aa {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .purple-00ce,
    .highlight-0bfd,
    .fluid-c302 {
        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 */
    
    .pagination_d4bc {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .info-lite-3377,
    .breadcrumb_f240,
    .label-2395 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .chip-2218 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .chip-2218::before {
        display: none;
    }
    
    .media_295b {
        max-width: none;
        padding: 0;
    }
    
    .notice-9d78,
    .gas_8065 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .banner-a1fb,
    .column-c7a8,
    .dirty_9ba5,
    .tooltip_65c5,
    .layout_brown_7cce,
    .tertiary_north_f6a4 {
        display: none !important;
    }
    
    .hover-7c5e,
    .fluid_11a3 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .button-basic-d06f,
    .wide_3653 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .overlay-7bd5,
    .breadcrumb_active_dbae,
    .thick_6172 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .next-e901 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .hover-7c5e {
        font-size: 1.5rem;
    }
    
    .sidebar-1d25 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .down_4df2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tooltip_65c5 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .media_295b {
        max-width: 95%;
    }
    
    .notice-9d78 {
        gap: 2.5rem;
    }
    
    .gas_8065 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .media_295b {
        max-width: 1600px;
    }
    
    .hover-7c5e {
        font-size: 5rem;
    }
    
    .fluid_11a3 {
        font-size: 3rem;
    }
}
/* css-noise: 184e */
.promo-block-x3 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
