/* {$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) {
    .tabs-8ab6 {
        padding: 0 0.75rem;
    }
    
    .menu_e204 {
        padding: 5rem 0 2rem;
    }
    
    .element-out-fb4a {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .content-west-3010 {
        font-size: 1rem;
    }
    
    .layout-533c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .list-middle-4f50 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .accordion_231f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .short-9f4c {
        font-size: 1.5rem;
    }
    
    .column-a3cb,
    .breadcrumb_4bcf {
        grid-template-columns: 1fr;
    }
    
    .shadow-fc95 .filter-hard-3660 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .right-bd5b {
        grid-template-columns: 1fr;
    }
    
    .tag_fixed_4819 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .tabs-8ab6 {
        padding: 0 1rem;
    }
    
    .element-out-fb4a {
        font-size: 2rem;
    }
    
    .content-west-3010 {
        font-size: 1.125rem;
    }
    
    .list-middle-4f50 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accordion_231f {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .layout-533c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .right-bd5b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal-ec96,
    .fixed-2858 {
        padding: 1.25rem;
    }
    
    .shadow-fc95 .filter-hard-3660 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .tabs-8ab6 {
        padding: 0 1.5rem;
    }
    
    .menu_e204 {
        padding: 6rem 0 3rem;
    }
    
    .element-out-fb4a {
        font-size: 2.5rem;
    }
    
    .content-west-3010 {
        font-size: 1.25rem;
    }
    
    .list-middle-4f50 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .accordion_231f {
        padding: 1rem;
    }
    
    .short-9f4c {
        font-size: 2rem;
    }
    
    .tertiary_4355 {
        font-size: 1.125rem;
    }
    
    .column-a3cb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .breadcrumb_4bcf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .right-bd5b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .tag_fixed_4819 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .background_14b0 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .slider-6986 {
        display: none;
    }
    
    .fixed-9900 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .hover_hard_da02 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .tabs-8ab6 {
        max-width: 750px;
    }
    
    .menu_e204 {
        padding: 7rem 0 4rem;
    }
    
    .element-out-fb4a {
        font-size: 3rem;
    }
    
    .orange-b1d8 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .image-d362 {
        gap: 3rem;
    }
    
    .column-a3cb {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .breadcrumb_4bcf {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .current_1ddc {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .shadow-fc95 {
        gap: 1.5rem;
    }
    
    .carousel_ef1a {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .tabs-8ab6 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .menu_e204 {
        padding: 8rem 0 4rem;
    }
    
    .element-out-fb4a {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .orange-b1d8 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .aside_7802 {
        order: 2;
    }
    
    .outline-warm-f82f {
        order: 1;
    }
    
    .image-d362 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .image-d362.tall-120f {
        direction: rtl;
    }
    
    .image-d362.tall-120f > * {
        direction: ltr;
    }
    
    .carousel_ef1a {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .active-dd36 {
        display: block;
    }
    
    .slider-6986 {
        display: none;
    }
    
    .fresh_d3f8 {
        gap: 2rem;
    }
    
    .secondary_36cf {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .feature_cool_8146:hover {
        transform: translateY(-4px);
    }
    
    .warm_2de1:hover {
        transform: translateY(-2px);
    }
    
    .carousel_ef1a:hover {
        transform: scale(1.02);
    }
    
    .fixed-2858:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .tabs-8ab6 {
        max-width: var(--container-max-width);
    }
    
    .menu_e204 {
        padding: 10rem 0 5rem;
    }
    
    .element-out-fb4a {
        font-size: 4rem;
    }
    
    .content-west-3010 {
        font-size: 1.375rem;
    }
    
    .short-9f4c {
        font-size: 2.5rem;
    }
    
    .tertiary_4355 {
        font-size: 1.25rem;
    }
    
    .orange-b1d8,
    .image-d362 {
        gap: 5rem;
    }
    
    .fresh_d3f8 {
        gap: 2.5rem;
    }
    
    .modal-ec96,
    .fixed-2858,
    .feature_cool_8146 {
        padding: 2rem;
    }
    
    .tag_fixed_4819 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .tabs-8ab6 {
        max-width: 1400px;
    }
    
    .menu_e204 {
        padding: 12rem 0 6rem;
    }
    
    .orange-b1d8,
    .image-d362 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mask-22aa img,
    .hero_smooth_eb75,
    .carousel_ef1a {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .orange-b1d8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .image-d362 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .image-d362.tall-120f {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .menu_e204 {
        padding: 6rem 0 3rem;
    }
    
    .orange-b1d8 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .image-d362 {
        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;
    }
    
    .menu_e204::before {
        animation: none;
    }
    
    .lower_344e,
    .texture_green_71b0 {
        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;
    }
    
    .fixed-5391,
    .layout-533c,
    .container_7392 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .feature_cool_8146,
    .modal-ec96,
    .fixed-2858 {
        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 */
    
    .icon-118b {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .next_e9a4,
    .aside_upper_b7bc,
    .hero-stale-3bfe {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .menu_e204 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .menu_e204::before {
        display: none;
    }
    
    .tabs-8ab6 {
        max-width: none;
        padding: 0;
    }
    
    .orange-b1d8,
    .image-d362 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .warm_2de1,
    .hover_hard_da02,
    .slider-6986,
    .list-middle-4f50,
    .hard-c3a1,
    .accordion-right-a9a2 {
        display: none !important;
    }
    
    .element-out-fb4a,
    .short-9f4c {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .hero_smooth_eb75,
    .carousel_ef1a {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .column-a3cb,
    .breadcrumb_4bcf,
    .shadow-fc95 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .current_1ddc {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .element-out-fb4a {
        font-size: 1.5rem;
    }
    
    .layout-533c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .accordion_231f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .list-middle-4f50 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .tabs-8ab6 {
        max-width: 95%;
    }
    
    .orange-b1d8 {
        gap: 2.5rem;
    }
    
    .image-d362 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .tabs-8ab6 {
        max-width: 1600px;
    }
    
    .element-out-fb4a {
        font-size: 5rem;
    }
    
    .short-9f4c {
        font-size: 3rem;
    }
}
/* css-noise: faf3 */
.promo-block-p4 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
