/* {$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) {
    .logo_ce6e {
        padding: 0 0.75rem;
    }
    
    .card-huge-28ff {
        padding: 5rem 0 2rem;
    }
    
    .media-3736 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .wrapper-middle-6fba {
        font-size: 1rem;
    }
    
    .stone_47a9 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .status-1107 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .progress_middle_ac32 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .logo-tall-00c4 {
        font-size: 1.5rem;
    }
    
    .feature_purple_ec32,
    .shadow_cool_71c7 {
        grid-template-columns: 1fr;
    }
    
    .purple_2cd5 .stale-4527 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .description-soft-3f66 {
        grid-template-columns: 1fr;
    }
    
    .solid_a1fe {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .logo_ce6e {
        padding: 0 1rem;
    }
    
    .media-3736 {
        font-size: 2rem;
    }
    
    .wrapper-middle-6fba {
        font-size: 1.125rem;
    }
    
    .status-1107 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .progress_middle_ac32 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .stone_47a9 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .description-soft-3f66 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .complex_cc8f,
    .outer-2d6c {
        padding: 1.25rem;
    }
    
    .purple_2cd5 .stale-4527 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .logo_ce6e {
        padding: 0 1.5rem;
    }
    
    .card-huge-28ff {
        padding: 6rem 0 3rem;
    }
    
    .media-3736 {
        font-size: 2.5rem;
    }
    
    .wrapper-middle-6fba {
        font-size: 1.25rem;
    }
    
    .status-1107 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .progress_middle_ac32 {
        padding: 1rem;
    }
    
    .logo-tall-00c4 {
        font-size: 2rem;
    }
    
    .surface_orange_19fe {
        font-size: 1.125rem;
    }
    
    .feature_purple_ec32 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shadow_cool_71c7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .description-soft-3f66 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .solid_a1fe {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .simple-21b4 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .pattern-pressed-5976 {
        display: none;
    }
    
    .icon_bronze_b057 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .list-9745 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .logo_ce6e {
        max-width: 750px;
    }
    
    .card-huge-28ff {
        padding: 7rem 0 4rem;
    }
    
    .media-3736 {
        font-size: 3rem;
    }
    
    .lite-eb89 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .first_9f39 {
        gap: 3rem;
    }
    
    .feature_purple_ec32 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .shadow_cool_71c7 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .element_c5c1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .purple_2cd5 {
        gap: 1.5rem;
    }
    
    .column_bb61 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .logo_ce6e {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .card-huge-28ff {
        padding: 8rem 0 4rem;
    }
    
    .media-3736 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .lite-eb89 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .left_636a {
        order: 2;
    }
    
    .content-dbb6 {
        order: 1;
    }
    
    .first_9f39 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .first_9f39.filter-large-8078 {
        direction: rtl;
    }
    
    .first_9f39.filter-large-8078 > * {
        direction: ltr;
    }
    
    .column_bb61 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .thick-447b {
        display: block;
    }
    
    .pattern-pressed-5976 {
        display: none;
    }
    
    .modal_under_957d {
        gap: 2rem;
    }
    
    .main_69f3 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .info-9170:hover {
        transform: translateY(-4px);
    }
    
    .picture_wood_955e:hover {
        transform: translateY(-2px);
    }
    
    .column_bb61:hover {
        transform: scale(1.02);
    }
    
    .outer-2d6c:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .logo_ce6e {
        max-width: var(--container-max-width);
    }
    
    .card-huge-28ff {
        padding: 10rem 0 5rem;
    }
    
    .media-3736 {
        font-size: 4rem;
    }
    
    .wrapper-middle-6fba {
        font-size: 1.375rem;
    }
    
    .logo-tall-00c4 {
        font-size: 2.5rem;
    }
    
    .surface_orange_19fe {
        font-size: 1.25rem;
    }
    
    .lite-eb89,
    .first_9f39 {
        gap: 5rem;
    }
    
    .modal_under_957d {
        gap: 2.5rem;
    }
    
    .complex_cc8f,
    .outer-2d6c,
    .info-9170 {
        padding: 2rem;
    }
    
    .solid_a1fe {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .logo_ce6e {
        max-width: 1400px;
    }
    
    .card-huge-28ff {
        padding: 12rem 0 6rem;
    }
    
    .lite-eb89,
    .first_9f39 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .top-b850 img,
    .first-9135,
    .column_bb61 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .lite-eb89 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .first_9f39 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .first_9f39.filter-large-8078 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .card-huge-28ff {
        padding: 6rem 0 3rem;
    }
    
    .lite-eb89 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .first_9f39 {
        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;
    }
    
    .card-huge-28ff::before {
        animation: none;
    }
    
    .north-2a61,
    .carousel_south_f8bd {
        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;
    }
    
    .backdrop_mini_99f8,
    .stone_47a9,
    .detail-glass-c140 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .info-9170,
    .complex_cc8f,
    .outer-2d6c {
        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 */
    
    .steel-aa07 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .sort_5ace,
    .primary-ed19,
    .detail-4f12 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .card-huge-28ff {
        padding: 2rem 0;
        background: none !important;
    }
    
    .card-huge-28ff::before {
        display: none;
    }
    
    .logo_ce6e {
        max-width: none;
        padding: 0;
    }
    
    .lite-eb89,
    .first_9f39 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .picture_wood_955e,
    .list-9745,
    .pattern-pressed-5976,
    .status-1107,
    .description_0053,
    .shadow_1661 {
        display: none !important;
    }
    
    .media-3736,
    .logo-tall-00c4 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .first-9135,
    .column_bb61 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .feature_purple_ec32,
    .shadow_cool_71c7,
    .purple_2cd5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .element_c5c1 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .media-3736 {
        font-size: 1.5rem;
    }
    
    .stone_47a9 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .progress_middle_ac32 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .status-1107 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .logo_ce6e {
        max-width: 95%;
    }
    
    .lite-eb89 {
        gap: 2.5rem;
    }
    
    .first_9f39 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .logo_ce6e {
        max-width: 1600px;
    }
    
    .media-3736 {
        font-size: 5rem;
    }
    
    .logo-tall-00c4 {
        font-size: 3rem;
    }
}
/* css-noise: 609e */
.widget-item-l2 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
