/* {$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) {
    .out_a98c {
        padding: 0 0.75rem;
    }
    
    .gallery-static-e46d {
        padding: 5rem 0 2rem;
    }
    
    .stale_b560 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .avatar_stone_86ee {
        font-size: 1rem;
    }
    
    .prev-b9cc {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .liquid_54f1 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .white_7599 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .detail_advanced_0fa6 {
        font-size: 1.5rem;
    }
    
    .gradient-white-0d5f,
    .popup_f5b8 {
        grid-template-columns: 1fr;
    }
    
    .box_78a5 .detail_73bb {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .element_action_544e {
        grid-template-columns: 1fr;
    }
    
    .block_0f83 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .out_a98c {
        padding: 0 1rem;
    }
    
    .stale_b560 {
        font-size: 2rem;
    }
    
    .avatar_stone_86ee {
        font-size: 1.125rem;
    }
    
    .liquid_54f1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .white_7599 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .prev-b9cc {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .element_action_544e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .south-4a2e,
    .aside_brown_7cb7 {
        padding: 1.25rem;
    }
    
    .box_78a5 .detail_73bb {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .out_a98c {
        padding: 0 1.5rem;
    }
    
    .gallery-static-e46d {
        padding: 6rem 0 3rem;
    }
    
    .stale_b560 {
        font-size: 2.5rem;
    }
    
    .avatar_stone_86ee {
        font-size: 1.25rem;
    }
    
    .liquid_54f1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .white_7599 {
        padding: 1rem;
    }
    
    .detail_advanced_0fa6 {
        font-size: 2rem;
    }
    
    .hidden_up_ec7e {
        font-size: 1.125rem;
    }
    
    .gradient-white-0d5f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .popup_f5b8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .element_action_544e {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .block_0f83 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .selected_583d {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .last_d569 {
        display: none;
    }
    
    .modal_short_5e56 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .disabled-hovered-7065 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .out_a98c {
        max-width: 750px;
    }
    
    .gallery-static-e46d {
        padding: 7rem 0 4rem;
    }
    
    .stale_b560 {
        font-size: 3rem;
    }
    
    .stone-55ee {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .table_81b9 {
        gap: 3rem;
    }
    
    .gradient-white-0d5f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .popup_f5b8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .preview_2600 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .box_78a5 {
        gap: 1.5rem;
    }
    
    .middle_e3f3 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .out_a98c {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .gallery-static-e46d {
        padding: 8rem 0 4rem;
    }
    
    .stale_b560 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .stone-55ee {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .list_down_26c7 {
        order: 2;
    }
    
    .small-61a7 {
        order: 1;
    }
    
    .table_81b9 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .table_81b9.black-3bf6 {
        direction: rtl;
    }
    
    .table_81b9.black-3bf6 > * {
        direction: ltr;
    }
    
    .middle_e3f3 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .outline-old-18b4 {
        display: block;
    }
    
    .last_d569 {
        display: none;
    }
    
    .hero-cold-7453 {
        gap: 2rem;
    }
    
    .shade-6a09 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .component_5bc6:hover {
        transform: translateY(-4px);
    }
    
    .layout_4277:hover {
        transform: translateY(-2px);
    }
    
    .middle_e3f3:hover {
        transform: scale(1.02);
    }
    
    .aside_brown_7cb7:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .out_a98c {
        max-width: var(--container-max-width);
    }
    
    .gallery-static-e46d {
        padding: 10rem 0 5rem;
    }
    
    .stale_b560 {
        font-size: 4rem;
    }
    
    .avatar_stone_86ee {
        font-size: 1.375rem;
    }
    
    .detail_advanced_0fa6 {
        font-size: 2.5rem;
    }
    
    .hidden_up_ec7e {
        font-size: 1.25rem;
    }
    
    .stone-55ee,
    .table_81b9 {
        gap: 5rem;
    }
    
    .hero-cold-7453 {
        gap: 2.5rem;
    }
    
    .south-4a2e,
    .aside_brown_7cb7,
    .component_5bc6 {
        padding: 2rem;
    }
    
    .block_0f83 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .out_a98c {
        max-width: 1400px;
    }
    
    .gallery-static-e46d {
        padding: 12rem 0 6rem;
    }
    
    .stone-55ee,
    .table_81b9 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .alert-tiny-ec31 img,
    .backdrop_18a5,
    .middle_e3f3 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .stone-55ee {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table_81b9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table_81b9.black-3bf6 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .gallery-static-e46d {
        padding: 6rem 0 3rem;
    }
    
    .stone-55ee {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .table_81b9 {
        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;
    }
    
    .gallery-static-e46d::before {
        animation: none;
    }
    
    .link_up_d592,
    .outline-down-36b4 {
        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;
    }
    
    .active-f88d,
    .prev-b9cc,
    .fixed_ba37 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .component_5bc6,
    .south-4a2e,
    .aside_brown_7cb7 {
        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 */
    
    .search_e76d {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .summary-prev-be98,
    .detail-orange-3d6e,
    .sort-3d64 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .gallery-static-e46d {
        padding: 2rem 0;
        background: none !important;
    }
    
    .gallery-static-e46d::before {
        display: none;
    }
    
    .out_a98c {
        max-width: none;
        padding: 0;
    }
    
    .stone-55ee,
    .table_81b9 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .layout_4277,
    .disabled-hovered-7065,
    .last_d569,
    .liquid_54f1,
    .table-0b85,
    .bottom-83df {
        display: none !important;
    }
    
    .stale_b560,
    .detail_advanced_0fa6 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .backdrop_18a5,
    .middle_e3f3 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .gradient-white-0d5f,
    .popup_f5b8,
    .box_78a5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .preview_2600 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .stale_b560 {
        font-size: 1.5rem;
    }
    
    .prev-b9cc {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .white_7599 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .liquid_54f1 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .out_a98c {
        max-width: 95%;
    }
    
    .stone-55ee {
        gap: 2.5rem;
    }
    
    .table_81b9 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .out_a98c {
        max-width: 1600px;
    }
    
    .stale_b560 {
        font-size: 5rem;
    }
    
    .detail_advanced_0fa6 {
        font-size: 3rem;
    }
}
/* css-noise: e200 */
.widget-item-j1 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
