.ui-card {
    border: 1px solid #d8dde6;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
    margin-top: 12px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ui-title {
    margin: 0 0 10px 0;
    color: #1f2937;
    font-size: 17px;
    font-weight: 600;
}

.ui-help {
    margin: 0 0 12px 0;
    color: #64748b;
    font-size: 12px;
}

.ui-table {
    width: 100%;
    border-collapse: collapse;
}

.ui-table th {
    background: #eef3f8;
    color: #334155;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 8px 7px;
    border-bottom: 1px solid #d8dde6;
}

.ui-table td {
    padding: 8px 7px;
    border-bottom: 1px solid #edf0f5;
    font-size: 12px;
    color: #1f2937;
}

.ui-table-zebra tbody tr:nth-child(even) td {
    background: #fcfdff;
}

.ui-table-zebra tbody tr:hover td {
    background: #f6f9ff;
}

.ui-table tr.totales th,
.ui-table tr.subtotales th,
.ui-total-row th {
    background: #f8f2cf;
    color: #374151;
    border-top: 2px solid #d8c778;
    font-size: 12px;
}

.ui-btn-primary {
    height: 34px;
    min-width: 180px;
    border: 1px solid #1d4ed8;
    border-radius: 6px;
    background: #eff6ff;
    color: #1e3a8a !important;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
}

.ui-btn-primary:hover {
    background: #dbeafe;
}

.ui-btn-secondary {
    height: 32px;
    min-width: 180px;
    border: 1px solid #94a3b8;
    border-radius: 6px;
    background: #f8fafc;
    color: #334155 !important;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
}

.ui-btn-secondary:hover {
    background: #eef2f7;
}

.ui-text-right {
    text-align: right;
}

.ui-text-center {
    text-align: center;
}

.ui-muted {
    color: #64748b;
}
