/* {$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) {
    .button-1420 {
        padding: 0 0.75rem;
    }
    
    .header_c9af {
        padding: 5rem 0 2rem;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .photo_static_87c5 {
        font-size: 1rem;
    }
    
    .container-51d8 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .wood_e1ca {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .notice-red-586f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .banner_first_5a55 {
        font-size: 1.5rem;
    }
    
    .static-4680,
    .sort_1307 {
        grid-template-columns: 1fr;
    }
    
    .container_9bf2 .current-9e5d {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .button_1667 {
        grid-template-columns: 1fr;
    }
    
    .slow-fee7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .button-1420 {
        padding: 0 1rem;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 2rem;
    }
    
    .photo_static_87c5 {
        font-size: 1.125rem;
    }
    
    .wood_e1ca {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .notice-red-586f {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .container-51d8 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .button_1667 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .container-up-a03b,
    .first-ace2 {
        padding: 1.25rem;
    }
    
    .container_9bf2 .current-9e5d {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .button-1420 {
        padding: 0 1.5rem;
    }
    
    .header_c9af {
        padding: 6rem 0 3rem;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 2.5rem;
    }
    
    .photo_static_87c5 {
        font-size: 1.25rem;
    }
    
    .wood_e1ca {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .notice-red-586f {
        padding: 1rem;
    }
    
    .banner_first_5a55 {
        font-size: 2rem;
    }
    
    .row_white_a2f1 {
        font-size: 1.125rem;
    }
    
    .static-4680 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sort_1307 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .button_1667 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .slow-fee7 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .breadcrumb_rough_f0e0 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .element-4901 {
        display: none;
    }
    
    .notice_d0ee {
        display: none !important;
    }
    
    /* Show desktop elements */
    .dirty-299d {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .button-1420 {
        max-width: 750px;
    }
    
    .header_c9af {
        padding: 7rem 0 4rem;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 3rem;
    }
    
    .pattern_7ea1 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .section_8a52 {
        gap: 3rem;
    }
    
    .static-4680 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sort_1307 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .dim_7a69 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .container_9bf2 {
        gap: 1.5rem;
    }
    
    .simple_d5cf {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .button-1420 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .header_c9af {
        padding: 8rem 0 4rem;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .pattern_7ea1 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .wood-3b48 {
        order: 2;
    }
    
    .popup_5063 {
        order: 1;
    }
    
    .section_8a52 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .section_8a52.focused-2ff3 {
        direction: rtl;
    }
    
    .section_8a52.focused-2ff3 > * {
        direction: ltr;
    }
    
    .simple_d5cf {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hot-bc15 {
        display: block;
    }
    
    .element-4901 {
        display: none;
    }
    
    .upper_13b5 {
        gap: 2rem;
    }
    
    .gradient-stale-dd0f {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .article_selected_a9fb:hover {
        transform: translateY(-4px);
    }
    
    .section_wide_f3c7:hover {
        transform: translateY(-2px);
    }
    
    .simple_d5cf:hover {
        transform: scale(1.02);
    }
    
    .first-ace2:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .button-1420 {
        max-width: var(--container-max-width);
    }
    
    .header_c9af {
        padding: 10rem 0 5rem;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 4rem;
    }
    
    .photo_static_87c5 {
        font-size: 1.375rem;
    }
    
    .banner_first_5a55 {
        font-size: 2.5rem;
    }
    
    .row_white_a2f1 {
        font-size: 1.25rem;
    }
    
    .pattern_7ea1,
    .section_8a52 {
        gap: 5rem;
    }
    
    .upper_13b5 {
        gap: 2.5rem;
    }
    
    .container-up-a03b,
    .first-ace2,
    .article_selected_a9fb {
        padding: 2rem;
    }
    
    .slow-fee7 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .button-1420 {
        max-width: 1400px;
    }
    
    .header_c9af {
        padding: 12rem 0 6rem;
    }
    
    .pattern_7ea1,
    .section_8a52 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .first_17c9 img,
    .tall_3a71,
    .simple_d5cf {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .pattern_7ea1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .section_8a52 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .section_8a52.focused-2ff3 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .header_c9af {
        padding: 6rem 0 3rem;
    }
    
    .pattern_7ea1 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .section_8a52 {
        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;
    }
    
    .header_c9af::before {
        animation: none;
    }
    
    .white_f430,
    .next-73fc {
        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;
    }
    
    .primary_full_3e38,
    .container-51d8,
    .cool_3547 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .article_selected_a9fb,
    .container-up-a03b,
    .first-ace2 {
        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 */
    
    .cool-9f5f {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .button_selected_498a,
    .banner-copper-09a4,
    .detail-e9de {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .header_c9af {
        padding: 2rem 0;
        background: none !important;
    }
    
    .header_c9af::before {
        display: none;
    }
    
    .button-1420 {
        max-width: none;
        padding: 0;
    }
    
    .pattern_7ea1,
    .section_8a52 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section_wide_f3c7,
    .dirty-299d,
    .element-4901,
    .wood_e1ca,
    .button-green-914a,
    .rough-7017 {
        display: none !important;
    }
    
    .breadcrumb-glass-0b66,
    .banner_first_5a55 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .tall_3a71,
    .simple_d5cf {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .static-4680,
    .sort_1307,
    .container_9bf2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .dim_7a69 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .breadcrumb-glass-0b66 {
        font-size: 1.5rem;
    }
    
    .container-51d8 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .notice-red-586f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .wood_e1ca {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .button-1420 {
        max-width: 95%;
    }
    
    .pattern_7ea1 {
        gap: 2.5rem;
    }
    
    .section_8a52 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .button-1420 {
        max-width: 1600px;
    }
    
    .breadcrumb-glass-0b66 {
        font-size: 5rem;
    }
    
    .banner_first_5a55 {
        font-size: 3rem;
    }
}
/* css-noise: 45ff */
.phantom-card-z6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.0;
}
