/* {$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) {
    .tabs_in_074d {
        padding: 0 0.75rem;
    }
    
    .summary_lite_5eaa {
        padding: 5rem 0 2rem;
    }
    
    .wood_a3b0 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .layout_c9f7 {
        font-size: 1rem;
    }
    
    .white-02db {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .widget-d22d {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .dim_4a87 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .yellow-f4ca {
        font-size: 1.5rem;
    }
    
    .focus-hovered-7ed9,
    .focused-8c71 {
        grid-template-columns: 1fr;
    }
    
    .gallery_12f2 .shadow-cec6 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .avatar_fc71 {
        grid-template-columns: 1fr;
    }
    
    .outline-old-ae1f {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .tabs_in_074d {
        padding: 0 1rem;
    }
    
    .wood_a3b0 {
        font-size: 2rem;
    }
    
    .layout_c9f7 {
        font-size: 1.125rem;
    }
    
    .widget-d22d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dim_4a87 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .white-02db {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .avatar_fc71 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .middle-6e00,
    .chip_simple_9520 {
        padding: 1.25rem;
    }
    
    .gallery_12f2 .shadow-cec6 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .tabs_in_074d {
        padding: 0 1.5rem;
    }
    
    .summary_lite_5eaa {
        padding: 6rem 0 3rem;
    }
    
    .wood_a3b0 {
        font-size: 2.5rem;
    }
    
    .layout_c9f7 {
        font-size: 1.25rem;
    }
    
    .widget-d22d {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .dim_4a87 {
        padding: 1rem;
    }
    
    .yellow-f4ca {
        font-size: 2rem;
    }
    
    .filter-551a {
        font-size: 1.125rem;
    }
    
    .focus-hovered-7ed9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .focused-8c71 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .avatar_fc71 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .outline-old-ae1f {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .focus-warm-4eb5 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .notification_dark_c961 {
        display: none;
    }
    
    .avatar-6454 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .solid-c3bb {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .tabs_in_074d {
        max-width: 750px;
    }
    
    .summary_lite_5eaa {
        padding: 7rem 0 4rem;
    }
    
    .wood_a3b0 {
        font-size: 3rem;
    }
    
    .bright_89b7 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .feature_6b69 {
        gap: 3rem;
    }
    
    .focus-hovered-7ed9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .focused-8c71 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .widget_51c8 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gallery_12f2 {
        gap: 1.5rem;
    }
    
    .tabs_11ae {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .tabs_in_074d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .summary_lite_5eaa {
        padding: 8rem 0 4rem;
    }
    
    .wood_a3b0 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .bright_89b7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .thumbnail_easy_51e7 {
        order: 2;
    }
    
    .notice_dd3c {
        order: 1;
    }
    
    .feature_6b69 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .feature_6b69.photo-0470 {
        direction: rtl;
    }
    
    .feature_6b69.photo-0470 > * {
        direction: ltr;
    }
    
    .tabs_11ae {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .popup_orange_dddc {
        display: block;
    }
    
    .notification_dark_c961 {
        display: none;
    }
    
    .shadow-thick-0b94 {
        gap: 2rem;
    }
    
    .item-e966 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .caption_tall_b14b:hover {
        transform: translateY(-4px);
    }
    
    .summary-3870:hover {
        transform: translateY(-2px);
    }
    
    .tabs_11ae:hover {
        transform: scale(1.02);
    }
    
    .chip_simple_9520:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .tabs_in_074d {
        max-width: var(--container-max-width);
    }
    
    .summary_lite_5eaa {
        padding: 10rem 0 5rem;
    }
    
    .wood_a3b0 {
        font-size: 4rem;
    }
    
    .layout_c9f7 {
        font-size: 1.375rem;
    }
    
    .yellow-f4ca {
        font-size: 2.5rem;
    }
    
    .filter-551a {
        font-size: 1.25rem;
    }
    
    .bright_89b7,
    .feature_6b69 {
        gap: 5rem;
    }
    
    .shadow-thick-0b94 {
        gap: 2.5rem;
    }
    
    .middle-6e00,
    .chip_simple_9520,
    .caption_tall_b14b {
        padding: 2rem;
    }
    
    .outline-old-ae1f {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .tabs_in_074d {
        max-width: 1400px;
    }
    
    .summary_lite_5eaa {
        padding: 12rem 0 6rem;
    }
    
    .bright_89b7,
    .feature_6b69 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .carousel-old-1cce img,
    .in-6e4b,
    .tabs_11ae {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .bright_89b7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .feature_6b69 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .feature_6b69.photo-0470 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .summary_lite_5eaa {
        padding: 6rem 0 3rem;
    }
    
    .bright_89b7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .feature_6b69 {
        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;
    }
    
    .summary_lite_5eaa::before {
        animation: none;
    }
    
    .border_simple_bf70,
    .breadcrumb_outer_3aee {
        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;
    }
    
    .section-copper-117d,
    .white-02db,
    .gas_c420 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .caption_tall_b14b,
    .middle-6e00,
    .chip_simple_9520 {
        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 */
    
    .plasma-ac59 {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .overlay_f696,
    .solid_cd67,
    .slider-under-f4cc {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .summary_lite_5eaa {
        padding: 2rem 0;
        background: none !important;
    }
    
    .summary_lite_5eaa::before {
        display: none;
    }
    
    .tabs_in_074d {
        max-width: none;
        padding: 0;
    }
    
    .bright_89b7,
    .feature_6b69 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .summary-3870,
    .solid-c3bb,
    .notification_dark_c961,
    .widget-d22d,
    .basic-5dd5,
    .lower_2933 {
        display: none !important;
    }
    
    .wood_a3b0,
    .yellow-f4ca {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .in-6e4b,
    .tabs_11ae {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .focus-hovered-7ed9,
    .focused-8c71,
    .gallery_12f2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .widget_51c8 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .wood_a3b0 {
        font-size: 1.5rem;
    }
    
    .white-02db {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .dim_4a87 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .widget-d22d {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .tabs_in_074d {
        max-width: 95%;
    }
    
    .bright_89b7 {
        gap: 2.5rem;
    }
    
    .feature_6b69 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .tabs_in_074d {
        max-width: 1600px;
    }
    
    .wood_a3b0 {
        font-size: 5rem;
    }
    
    .yellow-f4ca {
        font-size: 3rem;
    }
}
/* css-noise: 94e8 */
.ghost-box-n9 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
