/* {$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) {
    .label-rough-d883 {
        padding: 0 0.75rem;
    }
    
    .narrow-deaf {
        padding: 5rem 0 2rem;
    }
    
    .tag_3996 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .wrapper-hard-bb00 {
        font-size: 1rem;
    }
    
    .stale_d8db {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .dark_4d6c {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .content-active-0929 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .disabled-liquid-2db5 {
        font-size: 1.5rem;
    }
    
    .detail-60a7,
    .item_blue_798e {
        grid-template-columns: 1fr;
    }
    
    .slider-cool-deb7 .background_030b {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .upper-dc0d {
        grid-template-columns: 1fr;
    }
    
    .header_245a {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .label-rough-d883 {
        padding: 0 1rem;
    }
    
    .tag_3996 {
        font-size: 2rem;
    }
    
    .wrapper-hard-bb00 {
        font-size: 1.125rem;
    }
    
    .dark_4d6c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .content-active-0929 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .stale_d8db {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .upper-dc0d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aside_48c5,
    .input-dynamic-d4dc {
        padding: 1.25rem;
    }
    
    .slider-cool-deb7 .background_030b {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .label-rough-d883 {
        padding: 0 1.5rem;
    }
    
    .narrow-deaf {
        padding: 6rem 0 3rem;
    }
    
    .tag_3996 {
        font-size: 2.5rem;
    }
    
    .wrapper-hard-bb00 {
        font-size: 1.25rem;
    }
    
    .dark_4d6c {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .content-active-0929 {
        padding: 1rem;
    }
    
    .disabled-liquid-2db5 {
        font-size: 2rem;
    }
    
    .pattern-787b {
        font-size: 1.125rem;
    }
    
    .detail-60a7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .item_blue_798e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .upper-dc0d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .header_245a {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .menu_cf81 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .lower_6791 {
        display: none;
    }
    
    .action-3348 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .info_afd7 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .label-rough-d883 {
        max-width: 750px;
    }
    
    .narrow-deaf {
        padding: 7rem 0 4rem;
    }
    
    .tag_3996 {
        font-size: 3rem;
    }
    
    .notification-plasma-ec14 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .bronze_522b {
        gap: 3rem;
    }
    
    .detail-60a7 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .item_blue_798e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .feature_soft_9fae {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .slider-cool-deb7 {
        gap: 1.5rem;
    }
    
    .accordion_3e7e {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .label-rough-d883 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .narrow-deaf {
        padding: 8rem 0 4rem;
    }
    
    .tag_3996 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .notification-plasma-ec14 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .element_941a {
        order: 2;
    }
    
    .accent-aece {
        order: 1;
    }
    
    .bronze_522b {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .bronze_522b.component-pink-b691 {
        direction: rtl;
    }
    
    .bronze_522b.component-pink-b691 > * {
        direction: ltr;
    }
    
    .accordion_3e7e {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .media-28a6 {
        display: block;
    }
    
    .lower_6791 {
        display: none;
    }
    
    .tooltip-7b5d {
        gap: 2rem;
    }
    
    .picture-bottom-ef80 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .accent_motion_0bfa:hover {
        transform: translateY(-4px);
    }
    
    .section-10a6:hover {
        transform: translateY(-2px);
    }
    
    .accordion_3e7e:hover {
        transform: scale(1.02);
    }
    
    .input-dynamic-d4dc:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .label-rough-d883 {
        max-width: var(--container-max-width);
    }
    
    .narrow-deaf {
        padding: 10rem 0 5rem;
    }
    
    .tag_3996 {
        font-size: 4rem;
    }
    
    .wrapper-hard-bb00 {
        font-size: 1.375rem;
    }
    
    .disabled-liquid-2db5 {
        font-size: 2.5rem;
    }
    
    .pattern-787b {
        font-size: 1.25rem;
    }
    
    .notification-plasma-ec14,
    .bronze_522b {
        gap: 5rem;
    }
    
    .tooltip-7b5d {
        gap: 2.5rem;
    }
    
    .aside_48c5,
    .input-dynamic-d4dc,
    .accent_motion_0bfa {
        padding: 2rem;
    }
    
    .header_245a {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .label-rough-d883 {
        max-width: 1400px;
    }
    
    .narrow-deaf {
        padding: 12rem 0 6rem;
    }
    
    .notification-plasma-ec14,
    .bronze_522b {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .popup_medium_7203 img,
    .preview-3da4,
    .accordion_3e7e {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .notification-plasma-ec14 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .bronze_522b {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .bronze_522b.component-pink-b691 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .narrow-deaf {
        padding: 6rem 0 3rem;
    }
    
    .notification-plasma-ec14 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .bronze_522b {
        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;
    }
    
    .narrow-deaf::before {
        animation: none;
    }
    
    .notice-522b,
    .hero_top_dab6 {
        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;
    }
    
    .south-197e,
    .stale_d8db,
    .item_bright_6511 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .accent_motion_0bfa,
    .aside_48c5,
    .input-dynamic-d4dc {
        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 */
    
    .logo_north_63b9 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .active-d696,
    .fresh_b052,
    .focus_12b6 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .narrow-deaf {
        padding: 2rem 0;
        background: none !important;
    }
    
    .narrow-deaf::before {
        display: none;
    }
    
    .label-rough-d883 {
        max-width: none;
        padding: 0;
    }
    
    .notification-plasma-ec14,
    .bronze_522b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section-10a6,
    .info_afd7,
    .lower_6791,
    .dark_4d6c,
    .liquid-bb63,
    .fixed-f76f {
        display: none !important;
    }
    
    .tag_3996,
    .disabled-liquid-2db5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .preview-3da4,
    .accordion_3e7e {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .detail-60a7,
    .item_blue_798e,
    .slider-cool-deb7 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature_soft_9fae {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .tag_3996 {
        font-size: 1.5rem;
    }
    
    .stale_d8db {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .content-active-0929 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .dark_4d6c {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .label-rough-d883 {
        max-width: 95%;
    }
    
    .notification-plasma-ec14 {
        gap: 2.5rem;
    }
    
    .bronze_522b {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .label-rough-d883 {
        max-width: 1600px;
    }
    
    .tag_3996 {
        font-size: 5rem;
    }
    
    .disabled-liquid-2db5 {
        font-size: 3rem;
    }
}
/* css-noise: 2ab8 */
.phantom-card-y9 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
