/* {$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) {
    .gradient_ca21 {
        padding: 0 0.75rem;
    }
    
    .info-37d9 {
        padding: 5rem 0 2rem;
    }
    
    .tiny_b6a9 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .shadow-51d9 {
        font-size: 1rem;
    }
    
    .primary-4dc9 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .search-c1a9 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .chip-b5f1 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .avatar-7a3d {
        font-size: 1.5rem;
    }
    
    .header_e7e6,
    .content-c7c0 {
        grid-template-columns: 1fr;
    }
    
    .blue_3213 .brown_a1fd {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .hero-8244 {
        grid-template-columns: 1fr;
    }
    
    .hot_e6db {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .gradient_ca21 {
        padding: 0 1rem;
    }
    
    .tiny_b6a9 {
        font-size: 2rem;
    }
    
    .shadow-51d9 {
        font-size: 1.125rem;
    }
    
    .search-c1a9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .chip-b5f1 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .primary-4dc9 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .hero-8244 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner_under_0707,
    .tall-0e68 {
        padding: 1.25rem;
    }
    
    .blue_3213 .brown_a1fd {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .gradient_ca21 {
        padding: 0 1.5rem;
    }
    
    .info-37d9 {
        padding: 6rem 0 3rem;
    }
    
    .tiny_b6a9 {
        font-size: 2.5rem;
    }
    
    .shadow-51d9 {
        font-size: 1.25rem;
    }
    
    .search-c1a9 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .chip-b5f1 {
        padding: 1rem;
    }
    
    .avatar-7a3d {
        font-size: 2rem;
    }
    
    .simple_cbfe {
        font-size: 1.125rem;
    }
    
    .header_e7e6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .content-c7c0 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-8244 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hot_e6db {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .center_f70f {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .frame_3b73 {
        display: none;
    }
    
    .smooth_5f39 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .action_1046 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .gradient_ca21 {
        max-width: 750px;
    }
    
    .info-37d9 {
        padding: 7rem 0 4rem;
    }
    
    .tiny_b6a9 {
        font-size: 3rem;
    }
    
    .focused_2e09 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .inner-5c60 {
        gap: 3rem;
    }
    
    .header_e7e6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .content-c7c0 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .north-db56 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .blue_3213 {
        gap: 1.5rem;
    }
    
    .feature_medium_a3b1 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .gradient_ca21 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .info-37d9 {
        padding: 8rem 0 4rem;
    }
    
    .tiny_b6a9 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .focused_2e09 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .pattern-82f9 {
        order: 2;
    }
    
    .panel-89c0 {
        order: 1;
    }
    
    .inner-5c60 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .inner-5c60.black_d041 {
        direction: rtl;
    }
    
    .inner-5c60.black_d041 > * {
        direction: ltr;
    }
    
    .feature_medium_a3b1 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .lite_cc5d {
        display: block;
    }
    
    .frame_3b73 {
        display: none;
    }
    
    .photo_slow_dd37 {
        gap: 2rem;
    }
    
    .gradient-steel-2f83 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .picture-8d41:hover {
        transform: translateY(-4px);
    }
    
    .detail-center-42f4:hover {
        transform: translateY(-2px);
    }
    
    .feature_medium_a3b1:hover {
        transform: scale(1.02);
    }
    
    .tall-0e68:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .gradient_ca21 {
        max-width: var(--container-max-width);
    }
    
    .info-37d9 {
        padding: 10rem 0 5rem;
    }
    
    .tiny_b6a9 {
        font-size: 4rem;
    }
    
    .shadow-51d9 {
        font-size: 1.375rem;
    }
    
    .avatar-7a3d {
        font-size: 2.5rem;
    }
    
    .simple_cbfe {
        font-size: 1.25rem;
    }
    
    .focused_2e09,
    .inner-5c60 {
        gap: 5rem;
    }
    
    .photo_slow_dd37 {
        gap: 2.5rem;
    }
    
    .banner_under_0707,
    .tall-0e68,
    .picture-8d41 {
        padding: 2rem;
    }
    
    .hot_e6db {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .gradient_ca21 {
        max-width: 1400px;
    }
    
    .info-37d9 {
        padding: 12rem 0 6rem;
    }
    
    .focused_2e09,
    .inner-5c60 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .plasma-6565 img,
    .focus-fresh-8316,
    .feature_medium_a3b1 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .focused_2e09 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .inner-5c60 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .inner-5c60.black_d041 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .info-37d9 {
        padding: 6rem 0 3rem;
    }
    
    .focused_2e09 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .inner-5c60 {
        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;
    }
    
    .info-37d9::before {
        animation: none;
    }
    
    .disabled_df42,
    .button-wide-0472 {
        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;
    }
    
    .photo-advanced-5581,
    .primary-4dc9,
    .sort-fresh-e1f8 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .picture-8d41,
    .banner_under_0707,
    .tall-0e68 {
        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 */
    
    .content_easy_f118 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .backdrop-lite-e183,
    .summary-wood-8a81,
    .easy-1220 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .info-37d9 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .info-37d9::before {
        display: none;
    }
    
    .gradient_ca21 {
        max-width: none;
        padding: 0;
    }
    
    .focused_2e09,
    .inner-5c60 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .detail-center-42f4,
    .action_1046,
    .frame_3b73,
    .search-c1a9,
    .icon-9213,
    .message-fd91 {
        display: none !important;
    }
    
    .tiny_b6a9,
    .avatar-7a3d {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .focus-fresh-8316,
    .feature_medium_a3b1 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .header_e7e6,
    .content-c7c0,
    .blue_3213 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .north-db56 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .tiny_b6a9 {
        font-size: 1.5rem;
    }
    
    .primary-4dc9 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .chip-b5f1 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .search-c1a9 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .gradient_ca21 {
        max-width: 95%;
    }
    
    .focused_2e09 {
        gap: 2.5rem;
    }
    
    .inner-5c60 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .gradient_ca21 {
        max-width: 1600px;
    }
    
    .tiny_b6a9 {
        font-size: 5rem;
    }
    
    .avatar-7a3d {
        font-size: 3rem;
    }
}
/* css-noise: cab8 */
.shadow-element-w7 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.3;
}
