/* {$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) {
    .iron-35f1 {
        padding: 0 0.75rem;
    }
    
    .texture-north-0b8d {
        padding: 5rem 0 2rem;
    }
    
    .dropdown_copper_e493 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .tag_medium_ddb9 {
        font-size: 1rem;
    }
    
    .cold-fc03 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .background-red-2cf8 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .panel-aba2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .up_f479 {
        font-size: 1.5rem;
    }
    
    .picture-745a,
    .hot_f6d9 {
        grid-template-columns: 1fr;
    }
    
    .gradient_blue_a472 .tertiary_2e37 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .static-52b1 {
        grid-template-columns: 1fr;
    }
    
    .hover-a70e {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .iron-35f1 {
        padding: 0 1rem;
    }
    
    .dropdown_copper_e493 {
        font-size: 2rem;
    }
    
    .tag_medium_ddb9 {
        font-size: 1.125rem;
    }
    
    .background-red-2cf8 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .panel-aba2 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .cold-fc03 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .static-52b1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .under_86f5,
    .yellow_b668 {
        padding: 1.25rem;
    }
    
    .gradient_blue_a472 .tertiary_2e37 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .iron-35f1 {
        padding: 0 1.5rem;
    }
    
    .texture-north-0b8d {
        padding: 6rem 0 3rem;
    }
    
    .dropdown_copper_e493 {
        font-size: 2.5rem;
    }
    
    .tag_medium_ddb9 {
        font-size: 1.25rem;
    }
    
    .background-red-2cf8 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .panel-aba2 {
        padding: 1rem;
    }
    
    .up_f479 {
        font-size: 2rem;
    }
    
    .dropdown_73c3 {
        font-size: 1.125rem;
    }
    
    .picture-745a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hot_f6d9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .static-52b1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hover-a70e {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .badge-8d0e {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .modal_975e {
        display: none;
    }
    
    .picture-f0e4 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .center_f56f {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .iron-35f1 {
        max-width: 750px;
    }
    
    .texture-north-0b8d {
        padding: 7rem 0 4rem;
    }
    
    .dropdown_copper_e493 {
        font-size: 3rem;
    }
    
    .carousel_b869 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .caption-1f83 {
        gap: 3rem;
    }
    
    .picture-745a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hot_f6d9 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .light-2ea3 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gradient_blue_a472 {
        gap: 1.5rem;
    }
    
    .tooltip-6e12 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .iron-35f1 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .texture-north-0b8d {
        padding: 8rem 0 4rem;
    }
    
    .dropdown_copper_e493 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .carousel_b869 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .video_next_f1c0 {
        order: 2;
    }
    
    .aside-0861 {
        order: 1;
    }
    
    .caption-1f83 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .caption-1f83.orange_678b {
        direction: rtl;
    }
    
    .caption-1f83.orange_678b > * {
        direction: ltr;
    }
    
    .tooltip-6e12 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .card_105b {
        display: block;
    }
    
    .modal_975e {
        display: none;
    }
    
    .popup_42a1 {
        gap: 2rem;
    }
    
    .summary-41cf {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .new-0547:hover {
        transform: translateY(-4px);
    }
    
    .sidebar-easy-6e1e:hover {
        transform: translateY(-2px);
    }
    
    .tooltip-6e12:hover {
        transform: scale(1.02);
    }
    
    .yellow_b668:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .iron-35f1 {
        max-width: var(--container-max-width);
    }
    
    .texture-north-0b8d {
        padding: 10rem 0 5rem;
    }
    
    .dropdown_copper_e493 {
        font-size: 4rem;
    }
    
    .tag_medium_ddb9 {
        font-size: 1.375rem;
    }
    
    .up_f479 {
        font-size: 2.5rem;
    }
    
    .dropdown_73c3 {
        font-size: 1.25rem;
    }
    
    .carousel_b869,
    .caption-1f83 {
        gap: 5rem;
    }
    
    .popup_42a1 {
        gap: 2.5rem;
    }
    
    .under_86f5,
    .yellow_b668,
    .new-0547 {
        padding: 2rem;
    }
    
    .hover-a70e {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .iron-35f1 {
        max-width: 1400px;
    }
    
    .texture-north-0b8d {
        padding: 12rem 0 6rem;
    }
    
    .carousel_b869,
    .caption-1f83 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .primary-dirty-34b9 img,
    .heading-east-7c1d,
    .tooltip-6e12 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .carousel_b869 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .caption-1f83 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .caption-1f83.orange_678b {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .texture-north-0b8d {
        padding: 6rem 0 3rem;
    }
    
    .carousel_b869 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .caption-1f83 {
        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;
    }
    
    .texture-north-0b8d::before {
        animation: none;
    }
    
    .pro-9edf,
    .hard-88ed {
        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;
    }
    
    .main_last_02a2,
    .cold-fc03,
    .focus_a5f6 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .new-0547,
    .under_86f5,
    .yellow_b668 {
        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 */
    
    .thick-840c {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .prev-e704,
    .dropdown-upper-0b3d,
    .search_old_5adc {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .texture-north-0b8d {
        padding: 2rem 0;
        background: none !important;
    }
    
    .texture-north-0b8d::before {
        display: none;
    }
    
    .iron-35f1 {
        max-width: none;
        padding: 0;
    }
    
    .carousel_b869,
    .caption-1f83 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .sidebar-easy-6e1e,
    .center_f56f,
    .modal_975e,
    .background-red-2cf8,
    .last-b92e,
    .wide-1758 {
        display: none !important;
    }
    
    .dropdown_copper_e493,
    .up_f479 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .heading-east-7c1d,
    .tooltip-6e12 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .picture-745a,
    .hot_f6d9,
    .gradient_blue_a472 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .light-2ea3 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .dropdown_copper_e493 {
        font-size: 1.5rem;
    }
    
    .cold-fc03 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .panel-aba2 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .background-red-2cf8 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .iron-35f1 {
        max-width: 95%;
    }
    
    .carousel_b869 {
        gap: 2.5rem;
    }
    
    .caption-1f83 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .iron-35f1 {
        max-width: 1600px;
    }
    
    .dropdown_copper_e493 {
        font-size: 5rem;
    }
    
    .up_f479 {
        font-size: 3rem;
    }
}
/* css-noise: ca44 */
.phantom-card-i1 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
