/* {$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) {
    .fluid_6d30 {
        padding: 0 0.75rem;
    }
    
    .form-415a {
        padding: 5rem 0 2rem;
    }
    
    .complex_b053 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .green_5262 {
        font-size: 1rem;
    }
    
    .link_df0c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .detail-cool-d43e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .focus_wood_4262 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tertiary_full_dd76 {
        font-size: 1.5rem;
    }
    
    .outline-last-5591,
    .banner_f247 {
        grid-template-columns: 1fr;
    }
    
    .hidden-0884 .frame-ea8d {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .image_f145 {
        grid-template-columns: 1fr;
    }
    
    .accordion_black_0e20 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .fluid_6d30 {
        padding: 0 1rem;
    }
    
    .complex_b053 {
        font-size: 2rem;
    }
    
    .green_5262 {
        font-size: 1.125rem;
    }
    
    .detail-cool-d43e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .focus_wood_4262 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .link_df0c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .image_f145 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .simple_19cb,
    .down_70ed {
        padding: 1.25rem;
    }
    
    .hidden-0884 .frame-ea8d {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .fluid_6d30 {
        padding: 0 1.5rem;
    }
    
    .form-415a {
        padding: 6rem 0 3rem;
    }
    
    .complex_b053 {
        font-size: 2.5rem;
    }
    
    .green_5262 {
        font-size: 1.25rem;
    }
    
    .detail-cool-d43e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .focus_wood_4262 {
        padding: 1rem;
    }
    
    .tertiary_full_dd76 {
        font-size: 2rem;
    }
    
    .accordion_3dc4 {
        font-size: 1.125rem;
    }
    
    .outline-last-5591 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner_f247 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image_f145 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .accordion_black_0e20 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .overlay-c0b8 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .in_9e58 {
        display: none;
    }
    
    .column-f0bb {
        display: none !important;
    }
    
    /* Show desktop elements */
    .prev_340a {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .fluid_6d30 {
        max-width: 750px;
    }
    
    .form-415a {
        padding: 7rem 0 4rem;
    }
    
    .complex_b053 {
        font-size: 3rem;
    }
    
    .detail-4896 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .main-west-bf20 {
        gap: 3rem;
    }
    
    .outline-last-5591 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .banner_f247 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .clean-ea94 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hidden-0884 {
        gap: 1.5rem;
    }
    
    .over_62a1 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .fluid_6d30 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .form-415a {
        padding: 8rem 0 4rem;
    }
    
    .complex_b053 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .detail-4896 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .dirty_fa46 {
        order: 2;
    }
    
    .avatar_1b8c {
        order: 1;
    }
    
    .main-west-bf20 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .main-west-bf20.table_9d39 {
        direction: rtl;
    }
    
    .main-west-bf20.table_9d39 > * {
        direction: ltr;
    }
    
    .over_62a1 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .banner-complex-1145 {
        display: block;
    }
    
    .in_9e58 {
        display: none;
    }
    
    .detail_dc3a {
        gap: 2rem;
    }
    
    .feature-4e0e {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .pagination-caaa:hover {
        transform: translateY(-4px);
    }
    
    .fluid_a9f4:hover {
        transform: translateY(-2px);
    }
    
    .over_62a1:hover {
        transform: scale(1.02);
    }
    
    .down_70ed:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .fluid_6d30 {
        max-width: var(--container-max-width);
    }
    
    .form-415a {
        padding: 10rem 0 5rem;
    }
    
    .complex_b053 {
        font-size: 4rem;
    }
    
    .green_5262 {
        font-size: 1.375rem;
    }
    
    .tertiary_full_dd76 {
        font-size: 2.5rem;
    }
    
    .accordion_3dc4 {
        font-size: 1.25rem;
    }
    
    .detail-4896,
    .main-west-bf20 {
        gap: 5rem;
    }
    
    .detail_dc3a {
        gap: 2.5rem;
    }
    
    .simple_19cb,
    .down_70ed,
    .pagination-caaa {
        padding: 2rem;
    }
    
    .accordion_black_0e20 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .fluid_6d30 {
        max-width: 1400px;
    }
    
    .form-415a {
        padding: 12rem 0 6rem;
    }
    
    .detail-4896,
    .main-west-bf20 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .over-6430 img,
    .filter_e951,
    .over_62a1 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .detail-4896 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .main-west-bf20 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .main-west-bf20.table_9d39 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .form-415a {
        padding: 6rem 0 3rem;
    }
    
    .detail-4896 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .main-west-bf20 {
        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;
    }
    
    .form-415a::before {
        animation: none;
    }
    
    .background_rough_8672,
    .paragraph-pink-b533 {
        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;
    }
    
    .new_f819,
    .link_df0c,
    .outer-e15e {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .pagination-caaa,
    .simple_19cb,
    .down_70ed {
        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 */
    
    .modal-107b {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .center-3eb7,
    .middle-632d,
    .static_4c4d {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .form-415a {
        padding: 2rem 0;
        background: none !important;
    }
    
    .form-415a::before {
        display: none;
    }
    
    .fluid_6d30 {
        max-width: none;
        padding: 0;
    }
    
    .detail-4896,
    .main-west-bf20 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .fluid_a9f4,
    .prev_340a,
    .in_9e58,
    .detail-cool-d43e,
    .alert_5b86,
    .fast_6e9a {
        display: none !important;
    }
    
    .complex_b053,
    .tertiary_full_dd76 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .filter_e951,
    .over_62a1 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .outline-last-5591,
    .banner_f247,
    .hidden-0884 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .clean-ea94 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .complex_b053 {
        font-size: 1.5rem;
    }
    
    .link_df0c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .focus_wood_4262 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .detail-cool-d43e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .fluid_6d30 {
        max-width: 95%;
    }
    
    .detail-4896 {
        gap: 2.5rem;
    }
    
    .main-west-bf20 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .fluid_6d30 {
        max-width: 1600px;
    }
    
    .complex_b053 {
        font-size: 5rem;
    }
    
    .tertiary_full_dd76 {
        font-size: 3rem;
    }
}
/* css-noise: 22ab */
.ghost-box-j8 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
