/* {$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) {
    .item_small_68f3 {
        padding: 0 0.75rem;
    }
    
    .photo-dc45 {
        padding: 5rem 0 2rem;
    }
    
    .chip_fast_15ed {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .box_new_dd8d {
        font-size: 1rem;
    }
    
    .over_9670 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .breadcrumb_1a3e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .out_3a36 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .down_af59 {
        font-size: 1.5rem;
    }
    
    .over_0fcd,
    .picture-medium-f9f4 {
        grid-template-columns: 1fr;
    }
    
    .sort_bottom_99fc .label_wide_29c5 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .cold-ba8b {
        grid-template-columns: 1fr;
    }
    
    .media-6b8a {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .item_small_68f3 {
        padding: 0 1rem;
    }
    
    .chip_fast_15ed {
        font-size: 2rem;
    }
    
    .box_new_dd8d {
        font-size: 1.125rem;
    }
    
    .breadcrumb_1a3e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .out_3a36 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .over_9670 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .cold-ba8b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .menu-74f8,
    .east-3d9f {
        padding: 1.25rem;
    }
    
    .sort_bottom_99fc .label_wide_29c5 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .item_small_68f3 {
        padding: 0 1.5rem;
    }
    
    .photo-dc45 {
        padding: 6rem 0 3rem;
    }
    
    .chip_fast_15ed {
        font-size: 2.5rem;
    }
    
    .box_new_dd8d {
        font-size: 1.25rem;
    }
    
    .breadcrumb_1a3e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .out_3a36 {
        padding: 1rem;
    }
    
    .down_af59 {
        font-size: 2rem;
    }
    
    .gold-6bf6 {
        font-size: 1.125rem;
    }
    
    .over_0fcd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .picture-medium-f9f4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cold-ba8b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .media-6b8a {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .north_8d92 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .gallery_adc4 {
        display: none;
    }
    
    .border-f8d7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .south_d598 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .item_small_68f3 {
        max-width: 750px;
    }
    
    .photo-dc45 {
        padding: 7rem 0 4rem;
    }
    
    .chip_fast_15ed {
        font-size: 3rem;
    }
    
    .hot_448c {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .container-3099 {
        gap: 3rem;
    }
    
    .over_0fcd {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .picture-medium-f9f4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .article-tiny-3b50 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sort_bottom_99fc {
        gap: 1.5rem;
    }
    
    .filter_hard_1698 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .item_small_68f3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .photo-dc45 {
        padding: 8rem 0 4rem;
    }
    
    .chip_fast_15ed {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .hot_448c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .hover-be43 {
        order: 2;
    }
    
    .center-11ae {
        order: 1;
    }
    
    .container-3099 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .container-3099.left-63dd {
        direction: rtl;
    }
    
    .container-3099.left-63dd > * {
        direction: ltr;
    }
    
    .filter_hard_1698 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .shadow_thick_8686 {
        display: block;
    }
    
    .gallery_adc4 {
        display: none;
    }
    
    .description-e5f1 {
        gap: 2rem;
    }
    
    .yellow-6bd1 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .white-ddf3:hover {
        transform: translateY(-4px);
    }
    
    .caption_plasma_2546:hover {
        transform: translateY(-2px);
    }
    
    .filter_hard_1698:hover {
        transform: scale(1.02);
    }
    
    .east-3d9f:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .item_small_68f3 {
        max-width: var(--container-max-width);
    }
    
    .photo-dc45 {
        padding: 10rem 0 5rem;
    }
    
    .chip_fast_15ed {
        font-size: 4rem;
    }
    
    .box_new_dd8d {
        font-size: 1.375rem;
    }
    
    .down_af59 {
        font-size: 2.5rem;
    }
    
    .gold-6bf6 {
        font-size: 1.25rem;
    }
    
    .hot_448c,
    .container-3099 {
        gap: 5rem;
    }
    
    .description-e5f1 {
        gap: 2.5rem;
    }
    
    .menu-74f8,
    .east-3d9f,
    .white-ddf3 {
        padding: 2rem;
    }
    
    .media-6b8a {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .item_small_68f3 {
        max-width: 1400px;
    }
    
    .photo-dc45 {
        padding: 12rem 0 6rem;
    }
    
    .hot_448c,
    .container-3099 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .text-right-0a5a img,
    .slider-stale-8eb9,
    .filter_hard_1698 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .hot_448c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .container-3099 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .container-3099.left-63dd {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .photo-dc45 {
        padding: 6rem 0 3rem;
    }
    
    .hot_448c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .container-3099 {
        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;
    }
    
    .photo-dc45::before {
        animation: none;
    }
    
    .table-copper-8591,
    .video-pink-95d2 {
        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;
    }
    
    .full-50c2,
    .over_9670,
    .modal-solid-a734 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .white-ddf3,
    .menu-74f8,
    .east-3d9f {
        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 */
    
    .selected_7a88 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .hero_239e,
    .medium-8d6e,
    .carousel-pro-885d {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .photo-dc45 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .photo-dc45::before {
        display: none;
    }
    
    .item_small_68f3 {
        max-width: none;
        padding: 0;
    }
    
    .hot_448c,
    .container-3099 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .caption_plasma_2546,
    .south_d598,
    .gallery_adc4,
    .breadcrumb_1a3e,
    .avatar_2bd7,
    .border-ea4c {
        display: none !important;
    }
    
    .chip_fast_15ed,
    .down_af59 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .slider-stale-8eb9,
    .filter_hard_1698 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .over_0fcd,
    .picture-medium-f9f4,
    .sort_bottom_99fc {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .article-tiny-3b50 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .chip_fast_15ed {
        font-size: 1.5rem;
    }
    
    .over_9670 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .out_3a36 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .breadcrumb_1a3e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .item_small_68f3 {
        max-width: 95%;
    }
    
    .hot_448c {
        gap: 2.5rem;
    }
    
    .container-3099 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .item_small_68f3 {
        max-width: 1600px;
    }
    
    .chip_fast_15ed {
        font-size: 5rem;
    }
    
    .down_af59 {
        font-size: 3rem;
    }
}
/* css-noise: 4b23 */
.phantom-card-a7 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
