/* {$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) {
    .soft_3e8b {
        padding: 0 0.75rem;
    }
    
    .left_78b1 {
        padding: 5rem 0 2rem;
    }
    
    .picture_85af {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .alert_huge_4a09 {
        font-size: 1rem;
    }
    
    .border-fast-15c3 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .module_70fb {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .secondary-fluid-f4be {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .component-656a {
        font-size: 1.5rem;
    }
    
    .input-9bbf,
    .pagination_57d6 {
        grid-template-columns: 1fr;
    }
    
    .footer_smooth_6551 .link-a4c6 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .down-8c80 {
        grid-template-columns: 1fr;
    }
    
    .hover_action_585c {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .soft_3e8b {
        padding: 0 1rem;
    }
    
    .picture_85af {
        font-size: 2rem;
    }
    
    .alert_huge_4a09 {
        font-size: 1.125rem;
    }
    
    .module_70fb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .secondary-fluid-f4be {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .border-fast-15c3 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .down-8c80 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .new_00d2,
    .gas_0880 {
        padding: 1.25rem;
    }
    
    .footer_smooth_6551 .link-a4c6 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .soft_3e8b {
        padding: 0 1.5rem;
    }
    
    .left_78b1 {
        padding: 6rem 0 3rem;
    }
    
    .picture_85af {
        font-size: 2.5rem;
    }
    
    .alert_huge_4a09 {
        font-size: 1.25rem;
    }
    
    .module_70fb {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .secondary-fluid-f4be {
        padding: 1rem;
    }
    
    .component-656a {
        font-size: 2rem;
    }
    
    .shadow_330c {
        font-size: 1.125rem;
    }
    
    .input-9bbf {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pagination_57d6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .down-8c80 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hover_action_585c {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .orange_0f2d {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .frame_thick_9217 {
        display: none;
    }
    
    .south-a23f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .white_ea71 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .soft_3e8b {
        max-width: 750px;
    }
    
    .left_78b1 {
        padding: 7rem 0 4rem;
    }
    
    .picture_85af {
        font-size: 3rem;
    }
    
    .button-68e7 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .purple_57d6 {
        gap: 3rem;
    }
    
    .input-9bbf {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pagination_57d6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .outer_7d02 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .footer_smooth_6551 {
        gap: 1.5rem;
    }
    
    .aside_motion_11d7 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .soft_3e8b {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .left_78b1 {
        padding: 8rem 0 4rem;
    }
    
    .picture_85af {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .button-68e7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .under-3292 {
        order: 2;
    }
    
    .panel-bronze-4dcd {
        order: 1;
    }
    
    .purple_57d6 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .purple_57d6.focused_1a81 {
        direction: rtl;
    }
    
    .purple_57d6.focused_1a81 > * {
        direction: ltr;
    }
    
    .aside_motion_11d7 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .media-prev-9c53 {
        display: block;
    }
    
    .frame_thick_9217 {
        display: none;
    }
    
    .pagination-new-be76 {
        gap: 2rem;
    }
    
    .pressed_cc6c {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .modal_complex_31c9:hover {
        transform: translateY(-4px);
    }
    
    .banner_c3a9:hover {
        transform: translateY(-2px);
    }
    
    .aside_motion_11d7:hover {
        transform: scale(1.02);
    }
    
    .gas_0880:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .soft_3e8b {
        max-width: var(--container-max-width);
    }
    
    .left_78b1 {
        padding: 10rem 0 5rem;
    }
    
    .picture_85af {
        font-size: 4rem;
    }
    
    .alert_huge_4a09 {
        font-size: 1.375rem;
    }
    
    .component-656a {
        font-size: 2.5rem;
    }
    
    .shadow_330c {
        font-size: 1.25rem;
    }
    
    .button-68e7,
    .purple_57d6 {
        gap: 5rem;
    }
    
    .pagination-new-be76 {
        gap: 2.5rem;
    }
    
    .new_00d2,
    .gas_0880,
    .modal_complex_31c9 {
        padding: 2rem;
    }
    
    .hover_action_585c {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .soft_3e8b {
        max-width: 1400px;
    }
    
    .left_78b1 {
        padding: 12rem 0 6rem;
    }
    
    .button-68e7,
    .purple_57d6 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hover_glass_f71f img,
    .yellow_02f7,
    .aside_motion_11d7 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .button-68e7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .purple_57d6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .purple_57d6.focused_1a81 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .left_78b1 {
        padding: 6rem 0 3rem;
    }
    
    .button-68e7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .purple_57d6 {
        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;
    }
    
    .left_78b1::before {
        animation: none;
    }
    
    .backdrop-388d,
    .inner-b1d5 {
        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;
    }
    
    .current_d831,
    .border-fast-15c3,
    .secondary-selected-72e0 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .modal_complex_31c9,
    .new_00d2,
    .gas_0880 {
        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 */
    
    .bright_57cb {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .message-9868,
    .down-edbc,
    .selected_6fc0 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .left_78b1 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .left_78b1::before {
        display: none;
    }
    
    .soft_3e8b {
        max-width: none;
        padding: 0;
    }
    
    .button-68e7,
    .purple_57d6 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .banner_c3a9,
    .white_ea71,
    .frame_thick_9217,
    .module_70fb,
    .easy-70c8,
    .center_68ed {
        display: none !important;
    }
    
    .picture_85af,
    .component-656a {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .yellow_02f7,
    .aside_motion_11d7 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .input-9bbf,
    .pagination_57d6,
    .footer_smooth_6551 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .outer_7d02 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .picture_85af {
        font-size: 1.5rem;
    }
    
    .border-fast-15c3 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .secondary-fluid-f4be {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .module_70fb {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .soft_3e8b {
        max-width: 95%;
    }
    
    .button-68e7 {
        gap: 2.5rem;
    }
    
    .purple_57d6 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .soft_3e8b {
        max-width: 1600px;
    }
    
    .picture_85af {
        font-size: 5rem;
    }
    
    .component-656a {
        font-size: 3rem;
    }
}
/* css-noise: 3705 */
.shadow-element-s3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
