/* {$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) {
    .glass_01d1 {
        padding: 0 0.75rem;
    }
    
    .nav_easy_9060 {
        padding: 5rem 0 2rem;
    }
    
    .hidden_tiny_fc08 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .fluid_4188 {
        font-size: 1rem;
    }
    
    .yellow-9d80 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .purple_6778 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .breadcrumb_active_3187 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .upper_b758 {
        font-size: 1.5rem;
    }
    
    .progress-orange-5109,
    .border-right-61ae {
        grid-template-columns: 1fr;
    }
    
    .icon_f1d1 .pattern-eef1 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .filter_narrow_dd9a {
        grid-template-columns: 1fr;
    }
    
    .first-a53f {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .glass_01d1 {
        padding: 0 1rem;
    }
    
    .hidden_tiny_fc08 {
        font-size: 2rem;
    }
    
    .fluid_4188 {
        font-size: 1.125rem;
    }
    
    .purple_6778 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .breadcrumb_active_3187 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .yellow-9d80 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .filter_narrow_dd9a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .popup_ff5a,
    .green_6ccb {
        padding: 1.25rem;
    }
    
    .icon_f1d1 .pattern-eef1 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .glass_01d1 {
        padding: 0 1.5rem;
    }
    
    .nav_easy_9060 {
        padding: 6rem 0 3rem;
    }
    
    .hidden_tiny_fc08 {
        font-size: 2.5rem;
    }
    
    .fluid_4188 {
        font-size: 1.25rem;
    }
    
    .purple_6778 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .breadcrumb_active_3187 {
        padding: 1rem;
    }
    
    .upper_b758 {
        font-size: 2rem;
    }
    
    .carousel_smooth_99ec {
        font-size: 1.125rem;
    }
    
    .progress-orange-5109 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .border-right-61ae {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filter_narrow_dd9a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .first-a53f {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .input_white_d4e1 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .south-d91a {
        display: none;
    }
    
    .active_action_d099 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .slider-tall-371b {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .glass_01d1 {
        max-width: 750px;
    }
    
    .nav_easy_9060 {
        padding: 7rem 0 4rem;
    }
    
    .hidden_tiny_fc08 {
        font-size: 3rem;
    }
    
    .texture-b04d {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .left-7a1c {
        gap: 3rem;
    }
    
    .progress-orange-5109 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .border-right-61ae {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .caption-light-87a4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .icon_f1d1 {
        gap: 1.5rem;
    }
    
    .purple_2d3c {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .glass_01d1 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .nav_easy_9060 {
        padding: 8rem 0 4rem;
    }
    
    .hidden_tiny_fc08 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .texture-b04d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .column-f076 {
        order: 2;
    }
    
    .full-1195 {
        order: 1;
    }
    
    .left-7a1c {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .left-7a1c.module-def2 {
        direction: rtl;
    }
    
    .left-7a1c.module-def2 > * {
        direction: ltr;
    }
    
    .purple_2d3c {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .container_stone_d8e3 {
        display: block;
    }
    
    .south-d91a {
        display: none;
    }
    
    .outline-glass-9d78 {
        gap: 2rem;
    }
    
    .surface_first_0a5b {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .mini-f199:hover {
        transform: translateY(-4px);
    }
    
    .shadow-b711:hover {
        transform: translateY(-2px);
    }
    
    .purple_2d3c:hover {
        transform: scale(1.02);
    }
    
    .green_6ccb:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .glass_01d1 {
        max-width: var(--container-max-width);
    }
    
    .nav_easy_9060 {
        padding: 10rem 0 5rem;
    }
    
    .hidden_tiny_fc08 {
        font-size: 4rem;
    }
    
    .fluid_4188 {
        font-size: 1.375rem;
    }
    
    .upper_b758 {
        font-size: 2.5rem;
    }
    
    .carousel_smooth_99ec {
        font-size: 1.25rem;
    }
    
    .texture-b04d,
    .left-7a1c {
        gap: 5rem;
    }
    
    .outline-glass-9d78 {
        gap: 2.5rem;
    }
    
    .popup_ff5a,
    .green_6ccb,
    .mini-f199 {
        padding: 2rem;
    }
    
    .first-a53f {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .glass_01d1 {
        max-width: 1400px;
    }
    
    .nav_easy_9060 {
        padding: 12rem 0 6rem;
    }
    
    .texture-b04d,
    .left-7a1c {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .menu-first-e51e img,
    .next-011a,
    .purple_2d3c {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .texture-b04d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .left-7a1c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .left-7a1c.module-def2 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .nav_easy_9060 {
        padding: 6rem 0 3rem;
    }
    
    .texture-b04d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .left-7a1c {
        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;
    }
    
    .nav_easy_9060::before {
        animation: none;
    }
    
    .complex-c753,
    .aside_cadb {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-color: #06b6d4;
    }
    
    .progress-east-2a82,
    .yellow-9d80,
    .dropdown-cc51 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .mini-f199,
    .popup_ff5a,
    .green_6ccb {
        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-31c0 {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .input-fast-30b3,
    .list-bright-ba3d,
    .block-last-2a7a {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .nav_easy_9060 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .nav_easy_9060::before {
        display: none;
    }
    
    .glass_01d1 {
        max-width: none;
        padding: 0;
    }
    
    .texture-b04d,
    .left-7a1c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shadow-b711,
    .slider-tall-371b,
    .south-d91a,
    .purple_6778,
    .mini_e3d0,
    .message_action_158c {
        display: none !important;
    }
    
    .hidden_tiny_fc08,
    .upper_b758 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .next-011a,
    .purple_2d3c {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .progress-orange-5109,
    .border-right-61ae,
    .icon_f1d1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .caption-light-87a4 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .hidden_tiny_fc08 {
        font-size: 1.5rem;
    }
    
    .yellow-9d80 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .breadcrumb_active_3187 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .purple_6778 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .glass_01d1 {
        max-width: 95%;
    }
    
    .texture-b04d {
        gap: 2.5rem;
    }
    
    .left-7a1c {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .glass_01d1 {
        max-width: 1600px;
    }
    
    .hidden_tiny_fc08 {
        font-size: 5rem;
    }
    
    .upper_b758 {
        font-size: 3rem;
    }
}
/* css-noise: 9df5 */
.ghost-box-v0 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
