/* {$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) {
    .gold_c051 {
        padding: 0 0.75rem;
    }
    
    .photo-gold-3cb8 {
        padding: 5rem 0 2rem;
    }
    
    .widget_4d29 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .section_d732 {
        font-size: 1rem;
    }
    
    .dropdown_42fd {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .card_medium_80e6 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .outer-d286 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .bottom-922c {
        font-size: 1.5rem;
    }
    
    .frame-0da4,
    .in-f865 {
        grid-template-columns: 1fr;
    }
    
    .column-easy-c998 .brown-beaf {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .modal_soft_814c {
        grid-template-columns: 1fr;
    }
    
    .input-fixed-7674 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .gold_c051 {
        padding: 0 1rem;
    }
    
    .widget_4d29 {
        font-size: 2rem;
    }
    
    .section_d732 {
        font-size: 1.125rem;
    }
    
    .card_medium_80e6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .outer-d286 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .dropdown_42fd {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .modal_soft_814c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brown-c627,
    .avatar-4529 {
        padding: 1.25rem;
    }
    
    .column-easy-c998 .brown-beaf {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .gold_c051 {
        padding: 0 1.5rem;
    }
    
    .photo-gold-3cb8 {
        padding: 6rem 0 3rem;
    }
    
    .widget_4d29 {
        font-size: 2.5rem;
    }
    
    .section_d732 {
        font-size: 1.25rem;
    }
    
    .card_medium_80e6 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .outer-d286 {
        padding: 1rem;
    }
    
    .bottom-922c {
        font-size: 2rem;
    }
    
    .heading-ade1 {
        font-size: 1.125rem;
    }
    
    .frame-0da4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .in-f865 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .modal_soft_814c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .input-fixed-7674 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .accent_0f3e {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .disabled-old-308f {
        display: none;
    }
    
    .filter-first-eadd {
        display: none !important;
    }
    
    /* Show desktop elements */
    .last-67bf {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .gold_c051 {
        max-width: 750px;
    }
    
    .photo-gold-3cb8 {
        padding: 7rem 0 4rem;
    }
    
    .widget_4d29 {
        font-size: 3rem;
    }
    
    .surface-static-c3f4 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .under_1681 {
        gap: 3rem;
    }
    
    .frame-0da4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .in-f865 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .message-ae39 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .column-easy-c998 {
        gap: 1.5rem;
    }
    
    .old-c795 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .gold_c051 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .photo-gold-3cb8 {
        padding: 8rem 0 4rem;
    }
    
    .widget_4d29 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .surface-static-c3f4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .menu_f786 {
        order: 2;
    }
    
    .wrapper_50ed {
        order: 1;
    }
    
    .under_1681 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .under_1681.nav-ef2c {
        direction: rtl;
    }
    
    .under_1681.nav-ef2c > * {
        direction: ltr;
    }
    
    .old-c795 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .highlight_72bf {
        display: block;
    }
    
    .disabled-old-308f {
        display: none;
    }
    
    .section-inner-e227 {
        gap: 2rem;
    }
    
    .table-17b3 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .row-eafb:hover {
        transform: translateY(-4px);
    }
    
    .column_clean_3d01:hover {
        transform: translateY(-2px);
    }
    
    .old-c795:hover {
        transform: scale(1.02);
    }
    
    .avatar-4529:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .gold_c051 {
        max-width: var(--container-max-width);
    }
    
    .photo-gold-3cb8 {
        padding: 10rem 0 5rem;
    }
    
    .widget_4d29 {
        font-size: 4rem;
    }
    
    .section_d732 {
        font-size: 1.375rem;
    }
    
    .bottom-922c {
        font-size: 2.5rem;
    }
    
    .heading-ade1 {
        font-size: 1.25rem;
    }
    
    .surface-static-c3f4,
    .under_1681 {
        gap: 5rem;
    }
    
    .section-inner-e227 {
        gap: 2.5rem;
    }
    
    .brown-c627,
    .avatar-4529,
    .row-eafb {
        padding: 2rem;
    }
    
    .input-fixed-7674 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .gold_c051 {
        max-width: 1400px;
    }
    
    .photo-gold-3cb8 {
        padding: 12rem 0 6rem;
    }
    
    .surface-static-c3f4,
    .under_1681 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hidden-4bf8 img,
    .bottom_c984,
    .old-c795 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .surface-static-c3f4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .under_1681 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .under_1681.nav-ef2c {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .photo-gold-3cb8 {
        padding: 6rem 0 3rem;
    }
    
    .surface-static-c3f4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .under_1681 {
        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;
    }
    
    .photo-gold-3cb8::before {
        animation: none;
    }
    
    .lite-5ea4,
    .inner_b798 {
        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;
    }
    
    .surface-3abf,
    .dropdown_42fd,
    .advanced_11a6 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .row-eafb,
    .brown-c627,
    .avatar-4529 {
        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 */
    
    .outline_top_4f01 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .highlight_large_e598,
    .fast_377b,
    .hidden-e38d {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .photo-gold-3cb8 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .photo-gold-3cb8::before {
        display: none;
    }
    
    .gold_c051 {
        max-width: none;
        padding: 0;
    }
    
    .surface-static-c3f4,
    .under_1681 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .column_clean_3d01,
    .last-67bf,
    .disabled-old-308f,
    .card_medium_80e6,
    .active_4a43,
    .item_54c8 {
        display: none !important;
    }
    
    .widget_4d29,
    .bottom-922c {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .bottom_c984,
    .old-c795 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .frame-0da4,
    .in-f865,
    .column-easy-c998 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .message-ae39 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .widget_4d29 {
        font-size: 1.5rem;
    }
    
    .dropdown_42fd {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .outer-d286 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .card_medium_80e6 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .gold_c051 {
        max-width: 95%;
    }
    
    .surface-static-c3f4 {
        gap: 2.5rem;
    }
    
    .under_1681 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .gold_c051 {
        max-width: 1600px;
    }
    
    .widget_4d29 {
        font-size: 5rem;
    }
    
    .bottom-922c {
        font-size: 3rem;
    }
}
/* css-noise: 6b0f */
.widget-item-q6 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
