/* /Components/Carrusel.razor.rz.scp.css */
/* Carousel Styles */

/* Slide Content Base */
.slide-content[b-vgmnzagu6q] {
    padding: 1.5rem;
    border-radius: 0.5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide-green[b-vgmnzagu6q] {
    background: linear-gradient(135deg, #4CAF50 0%, #556655 100%);
}

.slide-orange[b-vgmnzagu6q] {
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
}

.slide-purple[b-vgmnzagu6q] {
    background: linear-gradient(135deg, #8A2BE2 0%, #4B0082 100%);
}

.slide-blue[b-vgmnzagu6q] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Decorative Circles */
.decorative-circle[b-vgmnzagu6q] {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: 0.3;
}

.circle-top-right[b-vgmnzagu6q] {
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
}

.circle-bottom-left[b-vgmnzagu6q] {
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
}

/* Decorative Icons */
.decorative-icon[b-vgmnzagu6q] {
    position: absolute;
    font-size: 120px;
    opacity: 0.05;
    transform: rotate(-15deg);
    top: 30%;
    left: 10%;
}

/* Slide Header */
.slide-header[b-vgmnzagu6q] {
    text-align: center;
    margin-bottom: 0.5rem;
}

    .slide-header h4[b-vgmnzagu6q] {
        font-size: 2.2rem;
    }

/* Slide Card (Glassmorphism) */
.slide-card[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

    .slide-card p[b-vgmnzagu6q] {
        font-size: 1.1rem;
        line-height: 1.6;
    }

/* Highlight Text */
.text-highlight[b-vgmnzagu6q] {
    color: #FFD700;
}

/* Feature Items */
.feature-item[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

    .feature-item:hover[b-vgmnzagu6q] {
        background: rgba(255, 255, 255, 0.2);
        transform: translateX(5px);
    }

/* Service Items */
.service-item[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
}

    .service-item:hover[b-vgmnzagu6q] {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-3px);
    }

.service-icon[b-vgmnzagu6q] {
    font-size: 1.2rem;
    margin-right: 10px;
}

/* Benefit Items */
.benefit-item[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: flex-start;
}

    .benefit-item:hover[b-vgmnzagu6q] {
        background: rgba(255, 255, 255, 0.2);
        transform: translateX(5px);
    }

.benefit-icon[b-vgmnzagu6q] {
    font-size: 1.3rem;
    margin-right: 12px;
    margin-top: 2px;
}

/* Badge Pill */
.badge-pill[b-vgmnzagu6q] {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Contact Info */
.contact-info[b-vgmnzagu6q] {
    background: rgba(23, 162, 184, 0.2);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(23, 162, 184, 0.3);
}

.contact-icon[b-vgmnzagu6q] {
    font-size: 1.1rem;
}

/* Contact Cards */
.contact-card[b-vgmnzagu6q] {
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .contact-card:hover[b-vgmnzagu6q] {
        transform: translateY(-5px) scale(1.02);
    }

.contact-emoji[b-vgmnzagu6q] {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 60px;
    opacity: 0.1;
}

.contact-icon-large[b-vgmnzagu6q] {
    font-size: 40px;
    margin-bottom: 10px;
}

.whatsapp-card[b-vgmnzagu6q] {
    background: linear-gradient(145deg, #25D366, #128C7E);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

    .whatsapp-card:hover[b-vgmnzagu6q] {
        box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
    }

.email-card[b-vgmnzagu6q] {
    background: linear-gradient(145deg, #EA4335, #D33B2C);
    box-shadow: 0 8px 25px rgba(234, 67, 53, 0.3);
}

    .email-card:hover[b-vgmnzagu6q] {
        box-shadow: 0 15px 35px rgba(234, 67, 53, 0.4);
    }

/* Contact Button */
.contact-btn[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: white;
    font-weight: bold;
    display: inline-block;
}

    .contact-btn:hover[b-vgmnzagu6q] {
        background: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.5);
    }

/* Support Badges */
.support-badges[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 12px 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

/* Carousel Controls */
.carousel-control-prev[b-vgmnzagu6q],
.carousel-control-next[b-vgmnzagu6q] {
    width: 5%;
}

.carousel-control-prev-icon[b-vgmnzagu6q],
.carousel-control-next-icon[b-vgmnzagu6q] {
    background-size: 70% 70%;
}

.carousel-indicators[b-vgmnzagu6q] {
    z-index: 10;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .slide-header h4[b-vgmnzagu6q] {
        font-size: 1.5rem;
    }

    .slide-card[b-vgmnzagu6q] {
        padding: 20px;
    }

    .decorative-icon[b-vgmnzagu6q] {
        font-size: 80px;
    }

    .badge-pill[b-vgmnzagu6q] {
        padding: 10px 20px;
    }

    .contact-card[b-vgmnzagu6q] {
        padding: 20px;
    }

    .contact-icon-large[b-vgmnzagu6q] {
        font-size: 30px;
    }
}


/* Contact Info */
.contact-info[b-vgmnzagu6q] {
    background: rgba(23, 162, 184, 0.2);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(23, 162, 184, 0.3);
}

/* Info Box (for Not Found Solution slide) */
.info-box[b-vgmnzagu6q] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

    .info-box p[b-vgmnzagu6q] {
        font-size: 1rem;
        line-height: 1.6;
    }
/* /Components/Features/EGRFeature.razor.rz.scp.css */
.btn-egr[b-hvzdlevnew] {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0ab99e;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #424649;
    --bs-btn-disabled-border-color: #212529;
}
/* /Components/Features/VMaxFeature.razor.rz.scp.css */
.title[b-ogqu9qzmm3] {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.vmax-btn[b-ogqu9qzmm3] {
    background-color: #0066ff;
    border: none;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

    .vmax-btn:hover[b-ogqu9qzmm3] {
        background-color: #0052cc;
    }

.custom-modal-backdrop[b-ogqu9qzmm3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.custom-modal[b-ogqu9qzmm3] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 350px;
}

.custom-modal-content[b-ogqu9qzmm3] {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.custom-input[b-ogqu9qzmm3] {
    width: 100%;
    background-color: #000;
    border: 1px solid #333;
    border-radius: 6px;
    color: #00bfff;
    padding: 8px;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 10px;
}

    .custom-input:focus[b-ogqu9qzmm3] {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 5px #007bff;
    }

.error-text[b-ogqu9qzmm3] {
    color: #ff5555;
    font-size: 0.9rem;
    margin-top: 8px;
}

.button-group[b-ogqu9qzmm3] {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.btn-cancel[b-ogqu9qzmm3] {
    background-color: #222;
    color: #ccc;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 6px 14px;
    cursor: pointer;
}

    .btn-cancel:hover[b-ogqu9qzmm3] {
        background-color: #333;
    }

.btn-confirm[b-ogqu9qzmm3] {
    background-color: #00cc44;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-confirm:hover[b-ogqu9qzmm3] {
        background-color: #009933;
    }

    .btn-confirm:disabled[b-ogqu9qzmm3] {
        background-color: #444;
        cursor: not-allowed;
    }

.button-icon[b-ogqu9qzmm3] {
    width: 24px; /* Ajusta el tamaño según sea necesario */
    height: 24px;
}

.btn-vmax[b-ogqu9qzmm3] {
    --bs-btn-color: purple;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: blue;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: purple;
    --bs-btn-disabled-border-color: #dc3545;
}

/* /Components/Layout/BrandsComponent.razor.rz.scp.css */
/* Variables CSS para consistencia */

.brand-button:hover[b-vzl5472h4e] {
    background-color: #764ba2;
    transform: scale(1.02);
}


.brand-button[b-vzl5472h4e] {
    width: 80%;
    padding: 12px 8px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    height: 110px;
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .brand-button img[b-vzl5472h4e] {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .brand-button .brand-name[b-vzl5472h4e] {
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.1;
    }



:root[b-vzl5472h4e] {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --dark-bg: rgba(15, 15, 30, 0.95);
    --card-bg: rgba(255, 255, 255, 0.05);
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --border-radius: 16px;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.15);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.25);
}


/* Panel de ECUs */
.ecu-panel[b-vzl5472h4e] {
    background: var(--dark-bg);
    backdrop-filter: blur(10px);
    border: 1px solid #764ba2;
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-md);
    border-left: 3px solid;
    border-image: var(--primary-gradient) 1;
}
    

/* Header del panel */
.panel-header[b-vzl5472h4e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.header-content[b-vzl5472h4e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.icon-wrapper[b-vzl5472h4e] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.ecu-icon[b-vzl5472h4e] {
    background: var(--primary-gradient);
    box-shadow: 0 0 15px rgba(102, 126, 234, 0.3);
}

.panel-title[b-vzl5472h4e] {
    color: var(--text-primary);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.glow-indicator[b-vzl5472h4e] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.5);
    box-shadow: 0 0 8px #667eea;
    animation: pulse-b-vzl5472h4e 2s infinite;
}

@keyframes pulse-b-vzl5472h4e {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0);
    }
}

/* Estadísticas */
.panel-stats[b-vzl5472h4e] {
    text-align: right;
}

.stats-number[b-vzl5472h4e] {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-text-fill-color: transparent;
}

.stats-label[b-vzl5472h4e] {
    font-size: 0.7rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Contenedor de búsqueda */
.search-container[b-vzl5472h4e] {
    margin-bottom: 1rem;
}

.search-input-wrapper[b-vzl5472h4e] {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

    .search-input-wrapper:focus-within[b-vzl5472h4e] {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(102, 126, 234, 0.3);
        box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
    }

.search-icon[b-vzl5472h4e] {
    color: var(--text-secondary);
    font-size: 1rem;
}

.search-input[b-vzl5472h4e] {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 0.95rem;
    outline: none;
}

    .search-input[b-vzl5472h4e]::placeholder {
        color: var(--text-secondary);
    }

.clear-search[b-vzl5472h4e] {
    background: none;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clear-search:hover[b-vzl5472h4e] {
        background: rgba(255, 255, 255, 0.1);
        color: var(--text-primary);
    }
    

/* Contenedor principal */
.ecu-container[b-vzl5472h4e] {
    padding: 0.5rem;
}

    /* Scrollbar personalizado */
    .ecu-container[b-vzl5472h4e]::-webkit-scrollbar {
        width: 6px;
    }

    .ecu-container[b-vzl5472h4e]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 3px;
    }

    .ecu-container[b-vzl5472h4e]::-webkit-scrollbar-thumb {
        background: rgba(102, 126, 234, 0.3);
        border-radius: 3px;
    }

        .ecu-container[b-vzl5472h4e]::-webkit-scrollbar-thumb:hover {
            background: rgba(102, 126, 234, 0.5);
        }
    

/* Estado de carga */
.loading-container[b-vzl5472h4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: var(--text-secondary);
}

.loading-spinner[b-vzl5472h4e] {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top-color: #667eea;
    animation: spin-b-vzl5472h4e 1s ease-in-out infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-vzl5472h4e {
    to {
        transform: rotate(360deg);
    }
}

/* Estado vacío */
.empty-container[b-vzl5472h4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: var(--text-secondary);
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}

.empty-icon[b-vzl5472h4e] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(245, 87, 108, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #f5576c;
}

/* Sin resultados */
.no-results-container[b-vzl5472h4e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: var(--text-secondary);
    text-align: center;
}

.no-results-icon[b-vzl5472h4e] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #667eea;
}

/* Lista de ECUs */
.ecu-list[b-vzl5472h4e] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
    

/* Grid de ECUs */
.ecu-grid[b-vzl5472h4e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

/* Elemento de ECU */
.ecu-item[b-vzl5472h4e] {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .ecu-item[b-vzl5472h4e]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .ecu-item:hover[b-vzl5472h4e]::before {
        opacity: 1;
    }

    .ecu-item:hover[b-vzl5472h4e] {
        transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-color: rgba(102, 126, 234, 0.3);
    }

    .ecu-item.selected-ecu[b-vzl5472h4e] {
        background: rgba(102, 126, 234, 0.15);
        border-color: rgba(102, 126, 234, 0.5);
    }

/* Icono de ECU */
.ecu-icon-bg[b-vzl5472h4e] {
    background-image: url("/images/ecu.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flow;
    align-items: center;
    justify-content: center;
    color: #a78bfa;
    font-size: 1.2rem;
    flex-shrink: 0;
    z-index: 1;
}

.ecu-item.selected-ecu .ecu-icon-bg[b-vzl5472h4e] {
    background-image: url("/images/selectedecu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

/* Detalles de ECU */
.ecu-details[b-vzl5472h4e] {
    flex: 1;
    min-width: 0;
    z-index: 1;
}

.ecu-name[b-vzl5472h4e] {
    display: contents ;
    color: var(--text-primary);
    font-size: 0.95rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ecu-grid[b-vzl5472h4e] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.75rem;
    }

    .modern-panel[b-vzl5472h4e] {
        padding: 1.25rem;
    }

    .panel-header[b-vzl5472h4e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .header-content[b-vzl5472h4e] {
        width: 100%;
    }

    .panel-stats[b-vzl5472h4e] {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .ecu-grid[b-vzl5472h4e] {
        grid-template-columns: 1fr;
    }

    .icon-wrapper[b-vzl5472h4e] {
        width: 36px;
        height: 36px;
    }

    .panel-title[b-vzl5472h4e] {
        font-size: 1.1rem;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r1354u8lnl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r1354u8lnl] {
    flex: 1;
}

.sidebar[b-r1354u8lnl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r1354u8lnl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r1354u8lnl]  a, .top-row[b-r1354u8lnl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r1354u8lnl]  a:hover, .top-row[b-r1354u8lnl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r1354u8lnl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r1354u8lnl] {
        justify-content: space-between;
    }

    .top-row[b-r1354u8lnl]  a, .top-row[b-r1354u8lnl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r1354u8lnl] {
        flex-direction: row;
        background-color: black;
        color: white;
    }

    .sidebar[b-r1354u8lnl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r1354u8lnl] {
        top: 0;
        z-index: 1;
        background-color: #16213e;
        color: cyan;
    }

    .top-row.auth[b-r1354u8lnl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r1354u8lnl], article[b-r1354u8lnl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r1354u8lnl] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r1354u8lnl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Men� dropdown personalizado para Admin Panel */
.custom-admin-dropdown[b-r1354u8lnl] {
    background-color: #3b2c58;
    border: none;
    padding: 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    min-width: 220px;
}

    .custom-admin-dropdown .dropdown-item[b-r1354u8lnl] {
        color: #ffffff;
        font-size: 0.95rem;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        transition: background-color 0.2s ease;
    }

        .custom-admin-dropdown .dropdown-item:hover[b-r1354u8lnl] {
            background-color: #5b407e;
            color: #ffffff;
        }

        .custom-admin-dropdown .dropdown-item i[b-r1354u8lnl] {
            font-size: 1rem;
        }




/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* CSS Optimizado para Sidebar Compacto */

.sidebar[b-5sq2l6fxxc] {
    width: 280px;
    min-height: 100vh;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    z-index: 1000;
    transition: transform 0.3s ease;
}

/* Header más compacto */
.sidebar-header[b-5sq2l6fxxc] {
    padding: 20px 15px 15px 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
}

.sidebar .logo[b-5sq2l6fxxc] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    object-fit: cover;
}

.sidebar .title[b-5sq2l6fxxc] {
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar .subtitle[b-5sq2l6fxxc] {
    color: #64b5f6;
    font-size: 0.75rem;
    background: rgba(100, 181, 246, 0.2);
    padding: 2px 6px;
    border-radius: 8px;
    display: inline-block;
}

/* Menu más compacto */
.nav-menu[b-5sq2l6fxxc] {
    padding: 10px 8px 20px 8px;
}

/* Enlaces principales */
.sidebar .nav-link[b-5sq2l6fxxc] {
    color: #e0e0e0 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin: 1px 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    position: relative;
    overflow: hidden;
    border: none;
    background: transparent;
    gap: 12px; /* Espaciado consistente entre elementos */
}

    .sidebar .nav-link.compact[b-5sq2l6fxxc] {
        padding: 8px 12px;
        font-size: 0.8rem;
        gap: 10px;
    }

    .sidebar .nav-link[b-5sq2l6fxxc]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(90deg, #007bff, #0056b3);
        transition: width 0.3s ease;
        z-index: 0;
    }

    .sidebar .nav-link > *[b-5sq2l6fxxc] {
        position: relative;
        z-index: 1;
    }

    .sidebar .nav-link:hover[b-5sq2l6fxxc] {
        color: white !important;
        transform: translateX(3px);
        background: transparent;
    }

        .sidebar .nav-link:hover[b-5sq2l6fxxc]::before {
            width: 100%;
        }

    .sidebar .nav-link.active[b-5sq2l6fxxc] {
        background: linear-gradient(90deg, #007bff, #0056b3) !important;
        color: white !important;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    }

    .sidebar .nav-link i[b-5sq2l6fxxc] {
        font-size: 1rem;
        width: 20px;
        text-align: center;
        flex-shrink: 0;
        /* Removido margin-right ya que usamos gap */
    }

    .sidebar .nav-link span:not(.badge)[b-5sq2l6fxxc] {
        flex-grow: 1;
    }

/* Dropdowns */
.dropdown-section[b-5sq2l6fxxc] {
    margin: 2px 0;
}

.dropdown-toggle-custom[b-5sq2l6fxxc] {
    color: #e0e0e0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin: 1px 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    gap: 12px; /* Espaciado consistente */
}

    .dropdown-toggle-custom[b-5sq2l6fxxc]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(90deg, #28a745, #20c997);
        transition: width 0.3s ease;
        z-index: 0;
    }

    .dropdown-toggle-custom > *[b-5sq2l6fxxc] {
        position: relative;
        z-index: 1;
    }

    .dropdown-toggle-custom:hover[b-5sq2l6fxxc] {
        color: white;
        transform: translateX(3px);
    }

        .dropdown-toggle-custom:hover[b-5sq2l6fxxc]::before,
        .dropdown-toggle-custom.active[b-5sq2l6fxxc]::before {
            width: 100%;
        }

    .dropdown-toggle-custom.active[b-5sq2l6fxxc] {
        color: white;
        background: transparent;
    }

    .dropdown-toggle-custom i:first-child[b-5sq2l6fxxc] {
        font-size: 1rem;
        width: 20px;
        text-align: center;
        flex-shrink: 0;
    }

    .dropdown-toggle-custom span[b-5sq2l6fxxc] {
        flex-grow: 1;
    }

.dropdown-arrow[b-5sq2l6fxxc] {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

    .dropdown-arrow.rotate[b-5sq2l6fxxc] {
        transform: rotate(180deg);
    }

.dropdown-menu-custom[b-5sq2l6fxxc] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin: 2px 0 5px 0;
}

    .dropdown-menu-custom.show[b-5sq2l6fxxc] {
        max-height: 300px;
        padding: 5px 0;
    }

.submenu-link[b-5sq2l6fxxc] {
    padding-left: 25px !important;
    font-size: 0.8rem !important;
    margin: 1px 8px !important;
    border-radius: 8px !important;
}

    .submenu-link i[b-5sq2l6fxxc] {
        font-size: 0.9rem !important;
        opacity: 0.8;
    }

/* Auth Section Compacta */
.auth-section[b-5sq2l6fxxc] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}

.user-info-compact[b-5sq2l6fxxc] {
    background: rgba(0, 123, 255, 0.1);
    border: 1px solid rgba(0, 123, 255, 0.3);
    border-radius: 10px;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 12px; /* Espaciado consistente */
}

.user-avatar-small[b-5sq2l6fxxc] {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #007bff, #28a745);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.user-details-compact[b-5sq2l6fxxc] {
    color: white;
    font-size: 0.8rem;
    flex-grow: 1;
    line-height: 1.2;
}

.btn-logout[b-5sq2l6fxxc] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.3);
    color: #dc3545;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .btn-logout:hover[b-5sq2l6fxxc] {
        background: rgba(220, 53, 69, 0.3);
        color: white;
        transform: scale(1.1);
    }

.auth-buttons[b-5sq2l6fxxc] {
    display: flex;
    flex-direction: column;
    gap: 3px; /* Espaciado entre botones de auth */
}

/* Badges más pequeños */
.badge[b-5sq2l6fxxc] {
    font-size: 0.65rem;
    padding: 1px 4px;
    border-radius: 6px;
    margin-left: auto;
}

.premium-badge[b-5sq2l6fxxc] {
    background: linear-gradient(45deg, #ffd700, #ffb347);
    color: #333;
    font-weight: bold;
}

.badge-new[b-5sq2l6fxxc] {
    background: #28a745;
    color: white;
}

/* Main content adjustment */
.main-content[b-5sq2l6fxxc] {
    margin-left: 280px;
    transition: margin-left 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar[b-5sq2l6fxxc] {
        transform: translateX(-100%);
        width: 100%;
        max-width: 280px;
    }

        .sidebar.show[b-5sq2l6fxxc] {
            transform: translateX(0);
        }

    .main-content[b-5sq2l6fxxc] {
        margin-left: 0;
    }
}

/* Scroll más delgado */
.sidebar[b-5sq2l6fxxc]::-webkit-scrollbar {
    width: 4px;
}

.sidebar[b-5sq2l6fxxc]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar[b-5sq2l6fxxc]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

    .sidebar[b-5sq2l6fxxc]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }


/* Estilos para iconos de función */
.function-icon[b-5sq2l6fxxc] {
    width: 24px;
    height: 24px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}



/* Botón hamburguesa */
.mobile-menu-toggle[b-5sq2l6fxxc] {
    display: none; /* Visible solo en móvil */
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
}

/* Responsive breakpoints */
@media (max-width: 767px) {
    .mobile-menu-toggle[b-5sq2l6fxxc] {
        display: flex;
    }

    .sidebar[b-5sq2l6fxxc] {
        transform: translateX(-100%);
    }

        .sidebar.show[b-5sq2l6fxxc] {
            transform: translateX(0);
        }
}
/* /Components/Pages/Account/Transactions.razor.rz.scp.css */
.user-operations-container[b-dibzr27iun] {
    padding: 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

/* Header Styles */
.page-header[b-dibzr27iun] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.header-content[b-dibzr27iun] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-icon[b-dibzr27iun] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.page-title[b-dibzr27iun] {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.page-subtitle[b-dibzr27iun] {
    color: #6c757d;
    margin: 0;
    font-size: 1.1rem;
}

.header-controls[b-dibzr27iun] {
    display: flex;
    gap: 1.5rem;
    align-items: end;
    flex-wrap: wrap;
}

.user-selector[b-dibzr27iun], .environment-selector[b-dibzr27iun] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-select[b-dibzr27iun], .search-input[b-dibzr27iun] {
    border-radius: 12px;
    border: 2px solid #e9ecef;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

    .form-select:focus[b-dibzr27iun], .search-input:focus[b-dibzr27iun] {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    }

.refresh-btn[b-dibzr27iun] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    padding: 0.75rem 1.5rem;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .refresh-btn:hover:not(:disabled)[b-dibzr27iun] {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
    }

/* Summary Cards */
.summary-section[b-dibzr27iun] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.summary-card[b-dibzr27iun] {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

    .summary-card:hover[b-dibzr27iun] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

.summary-icon[b-dibzr27iun] {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
}

.wasted-summary .summary-icon[b-dibzr27iun] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.gained-summary .summary-icon[b-dibzr27iun] {
    background: linear-gradient(135deg, #26de81 0%, #20bf6b 100%);
}

.balance-summary .summary-icon[b-dibzr27iun] {
    background: linear-gradient(135deg, #4b79a1 0%, #283e51 100%);
}

.summary-number[b-dibzr27iun] {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    color: #2c3e50;
}

.summary-label[b-dibzr27iun] {
    color: #6c757d;
    margin: 0;
    font-weight: 600;
}

.summary-detail[b-dibzr27iun] {
    color: #95a5a6;
}

/* Operations Section */
.operations-section[b-dibzr27iun] {
    background: white;
    border-radius: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-header[b-dibzr27iun] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.section-title[b-dibzr27iun] {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: #2c3e50;
}

.section-controls[b-dibzr27iun] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.search-input[b-dibzr27iun] {
    width: 300px;
}

/* Table Styles */
.table-container[b-dibzr27iun] {
    overflow-x: auto;
}

.modern-table[b-dibzr27iun] {
    width: 100%;
    border-collapse: collapse;
}

    .modern-table th[b-dibzr27iun] {
        background: #f8f9fa;
        padding: 1.5rem 1rem;
        text-align: left;
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
        cursor: pointer;
        transition: background-color 0.2s ease;
        position: sticky;
        top: 0;
        z-index: 10;
    }

        .modern-table th:hover[b-dibzr27iun] {
            background: #e9ecef;
        }

    .modern-table td[b-dibzr27iun] {
        padding: 1.25rem 1rem;
        border-bottom: 1px solid #f1f3f4;
        vertical-align: middle;
    }

.table-row[b-dibzr27iun] {
    transition: all 0.2s ease;
}

    .table-row:hover[b-dibzr27iun] {
        background: #f8f9fa;
        transform: scale(1.01);
    }

.username-cell[b-dibzr27iun], .added-by-cell[b-dibzr27iun] {
    min-width: 150px;
}

.user-info[b-dibzr27iun], .admin-info[b-dibzr27iun] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #495057;
}

.tokens-cell[b-dibzr27iun] {
    min-width: 120px;
}

.tokens-badge[b-dibzr27iun] {
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.9rem;
}

    .tokens-badge.wasted[b-dibzr27iun] {
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        color: white;
    }

    .tokens-badge.gained[b-dibzr27iun] {
        background: linear-gradient(135deg, #26de81, #20bf6b);
        color: white;
    }

.description-cell[b-dibzr27iun] {
    max-width: 300px;
}

.description-text[b-dibzr27iun] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.environment-cell[b-dibzr27iun] {
    min-width: 120px;
}

.env-badge[b-dibzr27iun] {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.env-production[b-dibzr27iun] {
    background: #d4edda;
    color: #155724;
}

.env-development[b-dibzr27iun] {
    background: #fff3cd;
    color: #856404;
}

.env-testing[b-dibzr27iun] {
    background: #d1ecf1;
    color: #0c5460;
}

.date-cell[b-dibzr27iun] {
    min-width: 140px;
}

.date-info[b-dibzr27iun] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date-primary[b-dibzr27iun] {
    font-weight: 600;
    color: #495057;
}

.date-secondary[b-dibzr27iun] {
    color: #6c757d;
    font-size: 0.8rem;
}

/* Pagination */
.pagination-container[b-dibzr27iun] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.pagination-controls[b-dibzr27iun] {
    display: flex;
    gap: 0.5rem;
}

    .pagination-controls .btn[b-dibzr27iun] {
        border-radius: 8px;
    }

/* States */
.loading-state[b-dibzr27iun], .empty-state[b-dibzr27iun], .selection-state[b-dibzr27iun] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

    .loading-state .spinner-border[b-dibzr27iun] {
        margin-bottom: 1rem;
    }

/* Responsive */
@media (max-width: 768px) {
    .user-operations-container[b-dibzr27iun] {
        padding: 1rem;
    }

    .page-header[b-dibzr27iun] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-controls[b-dibzr27iun] {
        justify-content: stretch;
    }

    .user-selector[b-dibzr27iun], .environment-selector[b-dibzr27iun] {
        flex: 1;
    }

    .summary-section[b-dibzr27iun] {
        grid-template-columns: 1fr;
    }

    .section-header[b-dibzr27iun] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input[b-dibzr27iun] {
        width: 100%;
    }

    .pagination-container[b-dibzr27iun] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}
/* /Components/Pages/Buy.razor.rz.scp.css */
/* Estilos para la página de compra de tokens mejorada */

/* Estilos generales de la página */
.carlight-container[b-zb9esaujzx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.carlight-header[b-zb9esaujzx] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.carlight-title[b-zb9esaujzx] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.carlight-subtitle[b-zb9esaujzx] {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Stats existentes */
.carlight-stats[b-zb9esaujzx] {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.stat-item[b-zb9esaujzx] {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 10px;
    min-width: 150px;
    flex: 1;
}

.stat-number[b-zb9esaujzx] {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #667eea;
}

.stat-label[b-zb9esaujzx] {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-top: 5px;
}

/* Texto simple de precios */
.simple-pricing-text[b-zb9esaujzx] {
    text-align: center;
    background: linear-gradient(135deg, #20c997, #20c997);
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
}

    .simple-pricing-text p[b-zb9esaujzx] {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

/* Nueva sección de información de tokens */
.carlight-tokens-info[b-zb9esaujzx] {
    background: linear-gradient(145deg, #f8f9ff, #e8ecff);
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.1);
    border: 2px solid #667eea20;
}

.carlight-tokens-title[b-zb9esaujzx] {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 25px;
    font-weight: bold;
}

.tokens-grid[b-zb9esaujzx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.token-card[b-zb9esaujzx] {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

    .token-card:hover[b-zb9esaujzx] {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }

    /* Card especial para la función bonificada */
    .token-card.premium[b-zb9esaujzx] {
        border: 3px solid #28a745;
        background: linear-gradient(145deg, #20c997, #ffffff);
        position: relative;
    }

        .token-card.premium[b-zb9esaujzx]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, ##28a745, #20c997);
        }

.token-card-title[b-zb9esaujzx] {
    font-size: 1.3rem;
    color: #333;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
}

/* Estilos para iconos de función */
.function-icon[b-zb9esaujzx] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: white;
    padding: 10px;
}

.token-requirements[b-zb9esaujzx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.min-tokens[b-zb9esaujzx] {
    background: #667eea;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

.bonus-badge[b-zb9esaujzx] {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    animation: pulse-b-zb9esaujzx 2s infinite;
}

@keyframes pulse-b-zb9esaujzx {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.token-description[b-zb9esaujzx] {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    text-align: left;
}

    .token-description strong[b-zb9esaujzx] {
        color: #333;
    }

/* Acción y footer existentes */
.carlight-action[b-zb9esaujzx] {
    background: white;
    padding: 18px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

    .carlight-action h2[b-zb9esaujzx] {
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .carlight-action .lead[b-zb9esaujzx] {
        margin-bottom: 15px;
        font-size: 1rem;
    }

    .carlight-action h2[b-zb9esaujzx] {
        color: #333;
        margin-bottom: 15px;
    }

.carlight-btn[b-zb9esaujzx] {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

    .carlight-btn:hover[b-zb9esaujzx] {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
        text-decoration: none;
        color: white;
    }

.carlight-footer[b-zb9esaujzx] {
    background: #f8f9ff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid #667eea20;
}

    .carlight-footer h3[b-zb9esaujzx] {
        color: #333;
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

.binance-section[b-zb9esaujzx] {
    max-width: 400px;
    margin: 0 auto;
}

.binance-img[b-zb9esaujzx] {
    width: 250px;
    height: auto;
    margin: 15px auto 10px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: block;
}

.binance-instructions[b-zb9esaujzx] {
    font-size: 0.9rem;
    color: #666;
    margin: 10px 0;
    line-height: 1.4;
}

.binance-id[b-zb9esaujzx] {
    background: #ffd700;
    color: #333;
    padding: 12px 20px;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    font-size: 0.95rem;
}

.carlight-motivator[b-zb9esaujzx] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}



/* Responsive design */
@media (max-width: 768px) {
    .carlight-title[b-zb9esaujzx] {
        font-size: 2rem;
    }

    .carlight-stats[b-zb9esaujzx] {
        flex-direction: column;
    }

    .stat-item[b-zb9esaujzx] {
        margin: 10px 0;
    }

    .carlight-tokens-info[b-zb9esaujzx] {
        padding: 25px;
    }

    .tokens-grid[b-zb9esaujzx] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .token-requirements[b-zb9esaujzx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .min-tokens[b-zb9esaujzx], .bonus-badge[b-zb9esaujzx] {
        align-self: center;
    }

    .simple-pricing-text p[b-zb9esaujzx] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .carlight-container[b-zb9esaujzx] {
        padding: 10px;
    }

    .carlight-header[b-zb9esaujzx] {
        padding: 25px 15px;
    }

    .carlight-title[b-zb9esaujzx] {
        font-size: 1.8rem;
    }

    .carlight-tokens-info[b-zb9esaujzx] {
        padding: 20px 15px;
    }

    .token-card[b-zb9esaujzx] {
        padding: 20px;
    }

    .simple-pricing-text[b-zb9esaujzx] {
        padding: 15px;
    }

        .simple-pricing-text p[b-zb9esaujzx] {
            font-size: 1.2rem;
        }
}
/* /Components/Pages/Checksum.razor.rz.scp.css */
/* ChecksumPage */
.checksum-container[b-uyf7u114lr] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.checksum-card[b-uyf7u114lr] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 20px;
    width: 150px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.checksum-card:hover[b-uyf7u114lr] {
        background-color: #e7f5ff;
        border-color: #74c0fc;
        transform: scale(1.05);
    }

.checksum-icon[b-uyf7u114lr] {
    font-size: 2rem;
    color: #1c7ed6;
    margin-bottom: 10px;
}

.checksum-name[b-uyf7u114lr] {
    font-weight: bold;
    font-size: 1rem;
}

.checksum-card.selected[b-uyf7u114lr] {
    background-color: #d0ebff;
    border-color: #1c7ed6;
    transform: scale(1.05);
}
/* /Components/Pages/Compatibility.razor.rz.scp.css */
/* /Components/Pages/CRUD/CRUD_UploadedFiles.razor.rz.scp.css */
.loader[b-uexvtw5w93] {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-uexvtw5w93 1s linear infinite;
    margin: 20px auto;
    display: block;
}

@keyframes spin-b-uexvtw5w93 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/DashboardHighlights.razor.rz.scp.css */

/* Panel principal */
.modern-panel[b-t0px0u8qps] {
    background: var(--dark-bg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
}

/* Headers con gradientes específicos */
.new-compatibilities[b-t0px0u8qps] {
    border-left: 3px solid;
    border-image: var(--success-gradient) 1;
}

.popular-features[b-t0px0u8qps] {
    border-left: 3px solid;
    border-image: var(--warning-gradient) 1;
}

.recent-files[b-t0px0u8qps] {
    border-left: 3px solid;
    border-image: var(--info-gradient) 1;
}

/* Header del panel */
.panel-header[b-t0px0u8qps] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.header-content[b-t0px0u8qps] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.icon-wrapper[b-t0px0u8qps] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.new-icon[b-t0px0u8qps] {
    background: var(--success-gradient);
}

.popular-icon[b-t0px0u8qps] {
    background: var(--warning-gradient);
}

.recent-icon[b-t0px0u8qps] {
    background: var(--info-gradient);
}

.panel-title[b-t0px0u8qps] {
    color: var(--text-primary);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

/* Indicadores */
.pulse-indicator[b-t0px0u8qps] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38ef7d;
}

.trending-indicator[b-t0px0u8qps] {
    color: #f5576c;
    font-size: 0.9rem;
}

.time-indicator .time-dot[b-t0px0u8qps] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00f2fe;
}

/* Estadísticas */
.panel-stats[b-t0px0u8qps] {
    text-align: right;
}

.stats-number[b-t0px0u8qps] {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1;
}

.stats-label[b-t0px0u8qps] {
    font-size: 0.7rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Contenedor de tarjetas compactas */
.compact-cards-container[b-t0px0u8qps] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

/* Tarjetas compactas */
.compact-card[b-t0px0u8qps] {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp-b-t0px0u8qps 0.5s ease-out forwards;
}

/* Icono de tarjeta */
.card-icon[b-t0px0u8qps] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.new-card .card-icon[b-t0px0u8qps] {
    background: var(--success-gradient);
}

.popular-card .card-icon[b-t0px0u8qps] {
    background: var(--warning-gradient);
}

.recent-card .card-icon[b-t0px0u8qps] {
    background: var(--info-gradient);
}

/* Contenido de tarjeta */
.card-info[b-t0px0u8qps] {
    flex: 1;
    min-width: 0;
}

.card-title[b-t0px0u8qps] {
    color: var(--text-primary);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-subtitle[b-t0px0u8qps] {
    color: var(--text-secondary);
    font-size: 0.75rem;
    margin: 0 0 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-brand[b-t0px0u8qps] {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    font-size: 0.65rem;
    padding: 0.15rem 0.4rem;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Medidor de popularidad */
.popularity-meter[b-t0px0u8qps] {
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    margin-top: 0.5rem;
    overflow: hidden;
}

.meter-fill[b-t0px0u8qps] {
    height: 100%;
    background: var(--warning-gradient);
    width: 75%;
    border-radius: 2px;
}

/* Indicador de tipo de archivo */
.file-type-indicator[b-t0px0u8qps] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: rgba(0, 242, 254, 0.15);
    color: #00f2fe;
    font-size: 0.55rem;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Animaciones */
@keyframes slideUp-b-t0px0u8qps {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .compact-cards-container[b-t0px0u8qps] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 0.75rem;
    }

    .modern-panel[b-t0px0u8qps] {
        padding: 1rem;
    }

    .panel-header[b-t0px0u8qps] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .header-content[b-t0px0u8qps] {
        width: 100%;
    }

    .panel-stats[b-t0px0u8qps] {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .compact-cards-container[b-t0px0u8qps] {
        grid-template-columns: 1fr;
    }

    .icon-wrapper[b-t0px0u8qps] {
        width: 36px;
        height: 36px;
    }

    .panel-title[b-t0px0u8qps] {
        font-size: 1.1rem;
    }
}
/* /Components/Pages/ECUReadaptModule.razor.rz.scp.css */
/* ChecksumPage */
.checksum-container[b-mnbt4sfi5c] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.checksum-card[b-mnbt4sfi5c] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 20px;
    width: 150px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.checksum-card:hover[b-mnbt4sfi5c] {
        background-color: #e7f5ff;
        border-color: #74c0fc;
        transform: scale(1.05);
    }

.checksum-icon[b-mnbt4sfi5c] {
    font-size: 2rem;
    color: #1c7ed6;
    margin-bottom: 10px;
}

.checksum-name[b-mnbt4sfi5c] {
    font-weight: bold;
    font-size: 1rem;
}

.checksum-card.selected[b-mnbt4sfi5c] {
    background-color: #d0ebff;
    border-color: #1c7ed6;
    transform: scale(1.05);
}
/* /Components/Pages/EcuToolsPage.razor.rz.scp.css */
/* Loading Overlay Styles para EcuToolsPage */
.loading-overlay[b-63ynuocwcy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px);
}

.loading-spinner[b-63ynuocwcy] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
    min-width: 300px;
    animation: slideIn-b-63ynuocwcy 0.3s ease-out;
}

@keyframes slideIn-b-63ynuocwcy {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Spinner Animation */
.spinner[b-63ynuocwcy] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0078d4;
    border-radius: 50%;
    animation: spin-b-63ynuocwcy 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-63ynuocwcy {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Progress Bar */
.progress-bar[b-63ynuocwcy] {
    width: 100%;
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
    margin: 1rem 0;
}

.progress-fill[b-63ynuocwcy] {
    height: 100%;
    background: linear-gradient(90deg, #0078d4, #40a9ff);
    transition: width 0.3s ease;
    border-radius: 4px;
}

/* Loading Message */
.loading-spinner p[b-63ynuocwcy] {
    margin: 0.5rem 0;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

/* Disabled state for InputFile */
input[type="file"]:disabled[b-63ynuocwcy] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* File upload section enhancements */
.file-upload-section[b-63ynuocwcy] {
    margin: 1rem 0;
    padding: 1rem;
    border: 2px dashed #0078d4;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

    .file-upload-section:hover[b-63ynuocwcy] {
        border-color: #005a9e;
        background-color: rgba(0, 120, 212, 0.05);
    }

.file-upload-label[b-63ynuocwcy] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #0078d4;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0.5rem 0;
}

    .file-upload-label:hover[b-63ynuocwcy] {
        background-color: #005a9e;
    }

    .file-upload-label:disabled[b-63ynuocwcy] {
        background-color: #6c757d;
        cursor: not-allowed;
    }

.file-name-display[b-63ynuocwcy] {
    display: block;
    margin-top: 0.5rem;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 0.9rem;
    word-break: break-all;
}

/* Notification styles */
.notification[b-63ynuocwcy] {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 24px;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    z-index: 10000;
    animation: slideInRight-b-63ynuocwcy 0.3s ease-out;
}

    .notification.success[b-63ynuocwcy] {
        background-color: #28a745;
    }

    .notification.error[b-63ynuocwcy] {
        background-color: #dc3545;
    }

    .notification.info[b-63ynuocwcy] {
        background-color: #0078d4;
    }

@keyframes slideInRight-b-63ynuocwcy {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Pulse animation for loading message */
.loading-spinner p[b-63ynuocwcy] {
    animation: pulse-b-63ynuocwcy 2s ease-in-out infinite alternate;
}

@keyframes pulse-b-63ynuocwcy {
    from {
        opacity: 0.7;
    }

    to {
        opacity: 1;
    }
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .loading-spinner[b-63ynuocwcy] {
        margin: 1rem;
        padding: 1.5rem;
        min-width: 250px;
    }

    .spinner[b-63ynuocwcy] {
        width: 40px;
        height: 40px;
    }
}
/* /Components/Pages/Payments/PaypalCallback.razor.rz.scp.css */
.thank-you-container[b-rv6i4iw2q4] {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333 !important;
    background-color: #fff !important;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}

.thank-you-container h1[b-rv6i4iw2q4] {
    color: #28a745 !important;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

    .thank-you-container h1.text-danger[b-rv6i4iw2q4] {
        color: #dc3545 !important;
    }

.thank-you-container p[b-rv6i4iw2q4] {
    color: #333 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

.thank-you-container strong[b-rv6i4iw2q4] {
    color: #000 !important;
    font-weight: bold;
}

.thank-you-container .alert[b-rv6i4iw2q4] {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333 !important;
}

.thank-you-container .alert-danger[b-rv6i4iw2q4] {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.thank-you-container .alert-warning[b-rv6i4iw2q4] {
    color: #856404 !important;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}

.thank-you-container .alert-info[b-rv6i4iw2q4] {
    color: #0c5460 !important;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.thank-you-container ul[b-rv6i4iw2q4] {
    color: #333 !important;
    margin-bottom: 15px;
}

.thank-you-container li[b-rv6i4iw2q4] {
    color: #333 !important;
    margin-bottom: 5px;
}

.thank-you-container .btn[b-rv6i4iw2q4] {
    display: inline-block;
    padding: 8px 16px;
    margin: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}

.thank-you-container .btn-primary[b-rv6i4iw2q4] {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.thank-you-container .btn-secondary[b-rv6i4iw2q4] {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.thank-you-container .btn-success[b-rv6i4iw2q4] {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.thank-you-container .btn-warning[b-rv6i4iw2q4] {
    color: #212529 !important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.thank-you-container .btn:hover[b-rv6i4iw2q4] {
    opacity: 0.8;
    text-decoration: none;
}

.thank-you-container .btn:disabled[b-rv6i4iw2q4] {
    opacity: 0.65;
    cursor: not-allowed;
}

.thank-you-container .spinner-border[b-rv6i4iw2q4] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-rv6i4iw2q4 0.75s linear infinite;
}

.thank-you-container .spinner-border-sm[b-rv6i4iw2q4] {
    width: 1rem;
    height: 1rem;
}

@keyframes spinner-border-b-rv6i4iw2q4 {
    to {
        transform: rotate(360deg);
    }
}

.thank-you-container .text-center[b-rv6i4iw2q4] {
    text-align: center !important;
}

.thank-you-container .mt-3[b-rv6i4iw2q4] {
    margin-top: 1rem !important;
}

.thank-you-container code[b-rv6i4iw2q4] {
    background-color: #f8f9fa;
    color: #e83e8c;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.thank-you-container a[b-rv6i4iw2q4] {
    color: #007bff !important;
    text-decoration: none;
}

    .thank-you-container a:hover[b-rv6i4iw2q4] {
        color: #0056b3 !important;
        text-decoration: underline;
    }
/* /Components/Pages/Register.razor.rz.scp.css */
/* === FORM DARK MODE STYLE FOR CARLIGHT TOOL === */

.form-control[b-dba6xdbgpu],
.input-group .form-control[b-dba6xdbgpu],
.form-select[b-dba6xdbgpu] {
    background: #141B2D !important;
    border: 1px solid #1E2A45 !important;
    color: #ffffff !important;
    padding: 12px;
    border-radius: 10px;
    font-size: 1rem;
}

    .form-control[b-dba6xdbgpu]::placeholder {
        color: #6f7a92 !important;
    }

/* Label */
label[b-dba6xdbgpu] {
    color: #B5C1D1;
    font-weight: 600;
    margin-bottom: 4px;
}

/* Validation errors */
.validation-message[b-dba6xdbgpu] {
    color: #ff5f6a !important;
    font-size: 0.85rem;
    margin-top: 2px;
}

/* Password toggle button */
.input-group .btn[b-dba6xdbgpu] {
    background: #101726 !important;
    border: 1px solid #1E2A45 !important;
    color: #00FF95 !important;
}

    .input-group .btn:hover[b-dba6xdbgpu] {
        background: #1a2237 !important;
    }

/* Submit button */
.btn-primary[b-dba6xdbgpu] {
    background: #00FF95 !important;
    border: none !important;
    color: #0A0F1D !important;
    padding: 12px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
}

    .btn-primary:hover[b-dba6xdbgpu] {
        background: #00d27a !important;
    }

/* Form container */
.form-container[b-dba6xdbgpu] {
    background: #101726;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid #1E2A45;
    box-shadow: 0 0 25px rgba(0, 255, 149, 0.05);
}

.form-wrapper[b-dba6xdbgpu] {
    max-width: 420px;
    margin: 0 auto;
    padding: 20px 0;
}

/* /Components/Pages/UnlockModule.razor.rz.scp.css */
.unlock-wrapper[b-rsarcyxzmh] {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.header h2[b-rsarcyxzmh] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}

.header p[b-rsarcyxzmh] {
    color: #cccccc;
    margin-bottom: 25px;
}

/* GRID */
.checksum-grid[b-rsarcyxzmh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

/* CARD */
.checksum-card[b-rsarcyxzmh] {
    background: #1e1e1e;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

    .checksum-card:hover[b-rsarcyxzmh] {
        transform: translateY(-4px);
        border-color: #ffc107;
        box-shadow: 0 0 12px rgba(255, 193, 7, 0.4);
    }

    /* Selected */
    .checksum-card.selected[b-rsarcyxzmh] {
        border: 2px solid #ffa801;
        box-shadow: 0 0 18px rgba(255,168,1, .45);
    }

/* Imagen */
.checksum-img[b-rsarcyxzmh] {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 4px;
}

/* Nombre ECU */
.checksum-title[b-rsarcyxzmh] {
    font-weight: 600;
    font-size: 1rem;
    color: #f1f1f1;
}
