/* {$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) {
    .shadow_motion_53c8 {
        padding: 0 0.75rem;
    }
    
    .hidden_10ba {
        padding: 5rem 0 2rem;
    }
    
    .tooltip-wide-189c {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .focus-hot-b3af {
        font-size: 1rem;
    }
    
    .gradient_9f98 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .outline_c843 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .chip-fixed-66dd {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tertiary-top-c87c {
        font-size: 1.5rem;
    }
    
    .fixed_7420,
    .motion-5a5a {
        grid-template-columns: 1fr;
    }
    
    .brown_64a7 .shadow-large-ddc4 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .input-f36a {
        grid-template-columns: 1fr;
    }
    
    .accordion_glass_b908 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .shadow_motion_53c8 {
        padding: 0 1rem;
    }
    
    .tooltip-wide-189c {
        font-size: 2rem;
    }
    
    .focus-hot-b3af {
        font-size: 1.125rem;
    }
    
    .outline_c843 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chip-fixed-66dd {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .gradient_9f98 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .input-f36a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .last_2350,
    .popup_lower_691f {
        padding: 1.25rem;
    }
    
    .brown_64a7 .shadow-large-ddc4 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .shadow_motion_53c8 {
        padding: 0 1.5rem;
    }
    
    .hidden_10ba {
        padding: 6rem 0 3rem;
    }
    
    .tooltip-wide-189c {
        font-size: 2.5rem;
    }
    
    .focus-hot-b3af {
        font-size: 1.25rem;
    }
    
    .outline_c843 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .chip-fixed-66dd {
        padding: 1rem;
    }
    
    .tertiary-top-c87c {
        font-size: 2rem;
    }
    
    .sidebar-simple-0616 {
        font-size: 1.125rem;
    }
    
    .fixed_7420 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .motion-5a5a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .input-f36a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .accordion_glass_b908 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .background_3bae {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .tag-15bb {
        display: none;
    }
    
    .gradient-inner-85f8 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .status-34fd {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .shadow_motion_53c8 {
        max-width: 750px;
    }
    
    .hidden_10ba {
        padding: 7rem 0 4rem;
    }
    
    .tooltip-wide-189c {
        font-size: 3rem;
    }
    
    .grid-liquid-5bce {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .table_dim_5522 {
        gap: 3rem;
    }
    
    .fixed_7420 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .motion-5a5a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .header-064d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .brown_64a7 {
        gap: 1.5rem;
    }
    
    .hard-ec5f {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .shadow_motion_53c8 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .hidden_10ba {
        padding: 8rem 0 4rem;
    }
    
    .tooltip-wide-189c {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .grid-liquid-5bce {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .alert-right-1d9d {
        order: 2;
    }
    
    .tall-fcc5 {
        order: 1;
    }
    
    .table_dim_5522 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .table_dim_5522.popup-narrow-19dc {
        direction: rtl;
    }
    
    .table_dim_5522.popup-narrow-19dc > * {
        direction: ltr;
    }
    
    .hard-ec5f {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .video_light_2076 {
        display: block;
    }
    
    .tag-15bb {
        display: none;
    }
    
    .tertiary-advanced-7914 {
        gap: 2rem;
    }
    
    .highlight_static_2e48 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .pattern_in_084f:hover {
        transform: translateY(-4px);
    }
    
    .iron_409b:hover {
        transform: translateY(-2px);
    }
    
    .hard-ec5f:hover {
        transform: scale(1.02);
    }
    
    .popup_lower_691f:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .shadow_motion_53c8 {
        max-width: var(--container-max-width);
    }
    
    .hidden_10ba {
        padding: 10rem 0 5rem;
    }
    
    .tooltip-wide-189c {
        font-size: 4rem;
    }
    
    .focus-hot-b3af {
        font-size: 1.375rem;
    }
    
    .tertiary-top-c87c {
        font-size: 2.5rem;
    }
    
    .sidebar-simple-0616 {
        font-size: 1.25rem;
    }
    
    .grid-liquid-5bce,
    .table_dim_5522 {
        gap: 5rem;
    }
    
    .tertiary-advanced-7914 {
        gap: 2.5rem;
    }
    
    .last_2350,
    .popup_lower_691f,
    .pattern_in_084f {
        padding: 2rem;
    }
    
    .accordion_glass_b908 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .shadow_motion_53c8 {
        max-width: 1400px;
    }
    
    .hidden_10ba {
        padding: 12rem 0 6rem;
    }
    
    .grid-liquid-5bce,
    .table_dim_5522 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .photo-5a53 img,
    .mini_2ab0,
    .hard-ec5f {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .grid-liquid-5bce {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table_dim_5522 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table_dim_5522.popup-narrow-19dc {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .hidden_10ba {
        padding: 6rem 0 3rem;
    }
    
    .grid-liquid-5bce {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .table_dim_5522 {
        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;
    }
    
    .hidden_10ba::before {
        animation: none;
    }
    
    .liquid_1203,
    .wide_ebda {
        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;
    }
    
    .stale-8405,
    .gradient_9f98,
    .motion-5325 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .pattern_in_084f,
    .last_2350,
    .popup_lower_691f {
        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 */
    
    .gas-0874 {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .active_df4a,
    .header-bf92,
    .item-slow-9b9b {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .hidden_10ba {
        padding: 2rem 0;
        background: none !important;
    }
    
    .hidden_10ba::before {
        display: none;
    }
    
    .shadow_motion_53c8 {
        max-width: none;
        padding: 0;
    }
    
    .grid-liquid-5bce,
    .table_dim_5522 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .iron_409b,
    .status-34fd,
    .tag-15bb,
    .outline_c843,
    .avatar_orange_12ad,
    .backdrop-lower-c0c9 {
        display: none !important;
    }
    
    .tooltip-wide-189c,
    .tertiary-top-c87c {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .mini_2ab0,
    .hard-ec5f {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .fixed_7420,
    .motion-5a5a,
    .brown_64a7 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .header-064d {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .tooltip-wide-189c {
        font-size: 1.5rem;
    }
    
    .gradient_9f98 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .chip-fixed-66dd {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .outline_c843 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .shadow_motion_53c8 {
        max-width: 95%;
    }
    
    .grid-liquid-5bce {
        gap: 2.5rem;
    }
    
    .table_dim_5522 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .shadow_motion_53c8 {
        max-width: 1600px;
    }
    
    .tooltip-wide-189c {
        font-size: 5rem;
    }
    
    .tertiary-top-c87c {
        font-size: 3rem;
    }
}
/* css-noise: 4706 */
.ghost-box-n0 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.2;
}
