/* {$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) {
    .bronze_f129 {
        padding: 0 0.75rem;
    }
    
    .gallery-c7f2 {
        padding: 5rem 0 2rem;
    }
    
    .hot_9e28 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .aside-gas-cce6 {
        font-size: 1rem;
    }
    
    .wrapper_dynamic_61a0 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .stale-31f5 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .banner-9717 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .badge_7894 {
        font-size: 1.5rem;
    }
    
    .preview-79b9,
    .form-purple-7687 {
        grid-template-columns: 1fr;
    }
    
    .disabled_up_6c75 .thumbnail_complex_e855 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .yellow_d0ba {
        grid-template-columns: 1fr;
    }
    
    .alert_full_c7a1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .bronze_f129 {
        padding: 0 1rem;
    }
    
    .hot_9e28 {
        font-size: 2rem;
    }
    
    .aside-gas-cce6 {
        font-size: 1.125rem;
    }
    
    .stale-31f5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner-9717 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .wrapper_dynamic_61a0 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .yellow_d0ba {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sort-add8,
    .card_5cee {
        padding: 1.25rem;
    }
    
    .disabled_up_6c75 .thumbnail_complex_e855 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .bronze_f129 {
        padding: 0 1.5rem;
    }
    
    .gallery-c7f2 {
        padding: 6rem 0 3rem;
    }
    
    .hot_9e28 {
        font-size: 2.5rem;
    }
    
    .aside-gas-cce6 {
        font-size: 1.25rem;
    }
    
    .stale-31f5 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .banner-9717 {
        padding: 1rem;
    }
    
    .badge_7894 {
        font-size: 2rem;
    }
    
    .green-6abc {
        font-size: 1.125rem;
    }
    
    .preview-79b9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-purple-7687 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .yellow_d0ba {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .alert_full_c7a1 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .dropdown_4457 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .texture-simple-35de {
        display: none;
    }
    
    .cool_841c {
        display: none !important;
    }
    
    /* Show desktop elements */
    .avatar_cool_e4c3 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .bronze_f129 {
        max-width: 750px;
    }
    
    .gallery-c7f2 {
        padding: 7rem 0 4rem;
    }
    
    .hot_9e28 {
        font-size: 3rem;
    }
    
    .liquid_084e {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .next_b0d8 {
        gap: 3rem;
    }
    
    .preview-79b9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .form-purple-7687 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .north-b97e {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .disabled_up_6c75 {
        gap: 1.5rem;
    }
    
    .form_241f {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .bronze_f129 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .gallery-c7f2 {
        padding: 8rem 0 4rem;
    }
    
    .hot_9e28 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .liquid_084e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .brown_9060 {
        order: 2;
    }
    
    .orange-b113 {
        order: 1;
    }
    
    .next_b0d8 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .next_b0d8.center_8d6d {
        direction: rtl;
    }
    
    .next_b0d8.center_8d6d > * {
        direction: ltr;
    }
    
    .form_241f {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hero_bright_50d2 {
        display: block;
    }
    
    .texture-simple-35de {
        display: none;
    }
    
    .background_active_890c {
        gap: 2rem;
    }
    
    .tabs-down-9243 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .hidden_e8f7:hover {
        transform: translateY(-4px);
    }
    
    .red_472c:hover {
        transform: translateY(-2px);
    }
    
    .form_241f:hover {
        transform: scale(1.02);
    }
    
    .card_5cee:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .bronze_f129 {
        max-width: var(--container-max-width);
    }
    
    .gallery-c7f2 {
        padding: 10rem 0 5rem;
    }
    
    .hot_9e28 {
        font-size: 4rem;
    }
    
    .aside-gas-cce6 {
        font-size: 1.375rem;
    }
    
    .badge_7894 {
        font-size: 2.5rem;
    }
    
    .green-6abc {
        font-size: 1.25rem;
    }
    
    .liquid_084e,
    .next_b0d8 {
        gap: 5rem;
    }
    
    .background_active_890c {
        gap: 2.5rem;
    }
    
    .sort-add8,
    .card_5cee,
    .hidden_e8f7 {
        padding: 2rem;
    }
    
    .alert_full_c7a1 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .bronze_f129 {
        max-width: 1400px;
    }
    
    .gallery-c7f2 {
        padding: 12rem 0 6rem;
    }
    
    .liquid_084e,
    .next_b0d8 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .image_2db5 img,
    .alert-mini-d792,
    .form_241f {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .liquid_084e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .next_b0d8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .next_b0d8.center_8d6d {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .gallery-c7f2 {
        padding: 6rem 0 3rem;
    }
    
    .liquid_084e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .next_b0d8 {
        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;
    }
    
    .gallery-c7f2::before {
        animation: none;
    }
    
    .sidebar_eda3,
    .layout-3dd8 {
        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;
    }
    
    .tabs-light-6aef,
    .wrapper_dynamic_61a0,
    .picture-out-0e10 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .hidden_e8f7,
    .sort-add8,
    .card_5cee {
        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 */
    
    .solid-80eb {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .badge-thick-4514,
    .block-a1b8,
    .slider_b93d {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .gallery-c7f2 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .gallery-c7f2::before {
        display: none;
    }
    
    .bronze_f129 {
        max-width: none;
        padding: 0;
    }
    
    .liquid_084e,
    .next_b0d8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .red_472c,
    .avatar_cool_e4c3,
    .texture-simple-35de,
    .stale-31f5,
    .secondary-77ee,
    .bright_73f4 {
        display: none !important;
    }
    
    .hot_9e28,
    .badge_7894 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .alert-mini-d792,
    .form_241f {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .preview-79b9,
    .form-purple-7687,
    .disabled_up_6c75 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .north-b97e {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .hot_9e28 {
        font-size: 1.5rem;
    }
    
    .wrapper_dynamic_61a0 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .banner-9717 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .stale-31f5 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .bronze_f129 {
        max-width: 95%;
    }
    
    .liquid_084e {
        gap: 2.5rem;
    }
    
    .next_b0d8 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .bronze_f129 {
        max-width: 1600px;
    }
    
    .hot_9e28 {
        font-size: 5rem;
    }
    
    .badge_7894 {
        font-size: 3rem;
    }
}
/* css-noise: d125 */
.ghost-box-p8 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
