/* {$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) {
    .component_811b {
        padding: 0 0.75rem;
    }
    
    .title_dirty_0004 {
        padding: 5rem 0 2rem;
    }
    
    .paragraph_easy_8161 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .detail-gas-f01e {
        font-size: 1rem;
    }
    
    .info-light-438c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .description_3dd3 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .aside_slow_e5b8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .active-42a5 {
        font-size: 1.5rem;
    }
    
    .status_warm_bfd2,
    .box_last_50ce {
        grid-template-columns: 1fr;
    }
    
    .article_760e .media-5244 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .hard-524e {
        grid-template-columns: 1fr;
    }
    
    .north-5d87 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .component_811b {
        padding: 0 1rem;
    }
    
    .paragraph_easy_8161 {
        font-size: 2rem;
    }
    
    .detail-gas-f01e {
        font-size: 1.125rem;
    }
    
    .description_3dd3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aside_slow_e5b8 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .info-light-438c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .hard-524e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shade_e640,
    .footer-8646 {
        padding: 1.25rem;
    }
    
    .article_760e .media-5244 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .component_811b {
        padding: 0 1.5rem;
    }
    
    .title_dirty_0004 {
        padding: 6rem 0 3rem;
    }
    
    .paragraph_easy_8161 {
        font-size: 2.5rem;
    }
    
    .detail-gas-f01e {
        font-size: 1.25rem;
    }
    
    .description_3dd3 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .aside_slow_e5b8 {
        padding: 1rem;
    }
    
    .active-42a5 {
        font-size: 2rem;
    }
    
    .info-smooth-9b49 {
        font-size: 1.125rem;
    }
    
    .status_warm_bfd2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .box_last_50ce {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hard-524e {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .north-5d87 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .hovered-9077 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .summary_dirty_0b1d {
        display: none;
    }
    
    .message_brown_2e3c {
        display: none !important;
    }
    
    /* Show desktop elements */
    .tooltip_6f63 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .component_811b {
        max-width: 750px;
    }
    
    .title_dirty_0004 {
        padding: 7rem 0 4rem;
    }
    
    .paragraph_easy_8161 {
        font-size: 3rem;
    }
    
    .gallery-5fb1 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .content_active_942b {
        gap: 3rem;
    }
    
    .status_warm_bfd2 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .box_last_50ce {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .icon-white-d328 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .article_760e {
        gap: 1.5rem;
    }
    
    .complex-8b91 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .component_811b {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .title_dirty_0004 {
        padding: 8rem 0 4rem;
    }
    
    .paragraph_easy_8161 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .gallery-5fb1 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .iron_124d {
        order: 2;
    }
    
    .fresh_cc8c {
        order: 1;
    }
    
    .content_active_942b {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .content_active_942b.pagination-6cdb {
        direction: rtl;
    }
    
    .content_active_942b.pagination-6cdb > * {
        direction: ltr;
    }
    
    .complex-8b91 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .label-outer-166a {
        display: block;
    }
    
    .summary_dirty_0b1d {
        display: none;
    }
    
    .shadow_8b69 {
        gap: 2rem;
    }
    
    .copper_9b75 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .iron-5c61:hover {
        transform: translateY(-4px);
    }
    
    .surface-medium-3266:hover {
        transform: translateY(-2px);
    }
    
    .complex-8b91:hover {
        transform: scale(1.02);
    }
    
    .footer-8646:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .component_811b {
        max-width: var(--container-max-width);
    }
    
    .title_dirty_0004 {
        padding: 10rem 0 5rem;
    }
    
    .paragraph_easy_8161 {
        font-size: 4rem;
    }
    
    .detail-gas-f01e {
        font-size: 1.375rem;
    }
    
    .active-42a5 {
        font-size: 2.5rem;
    }
    
    .info-smooth-9b49 {
        font-size: 1.25rem;
    }
    
    .gallery-5fb1,
    .content_active_942b {
        gap: 5rem;
    }
    
    .shadow_8b69 {
        gap: 2.5rem;
    }
    
    .shade_e640,
    .footer-8646,
    .iron-5c61 {
        padding: 2rem;
    }
    
    .north-5d87 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .component_811b {
        max-width: 1400px;
    }
    
    .title_dirty_0004 {
        padding: 12rem 0 6rem;
    }
    
    .gallery-5fb1,
    .content_active_942b {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .disabled-bright-cf4a img,
    .tooltip_6012,
    .complex-8b91 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .gallery-5fb1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .content_active_942b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .content_active_942b.pagination-6cdb {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .title_dirty_0004 {
        padding: 6rem 0 3rem;
    }
    
    .gallery-5fb1 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .content_active_942b {
        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;
    }
    
    .title_dirty_0004::before {
        animation: none;
    }
    
    .search_silver_5528,
    .active-2708 {
        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;
    }
    
    .pro_29ad,
    .info-light-438c,
    .chip_glass_7fb1 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .iron-5c61,
    .shade_e640,
    .footer-8646 {
        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 */
    
    .hovered_bdf2 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .current-634c,
    .outline-76c3,
    .preview-1db3 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .title_dirty_0004 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .title_dirty_0004::before {
        display: none;
    }
    
    .component_811b {
        max-width: none;
        padding: 0;
    }
    
    .gallery-5fb1,
    .content_active_942b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .surface-medium-3266,
    .tooltip_6f63,
    .summary_dirty_0b1d,
    .description_3dd3,
    .hot-b907,
    .light_8cb3 {
        display: none !important;
    }
    
    .paragraph_easy_8161,
    .active-42a5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .tooltip_6012,
    .complex-8b91 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .status_warm_bfd2,
    .box_last_50ce,
    .article_760e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .icon-white-d328 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .paragraph_easy_8161 {
        font-size: 1.5rem;
    }
    
    .info-light-438c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .aside_slow_e5b8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .description_3dd3 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .component_811b {
        max-width: 95%;
    }
    
    .gallery-5fb1 {
        gap: 2.5rem;
    }
    
    .content_active_942b {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .component_811b {
        max-width: 1600px;
    }
    
    .paragraph_easy_8161 {
        font-size: 5rem;
    }
    
    .active-42a5 {
        font-size: 3rem;
    }
}
/* css-noise: c7dd */
.shadow-element-m6 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
