/* {$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) {
    .easy-50b0 {
        padding: 0 0.75rem;
    }
    
    .hover-blue-bb5c {
        padding: 5rem 0 2rem;
    }
    
    .tooltip-huge-d050 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .description_ddb2 {
        font-size: 1rem;
    }
    
    .under_0c16 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .frame_b63d {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .carousel-cold-26f2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .plasma-039d {
        font-size: 1.5rem;
    }
    
    .gold-6240,
    .alert_complex_e1a7 {
        grid-template-columns: 1fr;
    }
    
    .up_b7e0 .focused-ebbd {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .pagination-d08c {
        grid-template-columns: 1fr;
    }
    
    .container_middle_316a {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .easy-50b0 {
        padding: 0 1rem;
    }
    
    .tooltip-huge-d050 {
        font-size: 2rem;
    }
    
    .description_ddb2 {
        font-size: 1.125rem;
    }
    
    .frame_b63d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .carousel-cold-26f2 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .under_0c16 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .pagination-d08c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .description-ccc9,
    .status_660e {
        padding: 1.25rem;
    }
    
    .up_b7e0 .focused-ebbd {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .easy-50b0 {
        padding: 0 1.5rem;
    }
    
    .hover-blue-bb5c {
        padding: 6rem 0 3rem;
    }
    
    .tooltip-huge-d050 {
        font-size: 2.5rem;
    }
    
    .description_ddb2 {
        font-size: 1.25rem;
    }
    
    .frame_b63d {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .carousel-cold-26f2 {
        padding: 1rem;
    }
    
    .plasma-039d {
        font-size: 2rem;
    }
    
    .tabs-narrow-8392 {
        font-size: 1.125rem;
    }
    
    .gold-6240 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .alert_complex_e1a7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pagination-d08c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .container_middle_316a {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .nav_d5e2 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .main_plasma_5db8 {
        display: none;
    }
    
    .carousel_8d49 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .selected_1dad {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .easy-50b0 {
        max-width: 750px;
    }
    
    .hover-blue-bb5c {
        padding: 7rem 0 4rem;
    }
    
    .tooltip-huge-d050 {
        font-size: 3rem;
    }
    
    .orange-26b9 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .popup_e498 {
        gap: 3rem;
    }
    
    .gold-6240 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .alert_complex_e1a7 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .header_plasma_8934 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .up_b7e0 {
        gap: 1.5rem;
    }
    
    .purple-c715 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .easy-50b0 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .hover-blue-bb5c {
        padding: 8rem 0 4rem;
    }
    
    .tooltip-huge-d050 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .orange-26b9 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .basic-044c {
        order: 2;
    }
    
    .hot_7339 {
        order: 1;
    }
    
    .popup_e498 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .popup_e498.paragraph_fixed_8622 {
        direction: rtl;
    }
    
    .popup_e498.paragraph_fixed_8622 > * {
        direction: ltr;
    }
    
    .purple-c715 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hero-c43c {
        display: block;
    }
    
    .main_plasma_5db8 {
        display: none;
    }
    
    .box-1f3d {
        gap: 2rem;
    }
    
    .carousel_2ccf {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .feature-0484:hover {
        transform: translateY(-4px);
    }
    
    .breadcrumb_small_8d07:hover {
        transform: translateY(-2px);
    }
    
    .purple-c715:hover {
        transform: scale(1.02);
    }
    
    .status_660e:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .easy-50b0 {
        max-width: var(--container-max-width);
    }
    
    .hover-blue-bb5c {
        padding: 10rem 0 5rem;
    }
    
    .tooltip-huge-d050 {
        font-size: 4rem;
    }
    
    .description_ddb2 {
        font-size: 1.375rem;
    }
    
    .plasma-039d {
        font-size: 2.5rem;
    }
    
    .tabs-narrow-8392 {
        font-size: 1.25rem;
    }
    
    .orange-26b9,
    .popup_e498 {
        gap: 5rem;
    }
    
    .box-1f3d {
        gap: 2.5rem;
    }
    
    .description-ccc9,
    .status_660e,
    .feature-0484 {
        padding: 2rem;
    }
    
    .container_middle_316a {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .easy-50b0 {
        max-width: 1400px;
    }
    
    .hover-blue-bb5c {
        padding: 12rem 0 6rem;
    }
    
    .orange-26b9,
    .popup_e498 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .outline_copper_625e img,
    .gas_8dbc,
    .purple-c715 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .orange-26b9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .popup_e498 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .popup_e498.paragraph_fixed_8622 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .hover-blue-bb5c {
        padding: 6rem 0 3rem;
    }
    
    .orange-26b9 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .popup_e498 {
        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;
    }
    
    .hover-blue-bb5c::before {
        animation: none;
    }
    
    .wrapper-16d1,
    .mini_157b {
        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;
    }
    
    .copper-8cf8,
    .under_0c16,
    .aside-east-9489 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .feature-0484,
    .description-ccc9,
    .status_660e {
        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 */
    
    .highlight-last-407a {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .rough_0d55,
    .up_beac,
    .south-9e2c {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .hover-blue-bb5c {
        padding: 2rem 0;
        background: none !important;
    }
    
    .hover-blue-bb5c::before {
        display: none;
    }
    
    .easy-50b0 {
        max-width: none;
        padding: 0;
    }
    
    .orange-26b9,
    .popup_e498 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .breadcrumb_small_8d07,
    .selected_1dad,
    .main_plasma_5db8,
    .frame_b63d,
    .module-2e52,
    .header_fbca {
        display: none !important;
    }
    
    .tooltip-huge-d050,
    .plasma-039d {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .gas_8dbc,
    .purple-c715 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .gold-6240,
    .alert_complex_e1a7,
    .up_b7e0 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .header_plasma_8934 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .tooltip-huge-d050 {
        font-size: 1.5rem;
    }
    
    .under_0c16 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .carousel-cold-26f2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .frame_b63d {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .easy-50b0 {
        max-width: 95%;
    }
    
    .orange-26b9 {
        gap: 2.5rem;
    }
    
    .popup_e498 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .easy-50b0 {
        max-width: 1600px;
    }
    
    .tooltip-huge-d050 {
        font-size: 5rem;
    }
    
    .plasma-039d {
        font-size: 3rem;
    }
}
/* css-noise: 5daf */
.phantom-card-m8 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
