/* {$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) {
    .first-38cf {
        padding: 0 0.75rem;
    }
    
    .surface_9e14 {
        padding: 5rem 0 2rem;
    }
    
    .section-d155 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    
    .icon_north_f7b9 {
        font-size: 1rem;
    }
    
    .feature_e3f5 {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
    
    .selected_146c {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .preview-ac64 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .disabled-3b33 {
        font-size: 1.5rem;
    }
    
    .table_simple_ecb6,
    .action_20f7 {
        grid-template-columns: 1fr;
    }
    
    .hidden_huge_0e30 .backdrop-east-bba6 {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .alert_ed58 {
        grid-template-columns: 1fr;
    }
    
    .pagination_prev_62c1 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Small Devices - Large Phones (480px and up) */
@media (min-width: 480px) {
    .first-38cf {
        padding: 0 1rem;
    }
    
    .section-d155 {
        font-size: 2rem;
    }
    
    .icon_north_f7b9 {
        font-size: 1.125rem;
    }
    
    .selected_146c {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .preview-ac64 {
        padding: 0.75rem;
        font-size: 0.875rem;
    }
    
    .feature_e3f5 {
        padding: 1.125rem 1.75rem;
        font-size: 1.125rem;
    }
    
    .alert_ed58 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .list_center_ca83,
    .border-e90d {
        padding: 1.25rem;
    }
    
    .hidden_huge_0e30 .backdrop-east-bba6 {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
    }
}

/* Medium Devices - Tablets (640px and up) */
@media (min-width: 640px) {
    .first-38cf {
        padding: 0 1.5rem;
    }
    
    .surface_9e14 {
        padding: 6rem 0 3rem;
    }
    
    .section-d155 {
        font-size: 2.5rem;
    }
    
    .icon_north_f7b9 {
        font-size: 1.25rem;
    }
    
    .selected_146c {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
    
    .preview-ac64 {
        padding: 1rem;
    }
    
    .disabled-3b33 {
        font-size: 2rem;
    }
    
    .icon_focused_092e {
        font-size: 1.125rem;
    }
    
    .table_simple_ecb6 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .action_20f7 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .alert_ed58 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .pagination_prev_62c1 {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
    }
    
    .focused_56c3 {
        flex-direction: row;
        text-align: left;
    }
    
    /* Mobile Navigation Hidden */
    .pink_341b {
        display: none;
    }
    
    .icon_lower_e5da {
        display: none !important;
    }
    
    /* Show desktop elements */
    .row-13e3 {
        display: flex;
    }
}

/* Large Tablets and Small Desktops (768px and up) */
@media (min-width: 768px) {
    .first-38cf {
        max-width: 750px;
    }
    
    .surface_9e14 {
        padding: 7rem 0 4rem;
    }
    
    .section-d155 {
        font-size: 3rem;
    }
    
    .content-up-e28a {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .accent-b426 {
        gap: 3rem;
    }
    
    .table_simple_ecb6 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .action_20f7 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .element-left-d4c9 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .hidden_huge_0e30 {
        gap: 1.5rem;
    }
    
    .simple_25b0 {
        max-width: 500px;
        margin: 0 auto;
    }
}

/* Large Devices - Desktops (1024px and up) */
@media (min-width: 1024px) {
    .first-38cf {
        max-width: 1000px;
        padding: 0 2rem;
    }
    
    .surface_9e14 {
        padding: 8rem 0 4rem;
    }
    
    .section-d155 {
        font-size: 3.5rem;
        line-height: 1.1;
    }
    
    .content-up-e28a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }
    
    .media_wood_2231 {
        order: 2;
    }
    
    .silver_0dbc {
        order: 1;
    }
    
    .accent-b426 {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }
    
    .accent-b426.paragraph_8b65 {
        direction: rtl;
    }
    
    .accent-b426.paragraph_8b65 > * {
        direction: ltr;
    }
    
    .simple_25b0 {
        max-width: none;
    }
    
    /* Desktop Navigation */
    .form_c3f9 {
        display: block;
    }
    
    .pink_341b {
        display: none;
    }
    
    .block-red-95ea {
        gap: 2rem;
    }
    
    .hard_9537 {
        padding: 0.75rem 1rem;
    }
    
    /* Enhanced hover effects for desktop */
    .photo_north_d01e:hover {
        transform: translateY(-4px);
    }
    
    .dim-b87a:hover {
        transform: translateY(-2px);
    }
    
    .simple_25b0:hover {
        transform: scale(1.02);
    }
    
    .border-e90d:hover {
        transform: translateY(-4px);
    }
}

/* Extra Large Devices - Large Desktops (1200px and up) */
@media (min-width: 1200px) {
    .first-38cf {
        max-width: var(--container-max-width);
    }
    
    .surface_9e14 {
        padding: 10rem 0 5rem;
    }
    
    .section-d155 {
        font-size: 4rem;
    }
    
    .icon_north_f7b9 {
        font-size: 1.375rem;
    }
    
    .disabled-3b33 {
        font-size: 2.5rem;
    }
    
    .icon_focused_092e {
        font-size: 1.25rem;
    }
    
    .content-up-e28a,
    .accent-b426 {
        gap: 5rem;
    }
    
    .block-red-95ea {
        gap: 2.5rem;
    }
    
    .list_center_ca83,
    .border-e90d,
    .photo_north_d01e {
        padding: 2rem;
    }
    
    .pagination_prev_62c1 {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    }
}

/* Ultra Wide Screens (1400px and up) */
@media (min-width: 1400px) {
    .first-38cf {
        max-width: 1400px;
    }
    
    .surface_9e14 {
        padding: 12rem 0 6rem;
    }
    
    .content-up-e28a,
    .accent-b426 {
        gap: 6rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .avatar_f945 img,
    .accordion-dirty-919e,
    .simple_25b0 {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Portrait Orientation */
@media (orientation: portrait) {
    .content-up-e28a {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accent-b426 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .accent-b426.paragraph_8b65 {
        direction: ltr;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .surface_9e14 {
        padding: 6rem 0 3rem;
    }
    
    .content-up-e28a {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        gap: 3rem;
    }
    
    .accent-b426 {
        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;
    }
    
    .surface_9e14::before {
        animation: none;
    }
    
    .lite_2250,
    .notification_d2b3 {
        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;
    }
    
    .hovered_6307,
    .feature_e3f5,
    .cool-360a {
        background: var(--accent-color);
        color: var(--primary-bg);
    }
    
    .photo_north_d01e,
    .list_center_ca83,
    .border-e90d {
        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 */
    
    .dark_8aff {
        background: var(--primary-bg);
        border: 1px solid rgba(240, 193, 89, 0.2);
    }
    
    .pattern-solid-77f8,
    .copper-9a62,
    .summary_pressed_c1e5 {
        background: var(--primary-bg);
        border-color: rgba(240, 193, 89, 0.3);
    }
}

/* Print Styles */
@media print {
    .surface_9e14 {
        padding: 2rem 0;
        background: none !important;
    }
    
    .surface_9e14::before {
        display: none;
    }
    
    .first-38cf {
        max-width: none;
        padding: 0;
    }
    
    .content-up-e28a,
    .accent-b426 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .dim-b87a,
    .row-13e3,
    .pink_341b,
    .selected_146c,
    .form_c891,
    .aside_2058 {
        display: none !important;
    }
    
    .section-d155,
    .disabled-3b33 {
        color: #000 !important;
        background: none !important;
        -webkit-text-fill-color: initial !important;
    }
    
    .accordion-dirty-919e,
    .simple_25b0 {
        max-width: 300px;
        margin: 1rem auto;
        display: block;
    }
    
    .table_simple_ecb6,
    .action_20f7,
    .hidden_huge_0e30 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .element-left-d4c9 {
        display: none;
    }
}

/* Specific Device Breakpoints */

/* iPhone SE and similar small phones */
@media (max-width: 375px) {
    .section-d155 {
        font-size: 1.5rem;
    }
    
    .feature_e3f5 {
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }
    
    .preview-ac64 {
        padding: 0.5rem;
        font-size: 0.75rem;
    }
    
    .selected_146c {
        grid-template-columns: 1fr;
    }
}

/* iPad and similar tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .first-38cf {
        max-width: 95%;
    }
    
    .content-up-e28a {
        gap: 2.5rem;
    }
    
    .accent-b426 {
        gap: 2.5rem;
    }
}

/* Large desktop screens */
@media (min-width: 1920px) {
    .first-38cf {
        max-width: 1600px;
    }
    
    .section-d155 {
        font-size: 5rem;
    }
    
    .disabled-3b33 {
        font-size: 3rem;
    }
}
/* css-noise: 85e1 */
.shadow-element-w1 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.2;
}
