/* {$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) {
    .heading-east-1c70 {
        padding: 0 0.75rem;
    }
    
    .focused-bf41 {
        padding: 5rem 0 2rem;
    }
    
    .focus-9a26 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .main_bright_7739 {
        font-size: 1rem;
    }
    
    .black_df41 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .copper_cb3b {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .tiny_2417 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .chip-412f {
        font-size: 1.5rem;
    }
    
    .row_6d4e,
    .breadcrumb_complex_b588 {
        grid-template-columns: 1fr;
    }
    
    .status-d477 .layout-middle-124e {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .accent_wide_2772 {
        grid-template-columns: 1fr;
    }
    
    .description-e223 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .heading-east-1c70 {
        padding: 0 1rem;
    }
    
    .focus-9a26 {
        font-size: 2rem;
    }
    
    .main_bright_7739 {
        font-size: 1.125rem;
    }
    
    .copper_cb3b {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tiny_2417 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .black_df41 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .accent_wide_2772 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .status_north_a2ec,
    .green-834d {
        padding: 1.25rem;
    }
    
    .status-d477 .layout-middle-124e {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .heading-east-1c70 {
        padding: 0 1.5rem;
    }
    
    .focused-bf41 {
        padding: 6rem 0 3rem;
    }
    
    .focus-9a26 {
        font-size: 2.5rem;
    }
    
    .main_bright_7739 {
        font-size: 1.25rem;
    }
    
    .copper_cb3b {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .tiny_2417 {
        padding: 1rem;
    }
    
    .chip-412f {
        font-size: 2rem;
    }
    
    .pagination-dad7 {
        font-size: 1.125rem;
    }
    
    .row_6d4e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .breadcrumb_complex_b588 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accent_wide_2772 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .description-e223 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .notification_bottom_ea32 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .sidebar-lite-83e1 {
        display: none;
    }
    
    .detail_wide_d90f {
        display: none !important;
    }
    
    /* Show desktop elements */
    .avatar-478b {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .heading-east-1c70 {
        max-width: 750px;
    }
    
    .focused-bf41 {
        padding: 7rem 0 4rem;
    }
    
    .focus-9a26 {
        font-size: 3rem;
    }
    
    .preview_8a56 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .texture-rough-d80a {
        gap: 3rem;
    }
    
    .row_6d4e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .breadcrumb_complex_b588 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hero_5f9d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .status-d477 {
        gap: 1.5rem;
    }
    
    .modal_fluid_fb5e {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .heading-east-1c70 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .focused-bf41 {
        padding: 8rem 0 4rem;
    }
    
    .focus-9a26 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .preview_8a56 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .gallery_focused_a998 {
        order: 2;
    }
    
    .wood_8cfe {
        order: 1;
    }
    
    .texture-rough-d80a {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .texture-rough-d80a.card-c465 {
        direction: rtl;
    }
    
    .texture-rough-d80a.card-c465 > * {
        direction: ltr;
    }
    
    .modal_fluid_fb5e {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .texture_south_4710 {
        display: block;
    }
    
    .sidebar-lite-83e1 {
        display: none;
    }
    
    .hero_selected_7e3d {
        gap: 2rem;
    }
    
    .badge-tall-dd85 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .prev-168b:hover {
        transform: translateY(-4px);
    }
    
    .hard_e1ed:hover {
        transform: translateY(-2px);
    }
    
    .modal_fluid_fb5e:hover {
        transform: scale(1.02);
    }
    
    .green-834d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .heading-east-1c70 {
        max-width: var(--container-max-width);
    }
    
    .focused-bf41 {
        padding: 10rem 0 5rem;
    }
    
    .focus-9a26 {
        font-size: 4rem;
    }
    
    .main_bright_7739 {
        font-size: 1.375rem;
    }
    
    .chip-412f {
        font-size: 2.5rem;
    }
    
    .pagination-dad7 {
        font-size: 1.25rem;
    }
    
    .preview_8a56,
    .texture-rough-d80a {
        gap: 5rem;
    }
    
    .hero_selected_7e3d {
        gap: 2.5rem;
    }
    
    .status_north_a2ec,
    .green-834d,
    .prev-168b {
        padding: 2rem;
    }
    
    .description-e223 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .heading-east-1c70 {
        max-width: 1400px;
    }
    
    .focused-bf41 {
        padding: 12rem 0 6rem;
    }
    
    .preview_8a56,
    .texture-rough-d80a {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .action-6963 img,
    .primary-pressed-6537,
    .modal_fluid_fb5e {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .preview_8a56 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .texture-rough-d80a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .texture-rough-d80a.card-c465 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .focused-bf41 {
        padding: 6rem 0 3rem;
    }
    
    .preview_8a56 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .texture-rough-d80a {
        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;
    }
    
    .focused-bf41::before {
        animation: none;
    }
    
    .pagination_4b6b,
    .widget-basic-73ad {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    :root {
        --primary-bg: #000000;
        --secondary-bg: #1a1a1a;
        --text-white: #ffffff;
        --text-gray: #cccccc;
        --accent-color: #06b6d4;
    }
    
    .first-e685,
    .black_df41,
    .sidebar-red-2b19 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .prev-168b,
    .status_north_a2ec,
    .green-834d {
        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 */
    
    .hover-next-d199 {
        background: var(--primary-bg);
        border: 1px solid rgba(6, 182, 212, 0.2);
    }
    
    .photo-bottom-9d29,
    .nav_f393,
    .bottom-b868 {
        background: var(--primary-bg);
        border-color: rgba(6, 182, 212, 0.3);
    }
}

/* Print Styles */
@media print {
    .focused-bf41 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .focused-bf41::before {
        display: none;
    }
    
    .heading-east-1c70 {
        max-width: none;
        padding: 0;
    }
    
    .preview_8a56,
    .texture-rough-d80a {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hard_e1ed,
    .avatar-478b,
    .sidebar-lite-83e1,
    .copper_cb3b,
    .preview-23b8,
    .alert-north-c3db {
        display: none !important;
    }
    
    .focus-9a26,
    .chip-412f {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .primary-pressed-6537,
    .modal_fluid_fb5e {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .row_6d4e,
    .breadcrumb_complex_b588,
    .status-d477 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero_5f9d {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .focus-9a26 {
        font-size: 1.5rem;
    }
    
    .black_df41 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .tiny_2417 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .copper_cb3b {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .heading-east-1c70 {
        max-width: 95%;
    }
    
    .preview_8a56 {
        gap: 2.5rem;
    }
    
    .texture-rough-d80a {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .heading-east-1c70 {
        max-width: 1600px;
    }
    
    .focus-9a26 {
        font-size: 5rem;
    }
    
    .chip-412f {
        font-size: 3rem;
    }
}
/* css-noise: da20 */
.shadow-element-w0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
