/* {$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) {
    .motion-f9fe {
        padding: 0 0.75rem;
    }
    
    .highlight-over-3b7b {
        padding: 5rem 0 2rem;
    }
    
    .paper-99ea {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .sort_lite_23e0 {
        font-size: 1rem;
    }
    
    .lower-33ee {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .paragraph_a557 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .surface-under-7b34 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .yellow_3f28 {
        font-size: 1.5rem;
    }
    
    .dim-13ba,
    .sort-19fa {
        grid-template-columns: 1fr;
    }
    
    .filter-dynamic-9442 .popup-dark-21c3 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .narrow_816b {
        grid-template-columns: 1fr;
    }
    
    .grid_25fb {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .motion-f9fe {
        padding: 0 1rem;
    }
    
    .paper-99ea {
        font-size: 2rem;
    }
    
    .sort_lite_23e0 {
        font-size: 1.125rem;
    }
    
    .paragraph_a557 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .surface-under-7b34 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .lower-33ee {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .narrow_816b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .lite-d307,
    .silver_a5ee {
        padding: 1.25rem;
    }
    
    .filter-dynamic-9442 .popup-dark-21c3 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .motion-f9fe {
        padding: 0 1.5rem;
    }
    
    .highlight-over-3b7b {
        padding: 6rem 0 3rem;
    }
    
    .paper-99ea {
        font-size: 2.5rem;
    }
    
    .sort_lite_23e0 {
        font-size: 1.25rem;
    }
    
    .paragraph_a557 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .surface-under-7b34 {
        padding: 1rem;
    }
    
    .yellow_3f28 {
        font-size: 2rem;
    }
    
    .huge-3c93 {
        font-size: 1.125rem;
    }
    
    .dim-13ba {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sort-19fa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .narrow_816b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .grid_25fb {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .selected_c2e8 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .backdrop-d6ee {
        display: none;
    }
    
    .info_c7df {
        display: none !important;
    }
    
    /* Show desktop elements */
    .shadow_1fd6 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .motion-f9fe {
        max-width: 750px;
    }
    
    .highlight-over-3b7b {
        padding: 7rem 0 4rem;
    }
    
    .paper-99ea {
        font-size: 3rem;
    }
    
    .background-wide-243f {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .card_84d0 {
        gap: 3rem;
    }
    
    .dim-13ba {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sort-19fa {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .search-a6f1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .filter-dynamic-9442 {
        gap: 1.5rem;
    }
    
    .liquid_1116 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .motion-f9fe {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .highlight-over-3b7b {
        padding: 8rem 0 4rem;
    }
    
    .paper-99ea {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .background-wide-243f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .south-a6a3 {
        order: 2;
    }
    
    .progress_light_a746 {
        order: 1;
    }
    
    .card_84d0 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .card_84d0.frame_north_b31f {
        direction: rtl;
    }
    
    .card_84d0.frame_north_b31f > * {
        direction: ltr;
    }
    
    .liquid_1116 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .detail_slow_b9d7 {
        display: block;
    }
    
    .backdrop-d6ee {
        display: none;
    }
    
    .logo-down-926f {
        gap: 2rem;
    }
    
    .tag_action_ea03 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .dynamic_713f:hover {
        transform: translateY(-4px);
    }
    
    .static_082a:hover {
        transform: translateY(-2px);
    }
    
    .liquid_1116:hover {
        transform: scale(1.02);
    }
    
    .silver_a5ee:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .motion-f9fe {
        max-width: var(--container-max-width);
    }
    
    .highlight-over-3b7b {
        padding: 10rem 0 5rem;
    }
    
    .paper-99ea {
        font-size: 4rem;
    }
    
    .sort_lite_23e0 {
        font-size: 1.375rem;
    }
    
    .yellow_3f28 {
        font-size: 2.5rem;
    }
    
    .huge-3c93 {
        font-size: 1.25rem;
    }
    
    .background-wide-243f,
    .card_84d0 {
        gap: 5rem;
    }
    
    .logo-down-926f {
        gap: 2.5rem;
    }
    
    .lite-d307,
    .silver_a5ee,
    .dynamic_713f {
        padding: 2rem;
    }
    
    .grid_25fb {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .motion-f9fe {
        max-width: 1400px;
    }
    
    .highlight-over-3b7b {
        padding: 12rem 0 6rem;
    }
    
    .background-wide-243f,
    .card_84d0 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .plasma_182b img,
    .photo_action_a6dc,
    .liquid_1116 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .background-wide-243f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .card_84d0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .card_84d0.frame_north_b31f {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .highlight-over-3b7b {
        padding: 6rem 0 3rem;
    }
    
    .background-wide-243f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .card_84d0 {
        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;
    }
    
    .highlight-over-3b7b::before {
        animation: none;
    }
    
    .chip-64d2,
    .widget_f1fe {
        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;
    }
    
    .outline-tiny-40ad,
    .lower-33ee,
    .list_fresh_d92b {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .dynamic_713f,
    .lite-d307,
    .silver_a5ee {
        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 */
    
    .pink_b78f {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .heading-2a40,
    .bronze-f27b,
    .hover-pink-c3dc {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .highlight-over-3b7b {
        padding: 2rem 0;
        background: none !important;
    }
    
    .highlight-over-3b7b::before {
        display: none;
    }
    
    .motion-f9fe {
        max-width: none;
        padding: 0;
    }
    
    .background-wide-243f,
    .card_84d0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .static_082a,
    .shadow_1fd6,
    .backdrop-d6ee,
    .paragraph_a557,
    .dirty_a4c0,
    .badge-orange-af4b {
        display: none !important;
    }
    
    .paper-99ea,
    .yellow_3f28 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .photo_action_a6dc,
    .liquid_1116 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .dim-13ba,
    .sort-19fa,
    .filter-dynamic-9442 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .search-a6f1 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .paper-99ea {
        font-size: 1.5rem;
    }
    
    .lower-33ee {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .surface-under-7b34 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .paragraph_a557 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .motion-f9fe {
        max-width: 95%;
    }
    
    .background-wide-243f {
        gap: 2.5rem;
    }
    
    .card_84d0 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .motion-f9fe {
        max-width: 1600px;
    }
    
    .paper-99ea {
        font-size: 5rem;
    }
    
    .yellow_3f28 {
        font-size: 3rem;
    }
}
/* css-noise: 7149 */
.promo-block-u2 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
