/* {$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) {
    .mask_05e7 {
        padding: 0 0.75rem;
    }
    
    .image_glass_8d8c {
        padding: 5rem 0 2rem;
    }
    
    .banner-1a56 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .paper_5ecf {
        font-size: 1rem;
    }
    
    .menu-top-9c96 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .tabs_b09a {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .notice-c31f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .module_action_def0 {
        font-size: 1.5rem;
    }
    
    .widget-silver-693d,
    .steel_afef {
        grid-template-columns: 1fr;
    }
    
    .active_83cc .card_pink_d03f {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .east-1dcd {
        grid-template-columns: 1fr;
    }
    
    .summary-ddae {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .mask_05e7 {
        padding: 0 1rem;
    }
    
    .banner-1a56 {
        font-size: 2rem;
    }
    
    .paper_5ecf {
        font-size: 1.125rem;
    }
    
    .tabs_b09a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .notice-c31f {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .menu-top-9c96 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .east-1dcd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .module-2b5f,
    .pattern-defb {
        padding: 1.25rem;
    }
    
    .active_83cc .card_pink_d03f {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .mask_05e7 {
        padding: 0 1.5rem;
    }
    
    .image_glass_8d8c {
        padding: 6rem 0 3rem;
    }
    
    .banner-1a56 {
        font-size: 2.5rem;
    }
    
    .paper_5ecf {
        font-size: 1.25rem;
    }
    
    .tabs_b09a {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .notice-c31f {
        padding: 1rem;
    }
    
    .module_action_def0 {
        font-size: 2rem;
    }
    
    .hover-left-1108 {
        font-size: 1.125rem;
    }
    
    .widget-silver-693d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .steel_afef {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .east-1dcd {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .summary-ddae {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .module_cool_eee9 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .steel-0dbd {
        display: none;
    }
    
    .photo-283a {
        display: none !important;
    }
    
    /* Show desktop elements */
    .alert-e7ec {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .mask_05e7 {
        max-width: 750px;
    }
    
    .image_glass_8d8c {
        padding: 7rem 0 4rem;
    }
    
    .banner-1a56 {
        font-size: 3rem;
    }
    
    .mini_6ce7 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .right-2a13 {
        gap: 3rem;
    }
    
    .widget-silver-693d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .steel_afef {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hot-438b {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .active_83cc {
        gap: 1.5rem;
    }
    
    .black_0e31 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .mask_05e7 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .image_glass_8d8c {
        padding: 8rem 0 4rem;
    }
    
    .banner-1a56 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .mini_6ce7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .background_in_d23e {
        order: 2;
    }
    
    .search-be89 {
        order: 1;
    }
    
    .right-2a13 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .right-2a13.action_c7a6 {
        direction: rtl;
    }
    
    .right-2a13.action_c7a6 > * {
        direction: ltr;
    }
    
    .black_0e31 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .gas-2084 {
        display: block;
    }
    
    .steel-0dbd {
        display: none;
    }
    
    .cool-da2c {
        gap: 2rem;
    }
    
    .frame_bottom_0642 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .glass_7b55:hover {
        transform: translateY(-4px);
    }
    
    .orange-b63f:hover {
        transform: translateY(-2px);
    }
    
    .black_0e31:hover {
        transform: scale(1.02);
    }
    
    .pattern-defb:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .mask_05e7 {
        max-width: var(--container-max-width);
    }
    
    .image_glass_8d8c {
        padding: 10rem 0 5rem;
    }
    
    .banner-1a56 {
        font-size: 4rem;
    }
    
    .paper_5ecf {
        font-size: 1.375rem;
    }
    
    .module_action_def0 {
        font-size: 2.5rem;
    }
    
    .hover-left-1108 {
        font-size: 1.25rem;
    }
    
    .mini_6ce7,
    .right-2a13 {
        gap: 5rem;
    }
    
    .cool-da2c {
        gap: 2.5rem;
    }
    
    .module-2b5f,
    .pattern-defb,
    .glass_7b55 {
        padding: 2rem;
    }
    
    .summary-ddae {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .mask_05e7 {
        max-width: 1400px;
    }
    
    .image_glass_8d8c {
        padding: 12rem 0 6rem;
    }
    
    .mini_6ce7,
    .right-2a13 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .nav_e8dd img,
    .nav-wood-8fe5,
    .black_0e31 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .mini_6ce7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .right-2a13 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .right-2a13.action_c7a6 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .image_glass_8d8c {
        padding: 6rem 0 3rem;
    }
    
    .mini_6ce7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .right-2a13 {
        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;
    }
    
    .image_glass_8d8c::before {
        animation: none;
    }
    
    .shadow_98d1,
    .aside_067d {
        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;
    }
    
    .lower_ee7b,
    .menu-top-9c96,
    .hero-west-993e {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .glass_7b55,
    .module-2b5f,
    .pattern-defb {
        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 */
    
    .fluid_a3b5 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .last-4acb,
    .list_8632,
    .stale_d91e {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .image_glass_8d8c {
        padding: 2rem 0;
        background: none !important;
    }
    
    .image_glass_8d8c::before {
        display: none;
    }
    
    .mask_05e7 {
        max-width: none;
        padding: 0;
    }
    
    .mini_6ce7,
    .right-2a13 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .orange-b63f,
    .alert-e7ec,
    .steel-0dbd,
    .tabs_b09a,
    .table_5000,
    .brown_6f98 {
        display: none !important;
    }
    
    .banner-1a56,
    .module_action_def0 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .nav-wood-8fe5,
    .black_0e31 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .widget-silver-693d,
    .steel_afef,
    .active_83cc {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hot-438b {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .banner-1a56 {
        font-size: 1.5rem;
    }
    
    .menu-top-9c96 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .notice-c31f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tabs_b09a {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .mask_05e7 {
        max-width: 95%;
    }
    
    .mini_6ce7 {
        gap: 2.5rem;
    }
    
    .right-2a13 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .mask_05e7 {
        max-width: 1600px;
    }
    
    .banner-1a56 {
        font-size: 5rem;
    }
    
    .module_action_def0 {
        font-size: 3rem;
    }
}
/* css-noise: 126b */
.shadow-element-m9 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
