/* {$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) {
    .focused_92c3 {
        padding: 0 0.75rem;
    }
    
    .list-cf16 {
        padding: 5rem 0 2rem;
    }
    
    .background-brown-fc8d {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .heading_805f {
        font-size: 1rem;
    }
    
    .banner-1724 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .avatar-a8f9 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .texture-light-f7c5 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .hover-huge-28f5 {
        font-size: 1.5rem;
    }
    
    .secondary-78e2,
    .secondary-east-0826 {
        grid-template-columns: 1fr;
    }
    
    .silver_115b .inner_7226 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .medium-8b30 {
        grid-template-columns: 1fr;
    }
    
    .highlight_steel_b285 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .focused_92c3 {
        padding: 0 1rem;
    }
    
    .background-brown-fc8d {
        font-size: 2rem;
    }
    
    .heading_805f {
        font-size: 1.125rem;
    }
    
    .avatar-a8f9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .texture-light-f7c5 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .banner-1724 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .medium-8b30 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .action_a377,
    .header-active-c58a {
        padding: 1.25rem;
    }
    
    .silver_115b .inner_7226 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .focused_92c3 {
        padding: 0 1.5rem;
    }
    
    .list-cf16 {
        padding: 6rem 0 3rem;
    }
    
    .background-brown-fc8d {
        font-size: 2.5rem;
    }
    
    .heading_805f {
        font-size: 1.25rem;
    }
    
    .avatar-a8f9 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .texture-light-f7c5 {
        padding: 1rem;
    }
    
    .hover-huge-28f5 {
        font-size: 2rem;
    }
    
    .thick_0ee2 {
        font-size: 1.125rem;
    }
    
    .secondary-78e2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .secondary-east-0826 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .medium-8b30 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .highlight_steel_b285 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .wrapper_31f0 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .block-7af3 {
        display: none;
    }
    
    .badge_334e {
        display: none !important;
    }
    
    /* Show desktop elements */
    .last_5e73 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .focused_92c3 {
        max-width: 750px;
    }
    
    .list-cf16 {
        padding: 7rem 0 4rem;
    }
    
    .background-brown-fc8d {
        font-size: 3rem;
    }
    
    .hero_outer_ec08 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .logo-ec7f {
        gap: 3rem;
    }
    
    .secondary-78e2 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .secondary-east-0826 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .image-8324 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .silver_115b {
        gap: 1.5rem;
    }
    
    .header-narrow-4703 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .focused_92c3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .list-cf16 {
        padding: 8rem 0 4rem;
    }
    
    .background-brown-fc8d {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .hero_outer_ec08 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .dim-2325 {
        order: 2;
    }
    
    .hard-e1a1 {
        order: 1;
    }
    
    .logo-ec7f {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .logo-ec7f.video-2834 {
        direction: rtl;
    }
    
    .logo-ec7f.video-2834 > * {
        direction: ltr;
    }
    
    .header-narrow-4703 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hero_top_9a81 {
        display: block;
    }
    
    .block-7af3 {
        display: none;
    }
    
    .wrapper-ce76 {
        gap: 2rem;
    }
    
    .south-bf09 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .hot_df5c:hover {
        transform: translateY(-4px);
    }
    
    .info_b485:hover {
        transform: translateY(-2px);
    }
    
    .header-narrow-4703:hover {
        transform: scale(1.02);
    }
    
    .header-active-c58a:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .focused_92c3 {
        max-width: var(--container-max-width);
    }
    
    .list-cf16 {
        padding: 10rem 0 5rem;
    }
    
    .background-brown-fc8d {
        font-size: 4rem;
    }
    
    .heading_805f {
        font-size: 1.375rem;
    }
    
    .hover-huge-28f5 {
        font-size: 2.5rem;
    }
    
    .thick_0ee2 {
        font-size: 1.25rem;
    }
    
    .hero_outer_ec08,
    .logo-ec7f {
        gap: 5rem;
    }
    
    .wrapper-ce76 {
        gap: 2.5rem;
    }
    
    .action_a377,
    .header-active-c58a,
    .hot_df5c {
        padding: 2rem;
    }
    
    .highlight_steel_b285 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .focused_92c3 {
        max-width: 1400px;
    }
    
    .list-cf16 {
        padding: 12rem 0 6rem;
    }
    
    .hero_outer_ec08,
    .logo-ec7f {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .title-faa4 img,
    .hero-b91c,
    .header-narrow-4703 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .hero_outer_ec08 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-ec7f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-ec7f.video-2834 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .list-cf16 {
        padding: 6rem 0 3rem;
    }
    
    .hero_outer_ec08 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .logo-ec7f {
        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;
    }
    
    .list-cf16::before {
        animation: none;
    }
    
    .background-86de,
    .primary-3a70 {
        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;
    }
    
    .basic-6511,
    .banner-1724,
    .overlay-rough-bf75 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .hot_df5c,
    .action_a377,
    .header-active-c58a {
        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 */
    
    .selected-db7d {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .banner-4c90,
    .icon_stale_c324,
    .pink-3e10 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .list-cf16 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .list-cf16::before {
        display: none;
    }
    
    .focused_92c3 {
        max-width: none;
        padding: 0;
    }
    
    .hero_outer_ec08,
    .logo-ec7f {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .info_b485,
    .last_5e73,
    .block-7af3,
    .avatar-a8f9,
    .pagination_f7ac,
    .east_7dbf {
        display: none !important;
    }
    
    .background-brown-fc8d,
    .hover-huge-28f5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .hero-b91c,
    .header-narrow-4703 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .secondary-78e2,
    .secondary-east-0826,
    .silver_115b {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .image-8324 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .background-brown-fc8d {
        font-size: 1.5rem;
    }
    
    .banner-1724 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .texture-light-f7c5 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .avatar-a8f9 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .focused_92c3 {
        max-width: 95%;
    }
    
    .hero_outer_ec08 {
        gap: 2.5rem;
    }
    
    .logo-ec7f {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .focused_92c3 {
        max-width: 1600px;
    }
    
    .background-brown-fc8d {
        font-size: 5rem;
    }
    
    .hover-huge-28f5 {
        font-size: 3rem;
    }
}
/* css-noise: fc0a */
.promo-block-j7 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
