/* {$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) {
    .silver-14a0 {
        padding: 0 0.75rem;
    }
    
    .heading_08b8 {
        padding: 5rem 0 2rem;
    }
    
    .box-21f4 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .wide_076c {
        font-size: 1rem;
    }
    
    .primary-lower-232c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .complex_9e24 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .modal-44fe {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .link_active_d068 {
        font-size: 1.5rem;
    }
    
    .focused_a723,
    .notice-c789 {
        grid-template-columns: 1fr;
    }
    
    .title-50e1 .mask-plasma-4b5d {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .column_warm_a2c1 {
        grid-template-columns: 1fr;
    }
    
    .grid-eefd {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .silver-14a0 {
        padding: 0 1rem;
    }
    
    .box-21f4 {
        font-size: 2rem;
    }
    
    .wide_076c {
        font-size: 1.125rem;
    }
    
    .complex_9e24 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal-44fe {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .primary-lower-232c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .column_warm_a2c1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wrapper_dim_8e7d,
    .logo-cc62 {
        padding: 1.25rem;
    }
    
    .title-50e1 .mask-plasma-4b5d {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .silver-14a0 {
        padding: 0 1.5rem;
    }
    
    .heading_08b8 {
        padding: 6rem 0 3rem;
    }
    
    .box-21f4 {
        font-size: 2.5rem;
    }
    
    .wide_076c {
        font-size: 1.25rem;
    }
    
    .complex_9e24 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .modal-44fe {
        padding: 1rem;
    }
    
    .link_active_d068 {
        font-size: 2rem;
    }
    
    .frame_huge_8077 {
        font-size: 1.125rem;
    }
    
    .focused_a723 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .notice-c789 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .column_warm_a2c1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .grid-eefd {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .link-5ec1 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .top-1fa6 {
        display: none;
    }
    
    .sidebar_upper_2035 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .soft_bb4c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .silver-14a0 {
        max-width: 750px;
    }
    
    .heading_08b8 {
        padding: 7rem 0 4rem;
    }
    
    .box-21f4 {
        font-size: 3rem;
    }
    
    .button_8873 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .steel_2b05 {
        gap: 3rem;
    }
    
    .focused_a723 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .notice-c789 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .bright-e834 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .title-50e1 {
        gap: 1.5rem;
    }
    
    .overlay-b336 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .silver-14a0 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .heading_08b8 {
        padding: 8rem 0 4rem;
    }
    
    .box-21f4 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .button_8873 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .column_rough_b6a4 {
        order: 2;
    }
    
    .thumbnail_warm_a0fc {
        order: 1;
    }
    
    .steel_2b05 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .steel_2b05.info-e9d4 {
        direction: rtl;
    }
    
    .steel_2b05.info-e9d4 > * {
        direction: ltr;
    }
    
    .overlay-b336 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .dim_185b {
        display: block;
    }
    
    .top-1fa6 {
        display: none;
    }
    
    .summary-down-ec24 {
        gap: 2rem;
    }
    
    .preview-2744 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .carousel-liquid-ceda:hover {
        transform: translateY(-4px);
    }
    
    .section_cdc3:hover {
        transform: translateY(-2px);
    }
    
    .overlay-b336:hover {
        transform: scale(1.02);
    }
    
    .logo-cc62:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .silver-14a0 {
        max-width: var(--container-max-width);
    }
    
    .heading_08b8 {
        padding: 10rem 0 5rem;
    }
    
    .box-21f4 {
        font-size: 4rem;
    }
    
    .wide_076c {
        font-size: 1.375rem;
    }
    
    .link_active_d068 {
        font-size: 2.5rem;
    }
    
    .frame_huge_8077 {
        font-size: 1.25rem;
    }
    
    .button_8873,
    .steel_2b05 {
        gap: 5rem;
    }
    
    .summary-down-ec24 {
        gap: 2.5rem;
    }
    
    .wrapper_dim_8e7d,
    .logo-cc62,
    .carousel-liquid-ceda {
        padding: 2rem;
    }
    
    .grid-eefd {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .silver-14a0 {
        max-width: 1400px;
    }
    
    .heading_08b8 {
        padding: 12rem 0 6rem;
    }
    
    .button_8873,
    .steel_2b05 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .feature-brown-c2f6 img,
    .description-small-6f79,
    .overlay-b336 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .button_8873 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .steel_2b05 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .steel_2b05.info-e9d4 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .heading_08b8 {
        padding: 6rem 0 3rem;
    }
    
    .button_8873 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .steel_2b05 {
        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;
    }
    
    .heading_08b8::before {
        animation: none;
    }
    
    .mask-pro-bc64,
    .logo_cf41 {
        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;
    }
    
    .row-out-a732,
    .primary-lower-232c,
    .outline_7039 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .carousel-liquid-ceda,
    .wrapper_dim_8e7d,
    .logo-cc62 {
        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 */
    
    .background-glass-cc30 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .secondary_bab4,
    .title-smooth-afa6,
    .breadcrumb-pink-d349 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .heading_08b8 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .heading_08b8::before {
        display: none;
    }
    
    .silver-14a0 {
        max-width: none;
        padding: 0;
    }
    
    .button_8873,
    .steel_2b05 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section_cdc3,
    .soft_bb4c,
    .top-1fa6,
    .complex_9e24,
    .pressed_c355,
    .wood-f7a7 {
        display: none !important;
    }
    
    .box-21f4,
    .link_active_d068 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .description-small-6f79,
    .overlay-b336 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .focused_a723,
    .notice-c789,
    .title-50e1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .bright-e834 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .box-21f4 {
        font-size: 1.5rem;
    }
    
    .primary-lower-232c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .modal-44fe {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .complex_9e24 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .silver-14a0 {
        max-width: 95%;
    }
    
    .button_8873 {
        gap: 2.5rem;
    }
    
    .steel_2b05 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .silver-14a0 {
        max-width: 1600px;
    }
    
    .box-21f4 {
        font-size: 5rem;
    }
    
    .link_active_d068 {
        font-size: 3rem;
    }
}
/* css-noise: 9e66 */
.widget-item-f8 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
