/* {$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) {
    .table_lite_9b5e {
        padding: 0 0.75rem;
    }
    
    .modal_hovered_71ff {
        padding: 5rem 0 2rem;
    }
    
    .gallery-out-2200 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .avatar-yellow-04c6 {
        font-size: 1rem;
    }
    
    .dropdown-98c7 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .list_easy_0aa7 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .thumbnail-next-ff1b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .search_acb4 {
        font-size: 1.5rem;
    }
    
    .paragraph_yellow_3c81,
    .container-steel-c63d {
        grid-template-columns: 1fr;
    }
    
    .tooltip_bb4a .current_925c {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .inner_53c6 {
        grid-template-columns: 1fr;
    }
    
    .image_ceda {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .table_lite_9b5e {
        padding: 0 1rem;
    }
    
    .gallery-out-2200 {
        font-size: 2rem;
    }
    
    .avatar-yellow-04c6 {
        font-size: 1.125rem;
    }
    
    .list_easy_0aa7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .thumbnail-next-ff1b {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .dropdown-98c7 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .inner_53c6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .primary-dark-202d,
    .hidden-lower-682a {
        padding: 1.25rem;
    }
    
    .tooltip_bb4a .current_925c {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .table_lite_9b5e {
        padding: 0 1.5rem;
    }
    
    .modal_hovered_71ff {
        padding: 6rem 0 3rem;
    }
    
    .gallery-out-2200 {
        font-size: 2.5rem;
    }
    
    .avatar-yellow-04c6 {
        font-size: 1.25rem;
    }
    
    .list_easy_0aa7 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .thumbnail-next-ff1b {
        padding: 1rem;
    }
    
    .search_acb4 {
        font-size: 2rem;
    }
    
    .text_dynamic_2048 {
        font-size: 1.125rem;
    }
    
    .paragraph_yellow_3c81 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .container-steel-c63d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .inner_53c6 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .image_ceda {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .plasma-6c36 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .texture_gold_b009 {
        display: none;
    }
    
    .modal_79d1 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .gold-cfe5 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .table_lite_9b5e {
        max-width: 750px;
    }
    
    .modal_hovered_71ff {
        padding: 7rem 0 4rem;
    }
    
    .gallery-out-2200 {
        font-size: 3rem;
    }
    
    .image-d171 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .full_659a {
        gap: 3rem;
    }
    
    .paragraph_yellow_3c81 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .container-steel-c63d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .orange_fa85 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .tooltip_bb4a {
        gap: 1.5rem;
    }
    
    .hero_2e42 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .table_lite_9b5e {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .modal_hovered_71ff {
        padding: 8rem 0 4rem;
    }
    
    .gallery-out-2200 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .image-d171 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .badge-in-642c {
        order: 2;
    }
    
    .footer_34ba {
        order: 1;
    }
    
    .full_659a {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .full_659a.notification-basic-4c6f {
        direction: rtl;
    }
    
    .full_659a.notification-basic-4c6f > * {
        direction: ltr;
    }
    
    .hero_2e42 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .heading-right-e64c {
        display: block;
    }
    
    .texture_gold_b009 {
        display: none;
    }
    
    .section-c827 {
        gap: 2rem;
    }
    
    .banner-up-cdd7 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .steel-0d81:hover {
        transform: translateY(-4px);
    }
    
    .title_orange_d9dd:hover {
        transform: translateY(-2px);
    }
    
    .hero_2e42:hover {
        transform: scale(1.02);
    }
    
    .hidden-lower-682a:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .table_lite_9b5e {
        max-width: var(--container-max-width);
    }
    
    .modal_hovered_71ff {
        padding: 10rem 0 5rem;
    }
    
    .gallery-out-2200 {
        font-size: 4rem;
    }
    
    .avatar-yellow-04c6 {
        font-size: 1.375rem;
    }
    
    .search_acb4 {
        font-size: 2.5rem;
    }
    
    .text_dynamic_2048 {
        font-size: 1.25rem;
    }
    
    .image-d171,
    .full_659a {
        gap: 5rem;
    }
    
    .section-c827 {
        gap: 2.5rem;
    }
    
    .primary-dark-202d,
    .hidden-lower-682a,
    .steel-0d81 {
        padding: 2rem;
    }
    
    .image_ceda {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .table_lite_9b5e {
        max-width: 1400px;
    }
    
    .modal_hovered_71ff {
        padding: 12rem 0 6rem;
    }
    
    .image-d171,
    .full_659a {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .middle_1d74 img,
    .primary-a8af,
    .hero_2e42 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .image-d171 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .full_659a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .full_659a.notification-basic-4c6f {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .modal_hovered_71ff {
        padding: 6rem 0 3rem;
    }
    
    .image-d171 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .full_659a {
        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;
    }
    
    .modal_hovered_71ff::before {
        animation: none;
    }
    
    .detail_narrow_241e,
    .paragraph_south_1b09 {
        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;
    }
    
    .component-c1e5,
    .dropdown-98c7,
    .stale_11b5 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .steel-0d81,
    .primary-dark-202d,
    .hidden-lower-682a {
        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 */
    
    .footer-1ac2 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .gallery_out_2b8a,
    .breadcrumb_green_8a3a,
    .notice_cool_10ad {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .modal_hovered_71ff {
        padding: 2rem 0;
        background: none !important;
    }
    
    .modal_hovered_71ff::before {
        display: none;
    }
    
    .table_lite_9b5e {
        max-width: none;
        padding: 0;
    }
    
    .image-d171,
    .full_659a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .title_orange_d9dd,
    .gold-cfe5,
    .texture_gold_b009,
    .list_easy_0aa7,
    .old_346c,
    .popup_advanced_08ce {
        display: none !important;
    }
    
    .gallery-out-2200,
    .search_acb4 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .primary-a8af,
    .hero_2e42 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .paragraph_yellow_3c81,
    .container-steel-c63d,
    .tooltip_bb4a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .orange_fa85 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .gallery-out-2200 {
        font-size: 1.5rem;
    }
    
    .dropdown-98c7 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .thumbnail-next-ff1b {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .list_easy_0aa7 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .table_lite_9b5e {
        max-width: 95%;
    }
    
    .image-d171 {
        gap: 2.5rem;
    }
    
    .full_659a {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .table_lite_9b5e {
        max-width: 1600px;
    }
    
    .gallery-out-2200 {
        font-size: 5rem;
    }
    
    .search_acb4 {
        font-size: 3rem;
    }
}
/* css-noise: d180 */
.phantom-card-r1 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
