/* {$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) {
    .surface-2209 {
        padding: 0 0.75rem;
    }
    
    .carousel_blue_5d22 {
        padding: 5rem 0 2rem;
    }
    
    .row-hovered-3d0f {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .tabs_bright_7f58 {
        font-size: 1rem;
    }
    
    .sort-c200 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .gallery-bottom-2a2d {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .surface-bright-79b8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .gas_a0e2 {
        font-size: 1.5rem;
    }
    
    .black_2e3b,
    .avatar-warm-6af8 {
        grid-template-columns: 1fr;
    }
    
    .tertiary-ce15 .tabs_fresh_6f88 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .last_861c {
        grid-template-columns: 1fr;
    }
    
    .picture-5a60 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .surface-2209 {
        padding: 0 1rem;
    }
    
    .row-hovered-3d0f {
        font-size: 2rem;
    }
    
    .tabs_bright_7f58 {
        font-size: 1.125rem;
    }
    
    .gallery-bottom-2a2d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .surface-bright-79b8 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .sort-c200 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .last_861c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .huge_cdf5,
    .form-small-d51d {
        padding: 1.25rem;
    }
    
    .tertiary-ce15 .tabs_fresh_6f88 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .surface-2209 {
        padding: 0 1.5rem;
    }
    
    .carousel_blue_5d22 {
        padding: 6rem 0 3rem;
    }
    
    .row-hovered-3d0f {
        font-size: 2.5rem;
    }
    
    .tabs_bright_7f58 {
        font-size: 1.25rem;
    }
    
    .gallery-bottom-2a2d {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .surface-bright-79b8 {
        padding: 1rem;
    }
    
    .gas_a0e2 {
        font-size: 2rem;
    }
    
    .banner-old-55cb {
        font-size: 1.125rem;
    }
    
    .black_2e3b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .avatar-warm-6af8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .last_861c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .picture-5a60 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .under_b9a9 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .texture-ce57 {
        display: none;
    }
    
    .slow-9cf5 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .wrapper_cool_fb7c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .surface-2209 {
        max-width: 750px;
    }
    
    .carousel_blue_5d22 {
        padding: 7rem 0 4rem;
    }
    
    .row-hovered-3d0f {
        font-size: 3rem;
    }
    
    .focus-3a6a {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .header-2d41 {
        gap: 3rem;
    }
    
    .black_2e3b {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .avatar-warm-6af8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .down_0b5b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .tertiary-ce15 {
        gap: 1.5rem;
    }
    
    .center_527d {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .surface-2209 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .carousel_blue_5d22 {
        padding: 8rem 0 4rem;
    }
    
    .row-hovered-3d0f {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .focus-3a6a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .red-bc13 {
        order: 2;
    }
    
    .layout_3c39 {
        order: 1;
    }
    
    .header-2d41 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .header-2d41.article_copper_9fd8 {
        direction: rtl;
    }
    
    .header-2d41.article_copper_9fd8 > * {
        direction: ltr;
    }
    
    .center_527d {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .smooth-60c3 {
        display: block;
    }
    
    .texture-ce57 {
        display: none;
    }
    
    .badge-6702 {
        gap: 2rem;
    }
    
    .frame-last-402a {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .article_orange_f0c1:hover {
        transform: translateY(-4px);
    }
    
    .left-82b9:hover {
        transform: translateY(-2px);
    }
    
    .center_527d:hover {
        transform: scale(1.02);
    }
    
    .form-small-d51d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .surface-2209 {
        max-width: var(--container-max-width);
    }
    
    .carousel_blue_5d22 {
        padding: 10rem 0 5rem;
    }
    
    .row-hovered-3d0f {
        font-size: 4rem;
    }
    
    .tabs_bright_7f58 {
        font-size: 1.375rem;
    }
    
    .gas_a0e2 {
        font-size: 2.5rem;
    }
    
    .banner-old-55cb {
        font-size: 1.25rem;
    }
    
    .focus-3a6a,
    .header-2d41 {
        gap: 5rem;
    }
    
    .badge-6702 {
        gap: 2.5rem;
    }
    
    .huge_cdf5,
    .form-small-d51d,
    .article_orange_f0c1 {
        padding: 2rem;
    }
    
    .picture-5a60 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .surface-2209 {
        max-width: 1400px;
    }
    
    .carousel_blue_5d22 {
        padding: 12rem 0 6rem;
    }
    
    .focus-3a6a,
    .header-2d41 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .article-452e img,
    .mini_534f,
    .center_527d {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .focus-3a6a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .header-2d41 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .header-2d41.article_copper_9fd8 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .carousel_blue_5d22 {
        padding: 6rem 0 3rem;
    }
    
    .focus-3a6a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .header-2d41 {
        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;
    }
    
    .carousel_blue_5d22::before {
        animation: none;
    }
    
    .message-ff78,
    .container-solid-fa8c {
        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;
    }
    
    .fixed_399e,
    .sort-c200,
    .image_fa45 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .article_orange_f0c1,
    .huge_cdf5,
    .form-small-d51d {
        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 */
    
    .stale_35cf {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .orange_3d49,
    .card_97cb,
    .tiny_0807 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .carousel_blue_5d22 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .carousel_blue_5d22::before {
        display: none;
    }
    
    .surface-2209 {
        max-width: none;
        padding: 0;
    }
    
    .focus-3a6a,
    .header-2d41 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .left-82b9,
    .wrapper_cool_fb7c,
    .texture-ce57,
    .gallery-bottom-2a2d,
    .background_gas_a12d,
    .white_dac6 {
        display: none !important;
    }
    
    .row-hovered-3d0f,
    .gas_a0e2 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .mini_534f,
    .center_527d {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .black_2e3b,
    .avatar-warm-6af8,
    .tertiary-ce15 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .down_0b5b {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .row-hovered-3d0f {
        font-size: 1.5rem;
    }
    
    .sort-c200 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .surface-bright-79b8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .gallery-bottom-2a2d {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .surface-2209 {
        max-width: 95%;
    }
    
    .focus-3a6a {
        gap: 2.5rem;
    }
    
    .header-2d41 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .surface-2209 {
        max-width: 1600px;
    }
    
    .row-hovered-3d0f {
        font-size: 5rem;
    }
    
    .gas_a0e2 {
        font-size: 3rem;
    }
}
/* css-noise: 1d06 */
.widget-item-o5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
