/* {$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) {
    .brown_15b9 {
        padding: 0 0.75rem;
    }
    
    .bright-4548 {
        padding: 5rem 0 2rem;
    }
    
    .under_8db5 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .hero_cold_f8e4 {
        font-size: 1rem;
    }
    
    .tabs-stone-6e5e {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tabs_smooth_f359 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .picture-deb0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .heading-6aa2 {
        font-size: 1.5rem;
    }
    
    .liquid_e5d9,
    .center-bb04 {
        grid-template-columns: 1fr;
    }
    
    .pagination_copper_17b2 .short-a7c0 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .progress_8abf {
        grid-template-columns: 1fr;
    }
    
    .brown_3fd5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .brown_15b9 {
        padding: 0 1rem;
    }
    
    .under_8db5 {
        font-size: 2rem;
    }
    
    .hero_cold_f8e4 {
        font-size: 1.125rem;
    }
    
    .tabs_smooth_f359 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .picture-deb0 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .tabs-stone-6e5e {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .progress_8abf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wide_a497,
    .pattern_silver_189c {
        padding: 1.25rem;
    }
    
    .pagination_copper_17b2 .short-a7c0 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .brown_15b9 {
        padding: 0 1.5rem;
    }
    
    .bright-4548 {
        padding: 6rem 0 3rem;
    }
    
    .under_8db5 {
        font-size: 2.5rem;
    }
    
    .hero_cold_f8e4 {
        font-size: 1.25rem;
    }
    
    .tabs_smooth_f359 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .picture-deb0 {
        padding: 1rem;
    }
    
    .heading-6aa2 {
        font-size: 2rem;
    }
    
    .hero_iron_76a5 {
        font-size: 1.125rem;
    }
    
    .liquid_e5d9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .center-bb04 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .progress_8abf {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .brown_3fd5 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .feature_wide_8dca {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .modal-9ca4 {
        display: none;
    }
    
    .picture-2f8f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .bottom_6f19 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .brown_15b9 {
        max-width: 750px;
    }
    
    .bright-4548 {
        padding: 7rem 0 4rem;
    }
    
    .under_8db5 {
        font-size: 3rem;
    }
    
    .caption-thick-3066 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .next_d4d0 {
        gap: 3rem;
    }
    
    .liquid_e5d9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .center-bb04 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .east-4227 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pagination_copper_17b2 {
        gap: 1.5rem;
    }
    
    .block_gas_f2ed {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .brown_15b9 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .bright-4548 {
        padding: 8rem 0 4rem;
    }
    
    .under_8db5 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .caption-thick-3066 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .badge-8a45 {
        order: 2;
    }
    
    .panel_b01b {
        order: 1;
    }
    
    .next_d4d0 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .next_d4d0.caption_5e50 {
        direction: rtl;
    }
    
    .next_d4d0.caption_5e50 > * {
        direction: ltr;
    }
    
    .block_gas_f2ed {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .thumbnail_bright_3849 {
        display: block;
    }
    
    .modal-9ca4 {
        display: none;
    }
    
    .module-purple-ebf4 {
        gap: 2rem;
    }
    
    .popup_pink_8e8d {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .footer-bronze-55f0:hover {
        transform: translateY(-4px);
    }
    
    .description_a4c1:hover {
        transform: translateY(-2px);
    }
    
    .block_gas_f2ed:hover {
        transform: scale(1.02);
    }
    
    .pattern_silver_189c:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .brown_15b9 {
        max-width: var(--container-max-width);
    }
    
    .bright-4548 {
        padding: 10rem 0 5rem;
    }
    
    .under_8db5 {
        font-size: 4rem;
    }
    
    .hero_cold_f8e4 {
        font-size: 1.375rem;
    }
    
    .heading-6aa2 {
        font-size: 2.5rem;
    }
    
    .hero_iron_76a5 {
        font-size: 1.25rem;
    }
    
    .caption-thick-3066,
    .next_d4d0 {
        gap: 5rem;
    }
    
    .module-purple-ebf4 {
        gap: 2.5rem;
    }
    
    .wide_a497,
    .pattern_silver_189c,
    .footer-bronze-55f0 {
        padding: 2rem;
    }
    
    .brown_3fd5 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .brown_15b9 {
        max-width: 1400px;
    }
    
    .bright-4548 {
        padding: 12rem 0 6rem;
    }
    
    .caption-thick-3066,
    .next_d4d0 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .top-7aa3 img,
    .alert_475b,
    .block_gas_f2ed {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .caption-thick-3066 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .next_d4d0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .next_d4d0.caption_5e50 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .bright-4548 {
        padding: 6rem 0 3rem;
    }
    
    .caption-thick-3066 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .next_d4d0 {
        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;
    }
    
    .bright-4548::before {
        animation: none;
    }
    
    .summary_static_6858,
    .card_17ad {
        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;
    }
    
    .advanced-4f92,
    .tabs-stone-6e5e,
    .filter-rough-b7c5 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .footer-bronze-55f0,
    .wide_a497,
    .pattern_silver_189c {
        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 */
    
    .cold_83e0 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .under-fd7b,
    .media_0e88,
    .thick-7933 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .bright-4548 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .bright-4548::before {
        display: none;
    }
    
    .brown_15b9 {
        max-width: none;
        padding: 0;
    }
    
    .caption-thick-3066,
    .next_d4d0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .description_a4c1,
    .bottom_6f19,
    .modal-9ca4,
    .tabs_smooth_f359,
    .nav_5ba1,
    .form_436a {
        display: none !important;
    }
    
    .under_8db5,
    .heading-6aa2 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .alert_475b,
    .block_gas_f2ed {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .liquid_e5d9,
    .center-bb04,
    .pagination_copper_17b2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .east-4227 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .under_8db5 {
        font-size: 1.5rem;
    }
    
    .tabs-stone-6e5e {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .picture-deb0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tabs_smooth_f359 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .brown_15b9 {
        max-width: 95%;
    }
    
    .caption-thick-3066 {
        gap: 2.5rem;
    }
    
    .next_d4d0 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .brown_15b9 {
        max-width: 1600px;
    }
    
    .under_8db5 {
        font-size: 5rem;
    }
    
    .heading-6aa2 {
        font-size: 3rem;
    }
}
/* css-noise: fdcd */
.promo-block-r1 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
