/* {$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) {
    .progress-north-a4e3 {
        padding: 0 0.75rem;
    }
    
    .tiny-a6ee {
        padding: 5rem 0 2rem;
    }
    
    .gas_44fe {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .summary_full_eabc {
        font-size: 1rem;
    }
    
    .button-basic-7a6d {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .shadow-plasma-896e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .tabs-cf9b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .active_b885 {
        font-size: 1.5rem;
    }
    
    .row-b95e,
    .photo-e750 {
        grid-template-columns: 1fr;
    }
    
    .pink-fd12 .fluid-da1b {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .box_8e4e {
        grid-template-columns: 1fr;
    }
    
    .card-orange-11c9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .progress-north-a4e3 {
        padding: 0 1rem;
    }
    
    .gas_44fe {
        font-size: 2rem;
    }
    
    .summary_full_eabc {
        font-size: 1.125rem;
    }
    
    .shadow-plasma-896e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tabs-cf9b {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .button-basic-7a6d {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .box_8e4e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .title_0d2f,
    .breadcrumb-b3df {
        padding: 1.25rem;
    }
    
    .pink-fd12 .fluid-da1b {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .progress-north-a4e3 {
        padding: 0 1.5rem;
    }
    
    .tiny-a6ee {
        padding: 6rem 0 3rem;
    }
    
    .gas_44fe {
        font-size: 2.5rem;
    }
    
    .summary_full_eabc {
        font-size: 1.25rem;
    }
    
    .shadow-plasma-896e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .tabs-cf9b {
        padding: 1rem;
    }
    
    .active_b885 {
        font-size: 2rem;
    }
    
    .bottom-aad8 {
        font-size: 1.125rem;
    }
    
    .row-b95e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .photo-e750 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .box_8e4e {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .card-orange-11c9 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .current_933b {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .top_bf26 {
        display: none;
    }
    
    .section_dirty_5829 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .advanced-5cf7 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .progress-north-a4e3 {
        max-width: 750px;
    }
    
    .tiny-a6ee {
        padding: 7rem 0 4rem;
    }
    
    .gas_44fe {
        font-size: 3rem;
    }
    
    .sidebar_8ae0 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .summary-c220 {
        gap: 3rem;
    }
    
    .row-b95e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .photo-e750 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .outline_b206 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pink-fd12 {
        gap: 1.5rem;
    }
    
    .progress-7248 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .progress-north-a4e3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .tiny-a6ee {
        padding: 8rem 0 4rem;
    }
    
    .gas_44fe {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .sidebar_8ae0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .popup-1acb {
        order: 2;
    }
    
    .current_542b {
        order: 1;
    }
    
    .summary-c220 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .summary-c220.cool-4e74 {
        direction: rtl;
    }
    
    .summary-c220.cool-4e74 > * {
        direction: ltr;
    }
    
    .progress-7248 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .icon-f14a {
        display: block;
    }
    
    .top_bf26 {
        display: none;
    }
    
    .wrapper_cf49 {
        gap: 2rem;
    }
    
    .lite_55f5 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .top-030c:hover {
        transform: translateY(-4px);
    }
    
    .lower-ceb0:hover {
        transform: translateY(-2px);
    }
    
    .progress-7248:hover {
        transform: scale(1.02);
    }
    
    .breadcrumb-b3df:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .progress-north-a4e3 {
        max-width: var(--container-max-width);
    }
    
    .tiny-a6ee {
        padding: 10rem 0 5rem;
    }
    
    .gas_44fe {
        font-size: 4rem;
    }
    
    .summary_full_eabc {
        font-size: 1.375rem;
    }
    
    .active_b885 {
        font-size: 2.5rem;
    }
    
    .bottom-aad8 {
        font-size: 1.25rem;
    }
    
    .sidebar_8ae0,
    .summary-c220 {
        gap: 5rem;
    }
    
    .wrapper_cf49 {
        gap: 2.5rem;
    }
    
    .title_0d2f,
    .breadcrumb-b3df,
    .top-030c {
        padding: 2rem;
    }
    
    .card-orange-11c9 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .progress-north-a4e3 {
        max-width: 1400px;
    }
    
    .tiny-a6ee {
        padding: 12rem 0 6rem;
    }
    
    .sidebar_8ae0,
    .summary-c220 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .banner-selected-8db0 img,
    .message-complex-c8ff,
    .progress-7248 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .sidebar_8ae0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .summary-c220 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .summary-c220.cool-4e74 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .tiny-a6ee {
        padding: 6rem 0 3rem;
    }
    
    .sidebar_8ae0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .summary-c220 {
        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;
    }
    
    .tiny-a6ee::before {
        animation: none;
    }
    
    .popup_brown_6d38,
    .new-3470 {
        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;
    }
    
    .smooth-1a4b,
    .button-basic-7a6d,
    .summary-4342 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .top-030c,
    .title_0d2f,
    .breadcrumb-b3df {
        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 */
    
    .popup-fixed-4d8d {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .card_b18c,
    .out-c15b,
    .button_5f39 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .tiny-a6ee {
        padding: 2rem 0;
        background: none !important;
    }
    
    .tiny-a6ee::before {
        display: none;
    }
    
    .progress-north-a4e3 {
        max-width: none;
        padding: 0;
    }
    
    .sidebar_8ae0,
    .summary-c220 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .lower-ceb0,
    .advanced-5cf7,
    .top_bf26,
    .shadow-plasma-896e,
    .center-7fec,
    .input-easy-fc4f {
        display: none !important;
    }
    
    .gas_44fe,
    .active_b885 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .message-complex-c8ff,
    .progress-7248 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .row-b95e,
    .photo-e750,
    .pink-fd12 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .outline_b206 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .gas_44fe {
        font-size: 1.5rem;
    }
    
    .button-basic-7a6d {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .tabs-cf9b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .shadow-plasma-896e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .progress-north-a4e3 {
        max-width: 95%;
    }
    
    .sidebar_8ae0 {
        gap: 2.5rem;
    }
    
    .summary-c220 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .progress-north-a4e3 {
        max-width: 1600px;
    }
    
    .gas_44fe {
        font-size: 5rem;
    }
    
    .active_b885 {
        font-size: 3rem;
    }
}
/* css-noise: 3c3e */
.phantom-card-f6 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
