.rlsync-settings-wrap {
    max-width: 900px;
}
.rlsync-tabs {
    margin-bottom: 0;
}
.rlsync-tab-content {
    display: none;
    background: #fff;
    border: 1px solid #c3c4c7;
    border-top: none;
    padding: 16px 20px;
}
.rlsync-tab-active {
    display: block;
}
.rlsync-status-msg {
    display: inline-block;
    margin-left: 8px;
    font-weight: 500;
}
.rlsync-status-msg.success {
    color: #00a32a;
}
.rlsync-status-msg.error {
    color: #d63638;
}
#rlsync-techniques-table input[type="text"],
#rlsync-techniques-table input[type="number"],
#rlsync-techniques-table select {
    width: 100%;
    box-sizing: border-box;
}
#rlsync-techniques-table th,
#rlsync-techniques-table td {
    padding: 6px 8px;
    vertical-align: middle;
}
#rlsync-techniques-table .button-small {
    margin: 1px 2px;
}

/* Sprint 2 — FIND-11: Extracted inline styles */
.rlsync-text-error {
    color: #dc3232;
}
.rlsync-btn-danger {
    margin-left: 8px;
    color: #dc3232;
}
.rlsync-sync-status-wrap {
    margin-top: 12px;
    display: none;
}
.rlsync-progress-bar-outer {
    background: #f0f0f1;
    border-radius: 4px;
    height: 24px;
    overflow: hidden;
}
.rlsync-progress-bar-inner {
    background: #2271b1;
    height: 100%;
    width: 0%;
    transition: width 0.3s;
}
.rlsync-sync-message {
    margin-top: 8px;
}
.rlsync-techniques-actions {
    margin-top: 12px;
}

/* Sprint 3 — Sync History Tab */
.rlsync-stats-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}
.rlsync-stat-card {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 16px 24px;
    text-align: center;
    flex: 1;
}
.rlsync-stat-card.rlsync-stat-ok {
    border-left: 4px solid #00a32a;
}
.rlsync-stat-card.rlsync-stat-err {
    border-left: 4px solid #dc3232;
}
.rlsync-stat-number {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #1d2327;
}
.rlsync-stat-label {
    display: block;
    font-size: 12px;
    color: #646970;
    margin-top: 4px;
}
.rlsync-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}
.rlsync-badge-green {
    background: #e7f5e7;
    color: #00a32a;
}
.rlsync-badge-red {
    background: #fce4e4;
    color: #dc3232;
}
.rlsync-badge-blue {
    background: #e3f0ff;
    color: #2271b1;
}
.rlsync-badge-yellow {
    background: #fff8e5;
    color: #996800;
}
.rlsync-badge-gray {
    background: #f0f0f1;
    color: #646970;
}
.rlsync-history-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}
.rlsync-col-date { width: 160px; }
.rlsync-col-type { width: 90px; }
.rlsync-col-source { width: 90px; }
.rlsync-col-status { width: 100px; }
.rlsync-col-duration { width: 90px; }
.rlsync-col-memory { width: 80px; }
