/* {$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) {
    .notification_6999 {
        padding: 0 0.75rem;
    }
    
    .over_8014 {
        padding: 5rem 0 2rem;
    }
    
    .notice-purple-96ee {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .sort-left-f555 {
        font-size: 1rem;
    }
    
    .paragraph-9bb0 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .hidden_next_3f0c {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .button_45e0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .caption_75a6 {
        font-size: 1.5rem;
    }
    
    .backdrop-rough-de28,
    .paragraph-bf87 {
        grid-template-columns: 1fr;
    }
    
    .item-focused-015d .progress_bright_c1b8 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .tabs_0e83 {
        grid-template-columns: 1fr;
    }
    
    .sort_1ed3 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .notification_6999 {
        padding: 0 1rem;
    }
    
    .notice-purple-96ee {
        font-size: 2rem;
    }
    
    .sort-left-f555 {
        font-size: 1.125rem;
    }
    
    .hidden_next_3f0c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .button_45e0 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .paragraph-9bb0 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .tabs_0e83 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .highlight_b5c7,
    .dark-9616 {
        padding: 1.25rem;
    }
    
    .item-focused-015d .progress_bright_c1b8 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .notification_6999 {
        padding: 0 1.5rem;
    }
    
    .over_8014 {
        padding: 6rem 0 3rem;
    }
    
    .notice-purple-96ee {
        font-size: 2.5rem;
    }
    
    .sort-left-f555 {
        font-size: 1.25rem;
    }
    
    .hidden_next_3f0c {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .button_45e0 {
        padding: 1rem;
    }
    
    .caption_75a6 {
        font-size: 2rem;
    }
    
    .layout-3a7b {
        font-size: 1.125rem;
    }
    
    .backdrop-rough-de28 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .paragraph-bf87 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tabs_0e83 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sort_1ed3 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .frame-down-6666 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .mask-4883 {
        display: none;
    }
    
    .button_590a {
        display: none !important;
    }
    
    /* Show desktop elements */
    .static-7e09 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .notification_6999 {
        max-width: 750px;
    }
    
    .over_8014 {
        padding: 7rem 0 4rem;
    }
    
    .notice-purple-96ee {
        font-size: 3rem;
    }
    
    .background_old_d69e {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .column-center-f97e {
        gap: 3rem;
    }
    
    .backdrop-rough-de28 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .paragraph-bf87 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .steel_69cd {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .item-focused-015d {
        gap: 1.5rem;
    }
    
    .active_bd18 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .notification_6999 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .over_8014 {
        padding: 8rem 0 4rem;
    }
    
    .notice-purple-96ee {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .background_old_d69e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .shade-static-0f6c {
        order: 2;
    }
    
    .search_dynamic_b42d {
        order: 1;
    }
    
    .column-center-f97e {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .column-center-f97e.background-ea7c {
        direction: rtl;
    }
    
    .column-center-f97e.background-ea7c > * {
        direction: ltr;
    }
    
    .active_bd18 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .feature-short-3fa8 {
        display: block;
    }
    
    .mask-4883 {
        display: none;
    }
    
    .pattern-9c27 {
        gap: 2rem;
    }
    
    .small-c750 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .heading-center-de94:hover {
        transform: translateY(-4px);
    }
    
    .text_699f:hover {
        transform: translateY(-2px);
    }
    
    .active_bd18:hover {
        transform: scale(1.02);
    }
    
    .dark-9616:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .notification_6999 {
        max-width: var(--container-max-width);
    }
    
    .over_8014 {
        padding: 10rem 0 5rem;
    }
    
    .notice-purple-96ee {
        font-size: 4rem;
    }
    
    .sort-left-f555 {
        font-size: 1.375rem;
    }
    
    .caption_75a6 {
        font-size: 2.5rem;
    }
    
    .layout-3a7b {
        font-size: 1.25rem;
    }
    
    .background_old_d69e,
    .column-center-f97e {
        gap: 5rem;
    }
    
    .pattern-9c27 {
        gap: 2.5rem;
    }
    
    .highlight_b5c7,
    .dark-9616,
    .heading-center-de94 {
        padding: 2rem;
    }
    
    .sort_1ed3 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .notification_6999 {
        max-width: 1400px;
    }
    
    .over_8014 {
        padding: 12rem 0 6rem;
    }
    
    .background_old_d69e,
    .column-center-f97e {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .main-72d2 img,
    .disabled_fixed_2fe1,
    .active_bd18 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .background_old_d69e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .column-center-f97e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .column-center-f97e.background-ea7c {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .over_8014 {
        padding: 6rem 0 3rem;
    }
    
    .background_old_d69e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .column-center-f97e {
        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;
    }
    
    .over_8014::before {
        animation: none;
    }
    
    .item-f751,
    .container_last_fda1 {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-color: #06b6d4;
    }
    
    .west_1abe,
    .paragraph-9bb0,
    .prev_5969 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .heading-center-de94,
    .highlight_b5c7,
    .dark-9616 {
        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 */
    
    .filter-b81f {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .secondary_liquid_33df,
    .carousel-1a9d,
    .old_4672 {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .over_8014 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .over_8014::before {
        display: none;
    }
    
    .notification_6999 {
        max-width: none;
        padding: 0;
    }
    
    .background_old_d69e,
    .column-center-f97e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .text_699f,
    .static-7e09,
    .mask-4883,
    .hidden_next_3f0c,
    .media_6d6d,
    .summary-d0e6 {
        display: none !important;
    }
    
    .notice-purple-96ee,
    .caption_75a6 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .disabled_fixed_2fe1,
    .active_bd18 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .backdrop-rough-de28,
    .paragraph-bf87,
    .item-focused-015d {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .steel_69cd {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .notice-purple-96ee {
        font-size: 1.5rem;
    }
    
    .paragraph-9bb0 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .button_45e0 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .hidden_next_3f0c {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .notification_6999 {
        max-width: 95%;
    }
    
    .background_old_d69e {
        gap: 2.5rem;
    }
    
    .column-center-f97e {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .notification_6999 {
        max-width: 1600px;
    }
    
    .notice-purple-96ee {
        font-size: 5rem;
    }
    
    .caption_75a6 {
        font-size: 3rem;
    }
}
/* css-noise: d1fc */
.phantom-card-h1 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.3;
}
