/* {$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) {
    .active_d004 {
        padding: 0 0.75rem;
    }
    
    .brown_d083 {
        padding: 5rem 0 2rem;
    }
    
    .grid_83aa {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .glass-42c0 {
        font-size: 1rem;
    }
    
    .media_aeeb {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .column_bright_6538 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .section_3e03 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .button_ee55 {
        font-size: 1.5rem;
    }
    
    .background_old_9eb8,
    .outer_e6eb {
        grid-template-columns: 1fr;
    }
    
    .outer-9d9b .pink_1624 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .pressed_dc7b {
        grid-template-columns: 1fr;
    }
    
    .surface_0f45 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .active_d004 {
        padding: 0 1rem;
    }
    
    .grid_83aa {
        font-size: 2rem;
    }
    
    .glass-42c0 {
        font-size: 1.125rem;
    }
    
    .column_bright_6538 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section_3e03 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .media_aeeb {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .pressed_dc7b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .progress_c8fd,
    .outer_058a {
        padding: 1.25rem;
    }
    
    .outer-9d9b .pink_1624 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .active_d004 {
        padding: 0 1.5rem;
    }
    
    .brown_d083 {
        padding: 6rem 0 3rem;
    }
    
    .grid_83aa {
        font-size: 2.5rem;
    }
    
    .glass-42c0 {
        font-size: 1.25rem;
    }
    
    .column_bright_6538 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .section_3e03 {
        padding: 1rem;
    }
    
    .button_ee55 {
        font-size: 2rem;
    }
    
    .picture_purple_a568 {
        font-size: 1.125rem;
    }
    
    .background_old_9eb8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .outer_e6eb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pressed_dc7b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .surface_0f45 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .sidebar_3f4d {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .accent_059d {
        display: none;
    }
    
    .tall-7530 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .first-5063 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .active_d004 {
        max-width: 750px;
    }
    
    .brown_d083 {
        padding: 7rem 0 4rem;
    }
    
    .grid_83aa {
        font-size: 3rem;
    }
    
    .under_22d9 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .filter-47c9 {
        gap: 3rem;
    }
    
    .background_old_9eb8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .outer_e6eb {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .list_hard_a7d1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .outer-9d9b {
        gap: 1.5rem;
    }
    
    .info_243c {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .active_d004 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .brown_d083 {
        padding: 8rem 0 4rem;
    }
    
    .grid_83aa {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .under_22d9 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .accent_5461 {
        order: 2;
    }
    
    .icon_top_7590 {
        order: 1;
    }
    
    .filter-47c9 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .filter-47c9.hovered-d7e5 {
        direction: rtl;
    }
    
    .filter-47c9.hovered-d7e5 > * {
        direction: ltr;
    }
    
    .info_243c {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .next_20e9 {
        display: block;
    }
    
    .accent_059d {
        display: none;
    }
    
    .box-pressed-4cd1 {
        gap: 2rem;
    }
    
    .info-484a {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .current-26f0:hover {
        transform: translateY(-4px);
    }
    
    .widget_advanced_46f6:hover {
        transform: translateY(-2px);
    }
    
    .info_243c:hover {
        transform: scale(1.02);
    }
    
    .outer_058a:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .active_d004 {
        max-width: var(--container-max-width);
    }
    
    .brown_d083 {
        padding: 10rem 0 5rem;
    }
    
    .grid_83aa {
        font-size: 4rem;
    }
    
    .glass-42c0 {
        font-size: 1.375rem;
    }
    
    .button_ee55 {
        font-size: 2.5rem;
    }
    
    .picture_purple_a568 {
        font-size: 1.25rem;
    }
    
    .under_22d9,
    .filter-47c9 {
        gap: 5rem;
    }
    
    .box-pressed-4cd1 {
        gap: 2.5rem;
    }
    
    .progress_c8fd,
    .outer_058a,
    .current-26f0 {
        padding: 2rem;
    }
    
    .surface_0f45 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .active_d004 {
        max-width: 1400px;
    }
    
    .brown_d083 {
        padding: 12rem 0 6rem;
    }
    
    .under_22d9,
    .filter-47c9 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .aside-abed img,
    .dim_5a5b,
    .info_243c {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .under_22d9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .filter-47c9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .filter-47c9.hovered-d7e5 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .brown_d083 {
        padding: 6rem 0 3rem;
    }
    
    .under_22d9 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .filter-47c9 {
        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;
    }
    
    .brown_d083::before {
        animation: none;
    }
    
    .primary_4784,
    .gallery_top_7356 {
        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;
    }
    
    .west-c8f2,
    .media_aeeb,
    .hidden_east_f8e3 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .current-26f0,
    .progress_c8fd,
    .outer_058a {
        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 */
    
    .focus_small_938d {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .chip_blue_f8af,
    .thumbnail_liquid_1194,
    .component_64b2 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .brown_d083 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .brown_d083::before {
        display: none;
    }
    
    .active_d004 {
        max-width: none;
        padding: 0;
    }
    
    .under_22d9,
    .filter-47c9 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .widget_advanced_46f6,
    .first-5063,
    .accent_059d,
    .column_bright_6538,
    .hovered_85ec,
    .tag-d21b {
        display: none !important;
    }
    
    .grid_83aa,
    .button_ee55 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .dim_5a5b,
    .info_243c {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .background_old_9eb8,
    .outer_e6eb,
    .outer-9d9b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .list_hard_a7d1 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .grid_83aa {
        font-size: 1.5rem;
    }
    
    .media_aeeb {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .section_3e03 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .column_bright_6538 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .active_d004 {
        max-width: 95%;
    }
    
    .under_22d9 {
        gap: 2.5rem;
    }
    
    .filter-47c9 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .active_d004 {
        max-width: 1600px;
    }
    
    .grid_83aa {
        font-size: 5rem;
    }
    
    .button_ee55 {
        font-size: 3rem;
    }
}
/* css-noise: 4bbc */
.promo-block-f1 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.1;
}
