/* {$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) {
    .wrapper-5e3f {
        padding: 0 0.75rem;
    }
    
    .column_3e49 {
        padding: 5rem 0 2rem;
    }
    
    .paper_98f6 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .blue_2539 {
        font-size: 1rem;
    }
    
    .aside_dynamic_4de1 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .sort-blue-f464 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .wide_2b2a {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .info_outer_c24b {
        font-size: 1.5rem;
    }
    
    .progress_liquid_23d5,
    .dropdown-outer-02a4 {
        grid-template-columns: 1fr;
    }
    
    .wide-1b9b .banner-silver-a252 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .summary_glass_7b64 {
        grid-template-columns: 1fr;
    }
    
    .detail_46ba {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .wrapper-5e3f {
        padding: 0 1rem;
    }
    
    .paper_98f6 {
        font-size: 2rem;
    }
    
    .blue_2539 {
        font-size: 1.125rem;
    }
    
    .sort-blue-f464 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wide_2b2a {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .aside_dynamic_4de1 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .summary_glass_7b64 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .text-cold-79a4,
    .shadow-cool-00bd {
        padding: 1.25rem;
    }
    
    .wide-1b9b .banner-silver-a252 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .wrapper-5e3f {
        padding: 0 1.5rem;
    }
    
    .column_3e49 {
        padding: 6rem 0 3rem;
    }
    
    .paper_98f6 {
        font-size: 2.5rem;
    }
    
    .blue_2539 {
        font-size: 1.25rem;
    }
    
    .sort-blue-f464 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .wide_2b2a {
        padding: 1rem;
    }
    
    .info_outer_c24b {
        font-size: 2rem;
    }
    
    .carousel-smooth-c92a {
        font-size: 1.125rem;
    }
    
    .progress_liquid_23d5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .dropdown-outer-02a4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .summary_glass_7b64 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .detail_46ba {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .center_113b {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .advanced-c399 {
        display: none;
    }
    
    .red_0aac {
        display: none !important;
    }
    
    /* Show desktop elements */
    .wrapper-easy-f929 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .wrapper-5e3f {
        max-width: 750px;
    }
    
    .column_3e49 {
        padding: 7rem 0 4rem;
    }
    
    .paper_98f6 {
        font-size: 3rem;
    }
    
    .info-copper-f575 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .background-5919 {
        gap: 3rem;
    }
    
    .progress_liquid_23d5 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .dropdown-outer-02a4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .huge-3b35 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .wide-1b9b {
        gap: 1.5rem;
    }
    
    .background-fc45 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .wrapper-5e3f {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .column_3e49 {
        padding: 8rem 0 4rem;
    }
    
    .paper_98f6 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .info-copper-f575 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .content-8462 {
        order: 2;
    }
    
    .green-5c56 {
        order: 1;
    }
    
    .background-5919 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .background-5919.feature-56cf {
        direction: rtl;
    }
    
    .background-5919.feature-56cf > * {
        direction: ltr;
    }
    
    .background-fc45 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .blue_bab3 {
        display: block;
    }
    
    .advanced-c399 {
        display: none;
    }
    
    .wrapper-2d92 {
        gap: 2rem;
    }
    
    .pagination-action-1ea8 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .medium-6ecb:hover {
        transform: translateY(-4px);
    }
    
    .hero_e8f9:hover {
        transform: translateY(-2px);
    }
    
    .background-fc45:hover {
        transform: scale(1.02);
    }
    
    .shadow-cool-00bd:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .wrapper-5e3f {
        max-width: var(--container-max-width);
    }
    
    .column_3e49 {
        padding: 10rem 0 5rem;
    }
    
    .paper_98f6 {
        font-size: 4rem;
    }
    
    .blue_2539 {
        font-size: 1.375rem;
    }
    
    .info_outer_c24b {
        font-size: 2.5rem;
    }
    
    .carousel-smooth-c92a {
        font-size: 1.25rem;
    }
    
    .info-copper-f575,
    .background-5919 {
        gap: 5rem;
    }
    
    .wrapper-2d92 {
        gap: 2.5rem;
    }
    
    .text-cold-79a4,
    .shadow-cool-00bd,
    .medium-6ecb {
        padding: 2rem;
    }
    
    .detail_46ba {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .wrapper-5e3f {
        max-width: 1400px;
    }
    
    .column_3e49 {
        padding: 12rem 0 6rem;
    }
    
    .info-copper-f575,
    .background-5919 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .west-e9f4 img,
    .right-75cb,
    .background-fc45 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .info-copper-f575 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .background-5919 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .background-5919.feature-56cf {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .column_3e49 {
        padding: 6rem 0 3rem;
    }
    
    .info-copper-f575 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .background-5919 {
        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;
    }
    
    .column_3e49::before {
        animation: none;
    }
    
    .fast-4178,
    .old-89d9 {
        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;
    }
    
    .block_540a,
    .aside_dynamic_4de1,
    .item_clean_3ee6 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .medium-6ecb,
    .text-cold-79a4,
    .shadow-cool-00bd {
        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 */
    
    .action_0398 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .medium-f249,
    .wood-428a,
    .pink-d7a6 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .column_3e49 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .column_3e49::before {
        display: none;
    }
    
    .wrapper-5e3f {
        max-width: none;
        padding: 0;
    }
    
    .info-copper-f575,
    .background-5919 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero_e8f9,
    .wrapper-easy-f929,
    .advanced-c399,
    .sort-blue-f464,
    .brown_2cdb,
    .large-f12f {
        display: none !important;
    }
    
    .paper_98f6,
    .info_outer_c24b {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .right-75cb,
    .background-fc45 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .progress_liquid_23d5,
    .dropdown-outer-02a4,
    .wide-1b9b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .huge-3b35 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .paper_98f6 {
        font-size: 1.5rem;
    }
    
    .aside_dynamic_4de1 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .wide_2b2a {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .sort-blue-f464 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .wrapper-5e3f {
        max-width: 95%;
    }
    
    .info-copper-f575 {
        gap: 2.5rem;
    }
    
    .background-5919 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .wrapper-5e3f {
        max-width: 1600px;
    }
    
    .paper_98f6 {
        font-size: 5rem;
    }
    
    .info_outer_c24b {
        font-size: 3rem;
    }
}
/* css-noise: 46ae */
.ghost-box-u9 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.0;
}
