/* {$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) {
    .footer_81d1 {
        padding: 0 0.75rem;
    }
    
    .footer-cb50 {
        padding: 5rem 0 2rem;
    }
    
    .focus_ef37 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .link-down-a485 {
        font-size: 1rem;
    }
    
    .banner_stone_3360 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .left_23a9 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .picture-white-2857 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .status_ae9a {
        font-size: 1.5rem;
    }
    
    .rough-66dc,
    .hard_89d5 {
        grid-template-columns: 1fr;
    }
    
    .text-04c9 .image-5c9d {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .badge-warm-6184 {
        grid-template-columns: 1fr;
    }
    
    .background_large_e503 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .footer_81d1 {
        padding: 0 1rem;
    }
    
    .focus_ef37 {
        font-size: 2rem;
    }
    
    .link-down-a485 {
        font-size: 1.125rem;
    }
    
    .left_23a9 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .picture-white-2857 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .banner_stone_3360 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .badge-warm-6184 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cold_5065,
    .detail-tall-4b27 {
        padding: 1.25rem;
    }
    
    .text-04c9 .image-5c9d {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .footer_81d1 {
        padding: 0 1.5rem;
    }
    
    .footer-cb50 {
        padding: 6rem 0 3rem;
    }
    
    .focus_ef37 {
        font-size: 2.5rem;
    }
    
    .link-down-a485 {
        font-size: 1.25rem;
    }
    
    .left_23a9 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .picture-white-2857 {
        padding: 1rem;
    }
    
    .status_ae9a {
        font-size: 2rem;
    }
    
    .over_4d6f {
        font-size: 1.125rem;
    }
    
    .rough-66dc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hard_89d5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .badge-warm-6184 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .background_large_e503 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .primary_9d2a {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .list_fd8b {
        display: none;
    }
    
    .tertiary-bottom-4cf7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .frame-fde9 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .footer_81d1 {
        max-width: 750px;
    }
    
    .footer-cb50 {
        padding: 7rem 0 4rem;
    }
    
    .focus_ef37 {
        font-size: 3rem;
    }
    
    .summary-6705 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .input_473e {
        gap: 3rem;
    }
    
    .rough-66dc {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hard_89d5 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-dc2c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .text-04c9 {
        gap: 1.5rem;
    }
    
    .badge_cc67 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .footer_81d1 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .footer-cb50 {
        padding: 8rem 0 4rem;
    }
    
    .focus_ef37 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .summary-6705 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .module_1f8f {
        order: 2;
    }
    
    .tag-de3f {
        order: 1;
    }
    
    .input_473e {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .input_473e.input-bronze-c644 {
        direction: rtl;
    }
    
    .input_473e.input-bronze-c644 > * {
        direction: ltr;
    }
    
    .badge_cc67 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .backdrop-756f {
        display: block;
    }
    
    .list_fd8b {
        display: none;
    }
    
    .wide_915e {
        gap: 2rem;
    }
    
    .green-7875 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .header_d8c1:hover {
        transform: translateY(-4px);
    }
    
    .progress_b859:hover {
        transform: translateY(-2px);
    }
    
    .badge_cc67:hover {
        transform: scale(1.02);
    }
    
    .detail-tall-4b27:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .footer_81d1 {
        max-width: var(--container-max-width);
    }
    
    .footer-cb50 {
        padding: 10rem 0 5rem;
    }
    
    .focus_ef37 {
        font-size: 4rem;
    }
    
    .link-down-a485 {
        font-size: 1.375rem;
    }
    
    .status_ae9a {
        font-size: 2.5rem;
    }
    
    .over_4d6f {
        font-size: 1.25rem;
    }
    
    .summary-6705,
    .input_473e {
        gap: 5rem;
    }
    
    .wide_915e {
        gap: 2.5rem;
    }
    
    .cold_5065,
    .detail-tall-4b27,
    .header_d8c1 {
        padding: 2rem;
    }
    
    .background_large_e503 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .footer_81d1 {
        max-width: 1400px;
    }
    
    .footer-cb50 {
        padding: 12rem 0 6rem;
    }
    
    .summary-6705,
    .input_473e {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tooltip_dark_934a img,
    .tabs_east_44cf,
    .badge_cc67 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .summary-6705 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .input_473e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .input_473e.input-bronze-c644 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .footer-cb50 {
        padding: 6rem 0 3rem;
    }
    
    .summary-6705 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .input_473e {
        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;
    }
    
    .footer-cb50::before {
        animation: none;
    }
    
    .red-58a5,
    .rough_03fb {
        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;
    }
    
    .iron-4786,
    .banner_stone_3360,
    .heading_aeeb {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .header_d8c1,
    .cold_5065,
    .detail-tall-4b27 {
        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 */
    
    .dropdown_pink_8236 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .avatar_complex_c704,
    .widget-0928,
    .basic-a178 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .footer-cb50 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .footer-cb50::before {
        display: none;
    }
    
    .footer_81d1 {
        max-width: none;
        padding: 0;
    }
    
    .summary-6705,
    .input_473e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .progress_b859,
    .frame-fde9,
    .list_fd8b,
    .left_23a9,
    .plasma-9a26,
    .active-d086 {
        display: none !important;
    }
    
    .focus_ef37,
    .status_ae9a {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .tabs_east_44cf,
    .badge_cc67 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .rough-66dc,
    .hard_89d5,
    .text-04c9 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .footer-dc2c {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .focus_ef37 {
        font-size: 1.5rem;
    }
    
    .banner_stone_3360 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .picture-white-2857 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .left_23a9 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .footer_81d1 {
        max-width: 95%;
    }
    
    .summary-6705 {
        gap: 2.5rem;
    }
    
    .input_473e {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .footer_81d1 {
        max-width: 1600px;
    }
    
    .focus_ef37 {
        font-size: 5rem;
    }
    
    .status_ae9a {
        font-size: 3rem;
    }
}
/* css-noise: 89d7 */
.phantom-card-g7 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
