/* {$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) {
    .tag-908f {
        padding: 0 0.75rem;
    }
    
    .cold_7b37 {
        padding: 5rem 0 2rem;
    }
    
    .form_40f2 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .header_fast_c2ee {
        font-size: 1rem;
    }
    
    .smooth-0d85 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .wrapper-bronze-b343 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .icon_29b1 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .photo_steel_7246 {
        font-size: 1.5rem;
    }
    
    .nav_8a3a,
    .form-gold-3b5d {
        grid-template-columns: 1fr;
    }
    
    .hover_63cc .aside_right_49b4 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .block-b03c {
        grid-template-columns: 1fr;
    }
    
    .frame-complex-0ecd {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .tag-908f {
        padding: 0 1rem;
    }
    
    .form_40f2 {
        font-size: 2rem;
    }
    
    .header_fast_c2ee {
        font-size: 1.125rem;
    }
    
    .wrapper-bronze-b343 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .icon_29b1 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .smooth-0d85 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .block-b03c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accent-red-4af2,
    .surface_clean_24db {
        padding: 1.25rem;
    }
    
    .hover_63cc .aside_right_49b4 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .tag-908f {
        padding: 0 1.5rem;
    }
    
    .cold_7b37 {
        padding: 6rem 0 3rem;
    }
    
    .form_40f2 {
        font-size: 2.5rem;
    }
    
    .header_fast_c2ee {
        font-size: 1.25rem;
    }
    
    .wrapper-bronze-b343 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .icon_29b1 {
        padding: 1rem;
    }
    
    .photo_steel_7246 {
        font-size: 2rem;
    }
    
    .border_bcc9 {
        font-size: 1.125rem;
    }
    
    .nav_8a3a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form-gold-3b5d {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .block-b03c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .frame-complex-0ecd {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .secondary_complex_5d31 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .green_4d47 {
        display: none;
    }
    
    .mask_41d7 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .shadow-plasma-af78 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .tag-908f {
        max-width: 750px;
    }
    
    .cold_7b37 {
        padding: 7rem 0 4rem;
    }
    
    .form_40f2 {
        font-size: 3rem;
    }
    
    .popup_bronze_4734 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .cool-9910 {
        gap: 3rem;
    }
    
    .nav_8a3a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .form-gold-3b5d {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .active_lower_701f {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hover_63cc {
        gap: 1.5rem;
    }
    
    .next_16cc {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .tag-908f {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .cold_7b37 {
        padding: 8rem 0 4rem;
    }
    
    .form_40f2 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .popup_bronze_4734 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .hot-1828 {
        order: 2;
    }
    
    .grid-top-c938 {
        order: 1;
    }
    
    .cool-9910 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .cool-9910.copper_d62f {
        direction: rtl;
    }
    
    .cool-9910.copper_d62f > * {
        direction: ltr;
    }
    
    .next_16cc {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .dropdown-d5a3 {
        display: block;
    }
    
    .green_4d47 {
        display: none;
    }
    
    .black-cbbd {
        gap: 2rem;
    }
    
    .alert_motion_9ef7 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .avatar-4d03:hover {
        transform: translateY(-4px);
    }
    
    .purple_d100:hover {
        transform: translateY(-2px);
    }
    
    .next_16cc:hover {
        transform: scale(1.02);
    }
    
    .surface_clean_24db:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .tag-908f {
        max-width: var(--container-max-width);
    }
    
    .cold_7b37 {
        padding: 10rem 0 5rem;
    }
    
    .form_40f2 {
        font-size: 4rem;
    }
    
    .header_fast_c2ee {
        font-size: 1.375rem;
    }
    
    .photo_steel_7246 {
        font-size: 2.5rem;
    }
    
    .border_bcc9 {
        font-size: 1.25rem;
    }
    
    .popup_bronze_4734,
    .cool-9910 {
        gap: 5rem;
    }
    
    .black-cbbd {
        gap: 2.5rem;
    }
    
    .accent-red-4af2,
    .surface_clean_24db,
    .avatar-4d03 {
        padding: 2rem;
    }
    
    .frame-complex-0ecd {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .tag-908f {
        max-width: 1400px;
    }
    
    .cold_7b37 {
        padding: 12rem 0 6rem;
    }
    
    .popup_bronze_4734,
    .cool-9910 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .summary_glass_1a45 img,
    .dark_e10a,
    .next_16cc {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .popup_bronze_4734 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .cool-9910 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .cool-9910.copper_d62f {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .cold_7b37 {
        padding: 6rem 0 3rem;
    }
    
    .popup_bronze_4734 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .cool-9910 {
        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;
    }
    
    .cold_7b37::before {
        animation: none;
    }
    
    .button-1b44,
    .orange-0e09 {
        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;
    }
    
    .fixed-2be9,
    .smooth-0d85,
    .mini_f9b5 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .avatar-4d03,
    .accent-red-4af2,
    .surface_clean_24db {
        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 */
    
    .west-6ec7 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .highlight-c274,
    .column_381b,
    .tall-2047 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .cold_7b37 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .cold_7b37::before {
        display: none;
    }
    
    .tag-908f {
        max-width: none;
        padding: 0;
    }
    
    .popup_bronze_4734,
    .cool-9910 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .purple_d100,
    .shadow-plasma-af78,
    .green_4d47,
    .wrapper-bronze-b343,
    .gas_f082,
    .left_49a7 {
        display: none !important;
    }
    
    .form_40f2,
    .photo_steel_7246 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .dark_e10a,
    .next_16cc {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .nav_8a3a,
    .form-gold-3b5d,
    .hover_63cc {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .active_lower_701f {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .form_40f2 {
        font-size: 1.5rem;
    }
    
    .smooth-0d85 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .icon_29b1 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .wrapper-bronze-b343 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .tag-908f {
        max-width: 95%;
    }
    
    .popup_bronze_4734 {
        gap: 2.5rem;
    }
    
    .cool-9910 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .tag-908f {
        max-width: 1600px;
    }
    
    .form_40f2 {
        font-size: 5rem;
    }
    
    .photo_steel_7246 {
        font-size: 3rem;
    }
}
/* css-noise: 51e6 */
.phantom-card-j1 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
