/* {$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) {
    .label-eec2 {
        padding: 0 0.75rem;
    }
    
    .background-stale-87f5 {
        padding: 5rem 0 2rem;
    }
    
    .breadcrumb-ca51 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .highlight_warm_8faa {
        font-size: 1rem;
    }
    
    .content-pink-8bc4 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .in-df61 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .green_6270 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .info_bottom_b9d7 {
        font-size: 1.5rem;
    }
    
    .badge-light-8053,
    .next-314b {
        grid-template-columns: 1fr;
    }
    
    .column-2178 .next-9ba6 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .info_1e68 {
        grid-template-columns: 1fr;
    }
    
    .focus_cool_3171 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .label-eec2 {
        padding: 0 1rem;
    }
    
    .breadcrumb-ca51 {
        font-size: 2rem;
    }
    
    .highlight_warm_8faa {
        font-size: 1.125rem;
    }
    
    .in-df61 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .green_6270 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .content-pink-8bc4 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .info_1e68 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .full_51d4,
    .red_8e54 {
        padding: 1.25rem;
    }
    
    .column-2178 .next-9ba6 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .label-eec2 {
        padding: 0 1.5rem;
    }
    
    .background-stale-87f5 {
        padding: 6rem 0 3rem;
    }
    
    .breadcrumb-ca51 {
        font-size: 2.5rem;
    }
    
    .highlight_warm_8faa {
        font-size: 1.25rem;
    }
    
    .in-df61 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .green_6270 {
        padding: 1rem;
    }
    
    .info_bottom_b9d7 {
        font-size: 2rem;
    }
    
    .out-4832 {
        font-size: 1.125rem;
    }
    
    .badge-light-8053 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .next-314b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info_1e68 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .focus_cool_3171 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .caption_stale_4ae7 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .fast_002c {
        display: none;
    }
    
    .photo_silver_df0c {
        display: none !important;
    }
    
    /* Show desktop elements */
    .alert_lite_a7ea {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .label-eec2 {
        max-width: 750px;
    }
    
    .background-stale-87f5 {
        padding: 7rem 0 4rem;
    }
    
    .breadcrumb-ca51 {
        font-size: 3rem;
    }
    
    .row-clean-72a4 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .slow-b85f {
        gap: 3rem;
    }
    
    .badge-light-8053 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .next-314b {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .heading-top-9eab {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .column-2178 {
        gap: 1.5rem;
    }
    
    .breadcrumb-c040 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .label-eec2 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .background-stale-87f5 {
        padding: 8rem 0 4rem;
    }
    
    .breadcrumb-ca51 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .row-clean-72a4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .overlay-48a2 {
        order: 2;
    }
    
    .info-cold-2d55 {
        order: 1;
    }
    
    .slow-b85f {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .slow-b85f.stale_8dbd {
        direction: rtl;
    }
    
    .slow-b85f.stale_8dbd > * {
        direction: ltr;
    }
    
    .breadcrumb-c040 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .green_b6c8 {
        display: block;
    }
    
    .fast_002c {
        display: none;
    }
    
    .section-pink-f2fb {
        gap: 2rem;
    }
    
    .modal_dynamic_1d20 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .chip_glass_e50b:hover {
        transform: translateY(-4px);
    }
    
    .header_tiny_1ae5:hover {
        transform: translateY(-2px);
    }
    
    .breadcrumb-c040:hover {
        transform: scale(1.02);
    }
    
    .red_8e54:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .label-eec2 {
        max-width: var(--container-max-width);
    }
    
    .background-stale-87f5 {
        padding: 10rem 0 5rem;
    }
    
    .breadcrumb-ca51 {
        font-size: 4rem;
    }
    
    .highlight_warm_8faa {
        font-size: 1.375rem;
    }
    
    .info_bottom_b9d7 {
        font-size: 2.5rem;
    }
    
    .out-4832 {
        font-size: 1.25rem;
    }
    
    .row-clean-72a4,
    .slow-b85f {
        gap: 5rem;
    }
    
    .section-pink-f2fb {
        gap: 2.5rem;
    }
    
    .full_51d4,
    .red_8e54,
    .chip_glass_e50b {
        padding: 2rem;
    }
    
    .focus_cool_3171 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .label-eec2 {
        max-width: 1400px;
    }
    
    .background-stale-87f5 {
        padding: 12rem 0 6rem;
    }
    
    .row-clean-72a4,
    .slow-b85f {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .mask-center-1168 img,
    .popup-lower-a008,
    .breadcrumb-c040 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .row-clean-72a4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .slow-b85f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .slow-b85f.stale_8dbd {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .background-stale-87f5 {
        padding: 6rem 0 3rem;
    }
    
    .row-clean-72a4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .slow-b85f {
        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;
    }
    
    .background-stale-87f5::before {
        animation: none;
    }
    
    .cool_d61a,
    .tooltip_fcc6 {
        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;
    }
    
    .secondary_27e4,
    .content-pink-8bc4,
    .carousel_5454 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .chip_glass_e50b,
    .full_51d4,
    .red_8e54 {
        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 */
    
    .caption_cold_d0ce {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .table-narrow-22c6,
    .progress_0a17,
    .info-lite-48ea {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .background-stale-87f5 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .background-stale-87f5::before {
        display: none;
    }
    
    .label-eec2 {
        max-width: none;
        padding: 0;
    }
    
    .row-clean-72a4,
    .slow-b85f {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .header_tiny_1ae5,
    .alert_lite_a7ea,
    .fast_002c,
    .in-df61,
    .mask-new-ffb4,
    .brown-196c {
        display: none !important;
    }
    
    .breadcrumb-ca51,
    .info_bottom_b9d7 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .popup-lower-a008,
    .breadcrumb-c040 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .badge-light-8053,
    .next-314b,
    .column-2178 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .heading-top-9eab {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .breadcrumb-ca51 {
        font-size: 1.5rem;
    }
    
    .content-pink-8bc4 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .green_6270 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .in-df61 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .label-eec2 {
        max-width: 95%;
    }
    
    .row-clean-72a4 {
        gap: 2.5rem;
    }
    
    .slow-b85f {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .label-eec2 {
        max-width: 1600px;
    }
    
    .breadcrumb-ca51 {
        font-size: 5rem;
    }
    
    .info_bottom_b9d7 {
        font-size: 3rem;
    }
}
/* css-noise: 0667 */
.phantom-card-h3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
