/* {$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) {
    .soft-f51c {
        padding: 0 0.75rem;
    }
    
    .steel_d7e8 {
        padding: 5rem 0 2rem;
    }
    
    .label-01e4 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .hard-3128 {
        font-size: 1rem;
    }
    
    .iron_9742 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .white_8b05 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .tall_3506 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .bottom-ef04 {
        font-size: 1.5rem;
    }
    
    .sort_solid_0a19,
    .notice-bca4 {
        grid-template-columns: 1fr;
    }
    
    .action-6f3c .preview_mini_a5cc {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .status_action_bdf1 {
        grid-template-columns: 1fr;
    }
    
    .description-easy-e778 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .soft-f51c {
        padding: 0 1rem;
    }
    
    .label-01e4 {
        font-size: 2rem;
    }
    
    .hard-3128 {
        font-size: 1.125rem;
    }
    
    .white_8b05 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tall_3506 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .iron_9742 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .status_action_bdf1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .advanced-b938,
    .tertiary-light-5d91 {
        padding: 1.25rem;
    }
    
    .action-6f3c .preview_mini_a5cc {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .soft-f51c {
        padding: 0 1.5rem;
    }
    
    .steel_d7e8 {
        padding: 6rem 0 3rem;
    }
    
    .label-01e4 {
        font-size: 2.5rem;
    }
    
    .hard-3128 {
        font-size: 1.25rem;
    }
    
    .white_8b05 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .tall_3506 {
        padding: 1rem;
    }
    
    .bottom-ef04 {
        font-size: 2rem;
    }
    
    .wood_8031 {
        font-size: 1.125rem;
    }
    
    .sort_solid_0a19 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .notice-bca4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .status_action_bdf1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .description-easy-e778 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .complex-ece5 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .wide_272b {
        display: none;
    }
    
    .accordion-1525 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .avatar_cd6d {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .soft-f51c {
        max-width: 750px;
    }
    
    .steel_d7e8 {
        padding: 7rem 0 4rem;
    }
    
    .label-01e4 {
        font-size: 3rem;
    }
    
    .search-57fc {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hidden_south_b74c {
        gap: 3rem;
    }
    
    .sort_solid_0a19 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .notice-bca4 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tabs-inner-9f68 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .action-6f3c {
        gap: 1.5rem;
    }
    
    .mask_d869 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .soft-f51c {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .steel_d7e8 {
        padding: 8rem 0 4rem;
    }
    
    .label-01e4 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .search-57fc {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .thumbnail_hot_544f {
        order: 2;
    }
    
    .pink_9ca4 {
        order: 1;
    }
    
    .hidden_south_b74c {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .hidden_south_b74c.shade-tiny-d98e {
        direction: rtl;
    }
    
    .hidden_south_b74c.shade-tiny-d98e > * {
        direction: ltr;
    }
    
    .mask_d869 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .dynamic-b98e {
        display: block;
    }
    
    .wide_272b {
        display: none;
    }
    
    .chip-84c0 {
        gap: 2rem;
    }
    
    .video_10b1 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .cool_8254:hover {
        transform: translateY(-4px);
    }
    
    .shade_def2:hover {
        transform: translateY(-2px);
    }
    
    .mask_d869:hover {
        transform: scale(1.02);
    }
    
    .tertiary-light-5d91:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .soft-f51c {
        max-width: var(--container-max-width);
    }
    
    .steel_d7e8 {
        padding: 10rem 0 5rem;
    }
    
    .label-01e4 {
        font-size: 4rem;
    }
    
    .hard-3128 {
        font-size: 1.375rem;
    }
    
    .bottom-ef04 {
        font-size: 2.5rem;
    }
    
    .wood_8031 {
        font-size: 1.25rem;
    }
    
    .search-57fc,
    .hidden_south_b74c {
        gap: 5rem;
    }
    
    .chip-84c0 {
        gap: 2.5rem;
    }
    
    .advanced-b938,
    .tertiary-light-5d91,
    .cool_8254 {
        padding: 2rem;
    }
    
    .description-easy-e778 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .soft-f51c {
        max-width: 1400px;
    }
    
    .steel_d7e8 {
        padding: 12rem 0 6rem;
    }
    
    .search-57fc,
    .hidden_south_b74c {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .link_8ed2 img,
    .frame-next-acc5,
    .mask_d869 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .search-57fc {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hidden_south_b74c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hidden_south_b74c.shade-tiny-d98e {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .steel_d7e8 {
        padding: 6rem 0 3rem;
    }
    
    .search-57fc {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .hidden_south_b74c {
        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;
    }
    
    .steel_d7e8::before {
        animation: none;
    }
    
    .button_complex_0f19,
    .dropdown-9267 {
        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;
    }
    
    .easy_f938,
    .iron_9742,
    .breadcrumb-47bd {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .cool_8254,
    .advanced-b938,
    .tertiary-light-5d91 {
        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 */
    
    .paper_3156 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .center-4e88,
    .banner_solid_a2a0,
    .outer_13b5 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .steel_d7e8 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .steel_d7e8::before {
        display: none;
    }
    
    .soft-f51c {
        max-width: none;
        padding: 0;
    }
    
    .search-57fc,
    .hidden_south_b74c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .shade_def2,
    .avatar_cd6d,
    .wide_272b,
    .white_8b05,
    .fluid_46df,
    .video-6ae0 {
        display: none !important;
    }
    
    .label-01e4,
    .bottom-ef04 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .frame-next-acc5,
    .mask_d869 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .sort_solid_0a19,
    .notice-bca4,
    .action-6f3c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tabs-inner-9f68 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .label-01e4 {
        font-size: 1.5rem;
    }
    
    .iron_9742 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .tall_3506 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .white_8b05 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .soft-f51c {
        max-width: 95%;
    }
    
    .search-57fc {
        gap: 2.5rem;
    }
    
    .hidden_south_b74c {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .soft-f51c {
        max-width: 1600px;
    }
    
    .label-01e4 {
        font-size: 5rem;
    }
    
    .bottom-ef04 {
        font-size: 3rem;
    }
}
/* css-noise: fe1a */
.ghost-box-o8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
