/* {$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) {
    .search-218d {
        padding: 0 0.75rem;
    }
    
    .photo_ef1e {
        padding: 5rem 0 2rem;
    }
    
    .slow-f412 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .message_complex_a905 {
        font-size: 1rem;
    }
    
    .dim_82a3 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .pagination-cdd9 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .box_8353 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .next_2caf {
        font-size: 1.5rem;
    }
    
    .filter-white-7ad0,
    .pattern-fast-c79c {
        grid-template-columns: 1fr;
    }
    
    .label-slow-8562 .panel_d4b7 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .over-a2d6 {
        grid-template-columns: 1fr;
    }
    
    .overlay-dirty-f4b5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .search-218d {
        padding: 0 1rem;
    }
    
    .slow-f412 {
        font-size: 2rem;
    }
    
    .message_complex_a905 {
        font-size: 1.125rem;
    }
    
    .pagination-cdd9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .box_8353 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .dim_82a3 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .over-a2d6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .focused-c06c,
    .list-mini-64a9 {
        padding: 1.25rem;
    }
    
    .label-slow-8562 .panel_d4b7 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .search-218d {
        padding: 0 1.5rem;
    }
    
    .photo_ef1e {
        padding: 6rem 0 3rem;
    }
    
    .slow-f412 {
        font-size: 2.5rem;
    }
    
    .message_complex_a905 {
        font-size: 1.25rem;
    }
    
    .pagination-cdd9 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .box_8353 {
        padding: 1rem;
    }
    
    .next_2caf {
        font-size: 2rem;
    }
    
    .detail_iron_8341 {
        font-size: 1.125rem;
    }
    
    .filter-white-7ad0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pattern-fast-c79c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .over-a2d6 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .overlay-dirty-f4b5 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .box-32d0 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .wood-2b82 {
        display: none;
    }
    
    .summary_15f5 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .title_1f3a {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .search-218d {
        max-width: 750px;
    }
    
    .photo_ef1e {
        padding: 7rem 0 4rem;
    }
    
    .slow-f412 {
        font-size: 3rem;
    }
    
    .cold-8953 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .shadow_81e7 {
        gap: 3rem;
    }
    
    .filter-white-7ad0 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pattern-fast-c79c {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .logo_action_1505 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .label-slow-8562 {
        gap: 1.5rem;
    }
    
    .menu_narrow_7d9e {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .search-218d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .photo_ef1e {
        padding: 8rem 0 4rem;
    }
    
    .slow-f412 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .cold-8953 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .overlay_6b9e {
        order: 2;
    }
    
    .prev-7a97 {
        order: 1;
    }
    
    .shadow_81e7 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .shadow_81e7.text_next_ca3b {
        direction: rtl;
    }
    
    .shadow_81e7.text_next_ca3b > * {
        direction: ltr;
    }
    
    .menu_narrow_7d9e {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .block-099b {
        display: block;
    }
    
    .wood-2b82 {
        display: none;
    }
    
    .alert-bd94 {
        gap: 2rem;
    }
    
    .green-a3dd {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .input-921d:hover {
        transform: translateY(-4px);
    }
    
    .search-f7d4:hover {
        transform: translateY(-2px);
    }
    
    .menu_narrow_7d9e:hover {
        transform: scale(1.02);
    }
    
    .list-mini-64a9:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .search-218d {
        max-width: var(--container-max-width);
    }
    
    .photo_ef1e {
        padding: 10rem 0 5rem;
    }
    
    .slow-f412 {
        font-size: 4rem;
    }
    
    .message_complex_a905 {
        font-size: 1.375rem;
    }
    
    .next_2caf {
        font-size: 2.5rem;
    }
    
    .detail_iron_8341 {
        font-size: 1.25rem;
    }
    
    .cold-8953,
    .shadow_81e7 {
        gap: 5rem;
    }
    
    .alert-bd94 {
        gap: 2.5rem;
    }
    
    .focused-c06c,
    .list-mini-64a9,
    .input-921d {
        padding: 2rem;
    }
    
    .overlay-dirty-f4b5 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .search-218d {
        max-width: 1400px;
    }
    
    .photo_ef1e {
        padding: 12rem 0 6rem;
    }
    
    .cold-8953,
    .shadow_81e7 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .top_b11d img,
    .fresh_a589,
    .menu_narrow_7d9e {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .cold-8953 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .shadow_81e7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .shadow_81e7.text_next_ca3b {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .photo_ef1e {
        padding: 6rem 0 3rem;
    }
    
    .cold-8953 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .shadow_81e7 {
        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;
    }
    
    .photo_ef1e::before {
        animation: none;
    }
    
    .summary-north-1b09,
    .iron-2165 {
        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;
    }
    
    .active_287b,
    .dim_82a3,
    .menu_lower_e708 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .input-921d,
    .focused-c06c,
    .list-mini-64a9 {
        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 */
    
    .component-blue-b368 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .thick_71df,
    .large-75dc,
    .alert-purple-5d10 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .photo_ef1e {
        padding: 2rem 0;
        background: none !important;
    }
    
    .photo_ef1e::before {
        display: none;
    }
    
    .search-218d {
        max-width: none;
        padding: 0;
    }
    
    .cold-8953,
    .shadow_81e7 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .search-f7d4,
    .title_1f3a,
    .wood-2b82,
    .pagination-cdd9,
    .brown-9835,
    .medium-f5cc {
        display: none !important;
    }
    
    .slow-f412,
    .next_2caf {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .fresh_a589,
    .menu_narrow_7d9e {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .filter-white-7ad0,
    .pattern-fast-c79c,
    .label-slow-8562 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .logo_action_1505 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .slow-f412 {
        font-size: 1.5rem;
    }
    
    .dim_82a3 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .box_8353 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .pagination-cdd9 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .search-218d {
        max-width: 95%;
    }
    
    .cold-8953 {
        gap: 2.5rem;
    }
    
    .shadow_81e7 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .search-218d {
        max-width: 1600px;
    }
    
    .slow-f412 {
        font-size: 5rem;
    }
    
    .next_2caf {
        font-size: 3rem;
    }
}
/* css-noise: bb96 */
.shadow-element-s9 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
