/* {$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) {
    .tall_1d07 {
        padding: 0 0.75rem;
    }
    
    .bronze-f06a {
        padding: 5rem 0 2rem;
    }
    
    .row_south_75e5 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .input-first-844d {
        font-size: 1rem;
    }
    
    .new_570a {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .brown_75bf {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .hero_large_abb2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .text_d689 {
        font-size: 1.5rem;
    }
    
    .gallery-941c,
    .fast-6c1d {
        grid-template-columns: 1fr;
    }
    
    .sidebar-down-6b5c .module-static-f7ad {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .description-3191 {
        grid-template-columns: 1fr;
    }
    
    .search-over-bb25 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .tall_1d07 {
        padding: 0 1rem;
    }
    
    .row_south_75e5 {
        font-size: 2rem;
    }
    
    .input-first-844d {
        font-size: 1.125rem;
    }
    
    .brown_75bf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero_large_abb2 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .new_570a {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .description-3191 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .panel_8f08,
    .component_a894 {
        padding: 1.25rem;
    }
    
    .sidebar-down-6b5c .module-static-f7ad {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .tall_1d07 {
        padding: 0 1.5rem;
    }
    
    .bronze-f06a {
        padding: 6rem 0 3rem;
    }
    
    .row_south_75e5 {
        font-size: 2.5rem;
    }
    
    .input-first-844d {
        font-size: 1.25rem;
    }
    
    .brown_75bf {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .hero_large_abb2 {
        padding: 1rem;
    }
    
    .text_d689 {
        font-size: 2rem;
    }
    
    .chip_west_eac2 {
        font-size: 1.125rem;
    }
    
    .gallery-941c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fast-6c1d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .description-3191 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .search-over-bb25 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .slider_db06 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .item_warm_a814 {
        display: none;
    }
    
    .gradient_huge_5db9 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .medium-f7df {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .tall_1d07 {
        max-width: 750px;
    }
    
    .bronze-f06a {
        padding: 7rem 0 4rem;
    }
    
    .row_south_75e5 {
        font-size: 3rem;
    }
    
    .white-fca2 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .form-42b8 {
        gap: 3rem;
    }
    
    .gallery-941c {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .fast-6c1d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .in-84d4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sidebar-down-6b5c {
        gap: 1.5rem;
    }
    
    .component-wood-78a6 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .tall_1d07 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .bronze-f06a {
        padding: 8rem 0 4rem;
    }
    
    .row_south_75e5 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .white-fca2 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .active_31cf {
        order: 2;
    }
    
    .card_f71b {
        order: 1;
    }
    
    .form-42b8 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .form-42b8.module_e4b6 {
        direction: rtl;
    }
    
    .form-42b8.module_e4b6 > * {
        direction: ltr;
    }
    
    .component-wood-78a6 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .backdrop_56af {
        display: block;
    }
    
    .item_warm_a814 {
        display: none;
    }
    
    .banner_selected_cc09 {
        gap: 2rem;
    }
    
    .description-last-3f46 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .feature_fresh_d90b:hover {
        transform: translateY(-4px);
    }
    
    .iron_8f56:hover {
        transform: translateY(-2px);
    }
    
    .component-wood-78a6:hover {
        transform: scale(1.02);
    }
    
    .component_a894:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .tall_1d07 {
        max-width: var(--container-max-width);
    }
    
    .bronze-f06a {
        padding: 10rem 0 5rem;
    }
    
    .row_south_75e5 {
        font-size: 4rem;
    }
    
    .input-first-844d {
        font-size: 1.375rem;
    }
    
    .text_d689 {
        font-size: 2.5rem;
    }
    
    .chip_west_eac2 {
        font-size: 1.25rem;
    }
    
    .white-fca2,
    .form-42b8 {
        gap: 5rem;
    }
    
    .banner_selected_cc09 {
        gap: 2.5rem;
    }
    
    .panel_8f08,
    .component_a894,
    .feature_fresh_d90b {
        padding: 2rem;
    }
    
    .search-over-bb25 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .tall_1d07 {
        max-width: 1400px;
    }
    
    .bronze-f06a {
        padding: 12rem 0 6rem;
    }
    
    .white-fca2,
    .form-42b8 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accordion_8d22 img,
    .out-602b,
    .component-wood-78a6 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .white-fca2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .form-42b8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .form-42b8.module_e4b6 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .bronze-f06a {
        padding: 6rem 0 3rem;
    }
    
    .white-fca2 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .form-42b8 {
        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;
    }
    
    .bronze-f06a::before {
        animation: none;
    }
    
    .icon_rough_45b4,
    .badge-9875 {
        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;
    }
    
    .chip-108b,
    .new_570a,
    .stale_d8a3 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .feature_fresh_d90b,
    .panel_8f08,
    .component_a894 {
        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 */
    
    .menu_gas_8c8c {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .main_33c1,
    .layout_focused_92fa,
    .column_bright_89e8 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .bronze-f06a {
        padding: 2rem 0;
        background: none !important;
    }
    
    .bronze-f06a::before {
        display: none;
    }
    
    .tall_1d07 {
        max-width: none;
        padding: 0;
    }
    
    .white-fca2,
    .form-42b8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .iron_8f56,
    .medium-f7df,
    .item_warm_a814,
    .brown_75bf,
    .image-afa1,
    .mask-new-4ed7 {
        display: none !important;
    }
    
    .row_south_75e5,
    .text_d689 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .out-602b,
    .component-wood-78a6 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .gallery-941c,
    .fast-6c1d,
    .sidebar-down-6b5c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .in-84d4 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .row_south_75e5 {
        font-size: 1.5rem;
    }
    
    .new_570a {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .hero_large_abb2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .brown_75bf {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .tall_1d07 {
        max-width: 95%;
    }
    
    .white-fca2 {
        gap: 2.5rem;
    }
    
    .form-42b8 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .tall_1d07 {
        max-width: 1600px;
    }
    
    .row_south_75e5 {
        font-size: 5rem;
    }
    
    .text_d689 {
        font-size: 3rem;
    }
}
/* css-noise: 4e3c */
.ghost-box-p9 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
