/* {$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) {
    .thumbnail-south-f871 {
        padding: 0 0.75rem;
    }
    
    .action-4e14 {
        padding: 5rem 0 2rem;
    }
    
    .paper_2adc {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .gradient-1102 {
        font-size: 1rem;
    }
    
    .last-4e66 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .basic_43e4 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .aside-4c8f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .warm_7c6a {
        font-size: 1.5rem;
    }
    
    .status-yellow-9fbd,
    .pink_e4b7 {
        grid-template-columns: 1fr;
    }
    
    .gallery-brown-7182 .overlay_2936 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .light-1f79 {
        grid-template-columns: 1fr;
    }
    
    .column_fe27 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .thumbnail-south-f871 {
        padding: 0 1rem;
    }
    
    .paper_2adc {
        font-size: 2rem;
    }
    
    .gradient-1102 {
        font-size: 1.125rem;
    }
    
    .basic_43e4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aside-4c8f {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .last-4e66 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .light-1f79 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accordion-advanced-c613,
    .breadcrumb-a32d {
        padding: 1.25rem;
    }
    
    .gallery-brown-7182 .overlay_2936 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .thumbnail-south-f871 {
        padding: 0 1.5rem;
    }
    
    .action-4e14 {
        padding: 6rem 0 3rem;
    }
    
    .paper_2adc {
        font-size: 2.5rem;
    }
    
    .gradient-1102 {
        font-size: 1.25rem;
    }
    
    .basic_43e4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .aside-4c8f {
        padding: 1rem;
    }
    
    .warm_7c6a {
        font-size: 2rem;
    }
    
    .slow_92d6 {
        font-size: 1.125rem;
    }
    
    .status-yellow-9fbd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pink_e4b7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .light-1f79 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .column_fe27 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .description_plasma_a64d {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .tertiary-963f {
        display: none;
    }
    
    .modal_light_396d {
        display: none !important;
    }
    
    /* Show desktop elements */
    .menu_a38f {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .thumbnail-south-f871 {
        max-width: 750px;
    }
    
    .action-4e14 {
        padding: 7rem 0 4rem;
    }
    
    .paper_2adc {
        font-size: 3rem;
    }
    
    .link_77d1 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .gallery-inner-e74e {
        gap: 3rem;
    }
    
    .status-yellow-9fbd {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pink_e4b7 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .chip_1665 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .gallery-brown-7182 {
        gap: 1.5rem;
    }
    
    .content_solid_6c3f {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .thumbnail-south-f871 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .action-4e14 {
        padding: 8rem 0 4rem;
    }
    
    .paper_2adc {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .link_77d1 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .notice_clean_f3ec {
        order: 2;
    }
    
    .nav_plasma_4584 {
        order: 1;
    }
    
    .gallery-inner-e74e {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .gallery-inner-e74e.widget-light-71b1 {
        direction: rtl;
    }
    
    .gallery-inner-e74e.widget-light-71b1 > * {
        direction: ltr;
    }
    
    .content_solid_6c3f {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .outline_4cd1 {
        display: block;
    }
    
    .tertiary-963f {
        display: none;
    }
    
    .preview-mini-34b4 {
        gap: 2rem;
    }
    
    .short_52de {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .wrapper-gas-9dc5:hover {
        transform: translateY(-4px);
    }
    
    .label-df1b:hover {
        transform: translateY(-2px);
    }
    
    .content_solid_6c3f:hover {
        transform: scale(1.02);
    }
    
    .breadcrumb-a32d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .thumbnail-south-f871 {
        max-width: var(--container-max-width);
    }
    
    .action-4e14 {
        padding: 10rem 0 5rem;
    }
    
    .paper_2adc {
        font-size: 4rem;
    }
    
    .gradient-1102 {
        font-size: 1.375rem;
    }
    
    .warm_7c6a {
        font-size: 2.5rem;
    }
    
    .slow_92d6 {
        font-size: 1.25rem;
    }
    
    .link_77d1,
    .gallery-inner-e74e {
        gap: 5rem;
    }
    
    .preview-mini-34b4 {
        gap: 2.5rem;
    }
    
    .accordion-advanced-c613,
    .breadcrumb-a32d,
    .wrapper-gas-9dc5 {
        padding: 2rem;
    }
    
    .column_fe27 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .thumbnail-south-f871 {
        max-width: 1400px;
    }
    
    .action-4e14 {
        padding: 12rem 0 6rem;
    }
    
    .link_77d1,
    .gallery-inner-e74e {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .form_f670 img,
    .row_89b7,
    .content_solid_6c3f {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .link_77d1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gallery-inner-e74e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .gallery-inner-e74e.widget-light-71b1 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .action-4e14 {
        padding: 6rem 0 3rem;
    }
    
    .link_77d1 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .gallery-inner-e74e {
        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;
    }
    
    .action-4e14::before {
        animation: none;
    }
    
    .dropdown_in_796f,
    .slow-7abc {
        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;
    }
    
    .message_lower_429a,
    .last-4e66,
    .notification_tiny_41f7 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .wrapper-gas-9dc5,
    .accordion-advanced-c613,
    .breadcrumb-a32d {
        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 */
    
    .mini-1130 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .summary_6e04,
    .steel-01a6,
    .dirty_7024 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .action-4e14 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .action-4e14::before {
        display: none;
    }
    
    .thumbnail-south-f871 {
        max-width: none;
        padding: 0;
    }
    
    .link_77d1,
    .gallery-inner-e74e {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .label-df1b,
    .menu_a38f,
    .tertiary-963f,
    .basic_43e4,
    .tooltip_3844,
    .yellow-8fcd {
        display: none !important;
    }
    
    .paper_2adc,
    .warm_7c6a {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .row_89b7,
    .content_solid_6c3f {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .status-yellow-9fbd,
    .pink_e4b7,
    .gallery-brown-7182 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .chip_1665 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .paper_2adc {
        font-size: 1.5rem;
    }
    
    .last-4e66 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .aside-4c8f {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .basic_43e4 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .thumbnail-south-f871 {
        max-width: 95%;
    }
    
    .link_77d1 {
        gap: 2.5rem;
    }
    
    .gallery-inner-e74e {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .thumbnail-south-f871 {
        max-width: 1600px;
    }
    
    .paper_2adc {
        font-size: 5rem;
    }
    
    .warm_7c6a {
        font-size: 3rem;
    }
}
/* css-noise: 0e89 */
.shadow-element-j4 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
