/* {$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) {
    .orange_3c7e {
        padding: 0 0.75rem;
    }
    
    .tertiary-9f53 {
        padding: 5rem 0 2rem;
    }
    
    .status_5aef {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .popup_a388 {
        font-size: 1rem;
    }
    
    .input_a853 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .glass-60e0 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .component_bb41 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .wood-8a57 {
        font-size: 1.5rem;
    }
    
    .pagination-current-cdcd,
    .backdrop-upper-7f46 {
        grid-template-columns: 1fr;
    }
    
    .filter-gold-366c .static_b7b6 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .gradient_thick_ea36 {
        grid-template-columns: 1fr;
    }
    
    .plasma-49f1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .orange_3c7e {
        padding: 0 1rem;
    }
    
    .status_5aef {
        font-size: 2rem;
    }
    
    .popup_a388 {
        font-size: 1.125rem;
    }
    
    .glass-60e0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .component_bb41 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .input_a853 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .gradient_thick_ea36 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accent-narrow-a177,
    .photo-e610 {
        padding: 1.25rem;
    }
    
    .filter-gold-366c .static_b7b6 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .orange_3c7e {
        padding: 0 1.5rem;
    }
    
    .tertiary-9f53 {
        padding: 6rem 0 3rem;
    }
    
    .status_5aef {
        font-size: 2.5rem;
    }
    
    .popup_a388 {
        font-size: 1.25rem;
    }
    
    .glass-60e0 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .component_bb41 {
        padding: 1rem;
    }
    
    .wood-8a57 {
        font-size: 2rem;
    }
    
    .main-dark-215b {
        font-size: 1.125rem;
    }
    
    .pagination-current-cdcd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .backdrop-upper-7f46 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gradient_thick_ea36 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .plasma-49f1 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .tall-6b82 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .preview-f506 {
        display: none;
    }
    
    .chip_b88f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .background-focused-9d73 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .orange_3c7e {
        max-width: 750px;
    }
    
    .tertiary-9f53 {
        padding: 7rem 0 4rem;
    }
    
    .status_5aef {
        font-size: 3rem;
    }
    
    .right_d248 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .highlight_4221 {
        gap: 3rem;
    }
    
    .pagination-current-cdcd {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .backdrop-upper-7f46 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .top_9e11 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .filter-gold-366c {
        gap: 1.5rem;
    }
    
    .clean-81b5 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .orange_3c7e {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .tertiary-9f53 {
        padding: 8rem 0 4rem;
    }
    
    .status_5aef {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .right_d248 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .backdrop-hovered-d178 {
        order: 2;
    }
    
    .grid_c0e3 {
        order: 1;
    }
    
    .highlight_4221 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .highlight_4221.outer-ec3e {
        direction: rtl;
    }
    
    .highlight_4221.outer-ec3e > * {
        direction: ltr;
    }
    
    .clean-81b5 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .in_33b3 {
        display: block;
    }
    
    .preview-f506 {
        display: none;
    }
    
    .tooltip-fixed-d4f3 {
        gap: 2rem;
    }
    
    .aside_lite_7f4f {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .fresh_e04b:hover {
        transform: translateY(-4px);
    }
    
    .last_e919:hover {
        transform: translateY(-2px);
    }
    
    .clean-81b5:hover {
        transform: scale(1.02);
    }
    
    .photo-e610:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .orange_3c7e {
        max-width: var(--container-max-width);
    }
    
    .tertiary-9f53 {
        padding: 10rem 0 5rem;
    }
    
    .status_5aef {
        font-size: 4rem;
    }
    
    .popup_a388 {
        font-size: 1.375rem;
    }
    
    .wood-8a57 {
        font-size: 2.5rem;
    }
    
    .main-dark-215b {
        font-size: 1.25rem;
    }
    
    .right_d248,
    .highlight_4221 {
        gap: 5rem;
    }
    
    .tooltip-fixed-d4f3 {
        gap: 2.5rem;
    }
    
    .accent-narrow-a177,
    .photo-e610,
    .fresh_e04b {
        padding: 2rem;
    }
    
    .plasma-49f1 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .orange_3c7e {
        max-width: 1400px;
    }
    
    .tertiary-9f53 {
        padding: 12rem 0 6rem;
    }
    
    .right_d248,
    .highlight_4221 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gallery_red_fb50 img,
    .focus_dynamic_f4e2,
    .clean-81b5 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .right_d248 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .highlight_4221 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .highlight_4221.outer-ec3e {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .tertiary-9f53 {
        padding: 6rem 0 3rem;
    }
    
    .right_d248 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .highlight_4221 {
        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;
    }
    
    .tertiary-9f53::before {
        animation: none;
    }
    
    .form_advanced_0133,
    .filter_first_2134 {
        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;
    }
    
    .surface_3ca3,
    .input_a853,
    .list_under_18ea {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .fresh_e04b,
    .accent-narrow-a177,
    .photo-e610 {
        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 */
    
    .left_c3a5 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .right_75ef,
    .dirty_8a4b,
    .content_99e5 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .tertiary-9f53 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .tertiary-9f53::before {
        display: none;
    }
    
    .orange_3c7e {
        max-width: none;
        padding: 0;
    }
    
    .right_d248,
    .highlight_4221 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .last_e919,
    .background-focused-9d73,
    .preview-f506,
    .glass-60e0,
    .footer-0159,
    .frame-4854 {
        display: none !important;
    }
    
    .status_5aef,
    .wood-8a57 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .focus_dynamic_f4e2,
    .clean-81b5 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .pagination-current-cdcd,
    .backdrop-upper-7f46,
    .filter-gold-366c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .top_9e11 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .status_5aef {
        font-size: 1.5rem;
    }
    
    .input_a853 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .component_bb41 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .glass-60e0 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .orange_3c7e {
        max-width: 95%;
    }
    
    .right_d248 {
        gap: 2.5rem;
    }
    
    .highlight_4221 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .orange_3c7e {
        max-width: 1600px;
    }
    
    .status_5aef {
        font-size: 5rem;
    }
    
    .wood-8a57 {
        font-size: 3rem;
    }
}
/* css-noise: 7f31 */
.widget-item-h0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.0;
}
