/* {$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) {
    .image-1493 {
        padding: 0 0.75rem;
    }
    
    .gold-7066 {
        padding: 5rem 0 2rem;
    }
    
    .preview-purple-24d9 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .main_top_95b7 {
        font-size: 1rem;
    }
    
    .text-cool-4e45 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .dropdown-yellow-62f2 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .border-tiny-ba19 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .middle_cd4b {
        font-size: 1.5rem;
    }
    
    .west_3ebc,
    .header-lite-cf48 {
        grid-template-columns: 1fr;
    }
    
    .footer_iron_017c .cold-0ccc {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .chip-hot-08f9 {
        grid-template-columns: 1fr;
    }
    
    .right_95d3 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .image-1493 {
        padding: 0 1rem;
    }
    
    .preview-purple-24d9 {
        font-size: 2rem;
    }
    
    .main_top_95b7 {
        font-size: 1.125rem;
    }
    
    .dropdown-yellow-62f2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .border-tiny-ba19 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .text-cool-4e45 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .chip-hot-08f9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .motion_a00c,
    .slow_eec1 {
        padding: 1.25rem;
    }
    
    .footer_iron_017c .cold-0ccc {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .image-1493 {
        padding: 0 1.5rem;
    }
    
    .gold-7066 {
        padding: 6rem 0 3rem;
    }
    
    .preview-purple-24d9 {
        font-size: 2.5rem;
    }
    
    .main_top_95b7 {
        font-size: 1.25rem;
    }
    
    .dropdown-yellow-62f2 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .border-tiny-ba19 {
        padding: 1rem;
    }
    
    .middle_cd4b {
        font-size: 2rem;
    }
    
    .sidebar-current-c3e9 {
        font-size: 1.125rem;
    }
    
    .west_3ebc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .header-lite-cf48 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chip-hot-08f9 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .right_95d3 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .fixed_8950 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .prev_ea70 {
        display: none;
    }
    
    .form_523e {
        display: none !important;
    }
    
    /* Show desktop elements */
    .search_selected_de1a {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .image-1493 {
        max-width: 750px;
    }
    
    .gold-7066 {
        padding: 7rem 0 4rem;
    }
    
    .preview-purple-24d9 {
        font-size: 3rem;
    }
    
    .tertiary-west-9f82 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .smooth_43ea {
        gap: 3rem;
    }
    
    .west_3ebc {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .header-lite-cf48 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .dropdown-c43f {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .footer_iron_017c {
        gap: 1.5rem;
    }
    
    .search-d97f {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .image-1493 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .gold-7066 {
        padding: 8rem 0 4rem;
    }
    
    .preview-purple-24d9 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .tertiary-west-9f82 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .silver-448b {
        order: 2;
    }
    
    .bronze-a498 {
        order: 1;
    }
    
    .smooth_43ea {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .smooth_43ea.logo_current_0ef2 {
        direction: rtl;
    }
    
    .smooth_43ea.logo_current_0ef2 > * {
        direction: ltr;
    }
    
    .search-d97f {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .chip-e713 {
        display: block;
    }
    
    .prev_ea70 {
        display: none;
    }
    
    .dirty-0471 {
        gap: 2rem;
    }
    
    .fast_476b {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .plasma-ca55:hover {
        transform: translateY(-4px);
    }
    
    .breadcrumb_right_0f3b:hover {
        transform: translateY(-2px);
    }
    
    .search-d97f:hover {
        transform: scale(1.02);
    }
    
    .slow_eec1:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .image-1493 {
        max-width: var(--container-max-width);
    }
    
    .gold-7066 {
        padding: 10rem 0 5rem;
    }
    
    .preview-purple-24d9 {
        font-size: 4rem;
    }
    
    .main_top_95b7 {
        font-size: 1.375rem;
    }
    
    .middle_cd4b {
        font-size: 2.5rem;
    }
    
    .sidebar-current-c3e9 {
        font-size: 1.25rem;
    }
    
    .tertiary-west-9f82,
    .smooth_43ea {
        gap: 5rem;
    }
    
    .dirty-0471 {
        gap: 2.5rem;
    }
    
    .motion_a00c,
    .slow_eec1,
    .plasma-ca55 {
        padding: 2rem;
    }
    
    .right_95d3 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .image-1493 {
        max-width: 1400px;
    }
    
    .gold-7066 {
        padding: 12rem 0 6rem;
    }
    
    .tertiary-west-9f82,
    .smooth_43ea {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .focused_c745 img,
    .tertiary-a48a,
    .search-d97f {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .tertiary-west-9f82 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .smooth_43ea {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .smooth_43ea.logo_current_0ef2 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .gold-7066 {
        padding: 6rem 0 3rem;
    }
    
    .tertiary-west-9f82 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .smooth_43ea {
        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;
    }
    
    .gold-7066::before {
        animation: none;
    }
    
    .preview-60c6,
    .tabs_575b {
        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;
    }
    
    .tabs_98ec,
    .text-cool-4e45,
    .selected-6a78 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .plasma-ca55,
    .motion_a00c,
    .slow_eec1 {
        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 */
    
    .status-pro-c4bb {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .hero_motion_0171,
    .preview_5b13,
    .short-2438 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .gold-7066 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .gold-7066::before {
        display: none;
    }
    
    .image-1493 {
        max-width: none;
        padding: 0;
    }
    
    .tertiary-west-9f82,
    .smooth_43ea {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .breadcrumb_right_0f3b,
    .search_selected_de1a,
    .prev_ea70,
    .dropdown-yellow-62f2,
    .link_514a,
    .box-current-7cb0 {
        display: none !important;
    }
    
    .preview-purple-24d9,
    .middle_cd4b {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .tertiary-a48a,
    .search-d97f {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .west_3ebc,
    .header-lite-cf48,
    .footer_iron_017c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .dropdown-c43f {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .preview-purple-24d9 {
        font-size: 1.5rem;
    }
    
    .text-cool-4e45 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .border-tiny-ba19 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .dropdown-yellow-62f2 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .image-1493 {
        max-width: 95%;
    }
    
    .tertiary-west-9f82 {
        gap: 2.5rem;
    }
    
    .smooth_43ea {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .image-1493 {
        max-width: 1600px;
    }
    
    .preview-purple-24d9 {
        font-size: 5rem;
    }
    
    .middle_cd4b {
        font-size: 3rem;
    }
}
/* css-noise: 5c52 */
.promo-block-g1 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.1;
}
