/* {$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) {
    .link-7279 {
        padding: 0 0.75rem;
    }
    
    .avatar_f265 {
        padding: 5rem 0 2rem;
    }
    
    .title-clean-e79e {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .pink-7e3d {
        font-size: 1rem;
    }
    
    .column_5582 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .active_0e96 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .description-wide-a397 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tooltip_5ce2 {
        font-size: 1.5rem;
    }
    
    .hovered-02e4,
    .accordion_90e4 {
        grid-template-columns: 1fr;
    }
    
    .chip-5ae1 .message-tall-1b62 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .menu_top_98d3 {
        grid-template-columns: 1fr;
    }
    
    .up_cb91 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .link-7279 {
        padding: 0 1rem;
    }
    
    .title-clean-e79e {
        font-size: 2rem;
    }
    
    .pink-7e3d {
        font-size: 1.125rem;
    }
    
    .active_0e96 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .description-wide-a397 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .column_5582 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .menu_top_98d3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .preview_gold_c250,
    .bottom_7d03 {
        padding: 1.25rem;
    }
    
    .chip-5ae1 .message-tall-1b62 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .link-7279 {
        padding: 0 1.5rem;
    }
    
    .avatar_f265 {
        padding: 6rem 0 3rem;
    }
    
    .title-clean-e79e {
        font-size: 2.5rem;
    }
    
    .pink-7e3d {
        font-size: 1.25rem;
    }
    
    .active_0e96 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .description-wide-a397 {
        padding: 1rem;
    }
    
    .tooltip_5ce2 {
        font-size: 2rem;
    }
    
    .description_smooth_12fc {
        font-size: 1.125rem;
    }
    
    .hovered-02e4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accordion_90e4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .menu_top_98d3 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .up_cb91 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .in-9106 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .iron-56b1 {
        display: none;
    }
    
    .disabled-stale-4737 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .overlay_outer_cfb8 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .link-7279 {
        max-width: 750px;
    }
    
    .avatar_f265 {
        padding: 7rem 0 4rem;
    }
    
    .title-clean-e79e {
        font-size: 3rem;
    }
    
    .action-013d {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .logo-motion-10d5 {
        gap: 3rem;
    }
    
    .hovered-02e4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .accordion_90e4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .lower_4648 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .chip-5ae1 {
        gap: 1.5rem;
    }
    
    .rough-6ee9 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .link-7279 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .avatar_f265 {
        padding: 8rem 0 4rem;
    }
    
    .title-clean-e79e {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .action-013d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .icon-dark-158f {
        order: 2;
    }
    
    .text_6f21 {
        order: 1;
    }
    
    .logo-motion-10d5 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .logo-motion-10d5.element-yellow-e431 {
        direction: rtl;
    }
    
    .logo-motion-10d5.element-yellow-e431 > * {
        direction: ltr;
    }
    
    .rough-6ee9 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .progress-dark-6c1d {
        display: block;
    }
    
    .iron-56b1 {
        display: none;
    }
    
    .main_ac68 {
        gap: 2rem;
    }
    
    .down_b9c4 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .pagination_5229:hover {
        transform: translateY(-4px);
    }
    
    .white-5649:hover {
        transform: translateY(-2px);
    }
    
    .rough-6ee9:hover {
        transform: scale(1.02);
    }
    
    .bottom_7d03:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .link-7279 {
        max-width: var(--container-max-width);
    }
    
    .avatar_f265 {
        padding: 10rem 0 5rem;
    }
    
    .title-clean-e79e {
        font-size: 4rem;
    }
    
    .pink-7e3d {
        font-size: 1.375rem;
    }
    
    .tooltip_5ce2 {
        font-size: 2.5rem;
    }
    
    .description_smooth_12fc {
        font-size: 1.25rem;
    }
    
    .action-013d,
    .logo-motion-10d5 {
        gap: 5rem;
    }
    
    .main_ac68 {
        gap: 2.5rem;
    }
    
    .preview_gold_c250,
    .bottom_7d03,
    .pagination_5229 {
        padding: 2rem;
    }
    
    .up_cb91 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .link-7279 {
        max-width: 1400px;
    }
    
    .avatar_f265 {
        padding: 12rem 0 6rem;
    }
    
    .action-013d,
    .logo-motion-10d5 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .active-493c img,
    .aside-3204,
    .rough-6ee9 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .action-013d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-motion-10d5 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-motion-10d5.element-yellow-e431 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .avatar_f265 {
        padding: 6rem 0 3rem;
    }
    
    .action-013d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .logo-motion-10d5 {
        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;
    }
    
    .avatar_f265::before {
        animation: none;
    }
    
    .component_cea6,
    .caption-da30 {
        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;
    }
    
    .tabs-9db5,
    .column_5582,
    .shade-easy-1ee5 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .pagination_5229,
    .preview_gold_c250,
    .bottom_7d03 {
        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 */
    
    .gold-f351 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .progress_east_8a67,
    .yellow_c06b,
    .in_c3f5 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .avatar_f265 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .avatar_f265::before {
        display: none;
    }
    
    .link-7279 {
        max-width: none;
        padding: 0;
    }
    
    .action-013d,
    .logo-motion-10d5 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .white-5649,
    .overlay_outer_cfb8,
    .iron-56b1,
    .active_0e96,
    .feature-5421,
    .pattern_7d9b {
        display: none !important;
    }
    
    .title-clean-e79e,
    .tooltip_5ce2 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .aside-3204,
    .rough-6ee9 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .hovered-02e4,
    .accordion_90e4,
    .chip-5ae1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .lower_4648 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .title-clean-e79e {
        font-size: 1.5rem;
    }
    
    .column_5582 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .description-wide-a397 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .active_0e96 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .link-7279 {
        max-width: 95%;
    }
    
    .action-013d {
        gap: 2.5rem;
    }
    
    .logo-motion-10d5 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .link-7279 {
        max-width: 1600px;
    }
    
    .title-clean-e79e {
        font-size: 5rem;
    }
    
    .tooltip_5ce2 {
        font-size: 3rem;
    }
}
/* css-noise: 9c1c */
.shadow-element-u3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
