.history-page-heading{align-items:flex-start;gap:28px}
.history-page-heading .tab-heading-actions{padding-top:5px}
.history-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:18px}
.history-stat{display:flex;align-items:center;gap:13px;min-width:0;padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:12px}
.history-stat-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#e6f8f3;color:#119577;font-size:22px;font-weight:700}
.history-stat-alert .history-stat-icon{background:#fff4dc;color:#c7831e}
.history-stat-store .history-stat-icon{background:#f0edff;color:#765cde}
.history-stat strong,.history-stat span{display:block}
.history-stat strong{font:800 25px 'Plus Jakarta Sans';letter-spacing:-.8px;color:var(--ink)}
.history-stat div span{margin-top:3px;color:#8390a2;font-size:11px;font-weight:600}
.notification-history-panel{padding:22px 22px 16px}
.history-current-store{flex-shrink:0;padding:7px 10px;border-radius:999px;background:#eefaf7;color:#148b73;font-size:10px;font-weight:700}
.history-filter-bar{display:flex;gap:7px;margin:19px 0 4px;padding-bottom:13px;border-bottom:1px solid #edf1f4}
.history-filter{border:1px solid #dfe7ed;border-radius:999px;background:#fff;color:#7d8a9c;padding:7px 12px;font:600 11px 'DM Sans';cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}
.history-filter:hover{border-color:#9bdccd;color:#0d8d71;background:#f1faf7}
.history-filter.is-active{border-color:#b7eadf;background:#e7f8f3;color:#087c65}
.notification-history-list{display:grid;gap:0}
.notification-history-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:16px 3px;border-bottom:1px solid #edf1f4}
.notification-history-item:last-child{border-bottom:0}
.notification-history-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#eaf9f5;color:#15977b;font-size:16px;font-weight:800}
.notification-history-item.alert .notification-history-icon{background:#fff1e5;color:#c47a28}
.notification-history-item strong,.notification-history-item small{display:block}
.notification-history-item strong{color:#26374d;font-size:12px;line-height:1.35}
.notification-history-item small{margin-top:4px;color:#8996a6;font-size:10px;line-height:1.45}
.notification-history-meta{padding-top:2px;color:#98a4b2;font-size:10px;white-space:nowrap;text-align:right}
.notification-history-empty{display:grid;justify-items:center;gap:6px;padding:42px 15px;color:#8b98a8;text-align:center}
.notification-history-empty span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eaf9f5;color:#15977b;font-size:20px;font-weight:800}
.notification-history-empty strong{color:#536176;font-size:13px}
.notification-history-empty small{max-width:360px;font-size:11px;line-height:1.5}
.notification-history-link{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:4px;padding:11px 0 1px;border:0;border-top:1px solid #edf1f4;background:transparent;color:#0d8d71;font:700 11px 'DM Sans';cursor:pointer}
.notification-history-link:hover{color:#087c65}
@media(max-width:900px){.history-summary{grid-template-columns:1fr 1fr}.history-stat:last-child{grid-column:span 2}}
@media(max-width:720px){.history-page-heading{gap:0}.history-page-heading .tab-heading-actions{padding-top:15px}.history-page-heading .tab-heading-actions,.history-page-heading button{width:100%}.history-summary{grid-template-columns:1fr;gap:10px}.history-stat:last-child{grid-column:auto}.notification-history-panel{padding:18px 15px 14px}.notification-history-item{grid-template-columns:auto minmax(0,1fr);gap:10px}.notification-history-meta{grid-column:2;text-align:left;padding-top:0}.history-current-store{font-size:9px}}
