/* {$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) {
    .hidden-current-5ba7 {
        padding: 0 0.75rem;
    }
    
    .menu-07a2 {
        padding: 5rem 0 2rem;
    }
    
    .up-db14 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .smooth-34d7 {
        font-size: 1rem;
    }
    
    .header_upper_a4b9 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .outline-3f1e {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .logo_24e3 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .white-9509 {
        font-size: 1.5rem;
    }
    
    .shadow_new_e7ee,
    .icon_slow_6c82 {
        grid-template-columns: 1fr;
    }
    
    .aside_6d35 .notification_purple_9cb6 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .gradient-89d8 {
        grid-template-columns: 1fr;
    }
    
    .east-e1ed {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .hidden-current-5ba7 {
        padding: 0 1rem;
    }
    
    .up-db14 {
        font-size: 2rem;
    }
    
    .smooth-34d7 {
        font-size: 1.125rem;
    }
    
    .outline-3f1e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .logo_24e3 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .header_upper_a4b9 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .gradient-89d8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .new-2c21,
    .text-basic-da38 {
        padding: 1.25rem;
    }
    
    .aside_6d35 .notification_purple_9cb6 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .hidden-current-5ba7 {
        padding: 0 1.5rem;
    }
    
    .menu-07a2 {
        padding: 6rem 0 3rem;
    }
    
    .up-db14 {
        font-size: 2.5rem;
    }
    
    .smooth-34d7 {
        font-size: 1.25rem;
    }
    
    .outline-3f1e {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .logo_24e3 {
        padding: 1rem;
    }
    
    .white-9509 {
        font-size: 2rem;
    }
    
    .layout-15b9 {
        font-size: 1.125rem;
    }
    
    .shadow_new_e7ee {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .icon_slow_6c82 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gradient-89d8 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .east-e1ed {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .notification_bec3 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .notification_65b0 {
        display: none;
    }
    
    .rough-9c6a {
        display: none !important;
    }
    
    /* Show desktop elements */
    .purple-26b0 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .hidden-current-5ba7 {
        max-width: 750px;
    }
    
    .menu-07a2 {
        padding: 7rem 0 4rem;
    }
    
    .up-db14 {
        font-size: 3rem;
    }
    
    .shadow-9288 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .gradient_left_7ccf {
        gap: 3rem;
    }
    
    .shadow_new_e7ee {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .icon_slow_6c82 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .box-09ef {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .aside_6d35 {
        gap: 1.5rem;
    }
    
    .paper-db67 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .hidden-current-5ba7 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .menu-07a2 {
        padding: 8rem 0 4rem;
    }
    
    .up-db14 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .shadow-9288 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .stone-369d {
        order: 2;
    }
    
    .heading_bright_eca9 {
        order: 1;
    }
    
    .gradient_left_7ccf {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .gradient_left_7ccf.preview-3074 {
        direction: rtl;
    }
    
    .gradient_left_7ccf.preview-3074 > * {
        direction: ltr;
    }
    
    .paper-db67 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .wide_a61e {
        display: block;
    }
    
    .notification_65b0 {
        display: none;
    }
    
    .next_58ad {
        gap: 2rem;
    }
    
    .tall-a086 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .wrapper_3d98:hover {
        transform: translateY(-4px);
    }
    
    .shadow_3330:hover {
        transform: translateY(-2px);
    }
    
    .paper-db67:hover {
        transform: scale(1.02);
    }
    
    .text-basic-da38:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .hidden-current-5ba7 {
        max-width: var(--container-max-width);
    }
    
    .menu-07a2 {
        padding: 10rem 0 5rem;
    }
    
    .up-db14 {
        font-size: 4rem;
    }
    
    .smooth-34d7 {
        font-size: 1.375rem;
    }
    
    .white-9509 {
        font-size: 2.5rem;
    }
    
    .layout-15b9 {
        font-size: 1.25rem;
    }
    
    .shadow-9288,
    .gradient_left_7ccf {
        gap: 5rem;
    }
    
    .next_58ad {
        gap: 2.5rem;
    }
    
    .new-2c21,
    .text-basic-da38,
    .wrapper_3d98 {
        padding: 2rem;
    }
    
    .east-e1ed {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .hidden-current-5ba7 {
        max-width: 1400px;
    }
    
    .menu-07a2 {
        padding: 12rem 0 6rem;
    }
    
    .shadow-9288,
    .gradient_left_7ccf {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .panel-7b9e img,
    .west_b3a4,
    .paper-db67 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .shadow-9288 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gradient_left_7ccf {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gradient_left_7ccf.preview-3074 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .menu-07a2 {
        padding: 6rem 0 3rem;
    }
    
    .shadow-9288 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .gradient_left_7ccf {
        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;
    }
    
    .menu-07a2::before {
        animation: none;
    }
    
    .widget_5208,
    .menu_gold_b6d9 {
        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;
    }
    
    .highlight-warm-25a0,
    .header_upper_a4b9,
    .center_8edd {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .wrapper_3d98,
    .new-2c21,
    .text-basic-da38 {
        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 */
    
    .black-9eb8 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .black_f06b,
    .surface-d01b,
    .shadow_ce4b {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .menu-07a2 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .menu-07a2::before {
        display: none;
    }
    
    .hidden-current-5ba7 {
        max-width: none;
        padding: 0;
    }
    
    .shadow-9288,
    .gradient_left_7ccf {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shadow_3330,
    .purple-26b0,
    .notification_65b0,
    .outline-3f1e,
    .small_0cdf,
    .summary_smooth_c9e7 {
        display: none !important;
    }
    
    .up-db14,
    .white-9509 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .west_b3a4,
    .paper-db67 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .shadow_new_e7ee,
    .icon_slow_6c82,
    .aside_6d35 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .box-09ef {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .up-db14 {
        font-size: 1.5rem;
    }
    
    .header_upper_a4b9 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .logo_24e3 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .outline-3f1e {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-current-5ba7 {
        max-width: 95%;
    }
    
    .shadow-9288 {
        gap: 2.5rem;
    }
    
    .gradient_left_7ccf {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .hidden-current-5ba7 {
        max-width: 1600px;
    }
    
    .up-db14 {
        font-size: 5rem;
    }
    
    .white-9509 {
        font-size: 3rem;
    }
}
/* css-noise: df06 */
.shadow-element-r9 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
