﻿/*:root {
    --bg: #f8fafc;
    --card-bg: #ffffff;
    --primary: #0f172a;*/
    /* Azul Oxford */
    /*--accent: #38bdf8;*/
    /* Sky Blue */
    /*--success: #22c55e;
    --warning: #f59e0b;
    --danger: #ef4444;
    --text-main: #1e293b;
    --text-muted: #64748b;
}*/
/* 
        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg);
            color: var(--text-main);
            margin: 0;
            padding: 30px;
        } */

/*.header {
    margin-bottom: 30px;
    border-left: 5px solid var(--accent);
    padding-left: 20px;
}

    .header h1 {
        margin: 0;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .header p {
        margin: 5px 0 0;
        color: var(--text-muted);
    }

.button-dash-float {
    margin: 0 auto 20px auto;
    text-align: right;
    position: fixed;
    right: 20px;
    top: 60px;
}

.container-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
    margin: auto;
    padding: 20px;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 20px;
    margin: 0 auto;
    width: 100%;
}*/

/* --- Estilo de Tarjeta Moderna --- */
/*.q-card {
    background: var(--card-bg);
    max-width: 500px;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    height: 140px;

}

.content-echart {
    background: var(--card-bg);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
}


    .q-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

.q-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.q-value {
    font-size: 32px;
    font-weight: 800;
    margin: 15px 0 5px;
    color: var(--primary);
}

.q-footer {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}*/

/* --- Elementos Específicos --- */
/*.status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}

.bg-success-soft {
    background: #f0fdf4;
    color: var(--success);
}

.bg-warning-soft {
    background: #fffbeb;
    color: var(--warning);
}

.progress-bar-container {
    background: #f1f5f9;
    height: 8px;
    border-radius: 4px;
    margin-top: 15px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--accent);
    border-radius: 4px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}*/

/* --- Listado de No Conformidades --- */
/*.nc-list {
    margin-top: 15px;
}

.nc-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
}*/
