/* {$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) {
    .nav-dirty-a52d {
        padding: 0 0.75rem;
    }
    
    .shadow_tiny_ad55 {
        padding: 5rem 0 2rem;
    }
    
    .notice_small_0540 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .module-gas-4753 {
        font-size: 1rem;
    }
    
    .container-in-320a {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .north-e238 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .warm_cddb {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .search_8070 {
        font-size: 1.5rem;
    }
    
    .media_under_53dd,
    .focus_silver_7d70 {
        grid-template-columns: 1fr;
    }
    
    .secondary_de52 .gallery_steel_7468 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .banner-plasma-1b0c {
        grid-template-columns: 1fr;
    }
    
    .dropdown_9552 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .nav-dirty-a52d {
        padding: 0 1rem;
    }
    
    .notice_small_0540 {
        font-size: 2rem;
    }
    
    .module-gas-4753 {
        font-size: 1.125rem;
    }
    
    .north-e238 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .warm_cddb {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .container-in-320a {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .banner-plasma-1b0c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pagination-in-b0fe,
    .outer_0e31 {
        padding: 1.25rem;
    }
    
    .secondary_de52 .gallery_steel_7468 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .nav-dirty-a52d {
        padding: 0 1.5rem;
    }
    
    .shadow_tiny_ad55 {
        padding: 6rem 0 3rem;
    }
    
    .notice_small_0540 {
        font-size: 2.5rem;
    }
    
    .module-gas-4753 {
        font-size: 1.25rem;
    }
    
    .north-e238 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .warm_cddb {
        padding: 1rem;
    }
    
    .search_8070 {
        font-size: 2rem;
    }
    
    .frame_d396 {
        font-size: 1.125rem;
    }
    
    .media_under_53dd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .focus_silver_7d70 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner-plasma-1b0c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .dropdown_9552 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .header_e300 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .pagination_6b24 {
        display: none;
    }
    
    .pressed_98ff {
        display: none !important;
    }
    
    /* Show desktop elements */
    .steel-b4f7 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .nav-dirty-a52d {
        max-width: 750px;
    }
    
    .shadow_tiny_ad55 {
        padding: 7rem 0 4rem;
    }
    
    .notice_small_0540 {
        font-size: 3rem;
    }
    
    .status-b4a3 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .outline_hot_06d5 {
        gap: 3rem;
    }
    
    .media_under_53dd {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .focus_silver_7d70 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .card_436f {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .secondary_de52 {
        gap: 1.5rem;
    }
    
    .pro-2874 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .nav-dirty-a52d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .shadow_tiny_ad55 {
        padding: 8rem 0 4rem;
    }
    
    .notice_small_0540 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .status-b4a3 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .badge_blue_bc93 {
        order: 2;
    }
    
    .outer_0c22 {
        order: 1;
    }
    
    .outline_hot_06d5 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .outline_hot_06d5.surface_c384 {
        direction: rtl;
    }
    
    .outline_hot_06d5.surface_c384 > * {
        direction: ltr;
    }
    
    .pro-2874 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .title_bad2 {
        display: block;
    }
    
    .pagination_6b24 {
        display: none;
    }
    
    .gallery_e116 {
        gap: 2rem;
    }
    
    .surface_motion_e3fc {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .modal_c729:hover {
        transform: translateY(-4px);
    }
    
    .gradient-hard-14d1:hover {
        transform: translateY(-2px);
    }
    
    .pro-2874:hover {
        transform: scale(1.02);
    }
    
    .outer_0e31:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .nav-dirty-a52d {
        max-width: var(--container-max-width);
    }
    
    .shadow_tiny_ad55 {
        padding: 10rem 0 5rem;
    }
    
    .notice_small_0540 {
        font-size: 4rem;
    }
    
    .module-gas-4753 {
        font-size: 1.375rem;
    }
    
    .search_8070 {
        font-size: 2.5rem;
    }
    
    .frame_d396 {
        font-size: 1.25rem;
    }
    
    .status-b4a3,
    .outline_hot_06d5 {
        gap: 5rem;
    }
    
    .gallery_e116 {
        gap: 2.5rem;
    }
    
    .pagination-in-b0fe,
    .outer_0e31,
    .modal_c729 {
        padding: 2rem;
    }
    
    .dropdown_9552 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .nav-dirty-a52d {
        max-width: 1400px;
    }
    
    .shadow_tiny_ad55 {
        padding: 12rem 0 6rem;
    }
    
    .status-b4a3,
    .outline_hot_06d5 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .item-outer-7cf2 img,
    .purple-65bc,
    .pro-2874 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .status-b4a3 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .outline_hot_06d5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .outline_hot_06d5.surface_c384 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .shadow_tiny_ad55 {
        padding: 6rem 0 3rem;
    }
    
    .status-b4a3 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .outline_hot_06d5 {
        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;
    }
    
    .shadow_tiny_ad55::before {
        animation: none;
    }
    
    .pro-b447,
    .avatar-8789 {
        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;
    }
    
    .status-1a80,
    .container-in-320a,
    .green_3821 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .modal_c729,
    .pagination-in-b0fe,
    .outer_0e31 {
        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 */
    
    .section-fixed-f5d8 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .medium-3e06,
    .overlay-b065,
    .current_4a6d {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .shadow_tiny_ad55 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .shadow_tiny_ad55::before {
        display: none;
    }
    
    .nav-dirty-a52d {
        max-width: none;
        padding: 0;
    }
    
    .status-b4a3,
    .outline_hot_06d5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gradient-hard-14d1,
    .steel-b4f7,
    .pagination_6b24,
    .north-e238,
    .in-77b2,
    .component_tiny_c71b {
        display: none !important;
    }
    
    .notice_small_0540,
    .search_8070 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .purple-65bc,
    .pro-2874 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .media_under_53dd,
    .focus_silver_7d70,
    .secondary_de52 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .card_436f {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .notice_small_0540 {
        font-size: 1.5rem;
    }
    
    .container-in-320a {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .warm_cddb {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .north-e238 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-dirty-a52d {
        max-width: 95%;
    }
    
    .status-b4a3 {
        gap: 2.5rem;
    }
    
    .outline_hot_06d5 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .nav-dirty-a52d {
        max-width: 1600px;
    }
    
    .notice_small_0540 {
        font-size: 5rem;
    }
    
    .search_8070 {
        font-size: 3rem;
    }
}
/* css-noise: d48b */
.promo-block-l0 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.1;
}
