/* 2026-07-30：文档阅读日志查看器样式 */
.office-stat-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: center;
    padding: 12px 18px;
    background: linear-gradient(90deg, rgba(99,102,241,0.08), rgba(168,85,247,0.06));
    border: 1px solid rgba(99,102,241,0.18);
    border-radius: 12px;
    margin: 16px 0 18px;
    font-size: 15px;
    color: var(--lo-muted);
}
.office-stat-bar .office-stat strong {
    color: var(--lo-primary-600, #4f46e5);
    font-size: 17px;
    font-weight: 700;
    margin-left: 2px;
}

.office-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    padding: 12px 16px;
    background: var(--lo-card, #fff);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 14px;
}
.office-filter label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #475569;
}
.office-filter input[type="number"],
.office-filter input[type="text"],
.office-filter select {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 13px;
    width: 110px;
}
.office-filter input[type="text"] { width: 160px; }
.office-filter__check { font-size: 13px; }
.office-filter .office-btn { padding: 5px 14px; font-size: 13px; }

.office-alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin: 16px 0;
    font-size: 14px;
}
.office-alert--warn { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.office-alert--err  { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

.office-log-table td { font-size: 13px; }
.office-log-table td a { color: #4f46e5; text-decoration: none; }
.office-log-table td a:hover { text-decoration: underline; }
.office-muted { color: #94a3b8; font-size: 12px; }

.office-pager {
    text-align: center;
    padding: 16px 0;
    font-size: 13px;
    color: #475569;
}
.office-pager .office-btn { display: inline-block; padding: 4px 12px; font-size: 13px; }
