/* {$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) {
    .paper_56e4 {
        padding: 0 0.75rem;
    }
    
    .heading_hot_34e6 {
        padding: 5rem 0 2rem;
    }
    
    .west-1938 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .image_rough_f6e2 {
        font-size: 1rem;
    }
    
    .row-focused-c36a {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .block-75b6 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .avatar_20f2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .last_e70c {
        font-size: 1.5rem;
    }
    
    .nav_537a,
    .hero-motion-e941 {
        grid-template-columns: 1fr;
    }
    
    .module_7c8a .footer-0ce0 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .hovered_9b1f {
        grid-template-columns: 1fr;
    }
    
    .summary-fast-b38b {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .paper_56e4 {
        padding: 0 1rem;
    }
    
    .west-1938 {
        font-size: 2rem;
    }
    
    .image_rough_f6e2 {
        font-size: 1.125rem;
    }
    
    .block-75b6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .avatar_20f2 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .row-focused-c36a {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .hovered_9b1f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .video-stone-e1e5,
    .row_paper_2219 {
        padding: 1.25rem;
    }
    
    .module_7c8a .footer-0ce0 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .paper_56e4 {
        padding: 0 1.5rem;
    }
    
    .heading_hot_34e6 {
        padding: 6rem 0 3rem;
    }
    
    .west-1938 {
        font-size: 2.5rem;
    }
    
    .image_rough_f6e2 {
        font-size: 1.25rem;
    }
    
    .block-75b6 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .avatar_20f2 {
        padding: 1rem;
    }
    
    .last_e70c {
        font-size: 2rem;
    }
    
    .element_bright_2920 {
        font-size: 1.125rem;
    }
    
    .nav_537a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-motion-e941 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hovered_9b1f {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .summary-fast-b38b {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .notification_pro_34dd {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .hidden-iron-434e {
        display: none;
    }
    
    .up-f81d {
        display: none !important;
    }
    
    /* Show desktop elements */
    .disabled-steel-f7fb {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .paper_56e4 {
        max-width: 750px;
    }
    
    .heading_hot_34e6 {
        padding: 7rem 0 4rem;
    }
    
    .west-1938 {
        font-size: 3rem;
    }
    
    .tertiary_rough_f99f {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .modal_88a0 {
        gap: 3rem;
    }
    
    .nav_537a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hero-motion-e941 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .solid_c61b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .module_7c8a {
        gap: 1.5rem;
    }
    
    .tertiary-d3f5 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .paper_56e4 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .heading_hot_34e6 {
        padding: 8rem 0 4rem;
    }
    
    .west-1938 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .tertiary_rough_f99f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .focused-5144 {
        order: 2;
    }
    
    .menu-small-57e1 {
        order: 1;
    }
    
    .modal_88a0 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .modal_88a0.gallery_red_e0ca {
        direction: rtl;
    }
    
    .modal_88a0.gallery_red_e0ca > * {
        direction: ltr;
    }
    
    .tertiary-d3f5 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .down_d20c {
        display: block;
    }
    
    .hidden-iron-434e {
        display: none;
    }
    
    .white-a6ab {
        gap: 2rem;
    }
    
    .nav-0ccd {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .element_focused_0bfa:hover {
        transform: translateY(-4px);
    }
    
    .shadow-selected-4168:hover {
        transform: translateY(-2px);
    }
    
    .tertiary-d3f5:hover {
        transform: scale(1.02);
    }
    
    .row_paper_2219:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .paper_56e4 {
        max-width: var(--container-max-width);
    }
    
    .heading_hot_34e6 {
        padding: 10rem 0 5rem;
    }
    
    .west-1938 {
        font-size: 4rem;
    }
    
    .image_rough_f6e2 {
        font-size: 1.375rem;
    }
    
    .last_e70c {
        font-size: 2.5rem;
    }
    
    .element_bright_2920 {
        font-size: 1.25rem;
    }
    
    .tertiary_rough_f99f,
    .modal_88a0 {
        gap: 5rem;
    }
    
    .white-a6ab {
        gap: 2.5rem;
    }
    
    .video-stone-e1e5,
    .row_paper_2219,
    .element_focused_0bfa {
        padding: 2rem;
    }
    
    .summary-fast-b38b {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .paper_56e4 {
        max-width: 1400px;
    }
    
    .heading_hot_34e6 {
        padding: 12rem 0 6rem;
    }
    
    .tertiary_rough_f99f,
    .modal_88a0 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accent-7ab0 img,
    .full_7768,
    .tertiary-d3f5 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .tertiary_rough_f99f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .modal_88a0 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .modal_88a0.gallery_red_e0ca {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .heading_hot_34e6 {
        padding: 6rem 0 3rem;
    }
    
    .tertiary_rough_f99f {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .modal_88a0 {
        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;
    }
    
    .heading_hot_34e6::before {
        animation: none;
    }
    
    .aside_35a1,
    .disabled_c50c {
        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;
    }
    
    .plasma-977e,
    .row-focused-c36a,
    .first_d1ad {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .element_focused_0bfa,
    .video-stone-e1e5,
    .row_paper_2219 {
        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 */
    
    .avatar-clean-6b27 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .slider_thick_ad1e,
    .up-b5a0,
    .overlay_5f3f {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .heading_hot_34e6 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .heading_hot_34e6::before {
        display: none;
    }
    
    .paper_56e4 {
        max-width: none;
        padding: 0;
    }
    
    .tertiary_rough_f99f,
    .modal_88a0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shadow-selected-4168,
    .disabled-steel-f7fb,
    .hidden-iron-434e,
    .block-75b6,
    .stale_863b,
    .video_orange_be43 {
        display: none !important;
    }
    
    .west-1938,
    .last_e70c {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .full_7768,
    .tertiary-d3f5 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .nav_537a,
    .hero-motion-e941,
    .module_7c8a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .solid_c61b {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .west-1938 {
        font-size: 1.5rem;
    }
    
    .row-focused-c36a {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .avatar_20f2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .block-75b6 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .paper_56e4 {
        max-width: 95%;
    }
    
    .tertiary_rough_f99f {
        gap: 2.5rem;
    }
    
    .modal_88a0 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .paper_56e4 {
        max-width: 1600px;
    }
    
    .west-1938 {
        font-size: 5rem;
    }
    
    .last_e70c {
        font-size: 3rem;
    }
}
/* css-noise: 0493 */
.shadow-element-h7 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
