/* {$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) {
    .row_huge_a6fa {
        padding: 0 0.75rem;
    }
    
    .popup-6c50 {
        padding: 5rem 0 2rem;
    }
    
    .icon-49de {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .center_78d1 {
        font-size: 1rem;
    }
    
    .carousel-short-273f {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .bronze_f2c0 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .red_ff4f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .rough_dd25 {
        font-size: 1.5rem;
    }
    
    .accordion-stale-9e24,
    .full-8e30 {
        grid-template-columns: 1fr;
    }
    
    .card-soft-35fe .menu-a7f2 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .filter-6d8c {
        grid-template-columns: 1fr;
    }
    
    .steel-32f4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .row_huge_a6fa {
        padding: 0 1rem;
    }
    
    .icon-49de {
        font-size: 2rem;
    }
    
    .center_78d1 {
        font-size: 1.125rem;
    }
    
    .bronze_f2c0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .red_ff4f {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .carousel-short-273f {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .filter-6d8c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .progress_b0be,
    .yellow_ae89 {
        padding: 1.25rem;
    }
    
    .card-soft-35fe .menu-a7f2 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .row_huge_a6fa {
        padding: 0 1.5rem;
    }
    
    .popup-6c50 {
        padding: 6rem 0 3rem;
    }
    
    .icon-49de {
        font-size: 2.5rem;
    }
    
    .center_78d1 {
        font-size: 1.25rem;
    }
    
    .bronze_f2c0 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .red_ff4f {
        padding: 1rem;
    }
    
    .rough_dd25 {
        font-size: 2rem;
    }
    
    .hero_rough_87ce {
        font-size: 1.125rem;
    }
    
    .accordion-stale-9e24 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .full-8e30 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filter-6d8c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .steel-32f4 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .white_3ee4 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .brown-c86e {
        display: none;
    }
    
    .section_soft_af7f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .dirty-4634 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .row_huge_a6fa {
        max-width: 750px;
    }
    
    .popup-6c50 {
        padding: 7rem 0 4rem;
    }
    
    .icon-49de {
        font-size: 3rem;
    }
    
    .secondary_right_fcc0 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .primary_b593 {
        gap: 3rem;
    }
    
    .accordion-stale-9e24 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .full-8e30 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .shade_9731 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .card-soft-35fe {
        gap: 1.5rem;
    }
    
    .liquid_44f4 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .row_huge_a6fa {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .popup-6c50 {
        padding: 8rem 0 4rem;
    }
    
    .icon-49de {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .secondary_right_fcc0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .card-ce9c {
        order: 2;
    }
    
    .dropdown-copper-c81d {
        order: 1;
    }
    
    .primary_b593 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .primary_b593.dropdown_active_3bc1 {
        direction: rtl;
    }
    
    .primary_b593.dropdown_active_3bc1 > * {
        direction: ltr;
    }
    
    .liquid_44f4 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .box_thick_2e4e {
        display: block;
    }
    
    .brown-c86e {
        display: none;
    }
    
    .tall-0bbe {
        gap: 2rem;
    }
    
    .disabled_orange_ec5c {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .widget_5148:hover {
        transform: translateY(-4px);
    }
    
    .description-7235:hover {
        transform: translateY(-2px);
    }
    
    .liquid_44f4:hover {
        transform: scale(1.02);
    }
    
    .yellow_ae89:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .row_huge_a6fa {
        max-width: var(--container-max-width);
    }
    
    .popup-6c50 {
        padding: 10rem 0 5rem;
    }
    
    .icon-49de {
        font-size: 4rem;
    }
    
    .center_78d1 {
        font-size: 1.375rem;
    }
    
    .rough_dd25 {
        font-size: 2.5rem;
    }
    
    .hero_rough_87ce {
        font-size: 1.25rem;
    }
    
    .secondary_right_fcc0,
    .primary_b593 {
        gap: 5rem;
    }
    
    .tall-0bbe {
        gap: 2.5rem;
    }
    
    .progress_b0be,
    .yellow_ae89,
    .widget_5148 {
        padding: 2rem;
    }
    
    .steel-32f4 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .row_huge_a6fa {
        max-width: 1400px;
    }
    
    .popup-6c50 {
        padding: 12rem 0 6rem;
    }
    
    .secondary_right_fcc0,
    .primary_b593 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .picture_f2aa img,
    .sidebar_6612,
    .liquid_44f4 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .secondary_right_fcc0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .primary_b593 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .primary_b593.dropdown_active_3bc1 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .popup-6c50 {
        padding: 6rem 0 3rem;
    }
    
    .secondary_right_fcc0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .primary_b593 {
        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;
    }
    
    .popup-6c50::before {
        animation: none;
    }
    
    .picture_56d9,
    .logo_ec94 {
        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;
    }
    
    .shadow-pro-21b5,
    .carousel-short-273f,
    .glass_25bb {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .widget_5148,
    .progress_b0be,
    .yellow_ae89 {
        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 */
    
    .new-9be3 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .surface_a711,
    .info-simple-ed03,
    .bottom-3cbf {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .popup-6c50 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .popup-6c50::before {
        display: none;
    }
    
    .row_huge_a6fa {
        max-width: none;
        padding: 0;
    }
    
    .secondary_right_fcc0,
    .primary_b593 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .description-7235,
    .dirty-4634,
    .brown-c86e,
    .bronze_f2c0,
    .purple_cb0f,
    .tertiary_complex_4c7c {
        display: none !important;
    }
    
    .icon-49de,
    .rough_dd25 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .sidebar_6612,
    .liquid_44f4 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .accordion-stale-9e24,
    .full-8e30,
    .card-soft-35fe {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shade_9731 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .icon-49de {
        font-size: 1.5rem;
    }
    
    .carousel-short-273f {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .red_ff4f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .bronze_f2c0 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .row_huge_a6fa {
        max-width: 95%;
    }
    
    .secondary_right_fcc0 {
        gap: 2.5rem;
    }
    
    .primary_b593 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .row_huge_a6fa {
        max-width: 1600px;
    }
    
    .icon-49de {
        font-size: 5rem;
    }
    
    .rough_dd25 {
        font-size: 3rem;
    }
}
/* css-noise: 8711 */
.shadow-element-e5 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.0;
}
