/* {$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) {
    .tag_1b5b {
        padding: 0 0.75rem;
    }
    
    .detail_a203 {
        padding: 5rem 0 2rem;
    }
    
    .menu_last_3578 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .banner_iron_6eea {
        font-size: 1rem;
    }
    
    .tall-f34f {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .green_f514 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .gradient-9381 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .video-a2f0 {
        font-size: 1.5rem;
    }
    
    .main-brown-7b38,
    .light_fb00 {
        grid-template-columns: 1fr;
    }
    
    .paper-1dec .gas-ff7a {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .highlight-green-c519 {
        grid-template-columns: 1fr;
    }
    
    .carousel-cold-68d1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .tag_1b5b {
        padding: 0 1rem;
    }
    
    .menu_last_3578 {
        font-size: 2rem;
    }
    
    .banner_iron_6eea {
        font-size: 1.125rem;
    }
    
    .green_f514 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gradient-9381 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .tall-f34f {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .highlight-green-c519 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .top-11ad,
    .photo-68b7 {
        padding: 1.25rem;
    }
    
    .paper-1dec .gas-ff7a {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .tag_1b5b {
        padding: 0 1.5rem;
    }
    
    .detail_a203 {
        padding: 6rem 0 3rem;
    }
    
    .menu_last_3578 {
        font-size: 2.5rem;
    }
    
    .banner_iron_6eea {
        font-size: 1.25rem;
    }
    
    .green_f514 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .gradient-9381 {
        padding: 1rem;
    }
    
    .video-a2f0 {
        font-size: 2rem;
    }
    
    .down_5dde {
        font-size: 1.125rem;
    }
    
    .main-brown-7b38 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .light_fb00 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .highlight-green-c519 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .carousel-cold-68d1 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .accordion_paper_d86a {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .pattern-current-105b {
        display: none;
    }
    
    .east_a766 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .button-right-b44d {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .tag_1b5b {
        max-width: 750px;
    }
    
    .detail_a203 {
        padding: 7rem 0 4rem;
    }
    
    .menu_last_3578 {
        font-size: 3rem;
    }
    
    .form_b139 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .dropdown-gold-c71e {
        gap: 3rem;
    }
    
    .main-brown-7b38 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .light_fb00 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sidebar_92b3 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .paper-1dec {
        gap: 1.5rem;
    }
    
    .section_huge_36d8 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .tag_1b5b {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .detail_a203 {
        padding: 8rem 0 4rem;
    }
    
    .menu_last_3578 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .form_b139 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .first_d4c9 {
        order: 2;
    }
    
    .pressed_8c7d {
        order: 1;
    }
    
    .dropdown-gold-c71e {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .dropdown-gold-c71e.detail_small_de0c {
        direction: rtl;
    }
    
    .dropdown-gold-c71e.detail_small_de0c > * {
        direction: ltr;
    }
    
    .section_huge_36d8 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .banner_326b {
        display: block;
    }
    
    .pattern-current-105b {
        display: none;
    }
    
    .main_bf77 {
        gap: 2rem;
    }
    
    .overlay_hot_e46a {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .carousel-b2e1:hover {
        transform: translateY(-4px);
    }
    
    .avatar_large_3f04:hover {
        transform: translateY(-2px);
    }
    
    .section_huge_36d8:hover {
        transform: scale(1.02);
    }
    
    .photo-68b7:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .tag_1b5b {
        max-width: var(--container-max-width);
    }
    
    .detail_a203 {
        padding: 10rem 0 5rem;
    }
    
    .menu_last_3578 {
        font-size: 4rem;
    }
    
    .banner_iron_6eea {
        font-size: 1.375rem;
    }
    
    .video-a2f0 {
        font-size: 2.5rem;
    }
    
    .down_5dde {
        font-size: 1.25rem;
    }
    
    .form_b139,
    .dropdown-gold-c71e {
        gap: 5rem;
    }
    
    .main_bf77 {
        gap: 2.5rem;
    }
    
    .top-11ad,
    .photo-68b7,
    .carousel-b2e1 {
        padding: 2rem;
    }
    
    .carousel-cold-68d1 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .tag_1b5b {
        max-width: 1400px;
    }
    
    .detail_a203 {
        padding: 12rem 0 6rem;
    }
    
    .form_b139,
    .dropdown-gold-c71e {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .dropdown_29df img,
    .huge-212c,
    .section_huge_36d8 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .form_b139 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .dropdown-gold-c71e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .dropdown-gold-c71e.detail_small_de0c {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .detail_a203 {
        padding: 6rem 0 3rem;
    }
    
    .form_b139 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .dropdown-gold-c71e {
        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;
    }
    
    .detail_a203::before {
        animation: none;
    }
    
    .component_f77b,
    .rough-77d9 {
        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;
    }
    
    .accordion_prev_6a39,
    .tall-f34f,
    .block-aab4 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .carousel-b2e1,
    .top-11ad,
    .photo-68b7 {
        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 */
    
    .article_stale_b8b3 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .logo_ee95,
    .outline_e48c,
    .notification_hard_c81c {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .detail_a203 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .detail_a203::before {
        display: none;
    }
    
    .tag_1b5b {
        max-width: none;
        padding: 0;
    }
    
    .form_b139,
    .dropdown-gold-c71e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .avatar_large_3f04,
    .button-right-b44d,
    .pattern-current-105b,
    .green_f514,
    .backdrop_8767,
    .footer_419a {
        display: none !important;
    }
    
    .menu_last_3578,
    .video-a2f0 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .huge-212c,
    .section_huge_36d8 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .main-brown-7b38,
    .light_fb00,
    .paper-1dec {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .sidebar_92b3 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .menu_last_3578 {
        font-size: 1.5rem;
    }
    
    .tall-f34f {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .gradient-9381 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .green_f514 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .tag_1b5b {
        max-width: 95%;
    }
    
    .form_b139 {
        gap: 2.5rem;
    }
    
    .dropdown-gold-c71e {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .tag_1b5b {
        max-width: 1600px;
    }
    
    .menu_last_3578 {
        font-size: 5rem;
    }
    
    .video-a2f0 {
        font-size: 3rem;
    }
}
/* css-noise: 8f00 */
.ghost-box-q8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
