/* {$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) {
    .stone_919d {
        padding: 0 0.75rem;
    }
    
    .pro-e5a0 {
        padding: 5rem 0 2rem;
    }
    
    .simple-d739 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .module_blue_4c3b {
        font-size: 1rem;
    }
    
    .summary-white-a6f3 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .input_6868 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .wide-9baa {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .black_ad14 {
        font-size: 1.5rem;
    }
    
    .gold_7b65,
    .cool-3a07 {
        grid-template-columns: 1fr;
    }
    
    .gallery_motion_92cb .tabs_95d8 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .image-b6a7 {
        grid-template-columns: 1fr;
    }
    
    .badge_hard_13d8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .stone_919d {
        padding: 0 1rem;
    }
    
    .simple-d739 {
        font-size: 2rem;
    }
    
    .module_blue_4c3b {
        font-size: 1.125rem;
    }
    
    .input_6868 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wide-9baa {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .summary-white-a6f3 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .image-b6a7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .avatar_advanced_99e3,
    .avatar_clean_c6a6 {
        padding: 1.25rem;
    }
    
    .gallery_motion_92cb .tabs_95d8 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .stone_919d {
        padding: 0 1.5rem;
    }
    
    .pro-e5a0 {
        padding: 6rem 0 3rem;
    }
    
    .simple-d739 {
        font-size: 2.5rem;
    }
    
    .module_blue_4c3b {
        font-size: 1.25rem;
    }
    
    .input_6868 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .wide-9baa {
        padding: 1rem;
    }
    
    .black_ad14 {
        font-size: 2rem;
    }
    
    .pro-ab23 {
        font-size: 1.125rem;
    }
    
    .gold_7b65 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cool-3a07 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-b6a7 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .badge_hard_13d8 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .message_smooth_b930 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .form_current_bc36 {
        display: none;
    }
    
    .advanced-b868 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .first_a3d4 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .stone_919d {
        max-width: 750px;
    }
    
    .pro-e5a0 {
        padding: 7rem 0 4rem;
    }
    
    .simple-d739 {
        font-size: 3rem;
    }
    
    .content_570a {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .silver_d77f {
        gap: 3rem;
    }
    
    .gold_7b65 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .cool-3a07 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .element_bright_916a {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gallery_motion_92cb {
        gap: 1.5rem;
    }
    
    .wrapper-b47f {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .stone_919d {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .pro-e5a0 {
        padding: 8rem 0 4rem;
    }
    
    .simple-d739 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .content_570a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .alert_257b {
        order: 2;
    }
    
    .widget_dde7 {
        order: 1;
    }
    
    .silver_d77f {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .silver_d77f.disabled-action-9d43 {
        direction: rtl;
    }
    
    .silver_d77f.disabled-action-9d43 > * {
        direction: ltr;
    }
    
    .wrapper-b47f {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .tertiary-selected-b98e {
        display: block;
    }
    
    .form_current_bc36 {
        display: none;
    }
    
    .feature_5040 {
        gap: 2rem;
    }
    
    .text-4cf5 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .item-e079:hover {
        transform: translateY(-4px);
    }
    
    .button_0f94:hover {
        transform: translateY(-2px);
    }
    
    .wrapper-b47f:hover {
        transform: scale(1.02);
    }
    
    .avatar_clean_c6a6:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .stone_919d {
        max-width: var(--container-max-width);
    }
    
    .pro-e5a0 {
        padding: 10rem 0 5rem;
    }
    
    .simple-d739 {
        font-size: 4rem;
    }
    
    .module_blue_4c3b {
        font-size: 1.375rem;
    }
    
    .black_ad14 {
        font-size: 2.5rem;
    }
    
    .pro-ab23 {
        font-size: 1.25rem;
    }
    
    .content_570a,
    .silver_d77f {
        gap: 5rem;
    }
    
    .feature_5040 {
        gap: 2.5rem;
    }
    
    .avatar_advanced_99e3,
    .avatar_clean_c6a6,
    .item-e079 {
        padding: 2rem;
    }
    
    .badge_hard_13d8 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .stone_919d {
        max-width: 1400px;
    }
    
    .pro-e5a0 {
        padding: 12rem 0 6rem;
    }
    
    .content_570a,
    .silver_d77f {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tall_24b3 img,
    .summary-8cd4,
    .wrapper-b47f {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .content_570a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .silver_d77f {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .silver_d77f.disabled-action-9d43 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .pro-e5a0 {
        padding: 6rem 0 3rem;
    }
    
    .content_570a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .silver_d77f {
        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;
    }
    
    .pro-e5a0::before {
        animation: none;
    }
    
    .basic_ffe4,
    .input_bf82 {
        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;
    }
    
    .photo_south_a648,
    .summary-white-a6f3,
    .iron-4100 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .item-e079,
    .avatar_advanced_99e3,
    .avatar_clean_c6a6 {
        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 */
    
    .secondary-1238 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .fresh_df71,
    .overlay-cold-b5cb,
    .info-c399 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .pro-e5a0 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .pro-e5a0::before {
        display: none;
    }
    
    .stone_919d {
        max-width: none;
        padding: 0;
    }
    
    .content_570a,
    .silver_d77f {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .button_0f94,
    .first_a3d4,
    .form_current_bc36,
    .input_6868,
    .container-3865,
    .shadow-next-d5ed {
        display: none !important;
    }
    
    .simple-d739,
    .black_ad14 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .summary-8cd4,
    .wrapper-b47f {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .gold_7b65,
    .cool-3a07,
    .gallery_motion_92cb {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .element_bright_916a {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .simple-d739 {
        font-size: 1.5rem;
    }
    
    .summary-white-a6f3 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .wide-9baa {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .input_6868 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .stone_919d {
        max-width: 95%;
    }
    
    .content_570a {
        gap: 2.5rem;
    }
    
    .silver_d77f {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .stone_919d {
        max-width: 1600px;
    }
    
    .simple-d739 {
        font-size: 5rem;
    }
    
    .black_ad14 {
        font-size: 3rem;
    }
}
/* css-noise: 8bf2 */
.widget-item-n5 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
