/* {$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) {
    .shade-center-dd20 {
        padding: 0 0.75rem;
    }
    
    .slider_c6cd {
        padding: 5rem 0 2rem;
    }
    
    .steel-c379 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .full_0913 {
        font-size: 1rem;
    }
    
    .pattern-gas-604e {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .dirty_a484 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .avatar-dim-0ca0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .popup_plasma_5c11 {
        font-size: 1.5rem;
    }
    
    .element-first-2bdc,
    .yellow_8810 {
        grid-template-columns: 1fr;
    }
    
    .soft-fcc8 .iron-afb2 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .dirty-39d7 {
        grid-template-columns: 1fr;
    }
    
    .huge-6008 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .shade-center-dd20 {
        padding: 0 1rem;
    }
    
    .steel-c379 {
        font-size: 2rem;
    }
    
    .full_0913 {
        font-size: 1.125rem;
    }
    
    .dirty_a484 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .avatar-dim-0ca0 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .pattern-gas-604e {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .dirty-39d7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gold-4b7d,
    .backdrop_selected_5649 {
        padding: 1.25rem;
    }
    
    .soft-fcc8 .iron-afb2 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .shade-center-dd20 {
        padding: 0 1.5rem;
    }
    
    .slider_c6cd {
        padding: 6rem 0 3rem;
    }
    
    .steel-c379 {
        font-size: 2.5rem;
    }
    
    .full_0913 {
        font-size: 1.25rem;
    }
    
    .dirty_a484 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .avatar-dim-0ca0 {
        padding: 1rem;
    }
    
    .popup_plasma_5c11 {
        font-size: 2rem;
    }
    
    .black_e2e2 {
        font-size: 1.125rem;
    }
    
    .element-first-2bdc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yellow_8810 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dirty-39d7 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .huge-6008 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .progress-50ef {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .tabs_8d0f {
        display: none;
    }
    
    .video-top-a2db {
        display: none !important;
    }
    
    /* Show desktop elements */
    .tag_7a98 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .shade-center-dd20 {
        max-width: 750px;
    }
    
    .slider_c6cd {
        padding: 7rem 0 4rem;
    }
    
    .steel-c379 {
        font-size: 3rem;
    }
    
    .border-easy-ef88 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .surface_e4e1 {
        gap: 3rem;
    }
    
    .element-first-2bdc {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .yellow_8810 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .row_blue_995d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .soft-fcc8 {
        gap: 1.5rem;
    }
    
    .table_cold_dc31 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .shade-center-dd20 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .slider_c6cd {
        padding: 8rem 0 4rem;
    }
    
    .steel-c379 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .border-easy-ef88 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .yellow-fc1b {
        order: 2;
    }
    
    .green_3cd2 {
        order: 1;
    }
    
    .surface_e4e1 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .surface_e4e1.focus-d0dd {
        direction: rtl;
    }
    
    .surface_e4e1.focus-d0dd > * {
        direction: ltr;
    }
    
    .table_cold_dc31 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .content_yellow_a365 {
        display: block;
    }
    
    .tabs_8d0f {
        display: none;
    }
    
    .paragraph_428c {
        gap: 2rem;
    }
    
    .liquid_6922 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .secondary-7c53:hover {
        transform: translateY(-4px);
    }
    
    .shadow_87dc:hover {
        transform: translateY(-2px);
    }
    
    .table_cold_dc31:hover {
        transform: scale(1.02);
    }
    
    .backdrop_selected_5649:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .shade-center-dd20 {
        max-width: var(--container-max-width);
    }
    
    .slider_c6cd {
        padding: 10rem 0 5rem;
    }
    
    .steel-c379 {
        font-size: 4rem;
    }
    
    .full_0913 {
        font-size: 1.375rem;
    }
    
    .popup_plasma_5c11 {
        font-size: 2.5rem;
    }
    
    .black_e2e2 {
        font-size: 1.25rem;
    }
    
    .border-easy-ef88,
    .surface_e4e1 {
        gap: 5rem;
    }
    
    .paragraph_428c {
        gap: 2.5rem;
    }
    
    .gold-4b7d,
    .backdrop_selected_5649,
    .secondary-7c53 {
        padding: 2rem;
    }
    
    .huge-6008 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .shade-center-dd20 {
        max-width: 1400px;
    }
    
    .slider_c6cd {
        padding: 12rem 0 6rem;
    }
    
    .border-easy-ef88,
    .surface_e4e1 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .card-d3e8 img,
    .card-52ac,
    .table_cold_dc31 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .border-easy-ef88 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .surface_e4e1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .surface_e4e1.focus-d0dd {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .slider_c6cd {
        padding: 6rem 0 3rem;
    }
    
    .border-easy-ef88 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .surface_e4e1 {
        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;
    }
    
    .slider_c6cd::before {
        animation: none;
    }
    
    .accent_d824,
    .widget-pro-cb59 {
        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;
    }
    
    .thumbnail_f5b5,
    .pattern-gas-604e,
    .block_gold_6a22 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .secondary-7c53,
    .gold-4b7d,
    .backdrop_selected_5649 {
        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 */
    
    .surface-gold-3d0e {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .table-1230,
    .grid_b5bb,
    .alert-narrow-aa5b {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .slider_c6cd {
        padding: 2rem 0;
        background: none !important;
    }
    
    .slider_c6cd::before {
        display: none;
    }
    
    .shade-center-dd20 {
        max-width: none;
        padding: 0;
    }
    
    .border-easy-ef88,
    .surface_e4e1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shadow_87dc,
    .tag_7a98,
    .tabs_8d0f,
    .dirty_a484,
    .gradient_84e7,
    .fixed-cd56 {
        display: none !important;
    }
    
    .steel-c379,
    .popup_plasma_5c11 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .card-52ac,
    .table_cold_dc31 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .element-first-2bdc,
    .yellow_8810,
    .soft-fcc8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .row_blue_995d {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .steel-c379 {
        font-size: 1.5rem;
    }
    
    .pattern-gas-604e {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .avatar-dim-0ca0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .dirty_a484 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .shade-center-dd20 {
        max-width: 95%;
    }
    
    .border-easy-ef88 {
        gap: 2.5rem;
    }
    
    .surface_e4e1 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .shade-center-dd20 {
        max-width: 1600px;
    }
    
    .steel-c379 {
        font-size: 5rem;
    }
    
    .popup_plasma_5c11 {
        font-size: 3rem;
    }
}
/* css-noise: d913 */
.widget-item-y2 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
