/* {$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) {
    .background-e92e {
        padding: 0 0.75rem;
    }
    
    .pro_618a {
        padding: 5rem 0 2rem;
    }
    
    .paragraph_lower_7f40 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .prev_d220 {
        font-size: 1rem;
    }
    
    .summary-complex-d242 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .solid_6dd3 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .layout_green_e920 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .description_large_1a00 {
        font-size: 1.5rem;
    }
    
    .hover-left-a9d6,
    .alert-orange-0c5e {
        grid-template-columns: 1fr;
    }
    
    .info-stone-00d2 .layout-f582 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .wrapper_55cb {
        grid-template-columns: 1fr;
    }
    
    .notification-yellow-a1ed {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .background-e92e {
        padding: 0 1rem;
    }
    
    .paragraph_lower_7f40 {
        font-size: 2rem;
    }
    
    .prev_d220 {
        font-size: 1.125rem;
    }
    
    .solid_6dd3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .layout_green_e920 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .summary-complex-d242 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .wrapper_55cb {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-middle-4e46,
    .mini_59be {
        padding: 1.25rem;
    }
    
    .info-stone-00d2 .layout-f582 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .background-e92e {
        padding: 0 1.5rem;
    }
    
    .pro_618a {
        padding: 6rem 0 3rem;
    }
    
    .paragraph_lower_7f40 {
        font-size: 2.5rem;
    }
    
    .prev_d220 {
        font-size: 1.25rem;
    }
    
    .solid_6dd3 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .layout_green_e920 {
        padding: 1rem;
    }
    
    .description_large_1a00 {
        font-size: 2rem;
    }
    
    .focus-a2e2 {
        font-size: 1.125rem;
    }
    
    .hover-left-a9d6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .alert-orange-0c5e {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wrapper_55cb {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .notification-yellow-a1ed {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .container-c888 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .pagination_c42a {
        display: none;
    }
    
    .picture-56bd {
        display: none !important;
    }
    
    /* Show desktop elements */
    .overlay-bottom-b377 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .background-e92e {
        max-width: 750px;
    }
    
    .pro_618a {
        padding: 7rem 0 4rem;
    }
    
    .paragraph_lower_7f40 {
        font-size: 3rem;
    }
    
    .footer_focused_ede4 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .table-bright-95f8 {
        gap: 3rem;
    }
    
    .hover-left-a9d6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .alert-orange-0c5e {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .hero_3f1c {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .info-stone-00d2 {
        gap: 1.5rem;
    }
    
    .pagination_light_dd48 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .background-e92e {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .pro_618a {
        padding: 8rem 0 4rem;
    }
    
    .paragraph_lower_7f40 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .footer_focused_ede4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .accordion_selected_d44f {
        order: 2;
    }
    
    .blue-5b98 {
        order: 1;
    }
    
    .table-bright-95f8 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .table-bright-95f8.summary_d55e {
        direction: rtl;
    }
    
    .table-bright-95f8.summary_d55e > * {
        direction: ltr;
    }
    
    .pagination_light_dd48 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hot_0fee {
        display: block;
    }
    
    .pagination_c42a {
        display: none;
    }
    
    .medium-37c3 {
        gap: 2rem;
    }
    
    .shadow-812f {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .label_44f2:hover {
        transform: translateY(-4px);
    }
    
    .component_gas_35db:hover {
        transform: translateY(-2px);
    }
    
    .pagination_light_dd48:hover {
        transform: scale(1.02);
    }
    
    .mini_59be:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .background-e92e {
        max-width: var(--container-max-width);
    }
    
    .pro_618a {
        padding: 10rem 0 5rem;
    }
    
    .paragraph_lower_7f40 {
        font-size: 4rem;
    }
    
    .prev_d220 {
        font-size: 1.375rem;
    }
    
    .description_large_1a00 {
        font-size: 2.5rem;
    }
    
    .focus-a2e2 {
        font-size: 1.25rem;
    }
    
    .footer_focused_ede4,
    .table-bright-95f8 {
        gap: 5rem;
    }
    
    .medium-37c3 {
        gap: 2.5rem;
    }
    
    .hero-middle-4e46,
    .mini_59be,
    .label_44f2 {
        padding: 2rem;
    }
    
    .notification-yellow-a1ed {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .background-e92e {
        max-width: 1400px;
    }
    
    .pro_618a {
        padding: 12rem 0 6rem;
    }
    
    .footer_focused_ede4,
    .table-bright-95f8 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .section_a441 img,
    .form-fresh-afd1,
    .pagination_light_dd48 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .footer_focused_ede4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table-bright-95f8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .table-bright-95f8.summary_d55e {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .pro_618a {
        padding: 6rem 0 3rem;
    }
    
    .footer_focused_ede4 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .table-bright-95f8 {
        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_618a::before {
        animation: none;
    }
    
    .selected-b07b,
    .surface-pressed-1717 {
        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;
    }
    
    .sort-iron-8866,
    .summary-complex-d242,
    .badge_thick_fb86 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .label_44f2,
    .hero-middle-4e46,
    .mini_59be {
        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 */
    
    .thick-af9d {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .dropdown_5fc7,
    .pattern_aa83,
    .element_3f0b {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .pro_618a {
        padding: 2rem 0;
        background: none !important;
    }
    
    .pro_618a::before {
        display: none;
    }
    
    .background-e92e {
        max-width: none;
        padding: 0;
    }
    
    .footer_focused_ede4,
    .table-bright-95f8 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .component_gas_35db,
    .overlay-bottom-b377,
    .pagination_c42a,
    .solid_6dd3,
    .popup_61b6,
    .media_white_0ad5 {
        display: none !important;
    }
    
    .paragraph_lower_7f40,
    .description_large_1a00 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .form-fresh-afd1,
    .pagination_light_dd48 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .hover-left-a9d6,
    .alert-orange-0c5e,
    .info-stone-00d2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero_3f1c {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .paragraph_lower_7f40 {
        font-size: 1.5rem;
    }
    
    .summary-complex-d242 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .layout_green_e920 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .solid_6dd3 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .background-e92e {
        max-width: 95%;
    }
    
    .footer_focused_ede4 {
        gap: 2.5rem;
    }
    
    .table-bright-95f8 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .background-e92e {
        max-width: 1600px;
    }
    
    .paragraph_lower_7f40 {
        font-size: 5rem;
    }
    
    .description_large_1a00 {
        font-size: 3rem;
    }
}
/* css-noise: 4b94 */
.phantom-card-c0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
