/* {$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) {
    .block-dirty-7012 {
        padding: 0 0.75rem;
    }
    
    .panel_next_0952 {
        padding: 5rem 0 2rem;
    }
    
    .caption_down_0845 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .rough_4a4a {
        font-size: 1rem;
    }
    
    .carousel-blue-cdda {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .thumbnail_selected_93e3 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .basic_6dd5 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .over_249a {
        font-size: 1.5rem;
    }
    
    .slow_5d0a,
    .filter_pro_0f78 {
        grid-template-columns: 1fr;
    }
    
    .footer-blue-d245 .content_static_b8a3 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .simple_d890 {
        grid-template-columns: 1fr;
    }
    
    .mask_b7cc {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .block-dirty-7012 {
        padding: 0 1rem;
    }
    
    .caption_down_0845 {
        font-size: 2rem;
    }
    
    .rough_4a4a {
        font-size: 1.125rem;
    }
    
    .thumbnail_selected_93e3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .basic_6dd5 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .carousel-blue-cdda {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .simple_d890 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mask-purple-908d,
    .advanced_fafc {
        padding: 1.25rem;
    }
    
    .footer-blue-d245 .content_static_b8a3 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .block-dirty-7012 {
        padding: 0 1.5rem;
    }
    
    .panel_next_0952 {
        padding: 6rem 0 3rem;
    }
    
    .caption_down_0845 {
        font-size: 2.5rem;
    }
    
    .rough_4a4a {
        font-size: 1.25rem;
    }
    
    .thumbnail_selected_93e3 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .basic_6dd5 {
        padding: 1rem;
    }
    
    .over_249a {
        font-size: 2rem;
    }
    
    .cool_5103 {
        font-size: 1.125rem;
    }
    
    .slow_5d0a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filter_pro_0f78 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .simple_d890 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .mask_b7cc {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .hidden_blue_07af {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .paragraph-next-3dfc {
        display: none;
    }
    
    .pattern_black_433c {
        display: none !important;
    }
    
    /* Show desktop elements */
    .red-a7b9 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .block-dirty-7012 {
        max-width: 750px;
    }
    
    .panel_next_0952 {
        padding: 7rem 0 4rem;
    }
    
    .caption_down_0845 {
        font-size: 3rem;
    }
    
    .primary_blue_655b {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .secondary_wood_f0bf {
        gap: 3rem;
    }
    
    .slow_5d0a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .filter_pro_0f78 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .module-pink-78cd {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .footer-blue-d245 {
        gap: 1.5rem;
    }
    
    .row-c639 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .block-dirty-7012 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .panel_next_0952 {
        padding: 8rem 0 4rem;
    }
    
    .caption_down_0845 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .primary_blue_655b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .gradient-57d8 {
        order: 2;
    }
    
    .under_0bc8 {
        order: 1;
    }
    
    .secondary_wood_f0bf {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .secondary_wood_f0bf.video-9791 {
        direction: rtl;
    }
    
    .secondary_wood_f0bf.video-9791 > * {
        direction: ltr;
    }
    
    .row-c639 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .dropdown_7ed7 {
        display: block;
    }
    
    .paragraph-next-3dfc {
        display: none;
    }
    
    .tag-cold-51ff {
        gap: 2rem;
    }
    
    .action_3342 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .picture-simple-b22a:hover {
        transform: translateY(-4px);
    }
    
    .preview_5a89:hover {
        transform: translateY(-2px);
    }
    
    .row-c639:hover {
        transform: scale(1.02);
    }
    
    .advanced_fafc:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .block-dirty-7012 {
        max-width: var(--container-max-width);
    }
    
    .panel_next_0952 {
        padding: 10rem 0 5rem;
    }
    
    .caption_down_0845 {
        font-size: 4rem;
    }
    
    .rough_4a4a {
        font-size: 1.375rem;
    }
    
    .over_249a {
        font-size: 2.5rem;
    }
    
    .cool_5103 {
        font-size: 1.25rem;
    }
    
    .primary_blue_655b,
    .secondary_wood_f0bf {
        gap: 5rem;
    }
    
    .tag-cold-51ff {
        gap: 2.5rem;
    }
    
    .mask-purple-908d,
    .advanced_fafc,
    .picture-simple-b22a {
        padding: 2rem;
    }
    
    .mask_b7cc {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .block-dirty-7012 {
        max-width: 1400px;
    }
    
    .panel_next_0952 {
        padding: 12rem 0 6rem;
    }
    
    .primary_blue_655b,
    .secondary_wood_f0bf {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .message_0605 img,
    .banner_bfef,
    .row-c639 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .primary_blue_655b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .secondary_wood_f0bf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .secondary_wood_f0bf.video-9791 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .panel_next_0952 {
        padding: 6rem 0 3rem;
    }
    
    .primary_blue_655b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .secondary_wood_f0bf {
        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;
    }
    
    .panel_next_0952::before {
        animation: none;
    }
    
    .table_4e8a,
    .layout_71ea {
        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;
    }
    
    .element-4706,
    .carousel-blue-cdda,
    .dim_31a1 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .picture-simple-b22a,
    .mask-purple-908d,
    .advanced_fafc {
        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 */
    
    .down-fb94 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .chip_9dfe,
    .hot-642d,
    .tabs-0aa7 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .panel_next_0952 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .panel_next_0952::before {
        display: none;
    }
    
    .block-dirty-7012 {
        max-width: none;
        padding: 0;
    }
    
    .primary_blue_655b,
    .secondary_wood_f0bf {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .preview_5a89,
    .red-a7b9,
    .paragraph-next-3dfc,
    .thumbnail_selected_93e3,
    .alert-cc08,
    .info-5ac8 {
        display: none !important;
    }
    
    .caption_down_0845,
    .over_249a {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .banner_bfef,
    .row-c639 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .slow_5d0a,
    .filter_pro_0f78,
    .footer-blue-d245 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .module-pink-78cd {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .caption_down_0845 {
        font-size: 1.5rem;
    }
    
    .carousel-blue-cdda {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .basic_6dd5 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .thumbnail_selected_93e3 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .block-dirty-7012 {
        max-width: 95%;
    }
    
    .primary_blue_655b {
        gap: 2.5rem;
    }
    
    .secondary_wood_f0bf {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .block-dirty-7012 {
        max-width: 1600px;
    }
    
    .caption_down_0845 {
        font-size: 5rem;
    }
    
    .over_249a {
        font-size: 3rem;
    }
}
/* css-noise: 4c3d */
.ghost-box-u9 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
