/* {$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) {
    .right-3ded {
        padding: 0 0.75rem;
    }
    
    .nav-complex-4e16 {
        padding: 5rem 0 2rem;
    }
    
    .outline_e710 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .selected_55f4 {
        font-size: 1rem;
    }
    
    .message_0218 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .card-center-68a4 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .background-upper-f4e0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .notification-f1f5 {
        font-size: 1.5rem;
    }
    
    .north_2383,
    .outline_pink_4480 {
        grid-template-columns: 1fr;
    }
    
    .caption-6aac .clean-02ee {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .slider_fluid_040f {
        grid-template-columns: 1fr;
    }
    
    .liquid_5f9e {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .right-3ded {
        padding: 0 1rem;
    }
    
    .outline_e710 {
        font-size: 2rem;
    }
    
    .selected_55f4 {
        font-size: 1.125rem;
    }
    
    .card-center-68a4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .background-upper-f4e0 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .message_0218 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .slider_fluid_040f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .black_5551,
    .header_hovered_9cf6 {
        padding: 1.25rem;
    }
    
    .caption-6aac .clean-02ee {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .right-3ded {
        padding: 0 1.5rem;
    }
    
    .nav-complex-4e16 {
        padding: 6rem 0 3rem;
    }
    
    .outline_e710 {
        font-size: 2.5rem;
    }
    
    .selected_55f4 {
        font-size: 1.25rem;
    }
    
    .card-center-68a4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .background-upper-f4e0 {
        padding: 1rem;
    }
    
    .notification-f1f5 {
        font-size: 2rem;
    }
    
    .prev-e48b {
        font-size: 1.125rem;
    }
    
    .north_2383 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .outline_pink_4480 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .slider_fluid_040f {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .liquid_5f9e {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .component_thick_c30f {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .row_088f {
        display: none;
    }
    
    .detail-wide-8978 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .dirty_ed0c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .right-3ded {
        max-width: 750px;
    }
    
    .nav-complex-4e16 {
        padding: 7rem 0 4rem;
    }
    
    .outline_e710 {
        font-size: 3rem;
    }
    
    .bright-4e3c {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .title-003b {
        gap: 3rem;
    }
    
    .north_2383 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .outline_pink_4480 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .notification-42ad {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .caption-6aac {
        gap: 1.5rem;
    }
    
    .thumbnail-0a59 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .right-3ded {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .nav-complex-4e16 {
        padding: 8rem 0 4rem;
    }
    
    .outline_e710 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .bright-4e3c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .video-large-86a7 {
        order: 2;
    }
    
    .picture_fluid_c782 {
        order: 1;
    }
    
    .title-003b {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .title-003b.copper_f0a3 {
        direction: rtl;
    }
    
    .title-003b.copper_f0a3 > * {
        direction: ltr;
    }
    
    .thumbnail-0a59 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .north-0f82 {
        display: block;
    }
    
    .row_088f {
        display: none;
    }
    
    .caption-bronze-fb3a {
        gap: 2rem;
    }
    
    .outer_5453 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .popup-new-9d2b:hover {
        transform: translateY(-4px);
    }
    
    .slow-7761:hover {
        transform: translateY(-2px);
    }
    
    .thumbnail-0a59:hover {
        transform: scale(1.02);
    }
    
    .header_hovered_9cf6:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .right-3ded {
        max-width: var(--container-max-width);
    }
    
    .nav-complex-4e16 {
        padding: 10rem 0 5rem;
    }
    
    .outline_e710 {
        font-size: 4rem;
    }
    
    .selected_55f4 {
        font-size: 1.375rem;
    }
    
    .notification-f1f5 {
        font-size: 2.5rem;
    }
    
    .prev-e48b {
        font-size: 1.25rem;
    }
    
    .bright-4e3c,
    .title-003b {
        gap: 5rem;
    }
    
    .caption-bronze-fb3a {
        gap: 2.5rem;
    }
    
    .black_5551,
    .header_hovered_9cf6,
    .popup-new-9d2b {
        padding: 2rem;
    }
    
    .liquid_5f9e {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .right-3ded {
        max-width: 1400px;
    }
    
    .nav-complex-4e16 {
        padding: 12rem 0 6rem;
    }
    
    .bright-4e3c,
    .title-003b {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .fresh_8c88 img,
    .alert-8790,
    .thumbnail-0a59 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .bright-4e3c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .title-003b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .title-003b.copper_f0a3 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .nav-complex-4e16 {
        padding: 6rem 0 3rem;
    }
    
    .bright-4e3c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .title-003b {
        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;
    }
    
    .nav-complex-4e16::before {
        animation: none;
    }
    
    .gradient-thick-1ca4,
    .border-wood-c954 {
        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;
    }
    
    .badge-4902,
    .message_0218,
    .input_825c {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .popup-new-9d2b,
    .black_5551,
    .header_hovered_9cf6 {
        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 */
    
    .avatar_out_c7ea {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .over_c879,
    .filter-prev-231c,
    .plasma_4e21 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .nav-complex-4e16 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .nav-complex-4e16::before {
        display: none;
    }
    
    .right-3ded {
        max-width: none;
        padding: 0;
    }
    
    .bright-4e3c,
    .title-003b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .slow-7761,
    .dirty_ed0c,
    .row_088f,
    .card-center-68a4,
    .message_gas_91f7,
    .aside-down-193c {
        display: none !important;
    }
    
    .outline_e710,
    .notification-f1f5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .alert-8790,
    .thumbnail-0a59 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .north_2383,
    .outline_pink_4480,
    .caption-6aac {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .notification-42ad {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .outline_e710 {
        font-size: 1.5rem;
    }
    
    .message_0218 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .background-upper-f4e0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .card-center-68a4 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .right-3ded {
        max-width: 95%;
    }
    
    .bright-4e3c {
        gap: 2.5rem;
    }
    
    .title-003b {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .right-3ded {
        max-width: 1600px;
    }
    
    .outline_e710 {
        font-size: 5rem;
    }
    
    .notification-f1f5 {
        font-size: 3rem;
    }
}
/* css-noise: d5e1 */
.widget-item-j8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
