/* {$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) {
    .slow-ac6a {
        padding: 0 0.75rem;
    }
    
    .badge-old-9030 {
        padding: 5rem 0 2rem;
    }
    
    .badge_static_e312 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .new_4c69 {
        font-size: 1rem;
    }
    
    .pro-b8f9 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .inner_b38e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .active-4f46 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .notification-f4e2 {
        font-size: 1.5rem;
    }
    
    .primary-433f,
    .middle_57d4 {
        grid-template-columns: 1fr;
    }
    
    .hero_purple_df57 .static-be94 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .tabs_5a97 {
        grid-template-columns: 1fr;
    }
    
    .info_focused_be08 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .slow-ac6a {
        padding: 0 1rem;
    }
    
    .badge_static_e312 {
        font-size: 2rem;
    }
    
    .new_4c69 {
        font-size: 1.125rem;
    }
    
    .inner_b38e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .active-4f46 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .pro-b8f9 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .tabs_5a97 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bronze_6d2d,
    .accent_slow_47c9 {
        padding: 1.25rem;
    }
    
    .hero_purple_df57 .static-be94 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .slow-ac6a {
        padding: 0 1.5rem;
    }
    
    .badge-old-9030 {
        padding: 6rem 0 3rem;
    }
    
    .badge_static_e312 {
        font-size: 2.5rem;
    }
    
    .new_4c69 {
        font-size: 1.25rem;
    }
    
    .inner_b38e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .active-4f46 {
        padding: 1rem;
    }
    
    .notification-f4e2 {
        font-size: 2rem;
    }
    
    .content_plasma_f9db {
        font-size: 1.125rem;
    }
    
    .primary-433f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .middle_57d4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tabs_5a97 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .info_focused_be08 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .link_steel_0373 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .highlight_8d0d {
        display: none;
    }
    
    .aside_cold_5ef7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .background_fast_b37e {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .slow-ac6a {
        max-width: 750px;
    }
    
    .badge-old-9030 {
        padding: 7rem 0 4rem;
    }
    
    .badge_static_e312 {
        font-size: 3rem;
    }
    
    .accent_2b39 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .accordion_steel_28c4 {
        gap: 3rem;
    }
    
    .primary-433f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .middle_57d4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .progress_5865 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hero_purple_df57 {
        gap: 1.5rem;
    }
    
    .button_inner_7791 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .slow-ac6a {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .badge-old-9030 {
        padding: 8rem 0 4rem;
    }
    
    .badge_static_e312 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .accent_2b39 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .plasma_aed4 {
        order: 2;
    }
    
    .button-bdbe {
        order: 1;
    }
    
    .accordion_steel_28c4 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .accordion_steel_28c4.hover_bright_905f {
        direction: rtl;
    }
    
    .accordion_steel_28c4.hover_bright_905f > * {
        direction: ltr;
    }
    
    .button_inner_7791 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .highlight_9ff1 {
        display: block;
    }
    
    .highlight_8d0d {
        display: none;
    }
    
    .modal_bd89 {
        gap: 2rem;
    }
    
    .under_e611 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .header-red-a5d4:hover {
        transform: translateY(-4px);
    }
    
    .component-lower-705e:hover {
        transform: translateY(-2px);
    }
    
    .button_inner_7791:hover {
        transform: scale(1.02);
    }
    
    .accent_slow_47c9:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .slow-ac6a {
        max-width: var(--container-max-width);
    }
    
    .badge-old-9030 {
        padding: 10rem 0 5rem;
    }
    
    .badge_static_e312 {
        font-size: 4rem;
    }
    
    .new_4c69 {
        font-size: 1.375rem;
    }
    
    .notification-f4e2 {
        font-size: 2.5rem;
    }
    
    .content_plasma_f9db {
        font-size: 1.25rem;
    }
    
    .accent_2b39,
    .accordion_steel_28c4 {
        gap: 5rem;
    }
    
    .modal_bd89 {
        gap: 2.5rem;
    }
    
    .bronze_6d2d,
    .accent_slow_47c9,
    .header-red-a5d4 {
        padding: 2rem;
    }
    
    .info_focused_be08 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .slow-ac6a {
        max-width: 1400px;
    }
    
    .badge-old-9030 {
        padding: 12rem 0 6rem;
    }
    
    .accent_2b39,
    .accordion_steel_28c4 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tabs_f9c4 img,
    .out-ad99,
    .button_inner_7791 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .accent_2b39 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accordion_steel_28c4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accordion_steel_28c4.hover_bright_905f {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .badge-old-9030 {
        padding: 6rem 0 3rem;
    }
    
    .accent_2b39 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .accordion_steel_28c4 {
        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;
    }
    
    .badge-old-9030::before {
        animation: none;
    }
    
    .surface_43ed,
    .container-lower-153c {
        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;
    }
    
    .carousel_wide_ad96,
    .pro-b8f9,
    .solid-e71b {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .header-red-a5d4,
    .bronze_6d2d,
    .accent_slow_47c9 {
        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 */
    
    .carousel_hot_9332 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .last-0d26,
    .mini-fc44,
    .secondary_new_e9d8 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .badge-old-9030 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .badge-old-9030::before {
        display: none;
    }
    
    .slow-ac6a {
        max-width: none;
        padding: 0;
    }
    
    .accent_2b39,
    .accordion_steel_28c4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .component-lower-705e,
    .background_fast_b37e,
    .highlight_8d0d,
    .inner_b38e,
    .status_3085,
    .blue-7091 {
        display: none !important;
    }
    
    .badge_static_e312,
    .notification-f4e2 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .out-ad99,
    .button_inner_7791 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .primary-433f,
    .middle_57d4,
    .hero_purple_df57 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .progress_5865 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .badge_static_e312 {
        font-size: 1.5rem;
    }
    
    .pro-b8f9 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .active-4f46 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .inner_b38e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .slow-ac6a {
        max-width: 95%;
    }
    
    .accent_2b39 {
        gap: 2.5rem;
    }
    
    .accordion_steel_28c4 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .slow-ac6a {
        max-width: 1600px;
    }
    
    .badge_static_e312 {
        font-size: 5rem;
    }
    
    .notification-f4e2 {
        font-size: 3rem;
    }
}
/* css-noise: 7b48 */
.ghost-box-g6 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
