/* {$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) {
    .video_iron_1d63 {
        padding: 0 0.75rem;
    }
    
    .card_north_3afc {
        padding: 5rem 0 2rem;
    }
    
    .down_69d3 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .rough-432d {
        font-size: 1rem;
    }
    
    .dim_7f3b {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .overlay-selected-f876 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .full_f172 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tabs-up-af40 {
        font-size: 1.5rem;
    }
    
    .liquid_f8a5,
    .popup_08d9 {
        grid-template-columns: 1fr;
    }
    
    .copper-320c .container-9970 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .notification_selected_36b9 {
        grid-template-columns: 1fr;
    }
    
    .background_67cf {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .video_iron_1d63 {
        padding: 0 1rem;
    }
    
    .down_69d3 {
        font-size: 2rem;
    }
    
    .rough-432d {
        font-size: 1.125rem;
    }
    
    .overlay-selected-f876 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .full_f172 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .dim_7f3b {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .notification_selected_36b9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aside-down-1c68,
    .slider-tiny-a0d6 {
        padding: 1.25rem;
    }
    
    .copper-320c .container-9970 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .video_iron_1d63 {
        padding: 0 1.5rem;
    }
    
    .card_north_3afc {
        padding: 6rem 0 3rem;
    }
    
    .down_69d3 {
        font-size: 2.5rem;
    }
    
    .rough-432d {
        font-size: 1.25rem;
    }
    
    .overlay-selected-f876 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .full_f172 {
        padding: 1rem;
    }
    
    .tabs-up-af40 {
        font-size: 2rem;
    }
    
    .outline_ad4f {
        font-size: 1.125rem;
    }
    
    .liquid_f8a5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .popup_08d9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .notification_selected_36b9 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .background_67cf {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .alert_e58f {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .gallery_3275 {
        display: none;
    }
    
    .primary_new_bd72 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .info_f933 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .video_iron_1d63 {
        max-width: 750px;
    }
    
    .card_north_3afc {
        padding: 7rem 0 4rem;
    }
    
    .down_69d3 {
        font-size: 3rem;
    }
    
    .photo-79d7 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .huge_86c8 {
        gap: 3rem;
    }
    
    .liquid_f8a5 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .popup_08d9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .avatar-warm-3f08 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .copper-320c {
        gap: 1.5rem;
    }
    
    .pink-bdd6 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .video_iron_1d63 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .card_north_3afc {
        padding: 8rem 0 4rem;
    }
    
    .down_69d3 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .photo-79d7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .caption-dc4f {
        order: 2;
    }
    
    .focused-bc30 {
        order: 1;
    }
    
    .huge_86c8 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .huge_86c8.sidebar-fast-d3db {
        direction: rtl;
    }
    
    .huge_86c8.sidebar-fast-d3db > * {
        direction: ltr;
    }
    
    .pink-bdd6 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .bright_fed3 {
        display: block;
    }
    
    .gallery_3275 {
        display: none;
    }
    
    .hover_wide_c7ab {
        gap: 2rem;
    }
    
    .gas-42ba {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .tooltip_55bf:hover {
        transform: translateY(-4px);
    }
    
    .panel_3bff:hover {
        transform: translateY(-2px);
    }
    
    .pink-bdd6:hover {
        transform: scale(1.02);
    }
    
    .slider-tiny-a0d6:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .video_iron_1d63 {
        max-width: var(--container-max-width);
    }
    
    .card_north_3afc {
        padding: 10rem 0 5rem;
    }
    
    .down_69d3 {
        font-size: 4rem;
    }
    
    .rough-432d {
        font-size: 1.375rem;
    }
    
    .tabs-up-af40 {
        font-size: 2.5rem;
    }
    
    .outline_ad4f {
        font-size: 1.25rem;
    }
    
    .photo-79d7,
    .huge_86c8 {
        gap: 5rem;
    }
    
    .hover_wide_c7ab {
        gap: 2.5rem;
    }
    
    .aside-down-1c68,
    .slider-tiny-a0d6,
    .tooltip_55bf {
        padding: 2rem;
    }
    
    .background_67cf {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .video_iron_1d63 {
        max-width: 1400px;
    }
    
    .card_north_3afc {
        padding: 12rem 0 6rem;
    }
    
    .photo-79d7,
    .huge_86c8 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .paper-499e img,
    .fixed-af2a,
    .pink-bdd6 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .photo-79d7 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .huge_86c8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .huge_86c8.sidebar-fast-d3db {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .card_north_3afc {
        padding: 6rem 0 3rem;
    }
    
    .photo-79d7 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .huge_86c8 {
        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;
    }
    
    .card_north_3afc::before {
        animation: none;
    }
    
    .selected-9911,
    .info_hard_1666 {
        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;
    }
    
    .form_b4ed,
    .dim_7f3b,
    .section_slow_cb3d {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .tooltip_55bf,
    .aside-down-1c68,
    .slider-tiny-a0d6 {
        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 */
    
    .panel_c32d {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .accent_3294,
    .media-b1fe,
    .active-stone-7e1c {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .card_north_3afc {
        padding: 2rem 0;
        background: none !important;
    }
    
    .card_north_3afc::before {
        display: none;
    }
    
    .video_iron_1d63 {
        max-width: none;
        padding: 0;
    }
    
    .photo-79d7,
    .huge_86c8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .panel_3bff,
    .info_f933,
    .gallery_3275,
    .overlay-selected-f876,
    .hover-0703,
    .label_slow_9bb8 {
        display: none !important;
    }
    
    .down_69d3,
    .tabs-up-af40 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .fixed-af2a,
    .pink-bdd6 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .liquid_f8a5,
    .popup_08d9,
    .copper-320c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .avatar-warm-3f08 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .down_69d3 {
        font-size: 1.5rem;
    }
    
    .dim_7f3b {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .full_f172 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .overlay-selected-f876 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .video_iron_1d63 {
        max-width: 95%;
    }
    
    .photo-79d7 {
        gap: 2.5rem;
    }
    
    .huge_86c8 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .video_iron_1d63 {
        max-width: 1600px;
    }
    
    .down_69d3 {
        font-size: 5rem;
    }
    
    .tabs-up-af40 {
        font-size: 3rem;
    }
}
/* css-noise: 3b3a */
.shadow-element-t2 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.0;
}
