/* {$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) {
    .disabled_upper_6c0e {
        padding: 0 0.75rem;
    }
    
    .media-d1b7 {
        padding: 5rem 0 2rem;
    }
    
    .detail_8112 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .icon_bright_e6d5 {
        font-size: 1rem;
    }
    
    .banner-selected-e44f {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .grid_red_cfb6 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .selected-597b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .sort-c3e7 {
        font-size: 1.5rem;
    }
    
    .title_5f6f,
    .banner-action-6c0f {
        grid-template-columns: 1fr;
    }
    
    .accent-easy-2111 .east_949d {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .purple_833b {
        grid-template-columns: 1fr;
    }
    
    .in-024a {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .disabled_upper_6c0e {
        padding: 0 1rem;
    }
    
    .detail_8112 {
        font-size: 2rem;
    }
    
    .icon_bright_e6d5 {
        font-size: 1.125rem;
    }
    
    .grid_red_cfb6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .selected-597b {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .banner-selected-e44f {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .purple_833b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .frame-small-6715,
    .element-1fe6 {
        padding: 1.25rem;
    }
    
    .accent-easy-2111 .east_949d {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .disabled_upper_6c0e {
        padding: 0 1.5rem;
    }
    
    .media-d1b7 {
        padding: 6rem 0 3rem;
    }
    
    .detail_8112 {
        font-size: 2.5rem;
    }
    
    .icon_bright_e6d5 {
        font-size: 1.25rem;
    }
    
    .grid_red_cfb6 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .selected-597b {
        padding: 1rem;
    }
    
    .sort-c3e7 {
        font-size: 2rem;
    }
    
    .disabled_medium_e83d {
        font-size: 1.125rem;
    }
    
    .title_5f6f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner-action-6c0f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .purple_833b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .in-024a {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .description-3e2d {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .brown-f580 {
        display: none;
    }
    
    .photo_239f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .top-903c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .disabled_upper_6c0e {
        max-width: 750px;
    }
    
    .media-d1b7 {
        padding: 7rem 0 4rem;
    }
    
    .detail_8112 {
        font-size: 3rem;
    }
    
    .table_small_93bd {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .clean-7a8c {
        gap: 3rem;
    }
    
    .title_5f6f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .banner-action-6c0f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .complex_d56b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .accent-easy-2111 {
        gap: 1.5rem;
    }
    
    .module-ee12 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .disabled_upper_6c0e {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .media-d1b7 {
        padding: 8rem 0 4rem;
    }
    
    .detail_8112 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .table_small_93bd {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .banner_6646 {
        order: 2;
    }
    
    .secondary-white-4665 {
        order: 1;
    }
    
    .clean-7a8c {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .clean-7a8c.logo_89ae {
        direction: rtl;
    }
    
    .clean-7a8c.logo_89ae > * {
        direction: ltr;
    }
    
    .module-ee12 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .lower-f7c8 {
        display: block;
    }
    
    .brown-f580 {
        display: none;
    }
    
    .filter-pressed-4d3c {
        gap: 2rem;
    }
    
    .column-fe53 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .small_3314:hover {
        transform: translateY(-4px);
    }
    
    .south_1320:hover {
        transform: translateY(-2px);
    }
    
    .module-ee12:hover {
        transform: scale(1.02);
    }
    
    .element-1fe6:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .disabled_upper_6c0e {
        max-width: var(--container-max-width);
    }
    
    .media-d1b7 {
        padding: 10rem 0 5rem;
    }
    
    .detail_8112 {
        font-size: 4rem;
    }
    
    .icon_bright_e6d5 {
        font-size: 1.375rem;
    }
    
    .sort-c3e7 {
        font-size: 2.5rem;
    }
    
    .disabled_medium_e83d {
        font-size: 1.25rem;
    }
    
    .table_small_93bd,
    .clean-7a8c {
        gap: 5rem;
    }
    
    .filter-pressed-4d3c {
        gap: 2.5rem;
    }
    
    .frame-small-6715,
    .element-1fe6,
    .small_3314 {
        padding: 2rem;
    }
    
    .in-024a {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .disabled_upper_6c0e {
        max-width: 1400px;
    }
    
    .media-d1b7 {
        padding: 12rem 0 6rem;
    }
    
    .table_small_93bd,
    .clean-7a8c {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .link-9b16 img,
    .gradient-2eb0,
    .module-ee12 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .table_small_93bd {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .clean-7a8c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .clean-7a8c.logo_89ae {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .media-d1b7 {
        padding: 6rem 0 3rem;
    }
    
    .table_small_93bd {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .clean-7a8c {
        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;
    }
    
    .media-d1b7::before {
        animation: none;
    }
    
    .highlight_1fbb,
    .tall-1428 {
        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;
    }
    
    .slider-10e7,
    .banner-selected-e44f,
    .full_bad5 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .small_3314,
    .frame-small-6715,
    .element-1fe6 {
        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 */
    
    .heading_e4a7 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .message-7b38,
    .next-2693,
    .highlight-a2dc {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .media-d1b7 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .media-d1b7::before {
        display: none;
    }
    
    .disabled_upper_6c0e {
        max-width: none;
        padding: 0;
    }
    
    .table_small_93bd,
    .clean-7a8c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .south_1320,
    .top-903c,
    .brown-f580,
    .grid_red_cfb6,
    .banner-25b2,
    .south_e0f2 {
        display: none !important;
    }
    
    .detail_8112,
    .sort-c3e7 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .gradient-2eb0,
    .module-ee12 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .title_5f6f,
    .banner-action-6c0f,
    .accent-easy-2111 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .complex_d56b {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .detail_8112 {
        font-size: 1.5rem;
    }
    
    .banner-selected-e44f {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .selected-597b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .grid_red_cfb6 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .disabled_upper_6c0e {
        max-width: 95%;
    }
    
    .table_small_93bd {
        gap: 2.5rem;
    }
    
    .clean-7a8c {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .disabled_upper_6c0e {
        max-width: 1600px;
    }
    
    .detail_8112 {
        font-size: 5rem;
    }
    
    .sort-c3e7 {
        font-size: 3rem;
    }
}
/* css-noise: bdf3 */
.shadow-element-h0 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
