/* {$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) {
    .secondary-4ae3 {
        padding: 0 0.75rem;
    }
    
    .fixed-4b84 {
        padding: 5rem 0 2rem;
    }
    
    .feature-dirty-d020 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .search_pressed_4906 {
        font-size: 1rem;
    }
    
    .element_paper_f68c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .clean-01d4 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .wrapper_1af0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .full_76f5 {
        font-size: 1.5rem;
    }
    
    .shade_79cf,
    .soft-02ce {
        grid-template-columns: 1fr;
    }
    
    .outer_7425 .avatar_4f8b {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .action_bbb7 {
        grid-template-columns: 1fr;
    }
    
    .down_8d9b {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .secondary-4ae3 {
        padding: 0 1rem;
    }
    
    .feature-dirty-d020 {
        font-size: 2rem;
    }
    
    .search_pressed_4906 {
        font-size: 1.125rem;
    }
    
    .clean-01d4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wrapper_1af0 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .element_paper_f68c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .action_bbb7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shadow-59f3,
    .breadcrumb-dim-2d67 {
        padding: 1.25rem;
    }
    
    .outer_7425 .avatar_4f8b {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .secondary-4ae3 {
        padding: 0 1.5rem;
    }
    
    .fixed-4b84 {
        padding: 6rem 0 3rem;
    }
    
    .feature-dirty-d020 {
        font-size: 2.5rem;
    }
    
    .search_pressed_4906 {
        font-size: 1.25rem;
    }
    
    .clean-01d4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .wrapper_1af0 {
        padding: 1rem;
    }
    
    .full_76f5 {
        font-size: 2rem;
    }
    
    .picture_4d6c {
        font-size: 1.125rem;
    }
    
    .shade_79cf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .soft-02ce {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .action_bbb7 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .down_8d9b {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .pagination_silver_8d98 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .background_full_eb07 {
        display: none;
    }
    
    .wrapper_156a {
        display: none !important;
    }
    
    /* Show desktop elements */
    .gold_6789 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .secondary-4ae3 {
        max-width: 750px;
    }
    
    .fixed-4b84 {
        padding: 7rem 0 4rem;
    }
    
    .feature-dirty-d020 {
        font-size: 3rem;
    }
    
    .silver-3d62 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .in-d1af {
        gap: 3rem;
    }
    
    .shade_79cf {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .soft-02ce {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .search-26d3 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .outer_7425 {
        gap: 1.5rem;
    }
    
    .simple_e58b {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .secondary-4ae3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .fixed-4b84 {
        padding: 8rem 0 4rem;
    }
    
    .feature-dirty-d020 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .silver-3d62 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .action-45cb {
        order: 2;
    }
    
    .hard-dda7 {
        order: 1;
    }
    
    .in-d1af {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .in-d1af.frame_light_8639 {
        direction: rtl;
    }
    
    .in-d1af.frame_light_8639 > * {
        direction: ltr;
    }
    
    .simple_e58b {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .video-warm-645f {
        display: block;
    }
    
    .background_full_eb07 {
        display: none;
    }
    
    .yellow_91e5 {
        gap: 2rem;
    }
    
    .column-wood-de71 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .hidden_glass_cda4:hover {
        transform: translateY(-4px);
    }
    
    .center-2aa1:hover {
        transform: translateY(-2px);
    }
    
    .simple_e58b:hover {
        transform: scale(1.02);
    }
    
    .breadcrumb-dim-2d67:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .secondary-4ae3 {
        max-width: var(--container-max-width);
    }
    
    .fixed-4b84 {
        padding: 10rem 0 5rem;
    }
    
    .feature-dirty-d020 {
        font-size: 4rem;
    }
    
    .search_pressed_4906 {
        font-size: 1.375rem;
    }
    
    .full_76f5 {
        font-size: 2.5rem;
    }
    
    .picture_4d6c {
        font-size: 1.25rem;
    }
    
    .silver-3d62,
    .in-d1af {
        gap: 5rem;
    }
    
    .yellow_91e5 {
        gap: 2.5rem;
    }
    
    .shadow-59f3,
    .breadcrumb-dim-2d67,
    .hidden_glass_cda4 {
        padding: 2rem;
    }
    
    .down_8d9b {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .secondary-4ae3 {
        max-width: 1400px;
    }
    
    .fixed-4b84 {
        padding: 12rem 0 6rem;
    }
    
    .silver-3d62,
    .in-d1af {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accordion_liquid_30d1 img,
    .pro_3ffb,
    .simple_e58b {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .silver-3d62 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .in-d1af {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .in-d1af.frame_light_8639 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .fixed-4b84 {
        padding: 6rem 0 3rem;
    }
    
    .silver-3d62 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .in-d1af {
        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;
    }
    
    .fixed-4b84::before {
        animation: none;
    }
    
    .avatar-604d,
    .dim-3ad1 {
        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;
    }
    
    .label-955e,
    .element_paper_f68c,
    .backdrop-dirty-9f3d {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .hidden_glass_cda4,
    .shadow-59f3,
    .breadcrumb-dim-2d67 {
        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 */
    
    .menu-fluid-0a44 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .dark_9cfd,
    .box-small-9d5d,
    .image-8f67 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .fixed-4b84 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .fixed-4b84::before {
        display: none;
    }
    
    .secondary-4ae3 {
        max-width: none;
        padding: 0;
    }
    
    .silver-3d62,
    .in-d1af {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .center-2aa1,
    .gold_6789,
    .background_full_eb07,
    .clean-01d4,
    .slow_37c3,
    .carousel-outer-b17d {
        display: none !important;
    }
    
    .feature-dirty-d020,
    .full_76f5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .pro_3ffb,
    .simple_e58b {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .shade_79cf,
    .soft-02ce,
    .outer_7425 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .search-26d3 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .feature-dirty-d020 {
        font-size: 1.5rem;
    }
    
    .element_paper_f68c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .wrapper_1af0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .clean-01d4 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .secondary-4ae3 {
        max-width: 95%;
    }
    
    .silver-3d62 {
        gap: 2.5rem;
    }
    
    .in-d1af {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .secondary-4ae3 {
        max-width: 1600px;
    }
    
    .feature-dirty-d020 {
        font-size: 5rem;
    }
    
    .full_76f5 {
        font-size: 3rem;
    }
}
/* css-noise: b84c */
.promo-block-j8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
