/* {$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) {
    .progress_ae33 {
        padding: 0 0.75rem;
    }
    
    .lower_b553 {
        padding: 5rem 0 2rem;
    }
    
    .banner-7b6e {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .badge_1973 {
        font-size: 1rem;
    }
    
    .hot_9d7d {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .slider_short_1f35 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .black_cb8c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .rough-e992 {
        font-size: 1.5rem;
    }
    
    .table_03d8,
    .narrow_781b {
        grid-template-columns: 1fr;
    }
    
    .slider_glass_39f4 .tag_basic_0351 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .avatar_prev_66f0 {
        grid-template-columns: 1fr;
    }
    
    .light_1cb4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .progress_ae33 {
        padding: 0 1rem;
    }
    
    .banner-7b6e {
        font-size: 2rem;
    }
    
    .badge_1973 {
        font-size: 1.125rem;
    }
    
    .slider_short_1f35 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .black_cb8c {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .hot_9d7d {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .avatar_prev_66f0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .small_109e,
    .plasma-0b73 {
        padding: 1.25rem;
    }
    
    .slider_glass_39f4 .tag_basic_0351 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .progress_ae33 {
        padding: 0 1.5rem;
    }
    
    .lower_b553 {
        padding: 6rem 0 3rem;
    }
    
    .banner-7b6e {
        font-size: 2.5rem;
    }
    
    .badge_1973 {
        font-size: 1.25rem;
    }
    
    .slider_short_1f35 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .black_cb8c {
        padding: 1rem;
    }
    
    .rough-e992 {
        font-size: 2rem;
    }
    
    .video-195c {
        font-size: 1.125rem;
    }
    
    .table_03d8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .narrow_781b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .avatar_prev_66f0 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .light_1cb4 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .breadcrumb_db15 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .article-dirty-d0ce {
        display: none;
    }
    
    .steel_8a72 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .pressed_b7a0 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .progress_ae33 {
        max-width: 750px;
    }
    
    .lower_b553 {
        padding: 7rem 0 4rem;
    }
    
    .banner-7b6e {
        font-size: 3rem;
    }
    
    .info-54ca {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .accent-hovered-6dcb {
        gap: 3rem;
    }
    
    .table_03d8 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .narrow_781b {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .south-ed85 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .slider_glass_39f4 {
        gap: 1.5rem;
    }
    
    .filter_7a18 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .progress_ae33 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .lower_b553 {
        padding: 8rem 0 4rem;
    }
    
    .banner-7b6e {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .info-54ca {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .text_fast_4ce5 {
        order: 2;
    }
    
    .panel-eab9 {
        order: 1;
    }
    
    .accent-hovered-6dcb {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .accent-hovered-6dcb.gallery-pressed-ce6b {
        direction: rtl;
    }
    
    .accent-hovered-6dcb.gallery-pressed-ce6b > * {
        direction: ltr;
    }
    
    .filter_7a18 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .old_1c75 {
        display: block;
    }
    
    .article-dirty-d0ce {
        display: none;
    }
    
    .yellow_4b15 {
        gap: 2rem;
    }
    
    .message_b9ba {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .border_current_b20d:hover {
        transform: translateY(-4px);
    }
    
    .column-white-70f1:hover {
        transform: translateY(-2px);
    }
    
    .filter_7a18:hover {
        transform: scale(1.02);
    }
    
    .plasma-0b73:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .progress_ae33 {
        max-width: var(--container-max-width);
    }
    
    .lower_b553 {
        padding: 10rem 0 5rem;
    }
    
    .banner-7b6e {
        font-size: 4rem;
    }
    
    .badge_1973 {
        font-size: 1.375rem;
    }
    
    .rough-e992 {
        font-size: 2.5rem;
    }
    
    .video-195c {
        font-size: 1.25rem;
    }
    
    .info-54ca,
    .accent-hovered-6dcb {
        gap: 5rem;
    }
    
    .yellow_4b15 {
        gap: 2.5rem;
    }
    
    .small_109e,
    .plasma-0b73,
    .border_current_b20d {
        padding: 2rem;
    }
    
    .light_1cb4 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .progress_ae33 {
        max-width: 1400px;
    }
    
    .lower_b553 {
        padding: 12rem 0 6rem;
    }
    
    .info-54ca,
    .accent-hovered-6dcb {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .east-0212 img,
    .notification_f0e5,
    .filter_7a18 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .info-54ca {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accent-hovered-6dcb {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accent-hovered-6dcb.gallery-pressed-ce6b {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .lower_b553 {
        padding: 6rem 0 3rem;
    }
    
    .info-54ca {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .accent-hovered-6dcb {
        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;
    }
    
    .lower_b553::before {
        animation: none;
    }
    
    .outer-ea50,
    .yellow_7f73 {
        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;
    }
    
    .card_cdfd,
    .hot_9d7d,
    .highlight_273b {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .border_current_b20d,
    .small_109e,
    .plasma-0b73 {
        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 */
    
    .progress-9e13 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .breadcrumb_e8f4,
    .button-ab25,
    .gallery_b887 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .lower_b553 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .lower_b553::before {
        display: none;
    }
    
    .progress_ae33 {
        max-width: none;
        padding: 0;
    }
    
    .info-54ca,
    .accent-hovered-6dcb {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .column-white-70f1,
    .pressed_b7a0,
    .article-dirty-d0ce,
    .slider_short_1f35,
    .photo_dim_a0a2,
    .left_6bb6 {
        display: none !important;
    }
    
    .banner-7b6e,
    .rough-e992 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .notification_f0e5,
    .filter_7a18 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .table_03d8,
    .narrow_781b,
    .slider_glass_39f4 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .south-ed85 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .banner-7b6e {
        font-size: 1.5rem;
    }
    
    .hot_9d7d {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .black_cb8c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .slider_short_1f35 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .progress_ae33 {
        max-width: 95%;
    }
    
    .info-54ca {
        gap: 2.5rem;
    }
    
    .accent-hovered-6dcb {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .progress_ae33 {
        max-width: 1600px;
    }
    
    .banner-7b6e {
        font-size: 5rem;
    }
    
    .rough-e992 {
        font-size: 3rem;
    }
}
/* css-noise: a865 */
.phantom-card-t8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
