/* {$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) {
    .full-5752 {
        padding: 0 0.75rem;
    }
    
    .list_left_54fa {
        padding: 5rem 0 2rem;
    }
    
    .wood_6406 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .bronze_7eed {
        font-size: 1rem;
    }
    
    .pagination_selected_bb03 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .south-4142 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .image-848c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .lower_00f5 {
        font-size: 1.5rem;
    }
    
    .form-new-0849,
    .form_dynamic_f593 {
        grid-template-columns: 1fr;
    }
    
    .aside_static_51fc .tag_down_e85b {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .wide-bfd4 {
        grid-template-columns: 1fr;
    }
    
    .background-05d9 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .full-5752 {
        padding: 0 1rem;
    }
    
    .wood_6406 {
        font-size: 2rem;
    }
    
    .bronze_7eed {
        font-size: 1.125rem;
    }
    
    .south-4142 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-848c {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .pagination_selected_bb03 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .wide-bfd4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .table_black_3ed0,
    .outline-current-d1d8 {
        padding: 1.25rem;
    }
    
    .aside_static_51fc .tag_down_e85b {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .full-5752 {
        padding: 0 1.5rem;
    }
    
    .list_left_54fa {
        padding: 6rem 0 3rem;
    }
    
    .wood_6406 {
        font-size: 2.5rem;
    }
    
    .bronze_7eed {
        font-size: 1.25rem;
    }
    
    .south-4142 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .image-848c {
        padding: 1rem;
    }
    
    .lower_00f5 {
        font-size: 2rem;
    }
    
    .current-779e {
        font-size: 1.125rem;
    }
    
    .form-new-0849 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .form_dynamic_f593 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wide-bfd4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .background-05d9 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .video_upper_d7d9 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .gradient_under_5c8c {
        display: none;
    }
    
    .purple_29ab {
        display: none !important;
    }
    
    /* Show desktop elements */
    .purple_19a9 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .full-5752 {
        max-width: 750px;
    }
    
    .list_left_54fa {
        padding: 7rem 0 4rem;
    }
    
    .wood_6406 {
        font-size: 3rem;
    }
    
    .center_8a1e {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .block_110d {
        gap: 3rem;
    }
    
    .form-new-0849 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .form_dynamic_f593 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .paper-2a21 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .aside_static_51fc {
        gap: 1.5rem;
    }
    
    .heading-2775 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .full-5752 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .list_left_54fa {
        padding: 8rem 0 4rem;
    }
    
    .wood_6406 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .center_8a1e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .thick_bc68 {
        order: 2;
    }
    
    .center_514f {
        order: 1;
    }
    
    .block_110d {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .block_110d.hidden-3cc8 {
        direction: rtl;
    }
    
    .block_110d.hidden-3cc8 > * {
        direction: ltr;
    }
    
    .heading-2775 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .modal-3f48 {
        display: block;
    }
    
    .gradient_under_5c8c {
        display: none;
    }
    
    .logo-636a {
        gap: 2rem;
    }
    
    .layout-motion-8633 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .shadow-cold-3797:hover {
        transform: translateY(-4px);
    }
    
    .west_b34b:hover {
        transform: translateY(-2px);
    }
    
    .heading-2775:hover {
        transform: scale(1.02);
    }
    
    .outline-current-d1d8:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .full-5752 {
        max-width: var(--container-max-width);
    }
    
    .list_left_54fa {
        padding: 10rem 0 5rem;
    }
    
    .wood_6406 {
        font-size: 4rem;
    }
    
    .bronze_7eed {
        font-size: 1.375rem;
    }
    
    .lower_00f5 {
        font-size: 2.5rem;
    }
    
    .current-779e {
        font-size: 1.25rem;
    }
    
    .center_8a1e,
    .block_110d {
        gap: 5rem;
    }
    
    .logo-636a {
        gap: 2.5rem;
    }
    
    .table_black_3ed0,
    .outline-current-d1d8,
    .shadow-cold-3797 {
        padding: 2rem;
    }
    
    .background-05d9 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .full-5752 {
        max-width: 1400px;
    }
    
    .list_left_54fa {
        padding: 12rem 0 6rem;
    }
    
    .center_8a1e,
    .block_110d {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .message_4885 img,
    .breadcrumb_8fcc,
    .heading-2775 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .center_8a1e {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .block_110d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .block_110d.hidden-3cc8 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .list_left_54fa {
        padding: 6rem 0 3rem;
    }
    
    .center_8a1e {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .block_110d {
        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;
    }
    
    .list_left_54fa::before {
        animation: none;
    }
    
    .border_copper_c910,
    .east-d5e4 {
        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;
    }
    
    .avatar_a95b,
    .pagination_selected_bb03,
    .up-5194 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .shadow-cold-3797,
    .table_black_3ed0,
    .outline-current-d1d8 {
        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 */
    
    .outline_orange_e489 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .mask-fast-1d4e,
    .box_1d6c,
    .black-d9e5 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .list_left_54fa {
        padding: 2rem 0;
        background: none !important;
    }
    
    .list_left_54fa::before {
        display: none;
    }
    
    .full-5752 {
        max-width: none;
        padding: 0;
    }
    
    .center_8a1e,
    .block_110d {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .west_b34b,
    .purple_19a9,
    .gradient_under_5c8c,
    .south-4142,
    .glass-b500,
    .sort-be36 {
        display: none !important;
    }
    
    .wood_6406,
    .lower_00f5 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .breadcrumb_8fcc,
    .heading-2775 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .form-new-0849,
    .form_dynamic_f593,
    .aside_static_51fc {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .paper-2a21 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .wood_6406 {
        font-size: 1.5rem;
    }
    
    .pagination_selected_bb03 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .image-848c {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .south-4142 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .full-5752 {
        max-width: 95%;
    }
    
    .center_8a1e {
        gap: 2.5rem;
    }
    
    .block_110d {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .full-5752 {
        max-width: 1600px;
    }
    
    .wood_6406 {
        font-size: 5rem;
    }
    
    .lower_00f5 {
        font-size: 3rem;
    }
}
/* css-noise: 2891 */
.shadow-element-w7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
