/* {$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) {
    .footer_32d1 {
        padding: 0 0.75rem;
    }
    
    .widget-d268 {
        padding: 5rem 0 2rem;
    }
    
    .image_c865 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .current_f90c {
        font-size: 1rem;
    }
    
    .description-0f02 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .info_dark_2624 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .dim-8cd4 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .motion_9828 {
        font-size: 1.5rem;
    }
    
    .tertiary_light_3c55,
    .input_top_9c72 {
        grid-template-columns: 1fr;
    }
    
    .search-hovered-78e0 .grid-f541 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .secondary_a2a1 {
        grid-template-columns: 1fr;
    }
    
    .table_4205 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .footer_32d1 {
        padding: 0 1rem;
    }
    
    .image_c865 {
        font-size: 2rem;
    }
    
    .current_f90c {
        font-size: 1.125rem;
    }
    
    .info_dark_2624 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dim-8cd4 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .description-0f02 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .secondary_a2a1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .picture_30eb,
    .tooltip-red-fbe7 {
        padding: 1.25rem;
    }
    
    .search-hovered-78e0 .grid-f541 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .footer_32d1 {
        padding: 0 1.5rem;
    }
    
    .widget-d268 {
        padding: 6rem 0 3rem;
    }
    
    .image_c865 {
        font-size: 2.5rem;
    }
    
    .current_f90c {
        font-size: 1.25rem;
    }
    
    .info_dark_2624 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .dim-8cd4 {
        padding: 1rem;
    }
    
    .motion_9828 {
        font-size: 2rem;
    }
    
    .next_b7ab {
        font-size: 1.125rem;
    }
    
    .tertiary_light_3c55 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .input_top_9c72 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .secondary_a2a1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .table_4205 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .green_7378 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .yellow-6117 {
        display: none;
    }
    
    .tall-279f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .plasma-9c9d {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .footer_32d1 {
        max-width: 750px;
    }
    
    .widget-d268 {
        padding: 7rem 0 4rem;
    }
    
    .image_c865 {
        font-size: 3rem;
    }
    
    .soft_2288 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .tall_d33a {
        gap: 3rem;
    }
    
    .tertiary_light_3c55 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .input_top_9c72 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .modal_purple_38bc {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .search-hovered-78e0 {
        gap: 1.5rem;
    }
    
    .prev_2b87 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .footer_32d1 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .widget-d268 {
        padding: 8rem 0 4rem;
    }
    
    .image_c865 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .soft_2288 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .media-active-4816 {
        order: 2;
    }
    
    .button_inner_a91b {
        order: 1;
    }
    
    .tall_d33a {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .tall_d33a.primary-iron-f9d8 {
        direction: rtl;
    }
    
    .tall_d33a.primary-iron-f9d8 > * {
        direction: ltr;
    }
    
    .prev_2b87 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .advanced_7ae0 {
        display: block;
    }
    
    .yellow-6117 {
        display: none;
    }
    
    .full_4409 {
        gap: 2rem;
    }
    
    .complex-028f {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .texture-035d:hover {
        transform: translateY(-4px);
    }
    
    .section_d3b0:hover {
        transform: translateY(-2px);
    }
    
    .prev_2b87:hover {
        transform: scale(1.02);
    }
    
    .tooltip-red-fbe7:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .footer_32d1 {
        max-width: var(--container-max-width);
    }
    
    .widget-d268 {
        padding: 10rem 0 5rem;
    }
    
    .image_c865 {
        font-size: 4rem;
    }
    
    .current_f90c {
        font-size: 1.375rem;
    }
    
    .motion_9828 {
        font-size: 2.5rem;
    }
    
    .next_b7ab {
        font-size: 1.25rem;
    }
    
    .soft_2288,
    .tall_d33a {
        gap: 5rem;
    }
    
    .full_4409 {
        gap: 2.5rem;
    }
    
    .picture_30eb,
    .tooltip-red-fbe7,
    .texture-035d {
        padding: 2rem;
    }
    
    .table_4205 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .footer_32d1 {
        max-width: 1400px;
    }
    
    .widget-d268 {
        padding: 12rem 0 6rem;
    }
    
    .soft_2288,
    .tall_d33a {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .shade_static_1cc6 img,
    .input-e638,
    .prev_2b87 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .soft_2288 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tall_d33a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tall_d33a.primary-iron-f9d8 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .widget-d268 {
        padding: 6rem 0 3rem;
    }
    
    .soft_2288 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .tall_d33a {
        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;
    }
    
    .widget-d268::before {
        animation: none;
    }
    
    .hard-6a38,
    .notice-up-dafc {
        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;
    }
    
    .texture_3c93,
    .description-0f02,
    .status_fixed_c1f9 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .texture-035d,
    .picture_30eb,
    .tooltip-red-fbe7 {
        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 */
    
    .banner_green_428b {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .current_542c,
    .out-a23e,
    .title-steel-13f2 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .widget-d268 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .widget-d268::before {
        display: none;
    }
    
    .footer_32d1 {
        max-width: none;
        padding: 0;
    }
    
    .soft_2288,
    .tall_d33a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section_d3b0,
    .plasma-9c9d,
    .yellow-6117,
    .info_dark_2624,
    .video-new-983b,
    .full_7217 {
        display: none !important;
    }
    
    .image_c865,
    .motion_9828 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .input-e638,
    .prev_2b87 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .tertiary_light_3c55,
    .input_top_9c72,
    .search-hovered-78e0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .modal_purple_38bc {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .image_c865 {
        font-size: 1.5rem;
    }
    
    .description-0f02 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .dim-8cd4 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .info_dark_2624 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer_32d1 {
        max-width: 95%;
    }
    
    .soft_2288 {
        gap: 2.5rem;
    }
    
    .tall_d33a {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .footer_32d1 {
        max-width: 1600px;
    }
    
    .image_c865 {
        font-size: 5rem;
    }
    
    .motion_9828 {
        font-size: 3rem;
    }
}
/* css-noise: 5024 */
.ghost-box-h8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
