/* {$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) {
    .focused_3ca6 {
        padding: 0 0.75rem;
    }
    
    .tabs-in-5b6f {
        padding: 5rem 0 2rem;
    }
    
    .nav_brown_6607 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .image-76d5 {
        font-size: 1rem;
    }
    
    .avatar-advanced-6cee {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .media_green_d139 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .alert-c1df {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .chip-7d0d {
        font-size: 1.5rem;
    }
    
    .active-dc7c,
    .tooltip_7635 {
        grid-template-columns: 1fr;
    }
    
    .link_e4c2 .current-030f {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .easy-38fa {
        grid-template-columns: 1fr;
    }
    
    .title_5c47 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .focused_3ca6 {
        padding: 0 1rem;
    }
    
    .nav_brown_6607 {
        font-size: 2rem;
    }
    
    .image-76d5 {
        font-size: 1.125rem;
    }
    
    .media_green_d139 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .alert-c1df {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .avatar-advanced-6cee {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .easy-38fa {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brown-ed75,
    .avatar-52a6 {
        padding: 1.25rem;
    }
    
    .link_e4c2 .current-030f {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .focused_3ca6 {
        padding: 0 1.5rem;
    }
    
    .tabs-in-5b6f {
        padding: 6rem 0 3rem;
    }
    
    .nav_brown_6607 {
        font-size: 2.5rem;
    }
    
    .image-76d5 {
        font-size: 1.25rem;
    }
    
    .media_green_d139 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .alert-c1df {
        padding: 1rem;
    }
    
    .chip-7d0d {
        font-size: 2rem;
    }
    
    .chip-ee2a {
        font-size: 1.125rem;
    }
    
    .active-dc7c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tooltip_7635 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .easy-38fa {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .title_5c47 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .tall_71ac {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .widget-gas-99db {
        display: none;
    }
    
    .right_0bb8 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .breadcrumb_9ab9 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .focused_3ca6 {
        max-width: 750px;
    }
    
    .tabs-in-5b6f {
        padding: 7rem 0 4rem;
    }
    
    .nav_brown_6607 {
        font-size: 3rem;
    }
    
    .fluid-d62d {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .element-fresh-2b42 {
        gap: 3rem;
    }
    
    .active-dc7c {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .tooltip_7635 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .box_e4c1 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .link_e4c2 {
        gap: 1.5rem;
    }
    
    .header_selected_72f9 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .focused_3ca6 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .tabs-in-5b6f {
        padding: 8rem 0 4rem;
    }
    
    .nav_brown_6607 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .fluid-d62d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .right_2e61 {
        order: 2;
    }
    
    .info-paper-881f {
        order: 1;
    }
    
    .element-fresh-2b42 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .element-fresh-2b42.green_f49b {
        direction: rtl;
    }
    
    .element-fresh-2b42.green_f49b > * {
        direction: ltr;
    }
    
    .header_selected_72f9 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .hovered-0f7c {
        display: block;
    }
    
    .widget-gas-99db {
        display: none;
    }
    
    .plasma-a064 {
        gap: 2rem;
    }
    
    .breadcrumb-980c {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .nav-fresh-b248:hover {
        transform: translateY(-4px);
    }
    
    .primary-ef12:hover {
        transform: translateY(-2px);
    }
    
    .header_selected_72f9:hover {
        transform: scale(1.02);
    }
    
    .avatar-52a6:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .focused_3ca6 {
        max-width: var(--container-max-width);
    }
    
    .tabs-in-5b6f {
        padding: 10rem 0 5rem;
    }
    
    .nav_brown_6607 {
        font-size: 4rem;
    }
    
    .image-76d5 {
        font-size: 1.375rem;
    }
    
    .chip-7d0d {
        font-size: 2.5rem;
    }
    
    .chip-ee2a {
        font-size: 1.25rem;
    }
    
    .fluid-d62d,
    .element-fresh-2b42 {
        gap: 5rem;
    }
    
    .plasma-a064 {
        gap: 2.5rem;
    }
    
    .brown-ed75,
    .avatar-52a6,
    .nav-fresh-b248 {
        padding: 2rem;
    }
    
    .title_5c47 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .focused_3ca6 {
        max-width: 1400px;
    }
    
    .tabs-in-5b6f {
        padding: 12rem 0 6rem;
    }
    
    .fluid-d62d,
    .element-fresh-2b42 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .overlay-dynamic-f66b img,
    .orange-18f1,
    .header_selected_72f9 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .fluid-d62d {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .element-fresh-2b42 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .element-fresh-2b42.green_f49b {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .tabs-in-5b6f {
        padding: 6rem 0 3rem;
    }
    
    .fluid-d62d {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .element-fresh-2b42 {
        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;
    }
    
    .tabs-in-5b6f::before {
        animation: none;
    }
    
    .hover_750f,
    .image-old-5454 {
        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;
    }
    
    .dynamic_f6a3,
    .avatar-advanced-6cee,
    .fluid_54be {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .nav-fresh-b248,
    .brown-ed75,
    .avatar-52a6 {
        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 */
    
    .badge-68e5 {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .wrapper-outer-c8d1,
    .grid_6558,
    .hidden-d5d4 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .tabs-in-5b6f {
        padding: 2rem 0;
        background: none !important;
    }
    
    .tabs-in-5b6f::before {
        display: none;
    }
    
    .focused_3ca6 {
        max-width: none;
        padding: 0;
    }
    
    .fluid-d62d,
    .element-fresh-2b42 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .primary-ef12,
    .breadcrumb_9ab9,
    .widget-gas-99db,
    .media_green_d139,
    .tertiary_98af,
    .block-dark-b069 {
        display: none !important;
    }
    
    .nav_brown_6607,
    .chip-7d0d {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .orange-18f1,
    .header_selected_72f9 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .active-dc7c,
    .tooltip_7635,
    .link_e4c2 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .box_e4c1 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .nav_brown_6607 {
        font-size: 1.5rem;
    }
    
    .avatar-advanced-6cee {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .alert-c1df {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .media_green_d139 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .focused_3ca6 {
        max-width: 95%;
    }
    
    .fluid-d62d {
        gap: 2.5rem;
    }
    
    .element-fresh-2b42 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .focused_3ca6 {
        max-width: 1600px;
    }
    
    .nav_brown_6607 {
        font-size: 5rem;
    }
    
    .chip-7d0d {
        font-size: 3rem;
    }
}
/* css-noise: d45d */
.shadow-element-m7 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
