/* {$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) {
    .title_dim_8232 {
        padding: 0 0.75rem;
    }
    
    .white_f3c9 {
        padding: 5rem 0 2rem;
    }
    
    .label_smooth_3f50 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .fast-9d89 {
        font-size: 1rem;
    }
    
    .slider-f877 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .modal-fcd2 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .accordion-a505 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .icon-hard-5045 {
        font-size: 1.5rem;
    }
    
    .tiny_b74a,
    .pagination-white-5a30 {
        grid-template-columns: 1fr;
    }
    
    .table_a463 .center_6aea {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .info_1585 {
        grid-template-columns: 1fr;
    }
    
    .header_2c44 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .title_dim_8232 {
        padding: 0 1rem;
    }
    
    .label_smooth_3f50 {
        font-size: 2rem;
    }
    
    .fast-9d89 {
        font-size: 1.125rem;
    }
    
    .modal-fcd2 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .accordion-a505 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .slider-f877 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .info_1585 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .picture-simple-6890,
    .label_a76e {
        padding: 1.25rem;
    }
    
    .table_a463 .center_6aea {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .title_dim_8232 {
        padding: 0 1.5rem;
    }
    
    .white_f3c9 {
        padding: 6rem 0 3rem;
    }
    
    .label_smooth_3f50 {
        font-size: 2.5rem;
    }
    
    .fast-9d89 {
        font-size: 1.25rem;
    }
    
    .modal-fcd2 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .accordion-a505 {
        padding: 1rem;
    }
    
    .icon-hard-5045 {
        font-size: 2rem;
    }
    
    .dropdown-151b {
        font-size: 1.125rem;
    }
    
    .tiny_b74a {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pagination-white-5a30 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .info_1585 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .header_2c44 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .component_f6e4 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .video_c3c9 {
        display: none;
    }
    
    .lite_e4d1 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .component-wood-e742 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .title_dim_8232 {
        max-width: 750px;
    }
    
    .white_f3c9 {
        padding: 7rem 0 4rem;
    }
    
    .label_smooth_3f50 {
        font-size: 3rem;
    }
    
    .gradient_hard_d116 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .sidebar_small_13da {
        gap: 3rem;
    }
    
    .tiny_b74a {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pagination-white-5a30 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pattern-thick-9c0d {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .table_a463 {
        gap: 1.5rem;
    }
    
    .tag_7a95 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .title_dim_8232 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .white_f3c9 {
        padding: 8rem 0 4rem;
    }
    
    .label_smooth_3f50 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .gradient_hard_d116 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .panel_mini_6999 {
        order: 2;
    }
    
    .rough-82f7 {
        order: 1;
    }
    
    .sidebar_small_13da {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .sidebar_small_13da.block-78d0 {
        direction: rtl;
    }
    
    .sidebar_small_13da.block-78d0 > * {
        direction: ltr;
    }
    
    .tag_7a95 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .easy_d4bd {
        display: block;
    }
    
    .video_c3c9 {
        display: none;
    }
    
    .mask_lite_7920 {
        gap: 2rem;
    }
    
    .notice_9399 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .shadow_north_ce9f:hover {
        transform: translateY(-4px);
    }
    
    .left-d46a:hover {
        transform: translateY(-2px);
    }
    
    .tag_7a95:hover {
        transform: scale(1.02);
    }
    
    .label_a76e:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .title_dim_8232 {
        max-width: var(--container-max-width);
    }
    
    .white_f3c9 {
        padding: 10rem 0 5rem;
    }
    
    .label_smooth_3f50 {
        font-size: 4rem;
    }
    
    .fast-9d89 {
        font-size: 1.375rem;
    }
    
    .icon-hard-5045 {
        font-size: 2.5rem;
    }
    
    .dropdown-151b {
        font-size: 1.25rem;
    }
    
    .gradient_hard_d116,
    .sidebar_small_13da {
        gap: 5rem;
    }
    
    .mask_lite_7920 {
        gap: 2.5rem;
    }
    
    .picture-simple-6890,
    .label_a76e,
    .shadow_north_ce9f {
        padding: 2rem;
    }
    
    .header_2c44 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .title_dim_8232 {
        max-width: 1400px;
    }
    
    .white_f3c9 {
        padding: 12rem 0 6rem;
    }
    
    .gradient_hard_d116,
    .sidebar_small_13da {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accent-blue-3f6f img,
    .icon_e40e,
    .tag_7a95 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .gradient_hard_d116 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .sidebar_small_13da {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .sidebar_small_13da.block-78d0 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .white_f3c9 {
        padding: 6rem 0 3rem;
    }
    
    .gradient_hard_d116 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .sidebar_small_13da {
        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;
    }
    
    .white_f3c9::before {
        animation: none;
    }
    
    .clean-845e,
    .pattern_purple_1650 {
        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;
    }
    
    .header-dynamic-fc98,
    .slider-f877,
    .logo_upper_ce26 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .shadow_north_ce9f,
    .picture-simple-6890,
    .label_a76e {
        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 */
    
    .hot-80b2 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .thumbnail-yellow-9156,
    .hero_tiny_294c,
    .red-d167 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .white_f3c9 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .white_f3c9::before {
        display: none;
    }
    
    .title_dim_8232 {
        max-width: none;
        padding: 0;
    }
    
    .gradient_hard_d116,
    .sidebar_small_13da {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .left-d46a,
    .component-wood-e742,
    .video_c3c9,
    .modal-fcd2,
    .new-eae0,
    .logo-494f {
        display: none !important;
    }
    
    .label_smooth_3f50,
    .icon-hard-5045 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .icon_e40e,
    .tag_7a95 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .tiny_b74a,
    .pagination-white-5a30,
    .table_a463 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .pattern-thick-9c0d {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .label_smooth_3f50 {
        font-size: 1.5rem;
    }
    
    .slider-f877 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .accordion-a505 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .modal-fcd2 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .title_dim_8232 {
        max-width: 95%;
    }
    
    .gradient_hard_d116 {
        gap: 2.5rem;
    }
    
    .sidebar_small_13da {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .title_dim_8232 {
        max-width: 1600px;
    }
    
    .label_smooth_3f50 {
        font-size: 5rem;
    }
    
    .icon-hard-5045 {
        font-size: 3rem;
    }
}
/* css-noise: 856a */
.shadow-element-m6 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.3;
}
