/* {$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) {
    .content_tall_dd3e {
        padding: 0 0.75rem;
    }
    
    .element-up-e59f {
        padding: 5rem 0 2rem;
    }
    
    .thumbnail_brown_a821 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .avatar-purple-214d {
        font-size: 1rem;
    }
    
    .wide-689e {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .medium_e671 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .outline_lower_22c8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .button-dirty-19c9 {
        font-size: 1.5rem;
    }
    
    .footer-d98f,
    .accent_7c19 {
        grid-template-columns: 1fr;
    }
    
    .pagination-79a8 .box_dace {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .focus_in_eb9b {
        grid-template-columns: 1fr;
    }
    
    .secondary-7a73 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .content_tall_dd3e {
        padding: 0 1rem;
    }
    
    .thumbnail_brown_a821 {
        font-size: 2rem;
    }
    
    .avatar-purple-214d {
        font-size: 1.125rem;
    }
    
    .medium_e671 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .outline_lower_22c8 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .wide-689e {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .focus_in_eb9b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .complex_2244,
    .overlay_cool_e0ba {
        padding: 1.25rem;
    }
    
    .pagination-79a8 .box_dace {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .content_tall_dd3e {
        padding: 0 1.5rem;
    }
    
    .element-up-e59f {
        padding: 6rem 0 3rem;
    }
    
    .thumbnail_brown_a821 {
        font-size: 2.5rem;
    }
    
    .avatar-purple-214d {
        font-size: 1.25rem;
    }
    
    .medium_e671 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .outline_lower_22c8 {
        padding: 1rem;
    }
    
    .button-dirty-19c9 {
        font-size: 2rem;
    }
    
    .preview_short_328f {
        font-size: 1.125rem;
    }
    
    .footer-d98f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accent_7c19 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .focus_in_eb9b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .secondary-7a73 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .wood-5995 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .pressed-5c1f {
        display: none;
    }
    
    .huge_7e6d {
        display: none !important;
    }
    
    /* Show desktop elements */
    .tabs_first_7386 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .content_tall_dd3e {
        max-width: 750px;
    }
    
    .element-up-e59f {
        padding: 7rem 0 4rem;
    }
    
    .thumbnail_brown_a821 {
        font-size: 3rem;
    }
    
    .widget-cold-974f {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .tertiary_small_541e {
        gap: 3rem;
    }
    
    .footer-d98f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .accent_7c19 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .disabled_15bc {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pagination-79a8 {
        gap: 1.5rem;
    }
    
    .hero_cf96 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .content_tall_dd3e {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .element-up-e59f {
        padding: 8rem 0 4rem;
    }
    
    .thumbnail_brown_a821 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .widget-cold-974f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .focused_5266 {
        order: 2;
    }
    
    .logo-easy-b732 {
        order: 1;
    }
    
    .tertiary_small_541e {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .tertiary_small_541e.module-wood-b3d4 {
        direction: rtl;
    }
    
    .tertiary_small_541e.module-wood-b3d4 > * {
        direction: ltr;
    }
    
    .hero_cf96 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .primary-bf3d {
        display: block;
    }
    
    .pressed-5c1f {
        display: none;
    }
    
    .mask-lower-42e8 {
        gap: 2rem;
    }
    
    .summary_east_2d7e {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .footer_prev_9dd2:hover {
        transform: translateY(-4px);
    }
    
    .link_7d3e:hover {
        transform: translateY(-2px);
    }
    
    .hero_cf96:hover {
        transform: scale(1.02);
    }
    
    .overlay_cool_e0ba:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .content_tall_dd3e {
        max-width: var(--container-max-width);
    }
    
    .element-up-e59f {
        padding: 10rem 0 5rem;
    }
    
    .thumbnail_brown_a821 {
        font-size: 4rem;
    }
    
    .avatar-purple-214d {
        font-size: 1.375rem;
    }
    
    .button-dirty-19c9 {
        font-size: 2.5rem;
    }
    
    .preview_short_328f {
        font-size: 1.25rem;
    }
    
    .widget-cold-974f,
    .tertiary_small_541e {
        gap: 5rem;
    }
    
    .mask-lower-42e8 {
        gap: 2.5rem;
    }
    
    .complex_2244,
    .overlay_cool_e0ba,
    .footer_prev_9dd2 {
        padding: 2rem;
    }
    
    .secondary-7a73 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .content_tall_dd3e {
        max-width: 1400px;
    }
    
    .element-up-e59f {
        padding: 12rem 0 6rem;
    }
    
    .widget-cold-974f,
    .tertiary_small_541e {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .gradient_b294 img,
    .wrapper-easy-6c2a,
    .hero_cf96 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .widget-cold-974f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tertiary_small_541e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .tertiary_small_541e.module-wood-b3d4 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .element-up-e59f {
        padding: 6rem 0 3rem;
    }
    
    .widget-cold-974f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .tertiary_small_541e {
        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;
    }
    
    .element-up-e59f::before {
        animation: none;
    }
    
    .next-c30c,
    .purple_890d {
        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;
    }
    
    .notification_f55e,
    .wide-689e,
    .wrapper-easy-fdbe {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .footer_prev_9dd2,
    .complex_2244,
    .overlay_cool_e0ba {
        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 */
    
    .inner_1a7b {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .stone-eb58,
    .text-2581,
    .box_24be {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .element-up-e59f {
        padding: 2rem 0;
        background: none !important;
    }
    
    .element-up-e59f::before {
        display: none;
    }
    
    .content_tall_dd3e {
        max-width: none;
        padding: 0;
    }
    
    .widget-cold-974f,
    .tertiary_small_541e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .link_7d3e,
    .tabs_first_7386,
    .pressed-5c1f,
    .medium_e671,
    .fluid_d7f5,
    .icon-north-c5e2 {
        display: none !important;
    }
    
    .thumbnail_brown_a821,
    .button-dirty-19c9 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .wrapper-easy-6c2a,
    .hero_cf96 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .footer-d98f,
    .accent_7c19,
    .pagination-79a8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .disabled_15bc {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .thumbnail_brown_a821 {
        font-size: 1.5rem;
    }
    
    .wide-689e {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .outline_lower_22c8 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .medium_e671 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .content_tall_dd3e {
        max-width: 95%;
    }
    
    .widget-cold-974f {
        gap: 2.5rem;
    }
    
    .tertiary_small_541e {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .content_tall_dd3e {
        max-width: 1600px;
    }
    
    .thumbnail_brown_a821 {
        font-size: 5rem;
    }
    
    .button-dirty-19c9 {
        font-size: 3rem;
    }
}
/* css-noise: 103c */
.widget-item-u3 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
