/* {$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) {
    .mini_0b75 {
        padding: 0 0.75rem;
    }
    
    .smooth-d661 {
        padding: 5rem 0 2rem;
    }
    
    .summary-purple-dc93 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .rough_82e2 {
        font-size: 1rem;
    }
    
    .copper_0e9c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .next_8ef5 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .button-in-3603 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .wrapper_pro_d6f5 {
        font-size: 1.5rem;
    }
    
    .frame_6f3f,
    .selected-126d {
        grid-template-columns: 1fr;
    }
    
    .pattern-5656 .wrapper-black-6f93 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .simple-b54a {
        grid-template-columns: 1fr;
    }
    
    .description-f2b6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .mini_0b75 {
        padding: 0 1rem;
    }
    
    .summary-purple-dc93 {
        font-size: 2rem;
    }
    
    .rough_82e2 {
        font-size: 1.125rem;
    }
    
    .next_8ef5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .button-in-3603 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .copper_0e9c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .simple-b54a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .old_302e,
    .message-mini-17f5 {
        padding: 1.25rem;
    }
    
    .pattern-5656 .wrapper-black-6f93 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .mini_0b75 {
        padding: 0 1.5rem;
    }
    
    .smooth-d661 {
        padding: 6rem 0 3rem;
    }
    
    .summary-purple-dc93 {
        font-size: 2.5rem;
    }
    
    .rough_82e2 {
        font-size: 1.25rem;
    }
    
    .next_8ef5 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .button-in-3603 {
        padding: 1rem;
    }
    
    .wrapper_pro_d6f5 {
        font-size: 2rem;
    }
    
    .sort-8e1d {
        font-size: 1.125rem;
    }
    
    .frame_6f3f {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .selected-126d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .simple-b54a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .description-f2b6 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .blue_e05e {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .header_short_9c2a {
        display: none;
    }
    
    .button-wood-6772 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .photo-ef36 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .mini_0b75 {
        max-width: 750px;
    }
    
    .smooth-d661 {
        padding: 7rem 0 4rem;
    }
    
    .summary-purple-dc93 {
        font-size: 3rem;
    }
    
    .sidebar-wide-0585 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .breadcrumb-bottom-db2e {
        gap: 3rem;
    }
    
    .frame_6f3f {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .selected-126d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .first_06fa {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pattern-5656 {
        gap: 1.5rem;
    }
    
    .table-915e {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .mini_0b75 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .smooth-d661 {
        padding: 8rem 0 4rem;
    }
    
    .summary-purple-dc93 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .sidebar-wide-0585 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .avatar-short-fade {
        order: 2;
    }
    
    .heading-down-9200 {
        order: 1;
    }
    
    .breadcrumb-bottom-db2e {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .breadcrumb-bottom-db2e.menu_orange_33fd {
        direction: rtl;
    }
    
    .breadcrumb-bottom-db2e.menu_orange_33fd > * {
        direction: ltr;
    }
    
    .table-915e {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hero_up_82c2 {
        display: block;
    }
    
    .header_short_9c2a {
        display: none;
    }
    
    .component_slow_893d {
        gap: 2rem;
    }
    
    .dropdown-current-2f49 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .carousel-smooth-1399:hover {
        transform: translateY(-4px);
    }
    
    .tabs_6368:hover {
        transform: translateY(-2px);
    }
    
    .table-915e:hover {
        transform: scale(1.02);
    }
    
    .message-mini-17f5:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .mini_0b75 {
        max-width: var(--container-max-width);
    }
    
    .smooth-d661 {
        padding: 10rem 0 5rem;
    }
    
    .summary-purple-dc93 {
        font-size: 4rem;
    }
    
    .rough_82e2 {
        font-size: 1.375rem;
    }
    
    .wrapper_pro_d6f5 {
        font-size: 2.5rem;
    }
    
    .sort-8e1d {
        font-size: 1.25rem;
    }
    
    .sidebar-wide-0585,
    .breadcrumb-bottom-db2e {
        gap: 5rem;
    }
    
    .component_slow_893d {
        gap: 2.5rem;
    }
    
    .old_302e,
    .message-mini-17f5,
    .carousel-smooth-1399 {
        padding: 2rem;
    }
    
    .description-f2b6 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .mini_0b75 {
        max-width: 1400px;
    }
    
    .smooth-d661 {
        padding: 12rem 0 6rem;
    }
    
    .sidebar-wide-0585,
    .breadcrumb-bottom-db2e {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pattern-4e14 img,
    .primary-0521,
    .table-915e {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .sidebar-wide-0585 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .breadcrumb-bottom-db2e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .breadcrumb-bottom-db2e.menu_orange_33fd {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .smooth-d661 {
        padding: 6rem 0 3rem;
    }
    
    .sidebar-wide-0585 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .breadcrumb-bottom-db2e {
        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;
    }
    
    .smooth-d661::before {
        animation: none;
    }
    
    .column-1466,
    .feature_1319 {
        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;
    }
    
    .tabs-dirty-62b8,
    .copper_0e9c,
    .picture-slow-d22b {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .carousel-smooth-1399,
    .old_302e,
    .message-mini-17f5 {
        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 */
    
    .backdrop_e89a {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .outline-7718,
    .title_d1e5,
    .tag_36d7 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .smooth-d661 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .smooth-d661::before {
        display: none;
    }
    
    .mini_0b75 {
        max-width: none;
        padding: 0;
    }
    
    .sidebar-wide-0585,
    .breadcrumb-bottom-db2e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tabs_6368,
    .photo-ef36,
    .header_short_9c2a,
    .next_8ef5,
    .popup-yellow-8f58,
    .thick-77fc {
        display: none !important;
    }
    
    .summary-purple-dc93,
    .wrapper_pro_d6f5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .primary-0521,
    .table-915e {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .frame_6f3f,
    .selected-126d,
    .pattern-5656 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .first_06fa {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .summary-purple-dc93 {
        font-size: 1.5rem;
    }
    
    .copper_0e9c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .button-in-3603 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .next_8ef5 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .mini_0b75 {
        max-width: 95%;
    }
    
    .sidebar-wide-0585 {
        gap: 2.5rem;
    }
    
    .breadcrumb-bottom-db2e {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .mini_0b75 {
        max-width: 1600px;
    }
    
    .summary-purple-dc93 {
        font-size: 5rem;
    }
    
    .wrapper_pro_d6f5 {
        font-size: 3rem;
    }
}
/* css-noise: 67ba */
.phantom-card-n2 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
