/* AMS V139 — Reports: Synchronization History */
.reports-sync-history-launch{min-height:32px;padding:6px 12px;border:1px solid #9eb1c5;border-radius:6px;background:#fff;color:#18324d;font-size:10px;font-weight:700;cursor:pointer;box-shadow:0 1px 2px rgba(15,30,48,.05)}
.reports-sync-history-launch:hover{background:#f4f8fc;border-color:#6f8daa}
.reports-sync-history-overlay{position:fixed;inset:0;z-index:1000;background:rgba(15,30,48,.5);display:grid;place-items:center;padding:22px}
.reports-sync-history-panel{width:min(1180px,96vw);max-height:92vh;overflow:auto;background:#fff;border:1px solid #cbd7e4;border-radius:10px;box-shadow:0 18px 50px rgba(15,30,48,.25);padding:18px;color:#142d49}
.reports-sync-history-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid #dce5ee;padding-bottom:12px;margin-bottom:14px}
.reports-sync-history-header h2{margin:1px 0 4px;font-size:20px}.reports-sync-history-header span{font-size:10px;color:#65778a;line-height:1.45}.reports-sync-history-header .eyebrow{font-size:9px}
.reports-sync-history-close,.reports-sync-history-actions button{min-height:32px;padding:6px 12px;border:1px solid #9eb1c5;border-radius:6px;background:#fff;color:#18324d;font-size:10px;font-weight:700;cursor:pointer}
.reports-sync-history-close:hover,.reports-sync-history-actions button:hover{background:#f4f8fc}
.reports-sync-history-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}
.reports-sync-history-filters label{font-size:9px;font-weight:800;text-transform:uppercase;color:#536a82;display:flex;flex-direction:column;gap:4px}
.reports-sync-history-filters select,.reports-sync-history-filters input{width:100%;min-height:34px;border:1px solid #bccbd9;border-radius:5px;background:#fff;padding:6px 8px;color:#18324d;font-size:10px}
.reports-sync-history-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#f5f8fb;border:1px solid #dce5ee;border-radius:7px;padding:9px 10px;margin-bottom:8px}
.reports-sync-history-summary>span{font-size:10px;color:#52677d}.reports-sync-history-summary>span strong{font-size:13px;color:#18324d;margin-right:3px}
.reports-sync-history-actions{display:flex;justify-content:flex-end;gap:7px;margin:0 0 10px}
.reports-sync-history-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;min-height:330px}
.reports-sync-history-table{border:1px solid #d6e0ea;border-radius:7px;overflow:auto;max-height:480px}
.reports-sync-history-row{width:100%;display:grid;grid-template-columns:1.2fr 1fr .78fr .62fr .62fr .62fr 1.2fr;gap:8px;align-items:center;border:0;border-bottom:1px solid #e6ecf2;background:#fff;padding:9px 10px;text-align:left;color:#273d54;font-size:9.5px;cursor:pointer}
.reports-sync-history-row:last-child{border-bottom:0}.reports-sync-history-row:not(.reports-sync-history-head):hover,.reports-sync-history-row.selected{background:#f2f7fc}.reports-sync-history-row span{min-width:0;overflow-wrap:anywhere}.reports-sync-history-row strong{display:block;font-size:10px}.reports-sync-history-row small{display:block;color:#718196;margin-top:2px;font-size:9px}
.reports-sync-history-head{position:sticky;top:0;z-index:2;background:#eaf0f7;color:#51677e;font-size:9px;font-weight:800;text-transform:uppercase;cursor:default}
.reports-sync-result{display:inline-block;font-size:9px;padding:3px 6px;border-radius:999px;font-weight:700}.reports-sync-result.successful{color:#247b50;background:#edf8f1}.reports-sync-result.warning{color:#95620d;background:#fff6df}.reports-sync-result.failed{color:#a21c1c;background:#fff0f0}
.reports-sync-history-detail{border:1px solid #d6e0ea;border-radius:7px;background:#fbfcfe;padding:14px;min-width:0}.reports-sync-history-detail h3{margin:2px 0 12px;font-size:14px}.reports-sync-history-detail dl{margin:0 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.reports-sync-history-detail dl div{border:1px solid #e0e7ef;background:#fff;padding:8px;border-radius:5px}.reports-sync-history-detail dl .wide{grid-column:1/-1}.reports-sync-history-detail dt{font-size:9px;text-transform:uppercase;color:#718196}.reports-sync-history-detail dd{margin:3px 0 0;font-size:10px;font-weight:700;color:#243a51}.reports-sync-detail-label{font-size:9px;text-transform:uppercase;color:#5f7185}.reports-sync-history-detail>p{font-size:10px;line-height:1.5;color:#344c64}
.reports-sync-history-detail-empty,.reports-sync-history-empty{min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:5px;color:#6c7d8f;padding:16px}.reports-sync-history-detail-empty strong,.reports-sync-history-empty strong{font-size:11px;color:#344c64}.reports-sync-history-detail-empty span,.reports-sync-history-empty span{font-size:9.5px;line-height:1.45}
@media(max-width:900px){.reports-sync-history-overlay{padding:8px}.reports-sync-history-panel{width:98vw;max-height:96vh}.reports-sync-history-filters{grid-template-columns:1fr 1fr}.reports-sync-history-body{grid-template-columns:1fr}.reports-sync-history-detail{min-height:180px}.reports-sync-history-row{min-width:780px}.reports-sync-history-table{overflow:auto}}
