/* {$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) {
    .feature-e6e2 {
        padding: 0 0.75rem;
    }
    
    .current-49d6 {
        padding: 5rem 0 2rem;
    }
    
    .stale-591e {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .disabled-up-d0c2 {
        font-size: 1rem;
    }
    
    .sidebar_clean_b3e3 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .old_e94f {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .table-gas-e69c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .popup_66e5 {
        font-size: 1.5rem;
    }
    
    .summary-fcd4,
    .sidebar-gold-1fb6 {
        grid-template-columns: 1fr;
    }
    
    .sort_98d7 .alert_8a93 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .active_dim_70dd {
        grid-template-columns: 1fr;
    }
    
    .tabs_8f6d {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .feature-e6e2 {
        padding: 0 1rem;
    }
    
    .stale-591e {
        font-size: 2rem;
    }
    
    .disabled-up-d0c2 {
        font-size: 1.125rem;
    }
    
    .old_e94f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .table-gas-e69c {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .sidebar_clean_b3e3 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .active_dim_70dd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steel-6157,
    .banner-top-e4d8 {
        padding: 1.25rem;
    }
    
    .sort_98d7 .alert_8a93 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .feature-e6e2 {
        padding: 0 1.5rem;
    }
    
    .current-49d6 {
        padding: 6rem 0 3rem;
    }
    
    .stale-591e {
        font-size: 2.5rem;
    }
    
    .disabled-up-d0c2 {
        font-size: 1.25rem;
    }
    
    .old_e94f {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .table-gas-e69c {
        padding: 1rem;
    }
    
    .popup_66e5 {
        font-size: 2rem;
    }
    
    .tag_prev_6c8d {
        font-size: 1.125rem;
    }
    
    .summary-fcd4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sidebar-gold-1fb6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .active_dim_70dd {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .tabs_8f6d {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .white-b867 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .bronze-fbfe {
        display: none;
    }
    
    .fixed-3d1c {
        display: none !important;
    }
    
    /* Show desktop elements */
    .stale-9e35 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .feature-e6e2 {
        max-width: 750px;
    }
    
    .current-49d6 {
        padding: 7rem 0 4rem;
    }
    
    .stale-591e {
        font-size: 3rem;
    }
    
    .dark-117b {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .description-c419 {
        gap: 3rem;
    }
    
    .summary-fcd4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sidebar-gold-1fb6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .fast_29de {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sort_98d7 {
        gap: 1.5rem;
    }
    
    .table-easy-84df {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .feature-e6e2 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .current-49d6 {
        padding: 8rem 0 4rem;
    }
    
    .stale-591e {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .dark-117b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .secondary-medium-519d {
        order: 2;
    }
    
    .yellow-b0ba {
        order: 1;
    }
    
    .description-c419 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .description-c419.input-1b78 {
        direction: rtl;
    }
    
    .description-c419.input-1b78 > * {
        direction: ltr;
    }
    
    .table-easy-84df {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .shade_a040 {
        display: block;
    }
    
    .bronze-fbfe {
        display: none;
    }
    
    .first_3ef3 {
        gap: 2rem;
    }
    
    .accordion-complex-1f9f {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .hot-0f7e:hover {
        transform: translateY(-4px);
    }
    
    .link_wide_70ad:hover {
        transform: translateY(-2px);
    }
    
    .table-easy-84df:hover {
        transform: scale(1.02);
    }
    
    .banner-top-e4d8:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .feature-e6e2 {
        max-width: var(--container-max-width);
    }
    
    .current-49d6 {
        padding: 10rem 0 5rem;
    }
    
    .stale-591e {
        font-size: 4rem;
    }
    
    .disabled-up-d0c2 {
        font-size: 1.375rem;
    }
    
    .popup_66e5 {
        font-size: 2.5rem;
    }
    
    .tag_prev_6c8d {
        font-size: 1.25rem;
    }
    
    .dark-117b,
    .description-c419 {
        gap: 5rem;
    }
    
    .first_3ef3 {
        gap: 2.5rem;
    }
    
    .steel-6157,
    .banner-top-e4d8,
    .hot-0f7e {
        padding: 2rem;
    }
    
    .tabs_8f6d {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .feature-e6e2 {
        max-width: 1400px;
    }
    
    .current-49d6 {
        padding: 12rem 0 6rem;
    }
    
    .dark-117b,
    .description-c419 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .heading_right_6a1e img,
    .menu-ab72,
    .table-easy-84df {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .dark-117b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .description-c419 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .description-c419.input-1b78 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .current-49d6 {
        padding: 6rem 0 3rem;
    }
    
    .dark-117b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .description-c419 {
        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;
    }
    
    .current-49d6::before {
        animation: none;
    }
    
    .footer-mini-7219,
    .menu-18dd {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-color: #06b6d4;
    }
    
    .first_b90a,
    .sidebar_clean_b3e3,
    .tag-e3d7 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .hot-0f7e,
    .steel-6157,
    .banner-top-e4d8 {
        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 */
    
    .chip_3c98 {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .fixed_2e65,
    .active_65d7,
    .item-715b {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .current-49d6 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .current-49d6::before {
        display: none;
    }
    
    .feature-e6e2 {
        max-width: none;
        padding: 0;
    }
    
    .dark-117b,
    .description-c419 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .link_wide_70ad,
    .stale-9e35,
    .bronze-fbfe,
    .old_e94f,
    .thick_5f17,
    .warm-a4a5 {
        display: none !important;
    }
    
    .stale-591e,
    .popup_66e5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .menu-ab72,
    .table-easy-84df {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .summary-fcd4,
    .sidebar-gold-1fb6,
    .sort_98d7 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .fast_29de {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .stale-591e {
        font-size: 1.5rem;
    }
    
    .sidebar_clean_b3e3 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .table-gas-e69c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .old_e94f {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .feature-e6e2 {
        max-width: 95%;
    }
    
    .dark-117b {
        gap: 2.5rem;
    }
    
    .description-c419 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .feature-e6e2 {
        max-width: 1600px;
    }
    
    .stale-591e {
        font-size: 5rem;
    }
    
    .popup_66e5 {
        font-size: 3rem;
    }
}
/* css-noise: f3bb */
.phantom-card-w0 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
