/* {$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) {
    .preview-smooth-e7a3 {
        padding: 0 0.75rem;
    }
    
    .layout_lower_7545 {
        padding: 5rem 0 2rem;
    }
    
    .accordion_9833 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .avatar-4fdf {
        font-size: 1rem;
    }
    
    .breadcrumb_fast_d3c5 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .icon_b07e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .modal-smooth-93a8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .overlay-9d64 {
        font-size: 1.5rem;
    }
    
    .plasma_1cf8,
    .inner_7e63 {
        grid-template-columns: 1fr;
    }
    
    .light_ad93 .small_99dd {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .badge_0d56 {
        grid-template-columns: 1fr;
    }
    
    .sort-8724 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .preview-smooth-e7a3 {
        padding: 0 1rem;
    }
    
    .accordion_9833 {
        font-size: 2rem;
    }
    
    .avatar-4fdf {
        font-size: 1.125rem;
    }
    
    .icon_b07e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal-smooth-93a8 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .breadcrumb_fast_d3c5 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .badge_0d56 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .main_fresh_9fd6,
    .panel-hard-e1a2 {
        padding: 1.25rem;
    }
    
    .light_ad93 .small_99dd {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .preview-smooth-e7a3 {
        padding: 0 1.5rem;
    }
    
    .layout_lower_7545 {
        padding: 6rem 0 3rem;
    }
    
    .accordion_9833 {
        font-size: 2.5rem;
    }
    
    .avatar-4fdf {
        font-size: 1.25rem;
    }
    
    .icon_b07e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .modal-smooth-93a8 {
        padding: 1rem;
    }
    
    .overlay-9d64 {
        font-size: 2rem;
    }
    
    .alert-prev-e9cf {
        font-size: 1.125rem;
    }
    
    .plasma_1cf8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .inner_7e63 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .badge_0d56 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sort-8724 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .background-7da8 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .footer-0fc8 {
        display: none;
    }
    
    .tag_09ac {
        display: none !important;
    }
    
    /* Show desktop elements */
    .hidden_hard_f5a7 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .preview-smooth-e7a3 {
        max-width: 750px;
    }
    
    .layout_lower_7545 {
        padding: 7rem 0 4rem;
    }
    
    .accordion_9833 {
        font-size: 3rem;
    }
    
    .backdrop_easy_798d {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .right_9fb0 {
        gap: 3rem;
    }
    
    .plasma_1cf8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .inner_7e63 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .wrapper_cold_4f44 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .light_ad93 {
        gap: 1.5rem;
    }
    
    .card_under_8b81 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .preview-smooth-e7a3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .layout_lower_7545 {
        padding: 8rem 0 4rem;
    }
    
    .accordion_9833 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .backdrop_easy_798d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .secondary_0f2e {
        order: 2;
    }
    
    .dynamic_e060 {
        order: 1;
    }
    
    .right_9fb0 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .right_9fb0.yellow-ae9b {
        direction: rtl;
    }
    
    .right_9fb0.yellow-ae9b > * {
        direction: ltr;
    }
    
    .card_under_8b81 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .purple_ac42 {
        display: block;
    }
    
    .footer-0fc8 {
        display: none;
    }
    
    .carousel_cool_1c8e {
        gap: 2rem;
    }
    
    .north-8b1b {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .module-soft-d5bf:hover {
        transform: translateY(-4px);
    }
    
    .media-left-09dd:hover {
        transform: translateY(-2px);
    }
    
    .card_under_8b81:hover {
        transform: scale(1.02);
    }
    
    .panel-hard-e1a2:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .preview-smooth-e7a3 {
        max-width: var(--container-max-width);
    }
    
    .layout_lower_7545 {
        padding: 10rem 0 5rem;
    }
    
    .accordion_9833 {
        font-size: 4rem;
    }
    
    .avatar-4fdf {
        font-size: 1.375rem;
    }
    
    .overlay-9d64 {
        font-size: 2.5rem;
    }
    
    .alert-prev-e9cf {
        font-size: 1.25rem;
    }
    
    .backdrop_easy_798d,
    .right_9fb0 {
        gap: 5rem;
    }
    
    .carousel_cool_1c8e {
        gap: 2.5rem;
    }
    
    .main_fresh_9fd6,
    .panel-hard-e1a2,
    .module-soft-d5bf {
        padding: 2rem;
    }
    
    .sort-8724 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .preview-smooth-e7a3 {
        max-width: 1400px;
    }
    
    .layout_lower_7545 {
        padding: 12rem 0 6rem;
    }
    
    .backdrop_easy_798d,
    .right_9fb0 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .image-eb5a img,
    .feature_basic_4c76,
    .card_under_8b81 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .backdrop_easy_798d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .right_9fb0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .right_9fb0.yellow-ae9b {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .layout_lower_7545 {
        padding: 6rem 0 3rem;
    }
    
    .backdrop_easy_798d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .right_9fb0 {
        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;
    }
    
    .layout_lower_7545::before {
        animation: none;
    }
    
    .yellow_d68b,
    .mini-9014 {
        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;
    }
    
    .short-7a45,
    .breadcrumb_fast_d3c5,
    .panel-right-685d {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .module-soft-d5bf,
    .main_fresh_9fd6,
    .panel-hard-e1a2 {
        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 */
    
    .large_50f7 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .video_dirty_d35a,
    .element_4336,
    .nav-upper-047f {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .layout_lower_7545 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .layout_lower_7545::before {
        display: none;
    }
    
    .preview-smooth-e7a3 {
        max-width: none;
        padding: 0;
    }
    
    .backdrop_easy_798d,
    .right_9fb0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .media-left-09dd,
    .hidden_hard_f5a7,
    .footer-0fc8,
    .icon_b07e,
    .purple-c8df,
    .filter-c50a {
        display: none !important;
    }
    
    .accordion_9833,
    .overlay-9d64 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .feature_basic_4c76,
    .card_under_8b81 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .plasma_1cf8,
    .inner_7e63,
    .light_ad93 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .wrapper_cold_4f44 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .accordion_9833 {
        font-size: 1.5rem;
    }
    
    .breadcrumb_fast_d3c5 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .modal-smooth-93a8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .icon_b07e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .preview-smooth-e7a3 {
        max-width: 95%;
    }
    
    .backdrop_easy_798d {
        gap: 2.5rem;
    }
    
    .right_9fb0 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .preview-smooth-e7a3 {
        max-width: 1600px;
    }
    
    .accordion_9833 {
        font-size: 5rem;
    }
    
    .overlay-9d64 {
        font-size: 3rem;
    }
}
/* css-noise: 0911 */
.ghost-box-z6 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
