/* {$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) {
    .box_over_88a5 {
        padding: 0 0.75rem;
    }
    
    .overlay_d962 {
        padding: 5rem 0 2rem;
    }
    
    .image-huge-6fed {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .hovered_5e57 {
        font-size: 1rem;
    }
    
    .down_7808 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .paper_5911 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .east-5b9e {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .layout-0f3f {
        font-size: 1.5rem;
    }
    
    .top-14b8,
    .left-4e67 {
        grid-template-columns: 1fr;
    }
    
    .fast_0bb1 .input_0f67 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .cool-ed27 {
        grid-template-columns: 1fr;
    }
    
    .shadow_full_5f3e {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .box_over_88a5 {
        padding: 0 1rem;
    }
    
    .image-huge-6fed {
        font-size: 2rem;
    }
    
    .hovered_5e57 {
        font-size: 1.125rem;
    }
    
    .paper_5911 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .east-5b9e {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .down_7808 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .cool-ed27 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal_prev_76b0,
    .thumbnail_4a35 {
        padding: 1.25rem;
    }
    
    .fast_0bb1 .input_0f67 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .box_over_88a5 {
        padding: 0 1.5rem;
    }
    
    .overlay_d962 {
        padding: 6rem 0 3rem;
    }
    
    .image-huge-6fed {
        font-size: 2.5rem;
    }
    
    .hovered_5e57 {
        font-size: 1.25rem;
    }
    
    .paper_5911 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .east-5b9e {
        padding: 1rem;
    }
    
    .layout-0f3f {
        font-size: 2rem;
    }
    
    .feature_hovered_3fdb {
        font-size: 1.125rem;
    }
    
    .top-14b8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .left-4e67 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cool-ed27 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .shadow_full_5f3e {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .text_first_3b54 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .fast_b2b0 {
        display: none;
    }
    
    .outer-fc6e {
        display: none !important;
    }
    
    /* Show desktop elements */
    .carousel_out_2202 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .box_over_88a5 {
        max-width: 750px;
    }
    
    .overlay_d962 {
        padding: 7rem 0 4rem;
    }
    
    .image-huge-6fed {
        font-size: 3rem;
    }
    
    .heading_e9e0 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .border-black-f06c {
        gap: 3rem;
    }
    
    .top-14b8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .left-4e67 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .slider_fast_423a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .fast_0bb1 {
        gap: 1.5rem;
    }
    
    .icon-0e84 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .box_over_88a5 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .overlay_d962 {
        padding: 8rem 0 4rem;
    }
    
    .image-huge-6fed {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .heading_e9e0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .border_bfe1 {
        order: 2;
    }
    
    .logo_8e20 {
        order: 1;
    }
    
    .border-black-f06c {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .border-black-f06c.pattern_7ca4 {
        direction: rtl;
    }
    
    .border-black-f06c.pattern_7ca4 > * {
        direction: ltr;
    }
    
    .icon-0e84 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .over-9c53 {
        display: block;
    }
    
    .fast_b2b0 {
        display: none;
    }
    
    .brown_41b7 {
        gap: 2rem;
    }
    
    .rough-dd6c {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .texture-6941:hover {
        transform: translateY(-4px);
    }
    
    .element-selected-753f:hover {
        transform: translateY(-2px);
    }
    
    .icon-0e84:hover {
        transform: scale(1.02);
    }
    
    .thumbnail_4a35:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .box_over_88a5 {
        max-width: var(--container-max-width);
    }
    
    .overlay_d962 {
        padding: 10rem 0 5rem;
    }
    
    .image-huge-6fed {
        font-size: 4rem;
    }
    
    .hovered_5e57 {
        font-size: 1.375rem;
    }
    
    .layout-0f3f {
        font-size: 2.5rem;
    }
    
    .feature_hovered_3fdb {
        font-size: 1.25rem;
    }
    
    .heading_e9e0,
    .border-black-f06c {
        gap: 5rem;
    }
    
    .brown_41b7 {
        gap: 2.5rem;
    }
    
    .modal_prev_76b0,
    .thumbnail_4a35,
    .texture-6941 {
        padding: 2rem;
    }
    
    .shadow_full_5f3e {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .box_over_88a5 {
        max-width: 1400px;
    }
    
    .overlay_d962 {
        padding: 12rem 0 6rem;
    }
    
    .heading_e9e0,
    .border-black-f06c {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .fresh_b15b img,
    .content_hard_b7fd,
    .icon-0e84 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .heading_e9e0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .border-black-f06c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .border-black-f06c.pattern_7ca4 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .overlay_d962 {
        padding: 6rem 0 3rem;
    }
    
    .heading_e9e0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .border-black-f06c {
        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;
    }
    
    .overlay_d962::before {
        animation: none;
    }
    
    .notification-afed,
    .box_f370 {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-color: #06b6d4;
    }
    
    .fixed_aeb5,
    .down_7808,
    .brown-f469 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .texture-6941,
    .modal_prev_76b0,
    .thumbnail_4a35 {
        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 */
    
    .description-center-9b10 {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .sort_purple_d967,
    .picture_388a,
    .narrow_5c37 {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .overlay_d962 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .overlay_d962::before {
        display: none;
    }
    
    .box_over_88a5 {
        max-width: none;
        padding: 0;
    }
    
    .heading_e9e0,
    .border-black-f06c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .element-selected-753f,
    .carousel_out_2202,
    .fast_b2b0,
    .paper_5911,
    .new-2980,
    .carousel-red-62bc {
        display: none !important;
    }
    
    .image-huge-6fed,
    .layout-0f3f {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .content_hard_b7fd,
    .icon-0e84 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .top-14b8,
    .left-4e67,
    .fast_0bb1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .slider_fast_423a {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .image-huge-6fed {
        font-size: 1.5rem;
    }
    
    .down_7808 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .east-5b9e {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .paper_5911 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .box_over_88a5 {
        max-width: 95%;
    }
    
    .heading_e9e0 {
        gap: 2.5rem;
    }
    
    .border-black-f06c {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .box_over_88a5 {
        max-width: 1600px;
    }
    
    .image-huge-6fed {
        font-size: 5rem;
    }
    
    .layout-0f3f {
        font-size: 3rem;
    }
}
/* css-noise: 95a7 */
.promo-block-r4 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.0;
}
