/* {$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) {
    .text_gas_e82b {
        padding: 0 0.75rem;
    }
    
    .header-stone-c6ee {
        padding: 5rem 0 2rem;
    }
    
    .up_c267 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .summary_5c7c {
        font-size: 1rem;
    }
    
    .box_hot_8c67 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .button-under-c299 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .primary_dark_4671 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .banner-slow-6d0d {
        font-size: 1.5rem;
    }
    
    .hidden_5b51,
    .tooltip-liquid-7b9e {
        grid-template-columns: 1fr;
    }
    
    .short-d7a5 .lite-a313 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .focused_2100 {
        grid-template-columns: 1fr;
    }
    
    .background-clean-6854 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .text_gas_e82b {
        padding: 0 1rem;
    }
    
    .up_c267 {
        font-size: 2rem;
    }
    
    .summary_5c7c {
        font-size: 1.125rem;
    }
    
    .button-under-c299 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .primary_dark_4671 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .box_hot_8c67 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .focused_2100 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .next-6870,
    .shade-glass-f9d9 {
        padding: 1.25rem;
    }
    
    .short-d7a5 .lite-a313 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .text_gas_e82b {
        padding: 0 1.5rem;
    }
    
    .header-stone-c6ee {
        padding: 6rem 0 3rem;
    }
    
    .up_c267 {
        font-size: 2.5rem;
    }
    
    .summary_5c7c {
        font-size: 1.25rem;
    }
    
    .button-under-c299 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .primary_dark_4671 {
        padding: 1rem;
    }
    
    .banner-slow-6d0d {
        font-size: 2rem;
    }
    
    .gas-5291 {
        font-size: 1.125rem;
    }
    
    .hidden_5b51 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tooltip-liquid-7b9e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .focused_2100 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .background-clean-6854 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .bronze-a7d1 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .border-copper-d193 {
        display: none;
    }
    
    .backdrop-e121 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .focused-3ee5 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .text_gas_e82b {
        max-width: 750px;
    }
    
    .header-stone-c6ee {
        padding: 7rem 0 4rem;
    }
    
    .up_c267 {
        font-size: 3rem;
    }
    
    .pattern_c7b9 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .section_0b50 {
        gap: 3rem;
    }
    
    .hidden_5b51 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tooltip-liquid-7b9e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hard-9533 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .short-d7a5 {
        gap: 1.5rem;
    }
    
    .card-west-91ad {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .text_gas_e82b {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .header-stone-c6ee {
        padding: 8rem 0 4rem;
    }
    
    .up_c267 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .pattern_c7b9 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .middle_dd02 {
        order: 2;
    }
    
    .chip-black-343e {
        order: 1;
    }
    
    .section_0b50 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .section_0b50.breadcrumb_478d {
        direction: rtl;
    }
    
    .section_0b50.breadcrumb_478d > * {
        direction: ltr;
    }
    
    .card-west-91ad {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .detail_thick_a6fe {
        display: block;
    }
    
    .border-copper-d193 {
        display: none;
    }
    
    .description_selected_1dc3 {
        gap: 2rem;
    }
    
    .button_f24e {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .active_4618:hover {
        transform: translateY(-4px);
    }
    
    .mini_9a0e:hover {
        transform: translateY(-2px);
    }
    
    .card-west-91ad:hover {
        transform: scale(1.02);
    }
    
    .shade-glass-f9d9:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .text_gas_e82b {
        max-width: var(--container-max-width);
    }
    
    .header-stone-c6ee {
        padding: 10rem 0 5rem;
    }
    
    .up_c267 {
        font-size: 4rem;
    }
    
    .summary_5c7c {
        font-size: 1.375rem;
    }
    
    .banner-slow-6d0d {
        font-size: 2.5rem;
    }
    
    .gas-5291 {
        font-size: 1.25rem;
    }
    
    .pattern_c7b9,
    .section_0b50 {
        gap: 5rem;
    }
    
    .description_selected_1dc3 {
        gap: 2.5rem;
    }
    
    .next-6870,
    .shade-glass-f9d9,
    .active_4618 {
        padding: 2rem;
    }
    
    .background-clean-6854 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .text_gas_e82b {
        max-width: 1400px;
    }
    
    .header-stone-c6ee {
        padding: 12rem 0 6rem;
    }
    
    .pattern_c7b9,
    .section_0b50 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .table-inner-b3b0 img,
    .element_83c5,
    .card-west-91ad {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .pattern_c7b9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .section_0b50 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .section_0b50.breadcrumb_478d {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .header-stone-c6ee {
        padding: 6rem 0 3rem;
    }
    
    .pattern_c7b9 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .section_0b50 {
        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;
    }
    
    .header-stone-c6ee::before {
        animation: none;
    }
    
    .notification-under-71d7,
    .paragraph_green_7cac {
        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;
    }
    
    .dropdown_3492,
    .box_hot_8c67,
    .smooth_d7d1 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .active_4618,
    .next-6870,
    .shade-glass-f9d9 {
        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 */
    
    .detail-a7fd {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .wrapper_fb38,
    .picture-94d8,
    .accent-orange-ab60 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .header-stone-c6ee {
        padding: 2rem 0;
        background: none !important;
    }
    
    .header-stone-c6ee::before {
        display: none;
    }
    
    .text_gas_e82b {
        max-width: none;
        padding: 0;
    }
    
    .pattern_c7b9,
    .section_0b50 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .mini_9a0e,
    .focused-3ee5,
    .border-copper-d193,
    .button-under-c299,
    .accordion_east_94a8,
    .surface-north-2820 {
        display: none !important;
    }
    
    .up_c267,
    .banner-slow-6d0d {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .element_83c5,
    .card-west-91ad {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .hidden_5b51,
    .tooltip-liquid-7b9e,
    .short-d7a5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hard-9533 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .up_c267 {
        font-size: 1.5rem;
    }
    
    .box_hot_8c67 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .primary_dark_4671 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .button-under-c299 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .text_gas_e82b {
        max-width: 95%;
    }
    
    .pattern_c7b9 {
        gap: 2.5rem;
    }
    
    .section_0b50 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .text_gas_e82b {
        max-width: 1600px;
    }
    
    .up_c267 {
        font-size: 5rem;
    }
    
    .banner-slow-6d0d {
        font-size: 3rem;
    }
}
/* css-noise: 798f */
.phantom-card-m3 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
