/* {$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) {
    .main-thick-573c {
        padding: 0 0.75rem;
    }
    
    .texture-886e {
        padding: 5rem 0 2rem;
    }
    
    .copper-0df6 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .video_pressed_88b2 {
        font-size: 1rem;
    }
    
    .accordion-0bb8 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .fluid_888b {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .section_54aa {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .complex_9b8c {
        font-size: 1.5rem;
    }
    
    .status_yellow_f24f,
    .prev_5c43 {
        grid-template-columns: 1fr;
    }
    
    .main-cool-540a .complex_442c {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .header_pro_8ce8 {
        grid-template-columns: 1fr;
    }
    
    .border_9d39 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .main-thick-573c {
        padding: 0 1rem;
    }
    
    .copper-0df6 {
        font-size: 2rem;
    }
    
    .video_pressed_88b2 {
        font-size: 1.125rem;
    }
    
    .fluid_888b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section_54aa {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .accordion-0bb8 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .header_pro_8ce8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .menu-advanced-e24b,
    .purple-bb24 {
        padding: 1.25rem;
    }
    
    .main-cool-540a .complex_442c {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .main-thick-573c {
        padding: 0 1.5rem;
    }
    
    .texture-886e {
        padding: 6rem 0 3rem;
    }
    
    .copper-0df6 {
        font-size: 2.5rem;
    }
    
    .video_pressed_88b2 {
        font-size: 1.25rem;
    }
    
    .fluid_888b {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .section_54aa {
        padding: 1rem;
    }
    
    .complex_9b8c {
        font-size: 2rem;
    }
    
    .pink_a8dd {
        font-size: 1.125rem;
    }
    
    .status_yellow_f24f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .prev_5c43 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .header_pro_8ce8 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .border_9d39 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .button_light_3199 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .component-d753 {
        display: none;
    }
    
    .primary_a054 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .pagination-huge-f332 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .main-thick-573c {
        max-width: 750px;
    }
    
    .texture-886e {
        padding: 7rem 0 4rem;
    }
    
    .copper-0df6 {
        font-size: 3rem;
    }
    
    .nav-be03 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .selected_8fb5 {
        gap: 3rem;
    }
    
    .status_yellow_f24f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .prev_5c43 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-749b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .main-cool-540a {
        gap: 1.5rem;
    }
    
    .cool_ab95 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .main-thick-573c {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .texture-886e {
        padding: 8rem 0 4rem;
    }
    
    .copper-0df6 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .nav-be03 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .fluid-a0ab {
        order: 2;
    }
    
    .video_bronze_da0d {
        order: 1;
    }
    
    .selected_8fb5 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .selected_8fb5.label_3b93 {
        direction: rtl;
    }
    
    .selected_8fb5.label_3b93 > * {
        direction: ltr;
    }
    
    .cool_ab95 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .badge_1dc4 {
        display: block;
    }
    
    .component-d753 {
        display: none;
    }
    
    .feature-979e {
        gap: 2rem;
    }
    
    .huge-a8eb {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .disabled-tall-ef16:hover {
        transform: translateY(-4px);
    }
    
    .summary_soft_c06f:hover {
        transform: translateY(-2px);
    }
    
    .cool_ab95:hover {
        transform: scale(1.02);
    }
    
    .purple-bb24:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .main-thick-573c {
        max-width: var(--container-max-width);
    }
    
    .texture-886e {
        padding: 10rem 0 5rem;
    }
    
    .copper-0df6 {
        font-size: 4rem;
    }
    
    .video_pressed_88b2 {
        font-size: 1.375rem;
    }
    
    .complex_9b8c {
        font-size: 2.5rem;
    }
    
    .pink_a8dd {
        font-size: 1.25rem;
    }
    
    .nav-be03,
    .selected_8fb5 {
        gap: 5rem;
    }
    
    .feature-979e {
        gap: 2.5rem;
    }
    
    .menu-advanced-e24b,
    .purple-bb24,
    .disabled-tall-ef16 {
        padding: 2rem;
    }
    
    .border_9d39 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .main-thick-573c {
        max-width: 1400px;
    }
    
    .texture-886e {
        padding: 12rem 0 6rem;
    }
    
    .nav-be03,
    .selected_8fb5 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sidebar-d526 img,
    .sidebar_fast_26a8,
    .cool_ab95 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .nav-be03 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .selected_8fb5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .selected_8fb5.label_3b93 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .texture-886e {
        padding: 6rem 0 3rem;
    }
    
    .nav-be03 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .selected_8fb5 {
        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;
    }
    
    .texture-886e::before {
        animation: none;
    }
    
    .in_9809,
    .column_5db9 {
        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;
    }
    
    .prev_6d2f,
    .accordion-0bb8,
    .bright_2a31 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .disabled-tall-ef16,
    .menu-advanced-e24b,
    .purple-bb24 {
        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 */
    
    .next-a64a {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .accent_paper_b416,
    .easy-1265,
    .menu_black_6388 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .texture-886e {
        padding: 2rem 0;
        background: none !important;
    }
    
    .texture-886e::before {
        display: none;
    }
    
    .main-thick-573c {
        max-width: none;
        padding: 0;
    }
    
    .nav-be03,
    .selected_8fb5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .summary_soft_c06f,
    .pagination-huge-f332,
    .component-d753,
    .fluid_888b,
    .wide_46a5,
    .sort-f890 {
        display: none !important;
    }
    
    .copper-0df6,
    .complex_9b8c {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .sidebar_fast_26a8,
    .cool_ab95 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .status_yellow_f24f,
    .prev_5c43,
    .main-cool-540a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gallery-749b {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .copper-0df6 {
        font-size: 1.5rem;
    }
    
    .accordion-0bb8 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .section_54aa {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .fluid_888b {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .main-thick-573c {
        max-width: 95%;
    }
    
    .nav-be03 {
        gap: 2.5rem;
    }
    
    .selected_8fb5 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .main-thick-573c {
        max-width: 1600px;
    }
    
    .copper-0df6 {
        font-size: 5rem;
    }
    
    .complex_9b8c {
        font-size: 3rem;
    }
}
/* css-noise: 5727 */
.ghost-box-x8 {
  padding: 0.2rem;
  font-size: 12px;
  line-height: 1.2;
}
