/* {$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) {
    .content-glass-26d3 {
        padding: 0 0.75rem;
    }
    
    .form-slow-ead6 {
        padding: 5rem 0 2rem;
    }
    
    .accordion_d6a4 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .outline_cba0 {
        font-size: 1rem;
    }
    
    .simple_56a2 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .gallery-bottom-3a59 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .table-fast-e056 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .layout-gold-71e9 {
        font-size: 1.5rem;
    }
    
    .panel-orange-f888,
    .accent-ab92 {
        grid-template-columns: 1fr;
    }
    
    .bright-3743 .popup-fixed-7c43 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .mask_advanced_a3af {
        grid-template-columns: 1fr;
    }
    
    .thick-6032 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .content-glass-26d3 {
        padding: 0 1rem;
    }
    
    .accordion_d6a4 {
        font-size: 2rem;
    }
    
    .outline_cba0 {
        font-size: 1.125rem;
    }
    
    .gallery-bottom-3a59 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .table-fast-e056 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .simple_56a2 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .mask_advanced_a3af {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .large-6021,
    .banner_2d60 {
        padding: 1.25rem;
    }
    
    .bright-3743 .popup-fixed-7c43 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .content-glass-26d3 {
        padding: 0 1.5rem;
    }
    
    .form-slow-ead6 {
        padding: 6rem 0 3rem;
    }
    
    .accordion_d6a4 {
        font-size: 2.5rem;
    }
    
    .outline_cba0 {
        font-size: 1.25rem;
    }
    
    .gallery-bottom-3a59 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .table-fast-e056 {
        padding: 1rem;
    }
    
    .layout-gold-71e9 {
        font-size: 2rem;
    }
    
    .south-3dad {
        font-size: 1.125rem;
    }
    
    .panel-orange-f888 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accent-ab92 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mask_advanced_a3af {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .thick-6032 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .aside_4cc6 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .overlay_9f5d {
        display: none;
    }
    
    .thumbnail_1173 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .hard-4c53 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .content-glass-26d3 {
        max-width: 750px;
    }
    
    .form-slow-ead6 {
        padding: 7rem 0 4rem;
    }
    
    .accordion_d6a4 {
        font-size: 3rem;
    }
    
    .huge-431b {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .tiny-50cb {
        gap: 3rem;
    }
    
    .panel-orange-f888 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .accent-ab92 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .copper_13b9 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .bright-3743 {
        gap: 1.5rem;
    }
    
    .preview_735b {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .content-glass-26d3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .form-slow-ead6 {
        padding: 8rem 0 4rem;
    }
    
    .accordion_d6a4 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .huge-431b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .up-f6c2 {
        order: 2;
    }
    
    .main-33eb {
        order: 1;
    }
    
    .tiny-50cb {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .tiny-50cb.complex-d6f3 {
        direction: rtl;
    }
    
    .tiny-50cb.complex-d6f3 > * {
        direction: ltr;
    }
    
    .preview_735b {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .new_ffd7 {
        display: block;
    }
    
    .overlay_9f5d {
        display: none;
    }
    
    .center_8a25 {
        gap: 2rem;
    }
    
    .photo_9169 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .large-9157:hover {
        transform: translateY(-4px);
    }
    
    .frame_a2e4:hover {
        transform: translateY(-2px);
    }
    
    .preview_735b:hover {
        transform: scale(1.02);
    }
    
    .banner_2d60:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .content-glass-26d3 {
        max-width: var(--container-max-width);
    }
    
    .form-slow-ead6 {
        padding: 10rem 0 5rem;
    }
    
    .accordion_d6a4 {
        font-size: 4rem;
    }
    
    .outline_cba0 {
        font-size: 1.375rem;
    }
    
    .layout-gold-71e9 {
        font-size: 2.5rem;
    }
    
    .south-3dad {
        font-size: 1.25rem;
    }
    
    .huge-431b,
    .tiny-50cb {
        gap: 5rem;
    }
    
    .center_8a25 {
        gap: 2.5rem;
    }
    
    .large-6021,
    .banner_2d60,
    .large-9157 {
        padding: 2rem;
    }
    
    .thick-6032 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .content-glass-26d3 {
        max-width: 1400px;
    }
    
    .form-slow-ead6 {
        padding: 12rem 0 6rem;
    }
    
    .huge-431b,
    .tiny-50cb {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .section-2578 img,
    .silver_3724,
    .preview_735b {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .huge-431b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tiny-50cb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tiny-50cb.complex-d6f3 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .form-slow-ead6 {
        padding: 6rem 0 3rem;
    }
    
    .huge-431b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .tiny-50cb {
        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;
    }
    
    .form-slow-ead6::before {
        animation: none;
    }
    
    .list-white-0699,
    .badge-c8ec {
        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;
    }
    
    .picture_de71,
    .simple_56a2,
    .description_west_8ee2 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .large-9157,
    .large-6021,
    .banner_2d60 {
        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 */
    
    .photo-mini-9e93 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .gallery-d576,
    .detail-474f,
    .stale-92c1 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .form-slow-ead6 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .form-slow-ead6::before {
        display: none;
    }
    
    .content-glass-26d3 {
        max-width: none;
        padding: 0;
    }
    
    .huge-431b,
    .tiny-50cb {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .frame_a2e4,
    .hard-4c53,
    .overlay_9f5d,
    .gallery-bottom-3a59,
    .hovered_6cb4,
    .hidden-liquid-822a {
        display: none !important;
    }
    
    .accordion_d6a4,
    .layout-gold-71e9 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .silver_3724,
    .preview_735b {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .panel-orange-f888,
    .accent-ab92,
    .bright-3743 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .copper_13b9 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .accordion_d6a4 {
        font-size: 1.5rem;
    }
    
    .simple_56a2 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .table-fast-e056 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .gallery-bottom-3a59 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .content-glass-26d3 {
        max-width: 95%;
    }
    
    .huge-431b {
        gap: 2.5rem;
    }
    
    .tiny-50cb {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .content-glass-26d3 {
        max-width: 1600px;
    }
    
    .accordion_d6a4 {
        font-size: 5rem;
    }
    
    .layout-gold-71e9 {
        font-size: 3rem;
    }
}
/* css-noise: 4beb */
.shadow-element-n7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
