.jupiter-dash {
    font-size: 13px;
    color: #2a3441;
    padding: 4px 2px 8px;
}

.jupiter-dash-greeting {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.jupiter-dash-subtitle {
    font-size: 13px;
    color: #7c8794;
    margin-bottom: 16px;
}

.jupiter-kpis {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.jupiter-kpis-4 {
    grid-template-columns: repeat(4, 1fr);
}

.jupiter-kpis-5 {
    grid-template-columns: repeat(5, 1fr);
}

.jupiter-kpis-6 {
    grid-template-columns: repeat(6, 1fr);
}

.jupiter-kpi {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    padding: 14px 16px;
    position: relative;
}

.jupiter-kpi-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.jupiter-kpi-val {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.jupiter-kpi-label {
    font-size: 12px;
    color: #7c8794;
    margin-top: 4px;
}

.jupiter-kpi-trend {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
}

.jupiter-kpi-trend.up {
    background: #e7f6ee;
    color: #27ae60;
}

.jupiter-kpi-trend.down {
    background: #fdecea;
    color: #e05a4f;
}

.jupiter-grid-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.jupiter-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.jupiter-panel {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    padding: 16px 18px;
}

.jupiter-panel h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
}

.jupiter-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
}

.jupiter-table th {
    text-align: left;
    color: #7c8794;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 8px 10px;
    border-bottom: 1px solid #e6eaf0;
}

.jupiter-table td {
    padding: 10px;
    border-bottom: 1px solid #f0f3f6;
}

.jupiter-table tr:last-child td {
    border-bottom: none;
}

.jupiter-pill {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    display: inline-block;
}

.jupiter-pill.g { background: #e7f6ee; color: #27ae60; }
.jupiter-pill.a { background: #fcf2e0; color: #e8a33d; }
.jupiter-pill.r { background: #fdecea; color: #e05a4f; }
.jupiter-pill.b { background: #e8f0fe; color: #2f6fed; }

.jupiter-pill-link {
    text-decoration: none;
    display: inline-block;
}

.jupiter-pill-link:hover .jupiter-pill {
    filter: brightness(0.95);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.jupiter-status-total {
    font-size: 12px;
    color: #7c8794;
    margin-bottom: 8px;
}

.jupiter-status-bar {
    display: flex;
    height: 10px;
    border-radius: 6px;
    overflow: hidden;
    background: #eef1f5;
    margin-bottom: 10px;
}

.jupiter-status-bar span {
    display: block;
    height: 100%;
    min-width: 2px;
}

.jupiter-legend {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #54606e;
}

.jupiter-dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;
}

.jupiter-timeline {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.jupiter-tl-row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f3f6;
    font-size: 12.5px;
    align-items: flex-start;
}

.jupiter-tl-row:last-child {
    border-bottom: none;
}

.jupiter-tl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 5px;
}

.jupiter-pill-type {
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.jupiter-muted {
    color: #7c8794;
    font-size: 12px;
}

.jupiter-empty {
    color: #7c8794;
    font-size: 12.5px;
    padding: 8px 0;
}

.jupiter-table-rich th,
.jupiter-table-rich td {
    text-align: center;
}

.jupiter-table-rich th:first-child,
.jupiter-table-rich td:first-child {
    text-align: left;
}

.jupiter-admin-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.jupiter-admin-tab {
    border: 1px solid #d8dee6;
    background: #fff;
    color: #54606e;
    border-radius: 8px;
    padding: 7px 14px;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
}

.jupiter-admin-tab.active {
    background: #2f6fed;
    border-color: #2f6fed;
    color: #fff;
}

.jupiter-leave-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.jupiter-leave-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 12.5px;
    color: #54606e;
}

.jupiter-bar {
    height: 8px;
    background: #eef1f5;
    border-radius: 6px;
    overflow: hidden;
}

.jupiter-bar i {
    display: block;
    height: 100%;
    border-radius: 6px;
}

.jupiter-btn-perso {
    display: block;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    background: #0fa39c;
    color: #fff !important;
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
}

.jupiter-btn-perso:hover {
    opacity: 0.92;
    color: #fff !important;
}

.jupiter-info-block {
    font-size: 13px;
    color: #54606e;
    line-height: 1.6;
}

.jupiter-info-block a {
    color: #0fa39c;
    font-size: 12px;
}

.jupiter-big {
    font-size: 18px;
    color: #2a3441;
}

@media (max-width: 1280px) {
    .jupiter-kpis-4,
    .jupiter-kpis-5,
    .jupiter-kpis-6,
    .jupiter-grid-2,
    .jupiter-grid-3 {
        grid-template-columns: 1fr;
    }
}
