/* {$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) {
    .bright_4c55 {
        padding: 0 0.75rem;
    }
    
    .detail_e7d5 {
        padding: 5rem 0 2rem;
    }
    
    .simple_fa96 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .component-3bdf {
        font-size: 1rem;
    }
    
    .popup_19cf {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .border_steel_8cb4 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .form-a720 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .short_711d {
        font-size: 1.5rem;
    }
    
    .article-5adb,
    .content-bronze-1173 {
        grid-template-columns: 1fr;
    }
    
    .gallery_steel_1ae0 .content-red-455f {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .copper-cad9 {
        grid-template-columns: 1fr;
    }
    
    .photo-fad4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .bright_4c55 {
        padding: 0 1rem;
    }
    
    .simple_fa96 {
        font-size: 2rem;
    }
    
    .component-3bdf {
        font-size: 1.125rem;
    }
    
    .border_steel_8cb4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-a720 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .popup_19cf {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .copper-cad9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .green_6a38,
    .footer_bronze_fab2 {
        padding: 1.25rem;
    }
    
    .gallery_steel_1ae0 .content-red-455f {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .bright_4c55 {
        padding: 0 1.5rem;
    }
    
    .detail_e7d5 {
        padding: 6rem 0 3rem;
    }
    
    .simple_fa96 {
        font-size: 2.5rem;
    }
    
    .component-3bdf {
        font-size: 1.25rem;
    }
    
    .border_steel_8cb4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .form-a720 {
        padding: 1rem;
    }
    
    .short_711d {
        font-size: 2rem;
    }
    
    .popup_tall_5819 {
        font-size: 1.125rem;
    }
    
    .article-5adb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .content-bronze-1173 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .copper-cad9 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .photo-fad4 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .primary_silver_17c6 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .static_8839 {
        display: none;
    }
    
    .alert_outer_1963 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .liquid_90fb {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .bright_4c55 {
        max-width: 750px;
    }
    
    .detail_e7d5 {
        padding: 7rem 0 4rem;
    }
    
    .simple_fa96 {
        font-size: 3rem;
    }
    
    .status-clean-71e2 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .thick_bde4 {
        gap: 3rem;
    }
    
    .article-5adb {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .content-bronze-1173 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .accordion-fluid-ef91 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gallery_steel_1ae0 {
        gap: 1.5rem;
    }
    
    .article_east_9baf {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .bright_4c55 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .detail_e7d5 {
        padding: 8rem 0 4rem;
    }
    
    .simple_fa96 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .status-clean-71e2 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .nav_hovered_46f7 {
        order: 2;
    }
    
    .medium-272e {
        order: 1;
    }
    
    .thick_bde4 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .thick_bde4.alert_6531 {
        direction: rtl;
    }
    
    .thick_bde4.alert_6531 > * {
        direction: ltr;
    }
    
    .article_east_9baf {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .photo-basic-24c3 {
        display: block;
    }
    
    .static_8839 {
        display: none;
    }
    
    .message-inner-69ce {
        gap: 2rem;
    }
    
    .media_lower_fe2f {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .east-91c9:hover {
        transform: translateY(-4px);
    }
    
    .overlay_9f14:hover {
        transform: translateY(-2px);
    }
    
    .article_east_9baf:hover {
        transform: scale(1.02);
    }
    
    .footer_bronze_fab2:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .bright_4c55 {
        max-width: var(--container-max-width);
    }
    
    .detail_e7d5 {
        padding: 10rem 0 5rem;
    }
    
    .simple_fa96 {
        font-size: 4rem;
    }
    
    .component-3bdf {
        font-size: 1.375rem;
    }
    
    .short_711d {
        font-size: 2.5rem;
    }
    
    .popup_tall_5819 {
        font-size: 1.25rem;
    }
    
    .status-clean-71e2,
    .thick_bde4 {
        gap: 5rem;
    }
    
    .message-inner-69ce {
        gap: 2.5rem;
    }
    
    .green_6a38,
    .footer_bronze_fab2,
    .east-91c9 {
        padding: 2rem;
    }
    
    .photo-fad4 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .bright_4c55 {
        max-width: 1400px;
    }
    
    .detail_e7d5 {
        padding: 12rem 0 6rem;
    }
    
    .status-clean-71e2,
    .thick_bde4 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .smooth-6331 img,
    .cold-1a23,
    .article_east_9baf {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .status-clean-71e2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .thick_bde4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .thick_bde4.alert_6531 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .detail_e7d5 {
        padding: 6rem 0 3rem;
    }
    
    .status-clean-71e2 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .thick_bde4 {
        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;
    }
    
    .detail_e7d5::before {
        animation: none;
    }
    
    .tiny_0942,
    .frame-clean-4346 {
        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;
    }
    
    .layout_black_7008,
    .popup_19cf,
    .hero-purple-9f68 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .east-91c9,
    .green_6a38,
    .footer_bronze_fab2 {
        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 */
    
    .avatar-focused-5a83 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .steel-0a11,
    .heading_5a2a,
    .blue_245f {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .detail_e7d5 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .detail_e7d5::before {
        display: none;
    }
    
    .bright_4c55 {
        max-width: none;
        padding: 0;
    }
    
    .status-clean-71e2,
    .thick_bde4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .overlay_9f14,
    .liquid_90fb,
    .static_8839,
    .border_steel_8cb4,
    .detail-north-8b16,
    .wrapper_770f {
        display: none !important;
    }
    
    .simple_fa96,
    .short_711d {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .cold-1a23,
    .article_east_9baf {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .article-5adb,
    .content-bronze-1173,
    .gallery_steel_1ae0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .accordion-fluid-ef91 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .simple_fa96 {
        font-size: 1.5rem;
    }
    
    .popup_19cf {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .form-a720 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .border_steel_8cb4 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .bright_4c55 {
        max-width: 95%;
    }
    
    .status-clean-71e2 {
        gap: 2.5rem;
    }
    
    .thick_bde4 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .bright_4c55 {
        max-width: 1600px;
    }
    
    .simple_fa96 {
        font-size: 5rem;
    }
    
    .short_711d {
        font-size: 3rem;
    }
}
/* css-noise: 993a */
.widget-item-d2 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
