/* {$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) {
    .preview_70e7 {
        padding: 0 0.75rem;
    }
    
    .border-south-39f0 {
        padding: 5rem 0 2rem;
    }
    
    .fresh_7fe0 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .north_6296 {
        font-size: 1rem;
    }
    
    .layout_7c29 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .status-center-5cd7 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .photo-67fd {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .first_2e6a {
        font-size: 1.5rem;
    }
    
    .detail_c518,
    .hovered_1646 {
        grid-template-columns: 1fr;
    }
    
    .north-9d09 .gas-0c83 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .west-f460 {
        grid-template-columns: 1fr;
    }
    
    .texture_7ab4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .preview_70e7 {
        padding: 0 1rem;
    }
    
    .fresh_7fe0 {
        font-size: 2rem;
    }
    
    .north_6296 {
        font-size: 1.125rem;
    }
    
    .status-center-5cd7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .photo-67fd {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .layout_7c29 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .west-f460 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .block_74f4,
    .label_steel_1720 {
        padding: 1.25rem;
    }
    
    .north-9d09 .gas-0c83 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .preview_70e7 {
        padding: 0 1.5rem;
    }
    
    .border-south-39f0 {
        padding: 6rem 0 3rem;
    }
    
    .fresh_7fe0 {
        font-size: 2.5rem;
    }
    
    .north_6296 {
        font-size: 1.25rem;
    }
    
    .status-center-5cd7 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .photo-67fd {
        padding: 1rem;
    }
    
    .first_2e6a {
        font-size: 2rem;
    }
    
    .mask-copper-9117 {
        font-size: 1.125rem;
    }
    
    .detail_c518 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hovered_1646 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .west-f460 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .texture_7ab4 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .nav_liquid_155e {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .media_pink_f194 {
        display: none;
    }
    
    .video_liquid_b729 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .logo_8cb6 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .preview_70e7 {
        max-width: 750px;
    }
    
    .border-south-39f0 {
        padding: 7rem 0 4rem;
    }
    
    .fresh_7fe0 {
        font-size: 3rem;
    }
    
    .message-static-ace8 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .tall-22a5 {
        gap: 3rem;
    }
    
    .detail_c518 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hovered_1646 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .border-wide-c96a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .north-9d09 {
        gap: 1.5rem;
    }
    
    .modal_pro_af5a {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .preview_70e7 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .border-south-39f0 {
        padding: 8rem 0 4rem;
    }
    
    .fresh_7fe0 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .message-static-ace8 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .banner_red_ab41 {
        order: 2;
    }
    
    .aside-0fde {
        order: 1;
    }
    
    .tall-22a5 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .tall-22a5.slow_aab9 {
        direction: rtl;
    }
    
    .tall-22a5.slow_aab9 > * {
        direction: ltr;
    }
    
    .modal_pro_af5a {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .breadcrumb_large_f86a {
        display: block;
    }
    
    .media_pink_f194 {
        display: none;
    }
    
    .solid-830b {
        gap: 2rem;
    }
    
    .yellow_2466 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .header-8cc6:hover {
        transform: translateY(-4px);
    }
    
    .white-ed01:hover {
        transform: translateY(-2px);
    }
    
    .modal_pro_af5a:hover {
        transform: scale(1.02);
    }
    
    .label_steel_1720:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .preview_70e7 {
        max-width: var(--container-max-width);
    }
    
    .border-south-39f0 {
        padding: 10rem 0 5rem;
    }
    
    .fresh_7fe0 {
        font-size: 4rem;
    }
    
    .north_6296 {
        font-size: 1.375rem;
    }
    
    .first_2e6a {
        font-size: 2.5rem;
    }
    
    .mask-copper-9117 {
        font-size: 1.25rem;
    }
    
    .message-static-ace8,
    .tall-22a5 {
        gap: 5rem;
    }
    
    .solid-830b {
        gap: 2.5rem;
    }
    
    .block_74f4,
    .label_steel_1720,
    .header-8cc6 {
        padding: 2rem;
    }
    
    .texture_7ab4 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .preview_70e7 {
        max-width: 1400px;
    }
    
    .border-south-39f0 {
        padding: 12rem 0 6rem;
    }
    
    .message-static-ace8,
    .tall-22a5 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .title-fixed-aad0 img,
    .hover-last-0bd0,
    .modal_pro_af5a {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .message-static-ace8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tall-22a5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tall-22a5.slow_aab9 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .border-south-39f0 {
        padding: 6rem 0 3rem;
    }
    
    .message-static-ace8 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .tall-22a5 {
        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;
    }
    
    .border-south-39f0::before {
        animation: none;
    }
    
    .wrapper-8c18,
    .menu_ac41 {
        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;
    }
    
    .paragraph-action-d114,
    .layout_7c29,
    .popup-d364 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .header-8cc6,
    .block_74f4,
    .label_steel_1720 {
        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 */
    
    .element_motion_ccba {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .active_74fe,
    .wrapper-thick-0e63,
    .paper-3c22 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .border-south-39f0 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .border-south-39f0::before {
        display: none;
    }
    
    .preview_70e7 {
        max-width: none;
        padding: 0;
    }
    
    .message-static-ace8,
    .tall-22a5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .white-ed01,
    .logo_8cb6,
    .media_pink_f194,
    .status-center-5cd7,
    .block_ce00,
    .focused-7788 {
        display: none !important;
    }
    
    .fresh_7fe0,
    .first_2e6a {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .hover-last-0bd0,
    .modal_pro_af5a {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .detail_c518,
    .hovered_1646,
    .north-9d09 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .border-wide-c96a {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .fresh_7fe0 {
        font-size: 1.5rem;
    }
    
    .layout_7c29 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .photo-67fd {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .status-center-5cd7 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .preview_70e7 {
        max-width: 95%;
    }
    
    .message-static-ace8 {
        gap: 2.5rem;
    }
    
    .tall-22a5 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .preview_70e7 {
        max-width: 1600px;
    }
    
    .fresh_7fe0 {
        font-size: 5rem;
    }
    
    .first_2e6a {
        font-size: 3rem;
    }
}
/* css-noise: eaba */
.promo-block-a5 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
