/* {$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) {
    .gold_982a {
        padding: 0 0.75rem;
    }
    
    .blue_7fa2 {
        padding: 5rem 0 2rem;
    }
    
    .breadcrumb-33f6 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .texture_a877 {
        font-size: 1rem;
    }
    
    .huge_d42d {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .background_smooth_dbdd {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .up_88e6 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .gas-ee52 {
        font-size: 1.5rem;
    }
    
    .accent-f0f8,
    .hover_7855 {
        grid-template-columns: 1fr;
    }
    
    .pattern_dab3 .tertiary-f3ee {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .mini_ccf5 {
        grid-template-columns: 1fr;
    }
    
    .medium-bfa1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .gold_982a {
        padding: 0 1rem;
    }
    
    .breadcrumb-33f6 {
        font-size: 2rem;
    }
    
    .texture_a877 {
        font-size: 1.125rem;
    }
    
    .background_smooth_dbdd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .up_88e6 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .huge_d42d {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .mini_ccf5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .red-50cb,
    .element_c845 {
        padding: 1.25rem;
    }
    
    .pattern_dab3 .tertiary-f3ee {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .gold_982a {
        padding: 0 1.5rem;
    }
    
    .blue_7fa2 {
        padding: 6rem 0 3rem;
    }
    
    .breadcrumb-33f6 {
        font-size: 2.5rem;
    }
    
    .texture_a877 {
        font-size: 1.25rem;
    }
    
    .background_smooth_dbdd {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .up_88e6 {
        padding: 1rem;
    }
    
    .gas-ee52 {
        font-size: 2rem;
    }
    
    .white_e731 {
        font-size: 1.125rem;
    }
    
    .accent-f0f8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hover_7855 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mini_ccf5 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .medium-bfa1 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .tag_5c73 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .video-712f {
        display: none;
    }
    
    .box-65ee {
        display: none !important;
    }
    
    /* Show desktop elements */
    .module-brown-a004 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .gold_982a {
        max-width: 750px;
    }
    
    .blue_7fa2 {
        padding: 7rem 0 4rem;
    }
    
    .breadcrumb-33f6 {
        font-size: 3rem;
    }
    
    .popup-d60a {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .background_dirty_9903 {
        gap: 3rem;
    }
    
    .accent-f0f8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hover_7855 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .highlight-copper-206c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pattern_dab3 {
        gap: 1.5rem;
    }
    
    .wood-5bc5 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .gold_982a {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .blue_7fa2 {
        padding: 8rem 0 4rem;
    }
    
    .breadcrumb-33f6 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .popup-d60a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .label-9d30 {
        order: 2;
    }
    
    .widget_b3c0 {
        order: 1;
    }
    
    .background_dirty_9903 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .background_dirty_9903.video_5741 {
        direction: rtl;
    }
    
    .background_dirty_9903.video_5741 > * {
        direction: ltr;
    }
    
    .wood-5bc5 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .wrapper_short_adba {
        display: block;
    }
    
    .video-712f {
        display: none;
    }
    
    .next_4825 {
        gap: 2rem;
    }
    
    .brown-6168 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .bronze_c7cd:hover {
        transform: translateY(-4px);
    }
    
    .hidden_5fd3:hover {
        transform: translateY(-2px);
    }
    
    .wood-5bc5:hover {
        transform: scale(1.02);
    }
    
    .element_c845:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .gold_982a {
        max-width: var(--container-max-width);
    }
    
    .blue_7fa2 {
        padding: 10rem 0 5rem;
    }
    
    .breadcrumb-33f6 {
        font-size: 4rem;
    }
    
    .texture_a877 {
        font-size: 1.375rem;
    }
    
    .gas-ee52 {
        font-size: 2.5rem;
    }
    
    .white_e731 {
        font-size: 1.25rem;
    }
    
    .popup-d60a,
    .background_dirty_9903 {
        gap: 5rem;
    }
    
    .next_4825 {
        gap: 2.5rem;
    }
    
    .red-50cb,
    .element_c845,
    .bronze_c7cd {
        padding: 2rem;
    }
    
    .medium-bfa1 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .gold_982a {
        max-width: 1400px;
    }
    
    .blue_7fa2 {
        padding: 12rem 0 6rem;
    }
    
    .popup-d60a,
    .background_dirty_9903 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .link_cf12 img,
    .hover_ee6d,
    .wood-5bc5 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .popup-d60a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .background_dirty_9903 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .background_dirty_9903.video_5741 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .blue_7fa2 {
        padding: 6rem 0 3rem;
    }
    
    .popup-d60a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .background_dirty_9903 {
        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;
    }
    
    .blue_7fa2::before {
        animation: none;
    }
    
    .picture-2ddd,
    .center_05f7 {
        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;
    }
    
    .widget-warm-0467,
    .huge_d42d,
    .label_tiny_9154 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .bronze_c7cd,
    .red-50cb,
    .element_c845 {
        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 */
    
    .progress_1d19 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .detail-over-83e0,
    .modal_thick_154a,
    .table-brown-45a8 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .blue_7fa2 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .blue_7fa2::before {
        display: none;
    }
    
    .gold_982a {
        max-width: none;
        padding: 0;
    }
    
    .popup-d60a,
    .background_dirty_9903 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hidden_5fd3,
    .module-brown-a004,
    .video-712f,
    .background_smooth_dbdd,
    .article_fixed_75af,
    .image-df07 {
        display: none !important;
    }
    
    .breadcrumb-33f6,
    .gas-ee52 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .hover_ee6d,
    .wood-5bc5 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .accent-f0f8,
    .hover_7855,
    .pattern_dab3 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .highlight-copper-206c {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .breadcrumb-33f6 {
        font-size: 1.5rem;
    }
    
    .huge_d42d {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .up_88e6 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .background_smooth_dbdd {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .gold_982a {
        max-width: 95%;
    }
    
    .popup-d60a {
        gap: 2.5rem;
    }
    
    .background_dirty_9903 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .gold_982a {
        max-width: 1600px;
    }
    
    .breadcrumb-33f6 {
        font-size: 5rem;
    }
    
    .gas-ee52 {
        font-size: 3rem;
    }
}
/* css-noise: be93 */
.widget-item-j3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
