/* {$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) {
    .notice_0770 {
        padding: 0 0.75rem;
    }
    
    .aside_e1c9 {
        padding: 5rem 0 2rem;
    }
    
    .label-current-3aac {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .breadcrumb-gold-14d8 {
        font-size: 1rem;
    }
    
    .modal_glass_23eb {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .article_3581 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .content_6fef {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .plasma-62d0 {
        font-size: 1.5rem;
    }
    
    .heading-0a64,
    .footer-8f9e {
        grid-template-columns: 1fr;
    }
    
    .background-light-c438 .pagination-top-1b5c {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .shadow_ba91 {
        grid-template-columns: 1fr;
    }
    
    .up-122c {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .notice_0770 {
        padding: 0 1rem;
    }
    
    .label-current-3aac {
        font-size: 2rem;
    }
    
    .breadcrumb-gold-14d8 {
        font-size: 1.125rem;
    }
    
    .article_3581 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .content_6fef {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .modal_glass_23eb {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .shadow_ba91 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pink-0a1f,
    .modal_13ef {
        padding: 1.25rem;
    }
    
    .background-light-c438 .pagination-top-1b5c {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .notice_0770 {
        padding: 0 1.5rem;
    }
    
    .aside_e1c9 {
        padding: 6rem 0 3rem;
    }
    
    .label-current-3aac {
        font-size: 2.5rem;
    }
    
    .breadcrumb-gold-14d8 {
        font-size: 1.25rem;
    }
    
    .article_3581 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .content_6fef {
        padding: 1rem;
    }
    
    .plasma-62d0 {
        font-size: 2rem;
    }
    
    .layout-center-a898 {
        font-size: 1.125rem;
    }
    
    .heading-0a64 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-8f9e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shadow_ba91 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .up-122c {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .hidden_fd1b {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .panel_stale_1ce2 {
        display: none;
    }
    
    .dark-aabe {
        display: none !important;
    }
    
    /* Show desktop elements */
    .surface-hard-0dbe {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .notice_0770 {
        max-width: 750px;
    }
    
    .aside_e1c9 {
        padding: 7rem 0 4rem;
    }
    
    .label-current-3aac {
        font-size: 3rem;
    }
    
    .alert_bd9c {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .paper_41d1 {
        gap: 3rem;
    }
    
    .heading-0a64 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-8f9e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tooltip-3a03 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .background-light-c438 {
        gap: 1.5rem;
    }
    
    .stone-81a0 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .notice_0770 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .aside_e1c9 {
        padding: 8rem 0 4rem;
    }
    
    .label-current-3aac {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .alert_bd9c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .last-7bb8 {
        order: 2;
    }
    
    .form-d806 {
        order: 1;
    }
    
    .paper_41d1 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .paper_41d1.pressed_3948 {
        direction: rtl;
    }
    
    .paper_41d1.pressed_3948 > * {
        direction: ltr;
    }
    
    .stone-81a0 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .gradient_42c5 {
        display: block;
    }
    
    .panel_stale_1ce2 {
        display: none;
    }
    
    .green_3ded {
        gap: 2rem;
    }
    
    .summary_582c {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .last_8955:hover {
        transform: translateY(-4px);
    }
    
    .wrapper_5107:hover {
        transform: translateY(-2px);
    }
    
    .stone-81a0:hover {
        transform: scale(1.02);
    }
    
    .modal_13ef:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .notice_0770 {
        max-width: var(--container-max-width);
    }
    
    .aside_e1c9 {
        padding: 10rem 0 5rem;
    }
    
    .label-current-3aac {
        font-size: 4rem;
    }
    
    .breadcrumb-gold-14d8 {
        font-size: 1.375rem;
    }
    
    .plasma-62d0 {
        font-size: 2.5rem;
    }
    
    .layout-center-a898 {
        font-size: 1.25rem;
    }
    
    .alert_bd9c,
    .paper_41d1 {
        gap: 5rem;
    }
    
    .green_3ded {
        gap: 2.5rem;
    }
    
    .pink-0a1f,
    .modal_13ef,
    .last_8955 {
        padding: 2rem;
    }
    
    .up-122c {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .notice_0770 {
        max-width: 1400px;
    }
    
    .aside_e1c9 {
        padding: 12rem 0 6rem;
    }
    
    .alert_bd9c,
    .paper_41d1 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .preview-0888 img,
    .progress-d0f5,
    .stone-81a0 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .alert_bd9c {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .paper_41d1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .paper_41d1.pressed_3948 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .aside_e1c9 {
        padding: 6rem 0 3rem;
    }
    
    .alert_bd9c {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .paper_41d1 {
        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;
    }
    
    .aside_e1c9::before {
        animation: none;
    }
    
    .silver_b8de,
    .selected_fab7 {
        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;
    }
    
    .media_orange_820c,
    .modal_glass_23eb,
    .border_full_8f0e {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .last_8955,
    .pink-0a1f,
    .modal_13ef {
        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 */
    
    .border_813b {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .glass_b6ab,
    .article-89dd,
    .message-7a23 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .aside_e1c9 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .aside_e1c9::before {
        display: none;
    }
    
    .notice_0770 {
        max-width: none;
        padding: 0;
    }
    
    .alert_bd9c,
    .paper_41d1 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .wrapper_5107,
    .surface-hard-0dbe,
    .panel_stale_1ce2,
    .article_3581,
    .new-1b99,
    .warm-20b0 {
        display: none !important;
    }
    
    .label-current-3aac,
    .plasma-62d0 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .progress-d0f5,
    .stone-81a0 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .heading-0a64,
    .footer-8f9e,
    .background-light-c438 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tooltip-3a03 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .label-current-3aac {
        font-size: 1.5rem;
    }
    
    .modal_glass_23eb {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .content_6fef {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .article_3581 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .notice_0770 {
        max-width: 95%;
    }
    
    .alert_bd9c {
        gap: 2.5rem;
    }
    
    .paper_41d1 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .notice_0770 {
        max-width: 1600px;
    }
    
    .label-current-3aac {
        font-size: 5rem;
    }
    
    .plasma-62d0 {
        font-size: 3rem;
    }
}
/* css-noise: 0320 */
.shadow-element-c9 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
