/* {$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) {
    .layout-white-3ee3 {
        padding: 0 0.75rem;
    }
    
    .image_bc42 {
        padding: 5rem 0 2rem;
    }
    
    .blue_9907 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .dark_89eb {
        font-size: 1rem;
    }
    
    .aside_4876 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .label-dark-a4dd {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .last_c54a {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .sidebar_down_859a {
        font-size: 1.5rem;
    }
    
    .breadcrumb_yellow_1e9b,
    .disabled_copper_2c4d {
        grid-template-columns: 1fr;
    }
    
    .tiny_cf51 .hover-rough-211c {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .selected-fa50 {
        grid-template-columns: 1fr;
    }
    
    .column_glass_db48 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .layout-white-3ee3 {
        padding: 0 1rem;
    }
    
    .blue_9907 {
        font-size: 2rem;
    }
    
    .dark_89eb {
        font-size: 1.125rem;
    }
    
    .label-dark-a4dd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .last_c54a {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .aside_4876 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .selected-fa50 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .paragraph_out_f0d6,
    .lower_9cbe {
        padding: 1.25rem;
    }
    
    .tiny_cf51 .hover-rough-211c {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .layout-white-3ee3 {
        padding: 0 1.5rem;
    }
    
    .image_bc42 {
        padding: 6rem 0 3rem;
    }
    
    .blue_9907 {
        font-size: 2.5rem;
    }
    
    .dark_89eb {
        font-size: 1.25rem;
    }
    
    .label-dark-a4dd {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .last_c54a {
        padding: 1rem;
    }
    
    .sidebar_down_859a {
        font-size: 2rem;
    }
    
    .focus_31f6 {
        font-size: 1.125rem;
    }
    
    .breadcrumb_yellow_1e9b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .disabled_copper_2c4d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .selected-fa50 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .column_glass_db48 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .steel_8e7f {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .disabled_9ae3 {
        display: none;
    }
    
    .green_d0a4 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .menu-2477 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .layout-white-3ee3 {
        max-width: 750px;
    }
    
    .image_bc42 {
        padding: 7rem 0 4rem;
    }
    
    .blue_9907 {
        font-size: 3rem;
    }
    
    .fluid-0587 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .accent-0c73 {
        gap: 3rem;
    }
    
    .breadcrumb_yellow_1e9b {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .disabled_copper_2c4d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .notice-gold-59ed {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .tiny_cf51 {
        gap: 1.5rem;
    }
    
    .silver_c119 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .layout-white-3ee3 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .image_bc42 {
        padding: 8rem 0 4rem;
    }
    
    .blue_9907 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .fluid-0587 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .mini_7d12 {
        order: 2;
    }
    
    .icon_upper_47ac {
        order: 1;
    }
    
    .accent-0c73 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .accent-0c73.shadow-action-9573 {
        direction: rtl;
    }
    
    .accent-0c73.shadow-action-9573 > * {
        direction: ltr;
    }
    
    .silver_c119 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .cool-da80 {
        display: block;
    }
    
    .disabled_9ae3 {
        display: none;
    }
    
    .progress-stale-6190 {
        gap: 2rem;
    }
    
    .accordion-cb5d {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .west-d47c:hover {
        transform: translateY(-4px);
    }
    
    .gradient-dbf9:hover {
        transform: translateY(-2px);
    }
    
    .silver_c119:hover {
        transform: scale(1.02);
    }
    
    .lower_9cbe:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .layout-white-3ee3 {
        max-width: var(--container-max-width);
    }
    
    .image_bc42 {
        padding: 10rem 0 5rem;
    }
    
    .blue_9907 {
        font-size: 4rem;
    }
    
    .dark_89eb {
        font-size: 1.375rem;
    }
    
    .sidebar_down_859a {
        font-size: 2.5rem;
    }
    
    .focus_31f6 {
        font-size: 1.25rem;
    }
    
    .fluid-0587,
    .accent-0c73 {
        gap: 5rem;
    }
    
    .progress-stale-6190 {
        gap: 2.5rem;
    }
    
    .paragraph_out_f0d6,
    .lower_9cbe,
    .west-d47c {
        padding: 2rem;
    }
    
    .column_glass_db48 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .layout-white-3ee3 {
        max-width: 1400px;
    }
    
    .image_bc42 {
        padding: 12rem 0 6rem;
    }
    
    .fluid-0587,
    .accent-0c73 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .middle-5a6b img,
    .button_4b67,
    .silver_c119 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .fluid-0587 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accent-0c73 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accent-0c73.shadow-action-9573 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .image_bc42 {
        padding: 6rem 0 3rem;
    }
    
    .fluid-0587 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .accent-0c73 {
        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_bc42::before {
        animation: none;
    }
    
    .accent_1511,
    .badge_a86f {
        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;
    }
    
    .complex_0c3c,
    .aside_4876,
    .accent-solid-32d1 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .west-d47c,
    .paragraph_out_f0d6,
    .lower_9cbe {
        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 */
    
    .element_7a25 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .outer-700e,
    .hovered-2f44,
    .north_91ef {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .image_bc42 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .image_bc42::before {
        display: none;
    }
    
    .layout-white-3ee3 {
        max-width: none;
        padding: 0;
    }
    
    .fluid-0587,
    .accent-0c73 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gradient-dbf9,
    .menu-2477,
    .disabled_9ae3,
    .label-dark-a4dd,
    .message_2b2e,
    .gallery_09f2 {
        display: none !important;
    }
    
    .blue_9907,
    .sidebar_down_859a {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .button_4b67,
    .silver_c119 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .breadcrumb_yellow_1e9b,
    .disabled_copper_2c4d,
    .tiny_cf51 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .notice-gold-59ed {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .blue_9907 {
        font-size: 1.5rem;
    }
    
    .aside_4876 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .last_c54a {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .label-dark-a4dd {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .layout-white-3ee3 {
        max-width: 95%;
    }
    
    .fluid-0587 {
        gap: 2.5rem;
    }
    
    .accent-0c73 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .layout-white-3ee3 {
        max-width: 1600px;
    }
    
    .blue_9907 {
        font-size: 5rem;
    }
    
    .sidebar_down_859a {
        font-size: 3rem;
    }
}
/* css-noise: 7eab */
.widget-item-o8 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
