/* {$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) {
    .list_old_d7d2 {
        padding: 0 0.75rem;
    }
    
    .surface-narrow-9d41 {
        padding: 5rem 0 2rem;
    }
    
    .summary_6e59 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .background-active-8f01 {
        font-size: 1rem;
    }
    
    .tabs-3647 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hover_9f69 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .pro-464f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .summary_1dfb {
        font-size: 1.5rem;
    }
    
    .plasma_530d,
    .filter-green-ea6a {
        grid-template-columns: 1fr;
    }
    
    .text_c801 .soft-3ca2 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .in_be00 {
        grid-template-columns: 1fr;
    }
    
    .picture_2405 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .list_old_d7d2 {
        padding: 0 1rem;
    }
    
    .summary_6e59 {
        font-size: 2rem;
    }
    
    .background-active-8f01 {
        font-size: 1.125rem;
    }
    
    .hover_9f69 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pro-464f {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .tabs-3647 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .in_be00 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .message-top-c846,
    .container-purple-5936 {
        padding: 1.25rem;
    }
    
    .text_c801 .soft-3ca2 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .list_old_d7d2 {
        padding: 0 1.5rem;
    }
    
    .surface-narrow-9d41 {
        padding: 6rem 0 3rem;
    }
    
    .summary_6e59 {
        font-size: 2.5rem;
    }
    
    .background-active-8f01 {
        font-size: 1.25rem;
    }
    
    .hover_9f69 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .pro-464f {
        padding: 1rem;
    }
    
    .summary_1dfb {
        font-size: 2rem;
    }
    
    .disabled_d089 {
        font-size: 1.125rem;
    }
    
    .plasma_530d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filter-green-ea6a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .in_be00 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .picture_2405 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .module-advanced-e5cf {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .hovered-76c7 {
        display: none;
    }
    
    .message-glass-7b35 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .frame_aa58 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .list_old_d7d2 {
        max-width: 750px;
    }
    
    .surface-narrow-9d41 {
        padding: 7rem 0 4rem;
    }
    
    .summary_6e59 {
        font-size: 3rem;
    }
    
    .tiny-f288 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .fixed_1935 {
        gap: 3rem;
    }
    
    .plasma_530d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .filter-green-ea6a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .component-9c62 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .text_c801 {
        gap: 1.5rem;
    }
    
    .wood-ba99 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .list_old_d7d2 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .surface-narrow-9d41 {
        padding: 8rem 0 4rem;
    }
    
    .summary_6e59 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .tiny-f288 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .basic-ba95 {
        order: 2;
    }
    
    .heading-last-37a1 {
        order: 1;
    }
    
    .fixed_1935 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .fixed_1935.first_f848 {
        direction: rtl;
    }
    
    .fixed_1935.first_f848 > * {
        direction: ltr;
    }
    
    .wood-ba99 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .sort_d6d1 {
        display: block;
    }
    
    .hovered-76c7 {
        display: none;
    }
    
    .photo-4ba0 {
        gap: 2rem;
    }
    
    .surface-smooth-84cf {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .dropdown-pink-e497:hover {
        transform: translateY(-4px);
    }
    
    .frame-over-4b06:hover {
        transform: translateY(-2px);
    }
    
    .wood-ba99:hover {
        transform: scale(1.02);
    }
    
    .container-purple-5936:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .list_old_d7d2 {
        max-width: var(--container-max-width);
    }
    
    .surface-narrow-9d41 {
        padding: 10rem 0 5rem;
    }
    
    .summary_6e59 {
        font-size: 4rem;
    }
    
    .background-active-8f01 {
        font-size: 1.375rem;
    }
    
    .summary_1dfb {
        font-size: 2.5rem;
    }
    
    .disabled_d089 {
        font-size: 1.25rem;
    }
    
    .tiny-f288,
    .fixed_1935 {
        gap: 5rem;
    }
    
    .photo-4ba0 {
        gap: 2.5rem;
    }
    
    .message-top-c846,
    .container-purple-5936,
    .dropdown-pink-e497 {
        padding: 2rem;
    }
    
    .picture_2405 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .list_old_d7d2 {
        max-width: 1400px;
    }
    
    .surface-narrow-9d41 {
        padding: 12rem 0 6rem;
    }
    
    .tiny-f288,
    .fixed_1935 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .lower_32f6 img,
    .highlight_next_f6a9,
    .wood-ba99 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .tiny-f288 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .fixed_1935 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .fixed_1935.first_f848 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .surface-narrow-9d41 {
        padding: 6rem 0 3rem;
    }
    
    .tiny-f288 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .fixed_1935 {
        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;
    }
    
    .surface-narrow-9d41::before {
        animation: none;
    }
    
    .glass-5ef4,
    .under_1af7 {
        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;
    }
    
    .dynamic_daf4,
    .tabs-3647,
    .pattern_cool_32bc {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .dropdown-pink-e497,
    .message-top-c846,
    .container-purple-5936 {
        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 */
    
    .focus_fluid_3156 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .accordion-0907,
    .first_a80a,
    .active_a4ec {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .surface-narrow-9d41 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .surface-narrow-9d41::before {
        display: none;
    }
    
    .list_old_d7d2 {
        max-width: none;
        padding: 0;
    }
    
    .tiny-f288,
    .fixed_1935 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .frame-over-4b06,
    .frame_aa58,
    .hovered-76c7,
    .hover_9f69,
    .lower_121c,
    .motion-06c1 {
        display: none !important;
    }
    
    .summary_6e59,
    .summary_1dfb {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .highlight_next_f6a9,
    .wood-ba99 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .plasma_530d,
    .filter-green-ea6a,
    .text_c801 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .component-9c62 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .summary_6e59 {
        font-size: 1.5rem;
    }
    
    .tabs-3647 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .pro-464f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .hover_9f69 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .list_old_d7d2 {
        max-width: 95%;
    }
    
    .tiny-f288 {
        gap: 2.5rem;
    }
    
    .fixed_1935 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .list_old_d7d2 {
        max-width: 1600px;
    }
    
    .summary_6e59 {
        font-size: 5rem;
    }
    
    .summary_1dfb {
        font-size: 3rem;
    }
}
/* css-noise: 7289 */
.phantom-card-e2 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
