/* {$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) {
    .media-fast-9793 {
        padding: 0 0.75rem;
    }
    
    .cool-394f {
        padding: 5rem 0 2rem;
    }
    
    .warm-bfd4 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .accent-action-f01e {
        font-size: 1rem;
    }
    
    .breadcrumb-easy-43bf {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tiny_19b1 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .old-8fb2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .main-yellow-f6c7 {
        font-size: 1.5rem;
    }
    
    .highlight_f858,
    .background-fa2a {
        grid-template-columns: 1fr;
    }
    
    .card_01e5 .icon-stale-315d {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .yellow_c3b2 {
        grid-template-columns: 1fr;
    }
    
    .gradient_bbe9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .media-fast-9793 {
        padding: 0 1rem;
    }
    
    .warm-bfd4 {
        font-size: 2rem;
    }
    
    .accent-action-f01e {
        font-size: 1.125rem;
    }
    
    .tiny_19b1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .old-8fb2 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .breadcrumb-easy-43bf {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .yellow_c3b2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hover-pink-c8c3,
    .tertiary_smooth_c076 {
        padding: 1.25rem;
    }
    
    .card_01e5 .icon-stale-315d {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .media-fast-9793 {
        padding: 0 1.5rem;
    }
    
    .cool-394f {
        padding: 6rem 0 3rem;
    }
    
    .warm-bfd4 {
        font-size: 2.5rem;
    }
    
    .accent-action-f01e {
        font-size: 1.25rem;
    }
    
    .tiny_19b1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .old-8fb2 {
        padding: 1rem;
    }
    
    .main-yellow-f6c7 {
        font-size: 2rem;
    }
    
    .highlight_smooth_723e {
        font-size: 1.125rem;
    }
    
    .highlight_f858 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .background-fa2a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yellow_c3b2 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gradient_bbe9 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .alert-fresh-1f7a {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .tabs_yellow_a2ec {
        display: none;
    }
    
    .hard-19b7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .plasma-0df4 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .media-fast-9793 {
        max-width: 750px;
    }
    
    .cool-394f {
        padding: 7rem 0 4rem;
    }
    
    .warm-bfd4 {
        font-size: 3rem;
    }
    
    .header_fce6 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .dropdown-hard-5088 {
        gap: 3rem;
    }
    
    .highlight_f858 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .background-fa2a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .icon_white_888d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .card_01e5 {
        gap: 1.5rem;
    }
    
    .photo-white-a6ab {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .media-fast-9793 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .cool-394f {
        padding: 8rem 0 4rem;
    }
    
    .warm-bfd4 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .header_fce6 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .texture-advanced-f40d {
        order: 2;
    }
    
    .secondary_in_ed10 {
        order: 1;
    }
    
    .dropdown-hard-5088 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .dropdown-hard-5088.article-plasma-a6d1 {
        direction: rtl;
    }
    
    .dropdown-hard-5088.article-plasma-a6d1 > * {
        direction: ltr;
    }
    
    .photo-white-a6ab {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .focus_01ec {
        display: block;
    }
    
    .tabs_yellow_a2ec {
        display: none;
    }
    
    .chip_2a43 {
        gap: 2rem;
    }
    
    .badge_complex_48e4 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .cool-f39f:hover {
        transform: translateY(-4px);
    }
    
    .main_thick_45f3:hover {
        transform: translateY(-2px);
    }
    
    .photo-white-a6ab:hover {
        transform: scale(1.02);
    }
    
    .tertiary_smooth_c076:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .media-fast-9793 {
        max-width: var(--container-max-width);
    }
    
    .cool-394f {
        padding: 10rem 0 5rem;
    }
    
    .warm-bfd4 {
        font-size: 4rem;
    }
    
    .accent-action-f01e {
        font-size: 1.375rem;
    }
    
    .main-yellow-f6c7 {
        font-size: 2.5rem;
    }
    
    .highlight_smooth_723e {
        font-size: 1.25rem;
    }
    
    .header_fce6,
    .dropdown-hard-5088 {
        gap: 5rem;
    }
    
    .chip_2a43 {
        gap: 2.5rem;
    }
    
    .hover-pink-c8c3,
    .tertiary_smooth_c076,
    .cool-f39f {
        padding: 2rem;
    }
    
    .gradient_bbe9 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .media-fast-9793 {
        max-width: 1400px;
    }
    
    .cool-394f {
        padding: 12rem 0 6rem;
    }
    
    .header_fce6,
    .dropdown-hard-5088 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .north_154a img,
    .cold_7482,
    .photo-white-a6ab {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .header_fce6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .dropdown-hard-5088 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .dropdown-hard-5088.article-plasma-a6d1 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .cool-394f {
        padding: 6rem 0 3rem;
    }
    
    .header_fce6 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .dropdown-hard-5088 {
        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;
    }
    
    .cool-394f::before {
        animation: none;
    }
    
    .card-8377,
    .link_new_e55a {
        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;
    }
    
    .message-35e5,
    .breadcrumb-easy-43bf,
    .light_9540 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .cool-f39f,
    .hover-pink-c8c3,
    .tertiary_smooth_c076 {
        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 */
    
    .nav-full-5496 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .accordion-ed92,
    .alert_last_89a4,
    .clean_8084 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .cool-394f {
        padding: 2rem 0;
        background: none !important;
    }
    
    .cool-394f::before {
        display: none;
    }
    
    .media-fast-9793 {
        max-width: none;
        padding: 0;
    }
    
    .header_fce6,
    .dropdown-hard-5088 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .main_thick_45f3,
    .plasma-0df4,
    .tabs_yellow_a2ec,
    .tiny_19b1,
    .breadcrumb_orange_7d60,
    .action-c89e {
        display: none !important;
    }
    
    .warm-bfd4,
    .main-yellow-f6c7 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .cold_7482,
    .photo-white-a6ab {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .highlight_f858,
    .background-fa2a,
    .card_01e5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .icon_white_888d {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .warm-bfd4 {
        font-size: 1.5rem;
    }
    
    .breadcrumb-easy-43bf {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .old-8fb2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tiny_19b1 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .media-fast-9793 {
        max-width: 95%;
    }
    
    .header_fce6 {
        gap: 2.5rem;
    }
    
    .dropdown-hard-5088 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .media-fast-9793 {
        max-width: 1600px;
    }
    
    .warm-bfd4 {
        font-size: 5rem;
    }
    
    .main-yellow-f6c7 {
        font-size: 3rem;
    }
}
/* css-noise: c843 */
.promo-block-m5 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
