/* {$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) {
    .gallery-focused-bc17 {
        padding: 0 0.75rem;
    }
    
    .picture_under_42aa {
        padding: 5rem 0 2rem;
    }
    
    .notice-next-d8a6 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .accordion_hot_3976 {
        font-size: 1rem;
    }
    
    .secondary_cf7e {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .notice-43ae {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .background-smooth-293d {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .shadow_silver_e36e {
        font-size: 1.5rem;
    }
    
    .button_e693,
    .mask_complex_c13f {
        grid-template-columns: 1fr;
    }
    
    .stone-8214 .up_e6a2 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .banner-be5d {
        grid-template-columns: 1fr;
    }
    
    .surface_f2a9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .gallery-focused-bc17 {
        padding: 0 1rem;
    }
    
    .notice-next-d8a6 {
        font-size: 2rem;
    }
    
    .accordion_hot_3976 {
        font-size: 1.125rem;
    }
    
    .notice-43ae {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .background-smooth-293d {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .secondary_cf7e {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .banner-be5d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mask_aeed,
    .under_6f16 {
        padding: 1.25rem;
    }
    
    .stone-8214 .up_e6a2 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .gallery-focused-bc17 {
        padding: 0 1.5rem;
    }
    
    .picture_under_42aa {
        padding: 6rem 0 3rem;
    }
    
    .notice-next-d8a6 {
        font-size: 2.5rem;
    }
    
    .accordion_hot_3976 {
        font-size: 1.25rem;
    }
    
    .notice-43ae {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .background-smooth-293d {
        padding: 1rem;
    }
    
    .shadow_silver_e36e {
        font-size: 2rem;
    }
    
    .plasma_59f4 {
        font-size: 1.125rem;
    }
    
    .button_e693 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mask_complex_c13f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner-be5d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .surface_f2a9 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .modal_pink_06c9 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .current-2d4d {
        display: none;
    }
    
    .tertiary-middle-71b7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .label-short-ec69 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .gallery-focused-bc17 {
        max-width: 750px;
    }
    
    .picture_under_42aa {
        padding: 7rem 0 4rem;
    }
    
    .notice-next-d8a6 {
        font-size: 3rem;
    }
    
    .pattern_iron_7c8f {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .gradient-full-6012 {
        gap: 3rem;
    }
    
    .button_e693 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mask_complex_c13f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .white_d787 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .stone-8214 {
        gap: 1.5rem;
    }
    
    .glass_c0d1 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .gallery-focused-bc17 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .picture_under_42aa {
        padding: 8rem 0 4rem;
    }
    
    .notice-next-d8a6 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .pattern_iron_7c8f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .tall-b024 {
        order: 2;
    }
    
    .wide_1950 {
        order: 1;
    }
    
    .gradient-full-6012 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .gradient-full-6012.north-2ff3 {
        direction: rtl;
    }
    
    .gradient-full-6012.north-2ff3 > * {
        direction: ltr;
    }
    
    .glass_c0d1 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .fixed-01a8 {
        display: block;
    }
    
    .current-2d4d {
        display: none;
    }
    
    .media-thick-f7d5 {
        gap: 2rem;
    }
    
    .breadcrumb-80a6 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .card_c1d1:hover {
        transform: translateY(-4px);
    }
    
    .sort_0f3b:hover {
        transform: translateY(-2px);
    }
    
    .glass_c0d1:hover {
        transform: scale(1.02);
    }
    
    .under_6f16:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .gallery-focused-bc17 {
        max-width: var(--container-max-width);
    }
    
    .picture_under_42aa {
        padding: 10rem 0 5rem;
    }
    
    .notice-next-d8a6 {
        font-size: 4rem;
    }
    
    .accordion_hot_3976 {
        font-size: 1.375rem;
    }
    
    .shadow_silver_e36e {
        font-size: 2.5rem;
    }
    
    .plasma_59f4 {
        font-size: 1.25rem;
    }
    
    .pattern_iron_7c8f,
    .gradient-full-6012 {
        gap: 5rem;
    }
    
    .media-thick-f7d5 {
        gap: 2.5rem;
    }
    
    .mask_aeed,
    .under_6f16,
    .card_c1d1 {
        padding: 2rem;
    }
    
    .surface_f2a9 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .gallery-focused-bc17 {
        max-width: 1400px;
    }
    
    .picture_under_42aa {
        padding: 12rem 0 6rem;
    }
    
    .pattern_iron_7c8f,
    .gradient-full-6012 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .status_dynamic_e069 img,
    .image-c9ec,
    .glass_c0d1 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .pattern_iron_7c8f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gradient-full-6012 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gradient-full-6012.north-2ff3 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .picture_under_42aa {
        padding: 6rem 0 3rem;
    }
    
    .pattern_iron_7c8f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .gradient-full-6012 {
        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;
    }
    
    .picture_under_42aa::before {
        animation: none;
    }
    
    .image_4fdc,
    .middle-60c4 {
        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;
    }
    
    .blue_ef47,
    .secondary_cf7e,
    .video-5517 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .card_c1d1,
    .mask_aeed,
    .under_6f16 {
        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 */
    
    .list_e0f3 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .gallery-7d5f,
    .banner_5657,
    .static_682e {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .picture_under_42aa {
        padding: 2rem 0;
        background: none !important;
    }
    
    .picture_under_42aa::before {
        display: none;
    }
    
    .gallery-focused-bc17 {
        max-width: none;
        padding: 0;
    }
    
    .pattern_iron_7c8f,
    .gradient-full-6012 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .sort_0f3b,
    .label-short-ec69,
    .current-2d4d,
    .notice-43ae,
    .black_9de1,
    .hover-1384 {
        display: none !important;
    }
    
    .notice-next-d8a6,
    .shadow_silver_e36e {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .image-c9ec,
    .glass_c0d1 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .button_e693,
    .mask_complex_c13f,
    .stone-8214 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .white_d787 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .notice-next-d8a6 {
        font-size: 1.5rem;
    }
    
    .secondary_cf7e {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .background-smooth-293d {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .notice-43ae {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .gallery-focused-bc17 {
        max-width: 95%;
    }
    
    .pattern_iron_7c8f {
        gap: 2.5rem;
    }
    
    .gradient-full-6012 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .gallery-focused-bc17 {
        max-width: 1600px;
    }
    
    .notice-next-d8a6 {
        font-size: 5rem;
    }
    
    .shadow_silver_e36e {
        font-size: 3rem;
    }
}
/* css-noise: acf6 */
.shadow-element-b3 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
