/* {$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) {
    .wrapper-1fb3 {
        padding: 0 0.75rem;
    }
    
    .accordion-2e75 {
        padding: 5rem 0 2rem;
    }
    
    .steel_8853 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .feature_medium_5d79 {
        font-size: 1rem;
    }
    
    .input_motion_bd1b {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .label-next-3d47 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .motion_3a01 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .lite_2b98 {
        font-size: 1.5rem;
    }
    
    .frame_bright_f9f7,
    .column_24a1 {
        grid-template-columns: 1fr;
    }
    
    .detail_fadb .detail-150b {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .huge_fc88 {
        grid-template-columns: 1fr;
    }
    
    .panel-cool-2768 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .wrapper-1fb3 {
        padding: 0 1rem;
    }
    
    .steel_8853 {
        font-size: 2rem;
    }
    
    .feature_medium_5d79 {
        font-size: 1.125rem;
    }
    
    .label-next-3d47 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .motion_3a01 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .input_motion_bd1b {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .huge_fc88 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .breadcrumb_1a03,
    .video_ed5f {
        padding: 1.25rem;
    }
    
    .detail_fadb .detail-150b {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .wrapper-1fb3 {
        padding: 0 1.5rem;
    }
    
    .accordion-2e75 {
        padding: 6rem 0 3rem;
    }
    
    .steel_8853 {
        font-size: 2.5rem;
    }
    
    .feature_medium_5d79 {
        font-size: 1.25rem;
    }
    
    .label-next-3d47 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .motion_3a01 {
        padding: 1rem;
    }
    
    .lite_2b98 {
        font-size: 2rem;
    }
    
    .content-new-1cf9 {
        font-size: 1.125rem;
    }
    
    .frame_bright_f9f7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .column_24a1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .huge_fc88 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .panel-cool-2768 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .red_e03b {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .grid-59b6 {
        display: none;
    }
    
    .tooltip_mini_3c3a {
        display: none !important;
    }
    
    /* Show desktop elements */
    .fresh-6bbd {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .wrapper-1fb3 {
        max-width: 750px;
    }
    
    .accordion-2e75 {
        padding: 7rem 0 4rem;
    }
    
    .steel_8853 {
        font-size: 3rem;
    }
    
    .progress_steel_3a88 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .panel-8b6f {
        gap: 3rem;
    }
    
    .frame_bright_f9f7 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .column_24a1 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .prev-c723 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .detail_fadb {
        gap: 1.5rem;
    }
    
    .element_west_1bf0 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .wrapper-1fb3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .accordion-2e75 {
        padding: 8rem 0 4rem;
    }
    
    .steel_8853 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .progress_steel_3a88 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .gradient_wood_b55c {
        order: 2;
    }
    
    .thumbnail_9e10 {
        order: 1;
    }
    
    .panel-8b6f {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .panel-8b6f.simple_0b6b {
        direction: rtl;
    }
    
    .panel-8b6f.simple_0b6b > * {
        direction: ltr;
    }
    
    .element_west_1bf0 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .main-in-e94b {
        display: block;
    }
    
    .grid-59b6 {
        display: none;
    }
    
    .form_outer_7345 {
        gap: 2rem;
    }
    
    .sidebar_466b {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .feature-liquid-6171:hover {
        transform: translateY(-4px);
    }
    
    .footer_9890:hover {
        transform: translateY(-2px);
    }
    
    .element_west_1bf0:hover {
        transform: scale(1.02);
    }
    
    .video_ed5f:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .wrapper-1fb3 {
        max-width: var(--container-max-width);
    }
    
    .accordion-2e75 {
        padding: 10rem 0 5rem;
    }
    
    .steel_8853 {
        font-size: 4rem;
    }
    
    .feature_medium_5d79 {
        font-size: 1.375rem;
    }
    
    .lite_2b98 {
        font-size: 2.5rem;
    }
    
    .content-new-1cf9 {
        font-size: 1.25rem;
    }
    
    .progress_steel_3a88,
    .panel-8b6f {
        gap: 5rem;
    }
    
    .form_outer_7345 {
        gap: 2.5rem;
    }
    
    .breadcrumb_1a03,
    .video_ed5f,
    .feature-liquid-6171 {
        padding: 2rem;
    }
    
    .panel-cool-2768 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .wrapper-1fb3 {
        max-width: 1400px;
    }
    
    .accordion-2e75 {
        padding: 12rem 0 6rem;
    }
    
    .progress_steel_3a88,
    .panel-8b6f {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .breadcrumb_9cbb img,
    .table_6c71,
    .element_west_1bf0 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .progress_steel_3a88 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .panel-8b6f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .panel-8b6f.simple_0b6b {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .accordion-2e75 {
        padding: 6rem 0 3rem;
    }
    
    .progress_steel_3a88 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .panel-8b6f {
        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;
    }
    
    .accordion-2e75::before {
        animation: none;
    }
    
    .feature-8dce,
    .sort_7c66 {
        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;
    }
    
    .carousel_iron_309c,
    .input_motion_bd1b,
    .form_huge_6134 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .feature-liquid-6171,
    .breadcrumb_1a03,
    .video_ed5f {
        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 */
    
    .section-e717 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .preview_200c,
    .info_f79e,
    .hidden_iron_c35b {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .accordion-2e75 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .accordion-2e75::before {
        display: none;
    }
    
    .wrapper-1fb3 {
        max-width: none;
        padding: 0;
    }
    
    .progress_steel_3a88,
    .panel-8b6f {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .footer_9890,
    .fresh-6bbd,
    .grid-59b6,
    .label-next-3d47,
    .center_5ad4,
    .backdrop_mini_2d57 {
        display: none !important;
    }
    
    .steel_8853,
    .lite_2b98 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .table_6c71,
    .element_west_1bf0 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .frame_bright_f9f7,
    .column_24a1,
    .detail_fadb {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .prev-c723 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .steel_8853 {
        font-size: 1.5rem;
    }
    
    .input_motion_bd1b {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .motion_3a01 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .label-next-3d47 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .wrapper-1fb3 {
        max-width: 95%;
    }
    
    .progress_steel_3a88 {
        gap: 2.5rem;
    }
    
    .panel-8b6f {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .wrapper-1fb3 {
        max-width: 1600px;
    }
    
    .steel_8853 {
        font-size: 5rem;
    }
    
    .lite_2b98 {
        font-size: 3rem;
    }
}
/* css-noise: cc2d */
.promo-block-l2 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.2;
}
