/* {$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) {
    .medium-3c89 {
        padding: 0 0.75rem;
    }
    
    .widget-1db4 {
        padding: 5rem 0 2rem;
    }
    
    .focus_active_053a {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .video_0d7f {
        font-size: 1rem;
    }
    
    .hover_2bb8 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .blue-a207 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .shadow-0e3e {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .text_bae6 {
        font-size: 1.5rem;
    }
    
    .menu-33ff,
    .video-5984 {
        grid-template-columns: 1fr;
    }
    
    .summary-iron-752c .nav_fresh_09bf {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .message_93dd {
        grid-template-columns: 1fr;
    }
    
    .accordion_4620 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .medium-3c89 {
        padding: 0 1rem;
    }
    
    .focus_active_053a {
        font-size: 2rem;
    }
    
    .video_0d7f {
        font-size: 1.125rem;
    }
    
    .blue-a207 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shadow-0e3e {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .hover_2bb8 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .message_93dd {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .photo-light-81ed,
    .popup-786c {
        padding: 1.25rem;
    }
    
    .summary-iron-752c .nav_fresh_09bf {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .medium-3c89 {
        padding: 0 1.5rem;
    }
    
    .widget-1db4 {
        padding: 6rem 0 3rem;
    }
    
    .focus_active_053a {
        font-size: 2.5rem;
    }
    
    .video_0d7f {
        font-size: 1.25rem;
    }
    
    .blue-a207 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .shadow-0e3e {
        padding: 1rem;
    }
    
    .text_bae6 {
        font-size: 2rem;
    }
    
    .prev-c934 {
        font-size: 1.125rem;
    }
    
    .menu-33ff {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .video-5984 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .message_93dd {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .accordion_4620 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .shadow_b1a7 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .next-e6f6 {
        display: none;
    }
    
    .easy_b1e9 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .form_6bd2 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .medium-3c89 {
        max-width: 750px;
    }
    
    .widget-1db4 {
        padding: 7rem 0 4rem;
    }
    
    .focus_active_053a {
        font-size: 3rem;
    }
    
    .table_out_8f0a {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .secondary_focused_0de2 {
        gap: 3rem;
    }
    
    .menu-33ff {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .video-5984 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .icon-simple-26c2 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .summary-iron-752c {
        gap: 1.5rem;
    }
    
    .surface-inner-09e3 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .medium-3c89 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .widget-1db4 {
        padding: 8rem 0 4rem;
    }
    
    .focus_active_053a {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .table_out_8f0a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .focus_middle_b212 {
        order: 2;
    }
    
    .active_iron_30ce {
        order: 1;
    }
    
    .secondary_focused_0de2 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .secondary_focused_0de2.icon_ce1a {
        direction: rtl;
    }
    
    .secondary_focused_0de2.icon_ce1a > * {
        direction: ltr;
    }
    
    .surface-inner-09e3 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .sort-outer-c623 {
        display: block;
    }
    
    .next-e6f6 {
        display: none;
    }
    
    .light-87b7 {
        gap: 2rem;
    }
    
    .main-b6e0 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .upper-4caa:hover {
        transform: translateY(-4px);
    }
    
    .focused-4101:hover {
        transform: translateY(-2px);
    }
    
    .surface-inner-09e3:hover {
        transform: scale(1.02);
    }
    
    .popup-786c:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .medium-3c89 {
        max-width: var(--container-max-width);
    }
    
    .widget-1db4 {
        padding: 10rem 0 5rem;
    }
    
    .focus_active_053a {
        font-size: 4rem;
    }
    
    .video_0d7f {
        font-size: 1.375rem;
    }
    
    .text_bae6 {
        font-size: 2.5rem;
    }
    
    .prev-c934 {
        font-size: 1.25rem;
    }
    
    .table_out_8f0a,
    .secondary_focused_0de2 {
        gap: 5rem;
    }
    
    .light-87b7 {
        gap: 2.5rem;
    }
    
    .photo-light-81ed,
    .popup-786c,
    .upper-4caa {
        padding: 2rem;
    }
    
    .accordion_4620 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .medium-3c89 {
        max-width: 1400px;
    }
    
    .widget-1db4 {
        padding: 12rem 0 6rem;
    }
    
    .table_out_8f0a,
    .secondary_focused_0de2 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .green-b70a img,
    .item_4820,
    .surface-inner-09e3 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .table_out_8f0a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .secondary_focused_0de2 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .secondary_focused_0de2.icon_ce1a {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .widget-1db4 {
        padding: 6rem 0 3rem;
    }
    
    .table_out_8f0a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .secondary_focused_0de2 {
        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;
    }
    
    .widget-1db4::before {
        animation: none;
    }
    
    .tag_c0b8,
    .box_hot_d881 {
        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;
    }
    
    .mask_light_a29b,
    .hover_2bb8,
    .gradient_dynamic_6060 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .upper-4caa,
    .photo-light-81ed,
    .popup-786c {
        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 */
    
    .upper_d5d1 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .article_7eee,
    .table_advanced_1313,
    .block_light_bc42 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .widget-1db4 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .widget-1db4::before {
        display: none;
    }
    
    .medium-3c89 {
        max-width: none;
        padding: 0;
    }
    
    .table_out_8f0a,
    .secondary_focused_0de2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .focused-4101,
    .form_6bd2,
    .next-e6f6,
    .blue-a207,
    .old-b98d,
    .photo-2df1 {
        display: none !important;
    }
    
    .focus_active_053a,
    .text_bae6 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .item_4820,
    .surface-inner-09e3 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .menu-33ff,
    .video-5984,
    .summary-iron-752c {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .icon-simple-26c2 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .focus_active_053a {
        font-size: 1.5rem;
    }
    
    .hover_2bb8 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .shadow-0e3e {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .blue-a207 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .medium-3c89 {
        max-width: 95%;
    }
    
    .table_out_8f0a {
        gap: 2.5rem;
    }
    
    .secondary_focused_0de2 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .medium-3c89 {
        max-width: 1600px;
    }
    
    .focus_active_053a {
        font-size: 5rem;
    }
    
    .text_bae6 {
        font-size: 3rem;
    }
}
/* css-noise: 349f */
.phantom-card-p8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
