/* {$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) {
    .north-380f {
        padding: 0 0.75rem;
    }
    
    .overlay-pressed-561c {
        padding: 5rem 0 2rem;
    }
    
    .block-hovered-9959 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .progress_full_62a3 {
        font-size: 1rem;
    }
    
    .progress_fresh_2f82 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .motion-2fdf {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .background_a390 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .pressed_49f7 {
        font-size: 1.5rem;
    }
    
    .tabs_2719,
    .chip_cool_ed0a {
        grid-template-columns: 1fr;
    }
    
    .form-fresh-caee .texture_0185 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .gradient_c53f {
        grid-template-columns: 1fr;
    }
    
    .sort-pro-f122 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .north-380f {
        padding: 0 1rem;
    }
    
    .block-hovered-9959 {
        font-size: 2rem;
    }
    
    .progress_full_62a3 {
        font-size: 1.125rem;
    }
    
    .motion-2fdf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .background_a390 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .progress_fresh_2f82 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .gradient_c53f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .highlight-soft-f79a,
    .surface_e986 {
        padding: 1.25rem;
    }
    
    .form-fresh-caee .texture_0185 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .north-380f {
        padding: 0 1.5rem;
    }
    
    .overlay-pressed-561c {
        padding: 6rem 0 3rem;
    }
    
    .block-hovered-9959 {
        font-size: 2.5rem;
    }
    
    .progress_full_62a3 {
        font-size: 1.25rem;
    }
    
    .motion-2fdf {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .background_a390 {
        padding: 1rem;
    }
    
    .pressed_49f7 {
        font-size: 2rem;
    }
    
    .border-center-f2dd {
        font-size: 1.125rem;
    }
    
    .tabs_2719 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chip_cool_ed0a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gradient_c53f {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sort-pro-f122 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .backdrop-61a1 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .stale-4cc8 {
        display: none;
    }
    
    .search_de85 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .outline_cc85 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .north-380f {
        max-width: 750px;
    }
    
    .overlay-pressed-561c {
        padding: 7rem 0 4rem;
    }
    
    .block-hovered-9959 {
        font-size: 3rem;
    }
    
    .menu_19d4 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .advanced-adaa {
        gap: 3rem;
    }
    
    .tabs_2719 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .chip_cool_ed0a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mask_under_00f4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .form-fresh-caee {
        gap: 1.5rem;
    }
    
    .medium_e462 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .north-380f {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .overlay-pressed-561c {
        padding: 8rem 0 4rem;
    }
    
    .block-hovered-9959 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .menu_19d4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .column-west-1108 {
        order: 2;
    }
    
    .inner_cac5 {
        order: 1;
    }
    
    .advanced-adaa {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .advanced-adaa.label_7168 {
        direction: rtl;
    }
    
    .advanced-adaa.label_7168 > * {
        direction: ltr;
    }
    
    .medium_e462 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .accordion-0edb {
        display: block;
    }
    
    .stale-4cc8 {
        display: none;
    }
    
    .breadcrumb-b3b5 {
        gap: 2rem;
    }
    
    .prev-cf5d {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .box_2f58:hover {
        transform: translateY(-4px);
    }
    
    .status_df5b:hover {
        transform: translateY(-2px);
    }
    
    .medium_e462:hover {
        transform: scale(1.02);
    }
    
    .surface_e986:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .north-380f {
        max-width: var(--container-max-width);
    }
    
    .overlay-pressed-561c {
        padding: 10rem 0 5rem;
    }
    
    .block-hovered-9959 {
        font-size: 4rem;
    }
    
    .progress_full_62a3 {
        font-size: 1.375rem;
    }
    
    .pressed_49f7 {
        font-size: 2.5rem;
    }
    
    .border-center-f2dd {
        font-size: 1.25rem;
    }
    
    .menu_19d4,
    .advanced-adaa {
        gap: 5rem;
    }
    
    .breadcrumb-b3b5 {
        gap: 2.5rem;
    }
    
    .highlight-soft-f79a,
    .surface_e986,
    .box_2f58 {
        padding: 2rem;
    }
    
    .sort-pro-f122 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .north-380f {
        max-width: 1400px;
    }
    
    .overlay-pressed-561c {
        padding: 12rem 0 6rem;
    }
    
    .menu_19d4,
    .advanced-adaa {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .image_up_929f img,
    .backdrop_left_1df2,
    .medium_e462 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .menu_19d4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .advanced-adaa {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .advanced-adaa.label_7168 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .overlay-pressed-561c {
        padding: 6rem 0 3rem;
    }
    
    .menu_19d4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .advanced-adaa {
        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;
    }
    
    .overlay-pressed-561c::before {
        animation: none;
    }
    
    .mask-silver-1b55,
    .notification_9658 {
        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;
    }
    
    .fast-6318,
    .progress_fresh_2f82,
    .easy_f060 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .box_2f58,
    .highlight-soft-f79a,
    .surface_e986 {
        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 */
    
    .main-hovered-3910 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .steel_a96c,
    .logo_7227,
    .narrow-1dbc {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .overlay-pressed-561c {
        padding: 2rem 0;
        background: none !important;
    }
    
    .overlay-pressed-561c::before {
        display: none;
    }
    
    .north-380f {
        max-width: none;
        padding: 0;
    }
    
    .menu_19d4,
    .advanced-adaa {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .status_df5b,
    .outline_cc85,
    .stale-4cc8,
    .motion-2fdf,
    .huge-dadf,
    .glass-9a81 {
        display: none !important;
    }
    
    .block-hovered-9959,
    .pressed_49f7 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .backdrop_left_1df2,
    .medium_e462 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .tabs_2719,
    .chip_cool_ed0a,
    .form-fresh-caee {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .mask_under_00f4 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .block-hovered-9959 {
        font-size: 1.5rem;
    }
    
    .progress_fresh_2f82 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .background_a390 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .motion-2fdf {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .north-380f {
        max-width: 95%;
    }
    
    .menu_19d4 {
        gap: 2.5rem;
    }
    
    .advanced-adaa {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .north-380f {
        max-width: 1600px;
    }
    
    .block-hovered-9959 {
        font-size: 5rem;
    }
    
    .pressed_49f7 {
        font-size: 3rem;
    }
}
/* css-noise: 1345 */
.promo-block-k5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
