/* {$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) {
    .black-f50d {
        padding: 0 0.75rem;
    }
    
    .content-focused-e39c {
        padding: 5rem 0 2rem;
    }
    
    .logo_1217 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .dropdown_upper_43f3 {
        font-size: 1rem;
    }
    
    .highlight-hot-0574 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .info-d21e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .nav-north-30a4 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .modal_dynamic_7991 {
        font-size: 1.5rem;
    }
    
    .iron-125c,
    .feature-4ea9 {
        grid-template-columns: 1fr;
    }
    
    .dropdown_c3d4 .gold-0327 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .frame-25aa {
        grid-template-columns: 1fr;
    }
    
    .pagination-basic-13fb {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .black-f50d {
        padding: 0 1rem;
    }
    
    .logo_1217 {
        font-size: 2rem;
    }
    
    .dropdown_upper_43f3 {
        font-size: 1.125rem;
    }
    
    .info-d21e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .nav-north-30a4 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .highlight-hot-0574 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .frame-25aa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .texture_bf1e,
    .row-e965 {
        padding: 1.25rem;
    }
    
    .dropdown_c3d4 .gold-0327 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .black-f50d {
        padding: 0 1.5rem;
    }
    
    .content-focused-e39c {
        padding: 6rem 0 3rem;
    }
    
    .logo_1217 {
        font-size: 2.5rem;
    }
    
    .dropdown_upper_43f3 {
        font-size: 1.25rem;
    }
    
    .info-d21e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .nav-north-30a4 {
        padding: 1rem;
    }
    
    .modal_dynamic_7991 {
        font-size: 2rem;
    }
    
    .lower_f145 {
        font-size: 1.125rem;
    }
    
    .iron-125c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .feature-4ea9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .frame-25aa {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pagination-basic-13fb {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .dim_11eb {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .text-tall-cc4f {
        display: none;
    }
    
    .frame_6d91 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .out-2989 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .black-f50d {
        max-width: 750px;
    }
    
    .content-focused-e39c {
        padding: 7rem 0 4rem;
    }
    
    .logo_1217 {
        font-size: 3rem;
    }
    
    .preview_7738 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .pink-ef37 {
        gap: 3rem;
    }
    
    .iron-125c {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .feature-4ea9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .label-c9d0 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .dropdown_c3d4 {
        gap: 1.5rem;
    }
    
    .progress-1abb {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .black-f50d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .content-focused-e39c {
        padding: 8rem 0 4rem;
    }
    
    .logo_1217 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .preview_7738 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .logo_9a55 {
        order: 2;
    }
    
    .chip_middle_f35e {
        order: 1;
    }
    
    .pink-ef37 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .pink-ef37.focus_97d8 {
        direction: rtl;
    }
    
    .pink-ef37.focus_97d8 > * {
        direction: ltr;
    }
    
    .progress-1abb {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .secondary-7786 {
        display: block;
    }
    
    .text-tall-cc4f {
        display: none;
    }
    
    .gallery_8900 {
        gap: 2rem;
    }
    
    .hover-afa9 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .in_60d0:hover {
        transform: translateY(-4px);
    }
    
    .white_1ee1:hover {
        transform: translateY(-2px);
    }
    
    .progress-1abb:hover {
        transform: scale(1.02);
    }
    
    .row-e965:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .black-f50d {
        max-width: var(--container-max-width);
    }
    
    .content-focused-e39c {
        padding: 10rem 0 5rem;
    }
    
    .logo_1217 {
        font-size: 4rem;
    }
    
    .dropdown_upper_43f3 {
        font-size: 1.375rem;
    }
    
    .modal_dynamic_7991 {
        font-size: 2.5rem;
    }
    
    .lower_f145 {
        font-size: 1.25rem;
    }
    
    .preview_7738,
    .pink-ef37 {
        gap: 5rem;
    }
    
    .gallery_8900 {
        gap: 2.5rem;
    }
    
    .texture_bf1e,
    .row-e965,
    .in_60d0 {
        padding: 2rem;
    }
    
    .pagination-basic-13fb {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .black-f50d {
        max-width: 1400px;
    }
    
    .content-focused-e39c {
        padding: 12rem 0 6rem;
    }
    
    .preview_7738,
    .pink-ef37 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .column_hovered_0c5f img,
    .easy_4c01,
    .progress-1abb {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .preview_7738 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pink-ef37 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pink-ef37.focus_97d8 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .content-focused-e39c {
        padding: 6rem 0 3rem;
    }
    
    .preview_7738 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .pink-ef37 {
        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;
    }
    
    .content-focused-e39c::before {
        animation: none;
    }
    
    .dirty-6204,
    .fluid-6f6e {
        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;
    }
    
    .detail-up-3799,
    .highlight-hot-0574,
    .nav-38dc {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .in_60d0,
    .texture_bf1e,
    .row-e965 {
        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 */
    
    .fast-0d5b {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .disabled_motion_c142,
    .large-6526,
    .north-1f6f {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .content-focused-e39c {
        padding: 2rem 0;
        background: none !important;
    }
    
    .content-focused-e39c::before {
        display: none;
    }
    
    .black-f50d {
        max-width: none;
        padding: 0;
    }
    
    .preview_7738,
    .pink-ef37 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .white_1ee1,
    .out-2989,
    .text-tall-cc4f,
    .info-d21e,
    .wrapper-172a,
    .pattern_516d {
        display: none !important;
    }
    
    .logo_1217,
    .modal_dynamic_7991 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .easy_4c01,
    .progress-1abb {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .iron-125c,
    .feature-4ea9,
    .dropdown_c3d4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .label-c9d0 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .logo_1217 {
        font-size: 1.5rem;
    }
    
    .highlight-hot-0574 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .nav-north-30a4 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .info-d21e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .black-f50d {
        max-width: 95%;
    }
    
    .preview_7738 {
        gap: 2.5rem;
    }
    
    .pink-ef37 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .black-f50d {
        max-width: 1600px;
    }
    
    .logo_1217 {
        font-size: 5rem;
    }
    
    .modal_dynamic_7991 {
        font-size: 3rem;
    }
}
/* css-noise: 02fd */
.ghost-box-y3 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
