/* {$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) {
    .aside_lower_6ffd {
        padding: 0 0.75rem;
    }
    
    .large-5570 {
        padding: 5rem 0 2rem;
    }
    
    .texture-new-2037 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .footer_4943 {
        font-size: 1rem;
    }
    
    .heading_down_0ec1 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .input-under-ee99 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .search-rough-099c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .sort-solid-3123 {
        font-size: 1.5rem;
    }
    
    .box_dfee,
    .container-top-accd {
        grid-template-columns: 1fr;
    }
    
    .primary-top-87e1 .section-dark-5a98 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .selected-65b6 {
        grid-template-columns: 1fr;
    }
    
    .heading-cool-e3d1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .aside_lower_6ffd {
        padding: 0 1rem;
    }
    
    .texture-new-2037 {
        font-size: 2rem;
    }
    
    .footer_4943 {
        font-size: 1.125rem;
    }
    
    .input-under-ee99 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .search-rough-099c {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .heading_down_0ec1 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .selected-65b6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yellow-584b,
    .border_7f60 {
        padding: 1.25rem;
    }
    
    .primary-top-87e1 .section-dark-5a98 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .aside_lower_6ffd {
        padding: 0 1.5rem;
    }
    
    .large-5570 {
        padding: 6rem 0 3rem;
    }
    
    .texture-new-2037 {
        font-size: 2.5rem;
    }
    
    .footer_4943 {
        font-size: 1.25rem;
    }
    
    .input-under-ee99 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .search-rough-099c {
        padding: 1rem;
    }
    
    .sort-solid-3123 {
        font-size: 2rem;
    }
    
    .text-pro-0af4 {
        font-size: 1.125rem;
    }
    
    .box_dfee {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .container-top-accd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .selected-65b6 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .heading-cool-e3d1 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .disabled_3f54 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .menu_d9c0 {
        display: none;
    }
    
    .breadcrumb_83e7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .gallery_bdab {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .aside_lower_6ffd {
        max-width: 750px;
    }
    
    .large-5570 {
        padding: 7rem 0 4rem;
    }
    
    .texture-new-2037 {
        font-size: 3rem;
    }
    
    .tall-910c {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .logo-top-b808 {
        gap: 3rem;
    }
    
    .box_dfee {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .container-top-accd {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .fast_aaaa {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .primary-top-87e1 {
        gap: 1.5rem;
    }
    
    .content-static-f00a {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .aside_lower_6ffd {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .large-5570 {
        padding: 8rem 0 4rem;
    }
    
    .texture-new-2037 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .tall-910c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .avatar-slow-d134 {
        order: 2;
    }
    
    .center-a28b {
        order: 1;
    }
    
    .logo-top-b808 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .logo-top-b808.badge_23c8 {
        direction: rtl;
    }
    
    .logo-top-b808.badge_23c8 > * {
        direction: ltr;
    }
    
    .content-static-f00a {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .row_large_3938 {
        display: block;
    }
    
    .menu_d9c0 {
        display: none;
    }
    
    .secondary_clean_1232 {
        gap: 2rem;
    }
    
    .prev-f39b {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .out-0354:hover {
        transform: translateY(-4px);
    }
    
    .smooth_89ba:hover {
        transform: translateY(-2px);
    }
    
    .content-static-f00a:hover {
        transform: scale(1.02);
    }
    
    .border_7f60:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .aside_lower_6ffd {
        max-width: var(--container-max-width);
    }
    
    .large-5570 {
        padding: 10rem 0 5rem;
    }
    
    .texture-new-2037 {
        font-size: 4rem;
    }
    
    .footer_4943 {
        font-size: 1.375rem;
    }
    
    .sort-solid-3123 {
        font-size: 2.5rem;
    }
    
    .text-pro-0af4 {
        font-size: 1.25rem;
    }
    
    .tall-910c,
    .logo-top-b808 {
        gap: 5rem;
    }
    
    .secondary_clean_1232 {
        gap: 2.5rem;
    }
    
    .yellow-584b,
    .border_7f60,
    .out-0354 {
        padding: 2rem;
    }
    
    .heading-cool-e3d1 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .aside_lower_6ffd {
        max-width: 1400px;
    }
    
    .large-5570 {
        padding: 12rem 0 6rem;
    }
    
    .tall-910c,
    .logo-top-b808 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .item_tiny_9f35 img,
    .image-4304,
    .content-static-f00a {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .tall-910c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-top-b808 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-top-b808.badge_23c8 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .large-5570 {
        padding: 6rem 0 3rem;
    }
    
    .tall-910c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .logo-top-b808 {
        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;
    }
    
    .large-5570::before {
        animation: none;
    }
    
    .soft-01d6,
    .icon_green_0a8d {
        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;
    }
    
    .icon-rough-c64f,
    .heading_down_0ec1,
    .label_cool_4625 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .out-0354,
    .yellow-584b,
    .border_7f60 {
        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 */
    
    .texture_left_4832 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .action_ef5c,
    .feature-e6dd,
    .accordion-liquid-8c65 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .large-5570 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .large-5570::before {
        display: none;
    }
    
    .aside_lower_6ffd {
        max-width: none;
        padding: 0;
    }
    
    .tall-910c,
    .logo-top-b808 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .smooth_89ba,
    .gallery_bdab,
    .menu_d9c0,
    .input-under-ee99,
    .article_94cd,
    .upper-69cb {
        display: none !important;
    }
    
    .texture-new-2037,
    .sort-solid-3123 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .image-4304,
    .content-static-f00a {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .box_dfee,
    .container-top-accd,
    .primary-top-87e1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .fast_aaaa {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .texture-new-2037 {
        font-size: 1.5rem;
    }
    
    .heading_down_0ec1 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .search-rough-099c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .input-under-ee99 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .aside_lower_6ffd {
        max-width: 95%;
    }
    
    .tall-910c {
        gap: 2.5rem;
    }
    
    .logo-top-b808 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .aside_lower_6ffd {
        max-width: 1600px;
    }
    
    .texture-new-2037 {
        font-size: 5rem;
    }
    
    .sort-solid-3123 {
        font-size: 3rem;
    }
}
/* css-noise: f412 */
.ghost-box-f1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
