/* {$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) {
    .thumbnail_c52d {
        padding: 0 0.75rem;
    }
    
    .photo_silver_fe2e {
        padding: 5rem 0 2rem;
    }
    
    .right_a380 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .light-f678 {
        font-size: 1rem;
    }
    
    .icon_gas_5777 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .label-outer-00c2 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .texture-f614 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .avatar_48c0 {
        font-size: 1.5rem;
    }
    
    .soft_7456,
    .media_active_99d4 {
        grid-template-columns: 1fr;
    }
    
    .gas_6889 .header_iron_16e4 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .article_dark_fb6d {
        grid-template-columns: 1fr;
    }
    
    .detail_pro_ebbc {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .thumbnail_c52d {
        padding: 0 1rem;
    }
    
    .right_a380 {
        font-size: 2rem;
    }
    
    .light-f678 {
        font-size: 1.125rem;
    }
    
    .label-outer-00c2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .texture-f614 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .icon_gas_5777 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .article_dark_fb6d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sidebar-1794,
    .info_595f {
        padding: 1.25rem;
    }
    
    .gas_6889 .header_iron_16e4 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .thumbnail_c52d {
        padding: 0 1.5rem;
    }
    
    .photo_silver_fe2e {
        padding: 6rem 0 3rem;
    }
    
    .right_a380 {
        font-size: 2.5rem;
    }
    
    .light-f678 {
        font-size: 1.25rem;
    }
    
    .label-outer-00c2 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .texture-f614 {
        padding: 1rem;
    }
    
    .avatar_48c0 {
        font-size: 2rem;
    }
    
    .solid-2b4d {
        font-size: 1.125rem;
    }
    
    .soft_7456 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .media_active_99d4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .article_dark_fb6d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .detail_pro_ebbc {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .pagination_46e6 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .carousel_hard_aa30 {
        display: none;
    }
    
    .focus-59a8 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .progress-67c2 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .thumbnail_c52d {
        max-width: 750px;
    }
    
    .photo_silver_fe2e {
        padding: 7rem 0 4rem;
    }
    
    .right_a380 {
        font-size: 3rem;
    }
    
    .clean_9148 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .silver_e6f9 {
        gap: 3rem;
    }
    
    .soft_7456 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .media_active_99d4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .medium-8f84 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gas_6889 {
        gap: 1.5rem;
    }
    
    .backdrop_7ae5 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .thumbnail_c52d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .photo_silver_fe2e {
        padding: 8rem 0 4rem;
    }
    
    .right_a380 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .clean_9148 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .header-15f5 {
        order: 2;
    }
    
    .hero-0181 {
        order: 1;
    }
    
    .silver_e6f9 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .silver_e6f9.tertiary_hard_8a6d {
        direction: rtl;
    }
    
    .silver_e6f9.tertiary_hard_8a6d > * {
        direction: ltr;
    }
    
    .backdrop_7ae5 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .background_tiny_acf1 {
        display: block;
    }
    
    .carousel_hard_aa30 {
        display: none;
    }
    
    .small_e3b6 {
        gap: 2rem;
    }
    
    .complex-5ba9 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .content-b229:hover {
        transform: translateY(-4px);
    }
    
    .complex_bff6:hover {
        transform: translateY(-2px);
    }
    
    .backdrop_7ae5:hover {
        transform: scale(1.02);
    }
    
    .info_595f:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .thumbnail_c52d {
        max-width: var(--container-max-width);
    }
    
    .photo_silver_fe2e {
        padding: 10rem 0 5rem;
    }
    
    .right_a380 {
        font-size: 4rem;
    }
    
    .light-f678 {
        font-size: 1.375rem;
    }
    
    .avatar_48c0 {
        font-size: 2.5rem;
    }
    
    .solid-2b4d {
        font-size: 1.25rem;
    }
    
    .clean_9148,
    .silver_e6f9 {
        gap: 5rem;
    }
    
    .small_e3b6 {
        gap: 2.5rem;
    }
    
    .sidebar-1794,
    .info_595f,
    .content-b229 {
        padding: 2rem;
    }
    
    .detail_pro_ebbc {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .thumbnail_c52d {
        max-width: 1400px;
    }
    
    .photo_silver_fe2e {
        padding: 12rem 0 6rem;
    }
    
    .clean_9148,
    .silver_e6f9 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .title-solid-9a5f img,
    .progress-lite-3c95,
    .backdrop_7ae5 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .clean_9148 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .silver_e6f9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .silver_e6f9.tertiary_hard_8a6d {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .photo_silver_fe2e {
        padding: 6rem 0 3rem;
    }
    
    .clean_9148 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .silver_e6f9 {
        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;
    }
    
    .photo_silver_fe2e::before {
        animation: none;
    }
    
    .plasma_268b,
    .overlay_hot_c7a9 {
        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;
    }
    
    .up-5a46,
    .icon_gas_5777,
    .fixed-d880 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .content-b229,
    .sidebar-1794,
    .info_595f {
        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 */
    
    .description_easy_7041 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .clean-a2d0,
    .secondary-d904,
    .carousel_d252 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .photo_silver_fe2e {
        padding: 2rem 0;
        background: none !important;
    }
    
    .photo_silver_fe2e::before {
        display: none;
    }
    
    .thumbnail_c52d {
        max-width: none;
        padding: 0;
    }
    
    .clean_9148,
    .silver_e6f9 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .complex_bff6,
    .progress-67c2,
    .carousel_hard_aa30,
    .label-outer-00c2,
    .dropdown-f397,
    .steel_5ce8 {
        display: none !important;
    }
    
    .right_a380,
    .avatar_48c0 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .progress-lite-3c95,
    .backdrop_7ae5 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .soft_7456,
    .media_active_99d4,
    .gas_6889 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .medium-8f84 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .right_a380 {
        font-size: 1.5rem;
    }
    
    .icon_gas_5777 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .texture-f614 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .label-outer-00c2 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .thumbnail_c52d {
        max-width: 95%;
    }
    
    .clean_9148 {
        gap: 2.5rem;
    }
    
    .silver_e6f9 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .thumbnail_c52d {
        max-width: 1600px;
    }
    
    .right_a380 {
        font-size: 5rem;
    }
    
    .avatar_48c0 {
        font-size: 3rem;
    }
}
/* css-noise: b029 */
.shadow-element-m6 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
