/* {$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) {
    .photo-f6c8 {
        padding: 0 0.75rem;
    }
    
    .fresh-56b9 {
        padding: 5rem 0 2rem;
    }
    
    .grid-da9e {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .logo-fluid-3a93 {
        font-size: 1rem;
    }
    
    .shade-e18c {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .green-5969 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .sort-8d36 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .notification_44b3 {
        font-size: 1.5rem;
    }
    
    .footer-e194,
    .gold-5c88 {
        grid-template-columns: 1fr;
    }
    
    .label_iron_8091 .gas-34ad {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .surface-3b8a {
        grid-template-columns: 1fr;
    }
    
    .header-2383 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .photo-f6c8 {
        padding: 0 1rem;
    }
    
    .grid-da9e {
        font-size: 2rem;
    }
    
    .logo-fluid-3a93 {
        font-size: 1.125rem;
    }
    
    .green-5969 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sort-8d36 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .shade-e18c {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .surface-3b8a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .label_motion_3080,
    .dim-5b1d {
        padding: 1.25rem;
    }
    
    .label_iron_8091 .gas-34ad {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .photo-f6c8 {
        padding: 0 1.5rem;
    }
    
    .fresh-56b9 {
        padding: 6rem 0 3rem;
    }
    
    .grid-da9e {
        font-size: 2.5rem;
    }
    
    .logo-fluid-3a93 {
        font-size: 1.25rem;
    }
    
    .green-5969 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .sort-8d36 {
        padding: 1rem;
    }
    
    .notification_44b3 {
        font-size: 2rem;
    }
    
    .gradient_5319 {
        font-size: 1.125rem;
    }
    
    .footer-e194 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gold-5c88 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .surface-3b8a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .header-2383 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .card-outer-649b {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .hovered_40ee {
        display: none;
    }
    
    .menu-3fc5 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .hover-37d1 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .photo-f6c8 {
        max-width: 750px;
    }
    
    .fresh-56b9 {
        padding: 7rem 0 4rem;
    }
    
    .grid-da9e {
        font-size: 3rem;
    }
    
    .accordion_7172 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .message_hovered_c2d6 {
        gap: 3rem;
    }
    
    .footer-e194 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gold-5c88 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery_7eea {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .label_iron_8091 {
        gap: 1.5rem;
    }
    
    .center-05ef {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .photo-f6c8 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .fresh-56b9 {
        padding: 8rem 0 4rem;
    }
    
    .grid-da9e {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .accordion_7172 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .nav-2a92 {
        order: 2;
    }
    
    .section-stale-446b {
        order: 1;
    }
    
    .message_hovered_c2d6 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .message_hovered_c2d6.header-9df2 {
        direction: rtl;
    }
    
    .message_hovered_c2d6.header-9df2 > * {
        direction: ltr;
    }
    
    .center-05ef {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .east_39e7 {
        display: block;
    }
    
    .hovered_40ee {
        display: none;
    }
    
    .row-2e6f {
        gap: 2rem;
    }
    
    .table-hot-e1c2 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .avatar-first-9d47:hover {
        transform: translateY(-4px);
    }
    
    .component_8a4b:hover {
        transform: translateY(-2px);
    }
    
    .center-05ef:hover {
        transform: scale(1.02);
    }
    
    .dim-5b1d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .photo-f6c8 {
        max-width: var(--container-max-width);
    }
    
    .fresh-56b9 {
        padding: 10rem 0 5rem;
    }
    
    .grid-da9e {
        font-size: 4rem;
    }
    
    .logo-fluid-3a93 {
        font-size: 1.375rem;
    }
    
    .notification_44b3 {
        font-size: 2.5rem;
    }
    
    .gradient_5319 {
        font-size: 1.25rem;
    }
    
    .accordion_7172,
    .message_hovered_c2d6 {
        gap: 5rem;
    }
    
    .row-2e6f {
        gap: 2.5rem;
    }
    
    .label_motion_3080,
    .dim-5b1d,
    .avatar-first-9d47 {
        padding: 2rem;
    }
    
    .header-2383 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .photo-f6c8 {
        max-width: 1400px;
    }
    
    .fresh-56b9 {
        padding: 12rem 0 6rem;
    }
    
    .accordion_7172,
    .message_hovered_c2d6 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-2265 img,
    .banner-next-aaba,
    .center-05ef {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .accordion_7172 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .message_hovered_c2d6 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .message_hovered_c2d6.header-9df2 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .fresh-56b9 {
        padding: 6rem 0 3rem;
    }
    
    .accordion_7172 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .message_hovered_c2d6 {
        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;
    }
    
    .fresh-56b9::before {
        animation: none;
    }
    
    .module_steel_4506,
    .under_8db7 {
        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;
    }
    
    .panel_6d0e,
    .shade-e18c,
    .sort_4a5b {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .avatar-first-9d47,
    .label_motion_3080,
    .dim-5b1d {
        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-pressed-eb12 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .frame_5087,
    .gradient-f98f,
    .cool-6775 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .fresh-56b9 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .fresh-56b9::before {
        display: none;
    }
    
    .photo-f6c8 {
        max-width: none;
        padding: 0;
    }
    
    .accordion_7172,
    .message_hovered_c2d6 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .component_8a4b,
    .hover-37d1,
    .hovered_40ee,
    .green-5969,
    .notification-1a1c,
    .shadow-motion-3ac4 {
        display: none !important;
    }
    
    .grid-da9e,
    .notification_44b3 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .banner-next-aaba,
    .center-05ef {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .footer-e194,
    .gold-5c88,
    .label_iron_8091 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .gallery_7eea {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .grid-da9e {
        font-size: 1.5rem;
    }
    
    .shade-e18c {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .sort-8d36 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .green-5969 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .photo-f6c8 {
        max-width: 95%;
    }
    
    .accordion_7172 {
        gap: 2.5rem;
    }
    
    .message_hovered_c2d6 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .photo-f6c8 {
        max-width: 1600px;
    }
    
    .grid-da9e {
        font-size: 5rem;
    }
    
    .notification_44b3 {
        font-size: 3rem;
    }
}
/* css-noise: 3824 */
.ghost-box-i8 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
