/* {$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) {
    .section-down-291d {
        padding: 0 0.75rem;
    }
    
    .search-current-06bb {
        padding: 5rem 0 2rem;
    }
    
    .detail-iron-9339 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .hover-tall-58fb {
        font-size: 1rem;
    }
    
    .outer_e6c3 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .narrow_8309 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .short-4bed {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .row-pink-ee66 {
        font-size: 1.5rem;
    }
    
    .border-west-8182,
    .table_narrow_dc32 {
        grid-template-columns: 1fr;
    }
    
    .search-fa25 .input_5072 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .primary_fresh_c2f5 {
        grid-template-columns: 1fr;
    }
    
    .banner-650f {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .section-down-291d {
        padding: 0 1rem;
    }
    
    .detail-iron-9339 {
        font-size: 2rem;
    }
    
    .hover-tall-58fb {
        font-size: 1.125rem;
    }
    
    .narrow_8309 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .short-4bed {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .outer_e6c3 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .primary_fresh_c2f5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .text_motion_9578,
    .highlight-rough-ec7d {
        padding: 1.25rem;
    }
    
    .search-fa25 .input_5072 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .section-down-291d {
        padding: 0 1.5rem;
    }
    
    .search-current-06bb {
        padding: 6rem 0 3rem;
    }
    
    .detail-iron-9339 {
        font-size: 2.5rem;
    }
    
    .hover-tall-58fb {
        font-size: 1.25rem;
    }
    
    .narrow_8309 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .short-4bed {
        padding: 1rem;
    }
    
    .row-pink-ee66 {
        font-size: 2rem;
    }
    
    .rough_0693 {
        font-size: 1.125rem;
    }
    
    .border-west-8182 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .table_narrow_dc32 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .primary_fresh_c2f5 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .banner-650f {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .widget_856d {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .container_warm_ef29 {
        display: none;
    }
    
    .pagination-warm-a996 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .title-737d {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .section-down-291d {
        max-width: 750px;
    }
    
    .search-current-06bb {
        padding: 7rem 0 4rem;
    }
    
    .detail-iron-9339 {
        font-size: 3rem;
    }
    
    .widget_7b8b {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .easy-4f6d {
        gap: 3rem;
    }
    
    .border-west-8182 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .table_narrow_dc32 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .widget_wood_4fb8 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .search-fa25 {
        gap: 1.5rem;
    }
    
    .input-upper-dd78 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .section-down-291d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .search-current-06bb {
        padding: 8rem 0 4rem;
    }
    
    .detail-iron-9339 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .widget_7b8b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .element_96cf {
        order: 2;
    }
    
    .motion_31fb {
        order: 1;
    }
    
    .easy-4f6d {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .easy-4f6d.frame-glass-66bc {
        direction: rtl;
    }
    
    .easy-4f6d.frame-glass-66bc > * {
        direction: ltr;
    }
    
    .input-upper-dd78 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .soft-3fb5 {
        display: block;
    }
    
    .container_warm_ef29 {
        display: none;
    }
    
    .outer_0653 {
        gap: 2rem;
    }
    
    .title-black-a576 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .element_gold_1fe0:hover {
        transform: translateY(-4px);
    }
    
    .accordion_over_a03d:hover {
        transform: translateY(-2px);
    }
    
    .input-upper-dd78:hover {
        transform: scale(1.02);
    }
    
    .highlight-rough-ec7d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .section-down-291d {
        max-width: var(--container-max-width);
    }
    
    .search-current-06bb {
        padding: 10rem 0 5rem;
    }
    
    .detail-iron-9339 {
        font-size: 4rem;
    }
    
    .hover-tall-58fb {
        font-size: 1.375rem;
    }
    
    .row-pink-ee66 {
        font-size: 2.5rem;
    }
    
    .rough_0693 {
        font-size: 1.25rem;
    }
    
    .widget_7b8b,
    .easy-4f6d {
        gap: 5rem;
    }
    
    .outer_0653 {
        gap: 2.5rem;
    }
    
    .text_motion_9578,
    .highlight-rough-ec7d,
    .element_gold_1fe0 {
        padding: 2rem;
    }
    
    .banner-650f {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .section-down-291d {
        max-width: 1400px;
    }
    
    .search-current-06bb {
        padding: 12rem 0 6rem;
    }
    
    .widget_7b8b,
    .easy-4f6d {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .card_old_2ccc img,
    .up_f878,
    .input-upper-dd78 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .widget_7b8b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .easy-4f6d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .easy-4f6d.frame-glass-66bc {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .search-current-06bb {
        padding: 6rem 0 3rem;
    }
    
    .widget_7b8b {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .easy-4f6d {
        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;
    }
    
    .search-current-06bb::before {
        animation: none;
    }
    
    .progress-16dc,
    .mask-5d3c {
        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;
    }
    
    .blue_28c9,
    .outer_e6c3,
    .tiny-a217 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .element_gold_1fe0,
    .text_motion_9578,
    .highlight-rough-ec7d {
        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 */
    
    .gradient-53b6 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .message-2b55,
    .current_715c,
    .cool_ba82 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .search-current-06bb {
        padding: 2rem 0;
        background: none !important;
    }
    
    .search-current-06bb::before {
        display: none;
    }
    
    .section-down-291d {
        max-width: none;
        padding: 0;
    }
    
    .widget_7b8b,
    .easy-4f6d {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .accordion_over_a03d,
    .title-737d,
    .container_warm_ef29,
    .narrow_8309,
    .feature_lower_f6f2,
    .footer-fluid-2c09 {
        display: none !important;
    }
    
    .detail-iron-9339,
    .row-pink-ee66 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .up_f878,
    .input-upper-dd78 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .border-west-8182,
    .table_narrow_dc32,
    .search-fa25 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .widget_wood_4fb8 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .detail-iron-9339 {
        font-size: 1.5rem;
    }
    
    .outer_e6c3 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .short-4bed {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .narrow_8309 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .section-down-291d {
        max-width: 95%;
    }
    
    .widget_7b8b {
        gap: 2.5rem;
    }
    
    .easy-4f6d {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .section-down-291d {
        max-width: 1600px;
    }
    
    .detail-iron-9339 {
        font-size: 5rem;
    }
    
    .row-pink-ee66 {
        font-size: 3rem;
    }
}
/* css-noise: de2f */
.ghost-box-d7 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
