/* {$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) {
    .overlay_fresh_14bb {
        padding: 0 0.75rem;
    }
    
    .form_basic_b1d9 {
        padding: 5rem 0 2rem;
    }
    
    .image-motion-3884 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .mini_5746 {
        font-size: 1rem;
    }
    
    .search_top_8aac {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .filter-3ceb {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .mini-85e8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .panel-05c1 {
        font-size: 1.5rem;
    }
    
    .simple_11c6,
    .container_e243 {
        grid-template-columns: 1fr;
    }
    
    .aside_action_8f3a .active_c5e8 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .carousel-e614 {
        grid-template-columns: 1fr;
    }
    
    .easy_1f91 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .overlay_fresh_14bb {
        padding: 0 1rem;
    }
    
    .image-motion-3884 {
        font-size: 2rem;
    }
    
    .mini_5746 {
        font-size: 1.125rem;
    }
    
    .filter-3ceb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mini-85e8 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .search_top_8aac {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .carousel-e614 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .text-35b0,
    .header_f20c {
        padding: 1.25rem;
    }
    
    .aside_action_8f3a .active_c5e8 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .overlay_fresh_14bb {
        padding: 0 1.5rem;
    }
    
    .form_basic_b1d9 {
        padding: 6rem 0 3rem;
    }
    
    .image-motion-3884 {
        font-size: 2.5rem;
    }
    
    .mini_5746 {
        font-size: 1.25rem;
    }
    
    .filter-3ceb {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .mini-85e8 {
        padding: 1rem;
    }
    
    .panel-05c1 {
        font-size: 2rem;
    }
    
    .row-733a {
        font-size: 1.125rem;
    }
    
    .simple_11c6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .container_e243 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .carousel-e614 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .easy_1f91 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .header_middle_89fe {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .rough-1066 {
        display: none;
    }
    
    .chip-basic-428b {
        display: none !important;
    }
    
    /* Show desktop elements */
    .nav_dirty_768c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .overlay_fresh_14bb {
        max-width: 750px;
    }
    
    .form_basic_b1d9 {
        padding: 7rem 0 4rem;
    }
    
    .image-motion-3884 {
        font-size: 3rem;
    }
    
    .element_upper_1ecf {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .focused_95d4 {
        gap: 3rem;
    }
    
    .simple_11c6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .container_e243 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gas_5983 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .aside_action_8f3a {
        gap: 1.5rem;
    }
    
    .under_0055 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .overlay_fresh_14bb {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .form_basic_b1d9 {
        padding: 8rem 0 4rem;
    }
    
    .image-motion-3884 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .element_upper_1ecf {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .smooth-3b8c {
        order: 2;
    }
    
    .glass-1629 {
        order: 1;
    }
    
    .focused_95d4 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .focused_95d4.brown-2008 {
        direction: rtl;
    }
    
    .focused_95d4.brown-2008 > * {
        direction: ltr;
    }
    
    .under_0055 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .disabled-b7e1 {
        display: block;
    }
    
    .rough-1066 {
        display: none;
    }
    
    .fixed_58f5 {
        gap: 2rem;
    }
    
    .pink-ea66 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .cool_159b:hover {
        transform: translateY(-4px);
    }
    
    .pink_058a:hover {
        transform: translateY(-2px);
    }
    
    .under_0055:hover {
        transform: scale(1.02);
    }
    
    .header_f20c:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .overlay_fresh_14bb {
        max-width: var(--container-max-width);
    }
    
    .form_basic_b1d9 {
        padding: 10rem 0 5rem;
    }
    
    .image-motion-3884 {
        font-size: 4rem;
    }
    
    .mini_5746 {
        font-size: 1.375rem;
    }
    
    .panel-05c1 {
        font-size: 2.5rem;
    }
    
    .row-733a {
        font-size: 1.25rem;
    }
    
    .element_upper_1ecf,
    .focused_95d4 {
        gap: 5rem;
    }
    
    .fixed_58f5 {
        gap: 2.5rem;
    }
    
    .text-35b0,
    .header_f20c,
    .cool_159b {
        padding: 2rem;
    }
    
    .easy_1f91 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .overlay_fresh_14bb {
        max-width: 1400px;
    }
    
    .form_basic_b1d9 {
        padding: 12rem 0 6rem;
    }
    
    .element_upper_1ecf,
    .focused_95d4 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .narrow_5a3a img,
    .solid_180d,
    .under_0055 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .element_upper_1ecf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .focused_95d4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .focused_95d4.brown-2008 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .form_basic_b1d9 {
        padding: 6rem 0 3rem;
    }
    
    .element_upper_1ecf {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .focused_95d4 {
        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_basic_b1d9::before {
        animation: none;
    }
    
    .main_8fb0,
    .outline-in-9f1a {
        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;
    }
    
    .warm-439c,
    .search_top_8aac,
    .stale-b491 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .cool_159b,
    .text-35b0,
    .header_f20c {
        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 */
    
    .panel-6b77 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .new_43bf,
    .tag_c1a8,
    .out-10da {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .form_basic_b1d9 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .form_basic_b1d9::before {
        display: none;
    }
    
    .overlay_fresh_14bb {
        max-width: none;
        padding: 0;
    }
    
    .element_upper_1ecf,
    .focused_95d4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .pink_058a,
    .nav_dirty_768c,
    .rough-1066,
    .filter-3ceb,
    .notification-279a,
    .shade-8e14 {
        display: none !important;
    }
    
    .image-motion-3884,
    .panel-05c1 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .solid_180d,
    .under_0055 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .simple_11c6,
    .container_e243,
    .aside_action_8f3a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gas_5983 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .image-motion-3884 {
        font-size: 1.5rem;
    }
    
    .search_top_8aac {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .mini-85e8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .filter-3ceb {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .overlay_fresh_14bb {
        max-width: 95%;
    }
    
    .element_upper_1ecf {
        gap: 2.5rem;
    }
    
    .focused_95d4 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .overlay_fresh_14bb {
        max-width: 1600px;
    }
    
    .image-motion-3884 {
        font-size: 5rem;
    }
    
    .panel-05c1 {
        font-size: 3rem;
    }
}
/* css-noise: c7e2 */
.widget-item-c5 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
