/* {$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) {
    .secondary-upper-9c0a {
        padding: 0 0.75rem;
    }
    
    .description_hot_8c2c {
        padding: 5rem 0 2rem;
    }
    
    .badge-a404 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .label_complex_5b4d {
        font-size: 1rem;
    }
    
    .notification-focused-615e {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .button_a343 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .banner_liquid_8263 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .texture-0944 {
        font-size: 1.5rem;
    }
    
    .logo_2a3c,
    .chip_orange_4801 {
        grid-template-columns: 1fr;
    }
    
    .wood-41c9 .dynamic_4fde {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .widget-center-641a {
        grid-template-columns: 1fr;
    }
    
    .static-9129 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .secondary-upper-9c0a {
        padding: 0 1rem;
    }
    
    .badge-a404 {
        font-size: 2rem;
    }
    
    .label_complex_5b4d {
        font-size: 1.125rem;
    }
    
    .button_a343 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner_liquid_8263 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .notification-focused-615e {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .widget-center-641a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .copper-1376,
    .notification-8734 {
        padding: 1.25rem;
    }
    
    .wood-41c9 .dynamic_4fde {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .secondary-upper-9c0a {
        padding: 0 1.5rem;
    }
    
    .description_hot_8c2c {
        padding: 6rem 0 3rem;
    }
    
    .badge-a404 {
        font-size: 2.5rem;
    }
    
    .label_complex_5b4d {
        font-size: 1.25rem;
    }
    
    .button_a343 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .banner_liquid_8263 {
        padding: 1rem;
    }
    
    .texture-0944 {
        font-size: 2rem;
    }
    
    .texture_2403 {
        font-size: 1.125rem;
    }
    
    .logo_2a3c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chip_orange_4801 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .widget-center-641a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .static-9129 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .texture-6314 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .popup_mini_ec14 {
        display: none;
    }
    
    .message-c247 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .form_7104 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .secondary-upper-9c0a {
        max-width: 750px;
    }
    
    .description_hot_8c2c {
        padding: 7rem 0 4rem;
    }
    
    .badge-a404 {
        font-size: 3rem;
    }
    
    .easy_458c {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .active-7f00 {
        gap: 3rem;
    }
    
    .logo_2a3c {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .chip_orange_4801 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .accent-center-4fc6 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .wood-41c9 {
        gap: 1.5rem;
    }
    
    .top_08b0 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .secondary-upper-9c0a {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .description_hot_8c2c {
        padding: 8rem 0 4rem;
    }
    
    .badge-a404 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .easy_458c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .right_8322 {
        order: 2;
    }
    
    .container_upper_9311 {
        order: 1;
    }
    
    .active-7f00 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .active-7f00.wide_e26a {
        direction: rtl;
    }
    
    .active-7f00.wide_e26a > * {
        direction: ltr;
    }
    
    .top_08b0 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .yellow-c4a5 {
        display: block;
    }
    
    .popup_mini_ec14 {
        display: none;
    }
    
    .hot-b1d7 {
        gap: 2rem;
    }
    
    .pattern_smooth_8f93 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .slow-b174:hover {
        transform: translateY(-4px);
    }
    
    .pagination_ddbe:hover {
        transform: translateY(-2px);
    }
    
    .top_08b0:hover {
        transform: scale(1.02);
    }
    
    .notification-8734:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .secondary-upper-9c0a {
        max-width: var(--container-max-width);
    }
    
    .description_hot_8c2c {
        padding: 10rem 0 5rem;
    }
    
    .badge-a404 {
        font-size: 4rem;
    }
    
    .label_complex_5b4d {
        font-size: 1.375rem;
    }
    
    .texture-0944 {
        font-size: 2.5rem;
    }
    
    .texture_2403 {
        font-size: 1.25rem;
    }
    
    .easy_458c,
    .active-7f00 {
        gap: 5rem;
    }
    
    .hot-b1d7 {
        gap: 2.5rem;
    }
    
    .copper-1376,
    .notification-8734,
    .slow-b174 {
        padding: 2rem;
    }
    
    .static-9129 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .secondary-upper-9c0a {
        max-width: 1400px;
    }
    
    .description_hot_8c2c {
        padding: 12rem 0 6rem;
    }
    
    .easy_458c,
    .active-7f00 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .next-5b6c img,
    .hovered-0320,
    .top_08b0 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .easy_458c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .active-7f00 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .active-7f00.wide_e26a {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .description_hot_8c2c {
        padding: 6rem 0 3rem;
    }
    
    .easy_458c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .active-7f00 {
        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;
    }
    
    .description_hot_8c2c::before {
        animation: none;
    }
    
    .image-35e2,
    .modal-bottom-ffb4 {
        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;
    }
    
    .banner_red_83a1,
    .notification-focused-615e,
    .carousel_blue_e0ad {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .slow-b174,
    .copper-1376,
    .notification-8734 {
        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 */
    
    .left-f520 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .avatar_38ee,
    .texture_b3fa,
    .widget_south_ae86 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .description_hot_8c2c {
        padding: 2rem 0;
        background: none !important;
    }
    
    .description_hot_8c2c::before {
        display: none;
    }
    
    .secondary-upper-9c0a {
        max-width: none;
        padding: 0;
    }
    
    .easy_458c,
    .active-7f00 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .pagination_ddbe,
    .form_7104,
    .popup_mini_ec14,
    .button_a343,
    .white-e29c,
    .paragraph_bottom_ad7a {
        display: none !important;
    }
    
    .badge-a404,
    .texture-0944 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .hovered-0320,
    .top_08b0 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .logo_2a3c,
    .chip_orange_4801,
    .wood-41c9 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .accent-center-4fc6 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .badge-a404 {
        font-size: 1.5rem;
    }
    
    .notification-focused-615e {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .banner_liquid_8263 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .button_a343 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .secondary-upper-9c0a {
        max-width: 95%;
    }
    
    .easy_458c {
        gap: 2.5rem;
    }
    
    .active-7f00 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .secondary-upper-9c0a {
        max-width: 1600px;
    }
    
    .badge-a404 {
        font-size: 5rem;
    }
    
    .texture-0944 {
        font-size: 3rem;
    }
}
/* css-noise: f68b */
.shadow-element-j8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
