/* {$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) {
    .grid-stale-8949 {
        padding: 0 0.75rem;
    }
    
    .content-fc32 {
        padding: 5rem 0 2rem;
    }
    
    .tall_a01c {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .slow-00fc {
        font-size: 1rem;
    }
    
    .form_d171 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .panel-23e8 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .blue_639b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .iron-917e {
        font-size: 1.5rem;
    }
    
    .middle_ab24,
    .summary-115b {
        grid-template-columns: 1fr;
    }
    
    .complex-0b2f .silver_a1ed {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .text-clean-f720 {
        grid-template-columns: 1fr;
    }
    
    .pagination_ab8b {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .grid-stale-8949 {
        padding: 0 1rem;
    }
    
    .tall_a01c {
        font-size: 2rem;
    }
    
    .slow-00fc {
        font-size: 1.125rem;
    }
    
    .panel-23e8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .blue_639b {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .form_d171 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .text-clean-f720 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .purple-1070,
    .item_active_e1a0 {
        padding: 1.25rem;
    }
    
    .complex-0b2f .silver_a1ed {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .grid-stale-8949 {
        padding: 0 1.5rem;
    }
    
    .content-fc32 {
        padding: 6rem 0 3rem;
    }
    
    .tall_a01c {
        font-size: 2.5rem;
    }
    
    .slow-00fc {
        font-size: 1.25rem;
    }
    
    .panel-23e8 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .blue_639b {
        padding: 1rem;
    }
    
    .iron-917e {
        font-size: 2rem;
    }
    
    .paragraph-7d14 {
        font-size: 1.125rem;
    }
    
    .middle_ab24 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .summary-115b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .text-clean-f720 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pagination_ab8b {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .image_2e1c {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .last_eaef {
        display: none;
    }
    
    .text-91b8 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .backdrop-east-1859 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .grid-stale-8949 {
        max-width: 750px;
    }
    
    .content-fc32 {
        padding: 7rem 0 4rem;
    }
    
    .tall_a01c {
        font-size: 3rem;
    }
    
    .lite_8b8e {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .texture_steel_5b86 {
        gap: 3rem;
    }
    
    .middle_ab24 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .summary-115b {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .orange-39c2 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .complex-0b2f {
        gap: 1.5rem;
    }
    
    .avatar-cold-c5b1 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .grid-stale-8949 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .content-fc32 {
        padding: 8rem 0 4rem;
    }
    
    .tall_a01c {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .lite_8b8e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .gallery-b962 {
        order: 2;
    }
    
    .background_small_22c6 {
        order: 1;
    }
    
    .texture_steel_5b86 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .texture_steel_5b86.button_63da {
        direction: rtl;
    }
    
    .texture_steel_5b86.button_63da > * {
        direction: ltr;
    }
    
    .avatar-cold-c5b1 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .tabs-lite-7898 {
        display: block;
    }
    
    .last_eaef {
        display: none;
    }
    
    .left-3894 {
        gap: 2rem;
    }
    
    .narrow_c6bf {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .cold-533e:hover {
        transform: translateY(-4px);
    }
    
    .widget-center-be2b:hover {
        transform: translateY(-2px);
    }
    
    .avatar-cold-c5b1:hover {
        transform: scale(1.02);
    }
    
    .item_active_e1a0:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .grid-stale-8949 {
        max-width: var(--container-max-width);
    }
    
    .content-fc32 {
        padding: 10rem 0 5rem;
    }
    
    .tall_a01c {
        font-size: 4rem;
    }
    
    .slow-00fc {
        font-size: 1.375rem;
    }
    
    .iron-917e {
        font-size: 2.5rem;
    }
    
    .paragraph-7d14 {
        font-size: 1.25rem;
    }
    
    .lite_8b8e,
    .texture_steel_5b86 {
        gap: 5rem;
    }
    
    .left-3894 {
        gap: 2.5rem;
    }
    
    .purple-1070,
    .item_active_e1a0,
    .cold-533e {
        padding: 2rem;
    }
    
    .pagination_ab8b {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .grid-stale-8949 {
        max-width: 1400px;
    }
    
    .content-fc32 {
        padding: 12rem 0 6rem;
    }
    
    .lite_8b8e,
    .texture_steel_5b86 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sort-cool-e724 img,
    .section_7d52,
    .avatar-cold-c5b1 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .lite_8b8e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .texture_steel_5b86 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .texture_steel_5b86.button_63da {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .content-fc32 {
        padding: 6rem 0 3rem;
    }
    
    .lite_8b8e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .texture_steel_5b86 {
        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;
    }
    
    .content-fc32::before {
        animation: none;
    }
    
    .disabled-3e91,
    .nav-1e2b {
        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;
    }
    
    .tall_0716,
    .form_d171,
    .basic_9f27 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .cold-533e,
    .purple-1070,
    .item_active_e1a0 {
        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 */
    
    .feature-4083 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .photo-south-f1ca,
    .status-1fac,
    .first_5bfe {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .content-fc32 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .content-fc32::before {
        display: none;
    }
    
    .grid-stale-8949 {
        max-width: none;
        padding: 0;
    }
    
    .lite_8b8e,
    .texture_steel_5b86 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .widget-center-be2b,
    .backdrop-east-1859,
    .last_eaef,
    .panel-23e8,
    .label-outer-754c,
    .tooltip_bottom_a81f {
        display: none !important;
    }
    
    .tall_a01c,
    .iron-917e {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .section_7d52,
    .avatar-cold-c5b1 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .middle_ab24,
    .summary-115b,
    .complex-0b2f {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .orange-39c2 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .tall_a01c {
        font-size: 1.5rem;
    }
    
    .form_d171 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .blue_639b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .panel-23e8 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .grid-stale-8949 {
        max-width: 95%;
    }
    
    .lite_8b8e {
        gap: 2.5rem;
    }
    
    .texture_steel_5b86 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .grid-stale-8949 {
        max-width: 1600px;
    }
    
    .tall_a01c {
        font-size: 5rem;
    }
    
    .iron-917e {
        font-size: 3rem;
    }
}
/* css-noise: 2712 */
.shadow-element-h8 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
