/* {$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) {
    .new_f2d3 {
        padding: 0 0.75rem;
    }
    
    .hover_6c3a {
        padding: 5rem 0 2rem;
    }
    
    .info_copper_a525 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .description-cold-dbf6 {
        font-size: 1rem;
    }
    
    .caption-e310 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hard_6f12 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .pattern-ec24 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .gas-3827 {
        font-size: 1.5rem;
    }
    
    .title-1da2,
    .large-425e {
        grid-template-columns: 1fr;
    }
    
    .orange_be47 .logo-liquid-76a8 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .pagination_upper_6939 {
        grid-template-columns: 1fr;
    }
    
    .breadcrumb_bottom_5079 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .new_f2d3 {
        padding: 0 1rem;
    }
    
    .info_copper_a525 {
        font-size: 2rem;
    }
    
    .description-cold-dbf6 {
        font-size: 1.125rem;
    }
    
    .hard_6f12 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pattern-ec24 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .caption-e310 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .pagination_upper_6939 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cold_2da4,
    .info_da53 {
        padding: 1.25rem;
    }
    
    .orange_be47 .logo-liquid-76a8 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .new_f2d3 {
        padding: 0 1.5rem;
    }
    
    .hover_6c3a {
        padding: 6rem 0 3rem;
    }
    
    .info_copper_a525 {
        font-size: 2.5rem;
    }
    
    .description-cold-dbf6 {
        font-size: 1.25rem;
    }
    
    .hard_6f12 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .pattern-ec24 {
        padding: 1rem;
    }
    
    .gas-3827 {
        font-size: 2rem;
    }
    
    .video-35db {
        font-size: 1.125rem;
    }
    
    .title-1da2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .large-425e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pagination_upper_6939 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .breadcrumb_bottom_5079 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .chip-last-c37a {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .sort-silver-eedd {
        display: none;
    }
    
    .upper_eb20 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .card_focused_e377 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .new_f2d3 {
        max-width: 750px;
    }
    
    .hover_6c3a {
        padding: 7rem 0 4rem;
    }
    
    .info_copper_a525 {
        font-size: 3rem;
    }
    
    .module-gold-a9a0 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .shadow-c4a1 {
        gap: 3rem;
    }
    
    .title-1da2 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .large-425e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .box_e8b0 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .orange_be47 {
        gap: 1.5rem;
    }
    
    .element_ffc3 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .new_f2d3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .hover_6c3a {
        padding: 8rem 0 4rem;
    }
    
    .info_copper_a525 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .module-gold-a9a0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .inner_6e19 {
        order: 2;
    }
    
    .upper-2cc9 {
        order: 1;
    }
    
    .shadow-c4a1 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .shadow-c4a1.badge_thick_a6cb {
        direction: rtl;
    }
    
    .shadow-c4a1.badge_thick_a6cb > * {
        direction: ltr;
    }
    
    .element_ffc3 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .avatar_hard_e0a4 {
        display: block;
    }
    
    .sort-silver-eedd {
        display: none;
    }
    
    .bottom_4fc4 {
        gap: 2rem;
    }
    
    .description-bright-9877 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .search_6684:hover {
        transform: translateY(-4px);
    }
    
    .input-e91c:hover {
        transform: translateY(-2px);
    }
    
    .element_ffc3:hover {
        transform: scale(1.02);
    }
    
    .info_da53:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .new_f2d3 {
        max-width: var(--container-max-width);
    }
    
    .hover_6c3a {
        padding: 10rem 0 5rem;
    }
    
    .info_copper_a525 {
        font-size: 4rem;
    }
    
    .description-cold-dbf6 {
        font-size: 1.375rem;
    }
    
    .gas-3827 {
        font-size: 2.5rem;
    }
    
    .video-35db {
        font-size: 1.25rem;
    }
    
    .module-gold-a9a0,
    .shadow-c4a1 {
        gap: 5rem;
    }
    
    .bottom_4fc4 {
        gap: 2.5rem;
    }
    
    .cold_2da4,
    .info_da53,
    .search_6684 {
        padding: 2rem;
    }
    
    .breadcrumb_bottom_5079 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .new_f2d3 {
        max-width: 1400px;
    }
    
    .hover_6c3a {
        padding: 12rem 0 6rem;
    }
    
    .module-gold-a9a0,
    .shadow-c4a1 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .black-5045 img,
    .narrow-3449,
    .element_ffc3 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .module-gold-a9a0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .shadow-c4a1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .shadow-c4a1.badge_thick_a6cb {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .hover_6c3a {
        padding: 6rem 0 3rem;
    }
    
    .module-gold-a9a0 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .shadow-c4a1 {
        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;
    }
    
    .hover_6c3a::before {
        animation: none;
    }
    
    .surface_d714,
    .up_cd88 {
        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;
    }
    
    .huge-6792,
    .caption-e310,
    .stone-78bd {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .search_6684,
    .cold_2da4,
    .info_da53 {
        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_a580 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .hover-first-9d87,
    .chip_first_b4cc,
    .focused-95cc {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .hover_6c3a {
        padding: 2rem 0;
        background: none !important;
    }
    
    .hover_6c3a::before {
        display: none;
    }
    
    .new_f2d3 {
        max-width: none;
        padding: 0;
    }
    
    .module-gold-a9a0,
    .shadow-c4a1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .input-e91c,
    .card_focused_e377,
    .sort-silver-eedd,
    .hard_6f12,
    .photo-766b,
    .message-bronze-8c57 {
        display: none !important;
    }
    
    .info_copper_a525,
    .gas-3827 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .narrow-3449,
    .element_ffc3 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .title-1da2,
    .large-425e,
    .orange_be47 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .box_e8b0 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .info_copper_a525 {
        font-size: 1.5rem;
    }
    
    .caption-e310 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .pattern-ec24 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .hard_6f12 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .new_f2d3 {
        max-width: 95%;
    }
    
    .module-gold-a9a0 {
        gap: 2.5rem;
    }
    
    .shadow-c4a1 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .new_f2d3 {
        max-width: 1600px;
    }
    
    .info_copper_a525 {
        font-size: 5rem;
    }
    
    .gas-3827 {
        font-size: 3rem;
    }
}
/* css-noise: fa40 */
.phantom-card-b8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
