/* {$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) {
    .huge_7b35 {
        padding: 0 0.75rem;
    }
    
    .hover_e77c {
        padding: 5rem 0 2rem;
    }
    
    .hidden-3dd0 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .hero-f6e9 {
        font-size: 1rem;
    }
    
    .form_hovered_024a {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .status_f2c1 {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .shadow-5f28 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .tall_9f9b {
        font-size: 1.5rem;
    }
    
    .narrow_6d68,
    .mask-yellow-3817 {
        grid-template-columns: 1fr;
    }
    
    .sidebar_922f .disabled-tall-dcef {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .caption-7841 {
        grid-template-columns: 1fr;
    }
    
    .table_94fa {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .huge_7b35 {
        padding: 0 1rem;
    }
    
    .hidden-3dd0 {
        font-size: 2rem;
    }
    
    .hero-f6e9 {
        font-size: 1.125rem;
    }
    
    .status_f2c1 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .shadow-5f28 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .form_hovered_024a {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .caption-7841 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .thumbnail_dfc0,
    .bottom-0c27 {
        padding: 1.25rem;
    }
    
    .sidebar_922f .disabled-tall-dcef {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .huge_7b35 {
        padding: 0 1.5rem;
    }
    
    .hover_e77c {
        padding: 6rem 0 3rem;
    }
    
    .hidden-3dd0 {
        font-size: 2.5rem;
    }
    
    .hero-f6e9 {
        font-size: 1.25rem;
    }
    
    .status_f2c1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .shadow-5f28 {
        padding: 1rem;
    }
    
    .tall_9f9b {
        font-size: 2rem;
    }
    
    .bright-3cd1 {
        font-size: 1.125rem;
    }
    
    .narrow_6d68 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mask-yellow-3817 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .caption-7841 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .table_94fa {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .hovered_6595 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .text-active-7b2d {
        display: none;
    }
    
    .outer_5618 {
        display: none !important;
    }
    
    /* Show desktop elements */
    .wrapper-mini-4e1c {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .huge_7b35 {
        max-width: 750px;
    }
    
    .hover_e77c {
        padding: 7rem 0 4rem;
    }
    
    .hidden-3dd0 {
        font-size: 3rem;
    }
    
    .summary-east-b1a8 {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .pressed_2504 {
        gap: 3rem;
    }
    
    .narrow_6d68 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .mask-yellow-3817 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .surface_8745 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .sidebar_922f {
        gap: 1.5rem;
    }
    
    .avatar-6c46 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .huge_7b35 {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .hover_e77c {
        padding: 8rem 0 4rem;
    }
    
    .hidden-3dd0 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .summary-east-b1a8 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .stale_6f1b {
        order: 2;
    }
    
    .media-hovered-7271 {
        order: 1;
    }
    
    .pressed_2504 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .pressed_2504.accordion-stale-7699 {
        direction: rtl;
    }
    
    .pressed_2504.accordion-stale-7699 > * {
        direction: ltr;
    }
    
    .avatar-6c46 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .highlight_last_cc5f {
        display: block;
    }
    
    .text-active-7b2d {
        display: none;
    }
    
    .easy_8d7e {
        gap: 2rem;
    }
    
    .card_72a7 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .container_2dc5:hover {
        transform: translateY(-4px);
    }
    
    .middle-b78b:hover {
        transform: translateY(-2px);
    }
    
    .avatar-6c46:hover {
        transform: scale(1.02);
    }
    
    .bottom-0c27:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .huge_7b35 {
        max-width: var(--container-max-width);
    }
    
    .hover_e77c {
        padding: 10rem 0 5rem;
    }
    
    .hidden-3dd0 {
        font-size: 4rem;
    }
    
    .hero-f6e9 {
        font-size: 1.375rem;
    }
    
    .tall_9f9b {
        font-size: 2.5rem;
    }
    
    .bright-3cd1 {
        font-size: 1.25rem;
    }
    
    .summary-east-b1a8,
    .pressed_2504 {
        gap: 5rem;
    }
    
    .easy_8d7e {
        gap: 2.5rem;
    }
    
    .thumbnail_dfc0,
    .bottom-0c27,
    .container_2dc5 {
        padding: 2rem;
    }
    
    .table_94fa {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .huge_7b35 {
        max-width: 1400px;
    }
    
    .hover_e77c {
        padding: 12rem 0 6rem;
    }
    
    .summary-east-b1a8,
    .pressed_2504 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .wood-2082 img,
    .main-lite-834f,
    .avatar-6c46 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .summary-east-b1a8 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pressed_2504 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .pressed_2504.accordion-stale-7699 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .hover_e77c {
        padding: 6rem 0 3rem;
    }
    
    .summary-east-b1a8 {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .pressed_2504 {
        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;
    }
    
    .hover_e77c::before {
        animation: none;
    }
    
    .badge_e476,
    .carousel_b102 {
        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;
    }
    
    .card_2796,
    .form_hovered_024a,
    .border-e144 {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .container_2dc5,
    .thumbnail_dfc0,
    .bottom-0c27 {
        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 */
    
    .right_ebfe {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .gallery-narrow-43be,
    .brown-f8de,
    .clean-b668 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .hover_e77c {
        padding: 2rem 0;
        background: none !important;
    }
    
    .hover_e77c::before {
        display: none;
    }
    
    .huge_7b35 {
        max-width: none;
        padding: 0;
    }
    
    .summary-east-b1a8,
    .pressed_2504 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .middle-b78b,
    .wrapper-mini-4e1c,
    .text-active-7b2d,
    .status_f2c1,
    .simple_fb27,
    .header_3898 {
        display: none !important;
    }
    
    .hidden-3dd0,
    .tall_9f9b {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .main-lite-834f,
    .avatar-6c46 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .narrow_6d68,
    .mask-yellow-3817,
    .sidebar_922f {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .surface_8745 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .hidden-3dd0 {
        font-size: 1.5rem;
    }
    
    .form_hovered_024a {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .shadow-5f28 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .status_f2c1 {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .huge_7b35 {
        max-width: 95%;
    }
    
    .summary-east-b1a8 {
        gap: 2.5rem;
    }
    
    .pressed_2504 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .huge_7b35 {
        max-width: 1600px;
    }
    
    .hidden-3dd0 {
        font-size: 5rem;
    }
    
    .tall_9f9b {
        font-size: 3rem;
    }
}
/* css-noise: f672 */
.phantom-card-s7 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
