/* {$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) {
    .layout-c5ff {
        padding: 0 0.75rem;
    }
    
    .main_44df {
        padding: 5rem 0 2rem;
    }
    
    .easy_0c8d {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .easy_bed7 {
        font-size: 1rem;
    }
    
    .input_clean_b8a6 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .out-f3dc {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .copper_a99c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .slider_tiny_e9ae {
        font-size: 1.5rem;
    }
    
    .photo-soft-be1e,
    .sort-west-4408 {
        grid-template-columns: 1fr;
    }
    
    .light_0e14 .paper-f06a {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .status-da01 {
        grid-template-columns: 1fr;
    }
    
    .center_c29c {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .layout-c5ff {
        padding: 0 1rem;
    }
    
    .easy_0c8d {
        font-size: 2rem;
    }
    
    .easy_bed7 {
        font-size: 1.125rem;
    }
    
    .out-f3dc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .copper_a99c {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .input_clean_b8a6 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .status-da01 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-1177,
    .smooth-5ae3 {
        padding: 1.25rem;
    }
    
    .light_0e14 .paper-f06a {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .layout-c5ff {
        padding: 0 1.5rem;
    }
    
    .main_44df {
        padding: 6rem 0 3rem;
    }
    
    .easy_0c8d {
        font-size: 2.5rem;
    }
    
    .easy_bed7 {
        font-size: 1.25rem;
    }
    
    .out-f3dc {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .copper_a99c {
        padding: 1rem;
    }
    
    .slider_tiny_e9ae {
        font-size: 2rem;
    }
    
    .next-6951 {
        font-size: 1.125rem;
    }
    
    .photo-soft-be1e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sort-west-4408 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .status-da01 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .center_c29c {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .current_4a13 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .status_paper_2421 {
        display: none;
    }
    
    .frame-c1f2 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .block_brown_6ed3 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .layout-c5ff {
        max-width: 750px;
    }
    
    .main_44df {
        padding: 7rem 0 4rem;
    }
    
    .easy_0c8d {
        font-size: 3rem;
    }
    
    .gas-b502 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .tooltip_8e97 {
        gap: 3rem;
    }
    
    .photo-soft-be1e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sort-west-4408 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .layout-medium-b9f0 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .light_0e14 {
        gap: 1.5rem;
    }
    
    .footer-4a38 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .layout-c5ff {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .main_44df {
        padding: 8rem 0 4rem;
    }
    
    .easy_0c8d {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .gas-b502 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .mini_62e5 {
        order: 2;
    }
    
    .popup_fabb {
        order: 1;
    }
    
    .tooltip_8e97 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .tooltip_8e97.hard-cb04 {
        direction: rtl;
    }
    
    .tooltip_8e97.hard-cb04 > * {
        direction: ltr;
    }
    
    .footer-4a38 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .backdrop_17d4 {
        display: block;
    }
    
    .status_paper_2421 {
        display: none;
    }
    
    .soft_47c3 {
        gap: 2rem;
    }
    
    .panel-middle-d652 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .label-91b0:hover {
        transform: translateY(-4px);
    }
    
    .alert-7f54:hover {
        transform: translateY(-2px);
    }
    
    .footer-4a38:hover {
        transform: scale(1.02);
    }
    
    .smooth-5ae3:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .layout-c5ff {
        max-width: var(--container-max-width);
    }
    
    .main_44df {
        padding: 10rem 0 5rem;
    }
    
    .easy_0c8d {
        font-size: 4rem;
    }
    
    .easy_bed7 {
        font-size: 1.375rem;
    }
    
    .slider_tiny_e9ae {
        font-size: 2.5rem;
    }
    
    .next-6951 {
        font-size: 1.25rem;
    }
    
    .gas-b502,
    .tooltip_8e97 {
        gap: 5rem;
    }
    
    .soft_47c3 {
        gap: 2.5rem;
    }
    
    .section-1177,
    .smooth-5ae3,
    .label-91b0 {
        padding: 2rem;
    }
    
    .center_c29c {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .layout-c5ff {
        max-width: 1400px;
    }
    
    .main_44df {
        padding: 12rem 0 6rem;
    }
    
    .gas-b502,
    .tooltip_8e97 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .module-pro-51af img,
    .video-lite-3ac8,
    .footer-4a38 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .gas-b502 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tooltip_8e97 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tooltip_8e97.hard-cb04 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .main_44df {
        padding: 6rem 0 3rem;
    }
    
    .gas-b502 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .tooltip_8e97 {
        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;
    }
    
    .main_44df::before {
        animation: none;
    }
    
    .pressed_6231,
    .badge_403d {
        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;
    }
    
    .grid-d6ba,
    .input_clean_b8a6,
    .tertiary-fixed-cef0 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .label-91b0,
    .section-1177,
    .smooth-5ae3 {
        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 */
    
    .basic_7d60 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .narrow-e933,
    .tiny-c3b4,
    .outline_action_797b {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .main_44df {
        padding: 2rem 0;
        background: none !important;
    }
    
    .main_44df::before {
        display: none;
    }
    
    .layout-c5ff {
        max-width: none;
        padding: 0;
    }
    
    .gas-b502,
    .tooltip_8e97 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .alert-7f54,
    .block_brown_6ed3,
    .status_paper_2421,
    .out-f3dc,
    .logo-f7fe,
    .inner-1175 {
        display: none !important;
    }
    
    .easy_0c8d,
    .slider_tiny_e9ae {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .video-lite-3ac8,
    .footer-4a38 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .photo-soft-be1e,
    .sort-west-4408,
    .light_0e14 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .layout-medium-b9f0 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .easy_0c8d {
        font-size: 1.5rem;
    }
    
    .input_clean_b8a6 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .copper_a99c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .out-f3dc {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .layout-c5ff {
        max-width: 95%;
    }
    
    .gas-b502 {
        gap: 2.5rem;
    }
    
    .tooltip_8e97 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .layout-c5ff {
        max-width: 1600px;
    }
    
    .easy_0c8d {
        font-size: 5rem;
    }
    
    .slider_tiny_e9ae {
        font-size: 3rem;
    }
}
/* css-noise: c015 */
.ghost-box-w0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
