.price-monitor-hero{align-items:center}.price-monitor-status{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:12px;margin-bottom:18px}.price-source-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:14px 16px;min-width:0}.price-source-card.ok{border-bottom:2px solid var(--green)}.price-source-card.error{border-bottom:2px solid var(--red)}.price-source-card.pending{border-bottom:2px solid var(--muted)}.price-source-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:7px}.price-source-head b{font-size:13px}.price-source-state{font-size:10px;font-weight:700;padding:4px 7px;border-radius:14px}.price-source-card.ok .price-source-state{color:var(--green);background:rgba(63,208,139,.1)}.price-source-card.error .price-source-state{color:var(--red);background:rgba(255,98,92,.1)}.price-source-card.pending .price-source-state{color:var(--muted);background:var(--panel2)}.price-source-meta{font-size:11px;line-height:1.45;color:var(--muted)}.price-source-error{margin-top:5px;color:var(--red);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-monitor-panel{overflow:hidden}.price-monitor-table{overflow:auto}.price-monitor-table table{min-width:1120px}.price-monitor-table th,.price-monitor-table td{vertical-align:middle}.price-monitor-product{min-width:250px}.price-monitor-product b{display:block;line-height:1.35}.price-monitor-product span{display:block;color:var(--muted);font-size:11px;margin-top:4px}.price-monitor-price{min-width:155px}.price-value-button{border:0;background:transparent;color:var(--text);font-weight:700;padding:2px 0;cursor:pointer;white-space:nowrap}.price-value-button:hover{color:var(--blue)}.price-monitor-price small{display:block;color:var(--muted);font-size:10px;margin-top:4px;white-space:nowrap}.price-monitor-empty{color:var(--muted)}.price-monitor-run-meta{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:11px;margin-bottom:12px}.price-monitor-run-meta .badge.partial{color:var(--amber);border-color:rgba(247,184,75,.3);background:rgba(247,184,75,.1)}.price-monitor-run-meta .badge.failed{color:var(--red);border-color:rgba(255,98,92,.3);background:rgba(255,98,92,.1)}.price-history-backdrop{position:fixed;inset:0;background:rgba(5,6,9,.72);z-index:90;display:flex;align-items:center;justify-content:center;padding:24px}.price-history-dialog{width:min(860px,100%);max-height:86vh;overflow:auto;background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:22px;position:relative}.price-history-close{position:absolute;right:16px;top:12px;border:0;background:transparent;color:var(--muted);font-size:25px;cursor:pointer}.price-history-dialog h2{font-family:'Unbounded';font-size:16px;margin:0 38px 5px 0}.price-history-sub{color:var(--muted);font-size:12px;margin-bottom:18px}.price-history-table{overflow:auto}.price-history-table table{min-width:700px}.price-history-alert{color:var(--blue);font-weight:700}.price-monitor-disclaimer{padding:12px 16px;color:var(--muted);font-size:11px;line-height:1.5;border-top:1px solid var(--line)}
@media(max-width:900px){.price-monitor-status{grid-template-columns:repeat(2,minmax(150px,1fr))}.price-monitor-hero{align-items:flex-start;gap:14px}.price-monitor-hero .primary-button{flex:0 0 auto}.price-monitor-panel .workflow-tools{align-items:stretch}.price-monitor-panel .top-actions{flex-wrap:wrap}.price-monitor-panel .search{width:100%}}
@media(max-width:560px){.price-monitor-status{grid-template-columns:1fr}.price-monitor-hero{display:grid}.price-monitor-hero .primary-button{width:100%}.price-history-backdrop{padding:10px}.price-history-dialog{padding:18px 14px}}

.price-monitor-price.historical-drop{background:rgba(91,140,255,.07);box-shadow:inset 3px 0 0 var(--blue)}
.price-monitor-price.historical-drop .price-value-button{color:var(--blue)}
.price-monitor-price.below-site{background:rgba(255,98,92,.07);box-shadow:inset 3px 0 0 var(--red)}
.price-monitor-price.below-site .price-value-button{color:var(--red)}
.price-signal-stack{display:flex;align-items:flex-start;flex-direction:column;gap:5px;margin:5px 0}
.price-signal{display:inline-flex;align-items:center;font-size:10px;font-weight:700;line-height:1.4;border-radius:6px;padding:3px 6px;white-space:nowrap}
.price-signal-site{color:var(--red);background:rgba(255,98,92,.09)}
.price-signal-drop{color:var(--blue);background:rgba(91,140,255,.12);border:1px solid rgba(91,140,255,.25)}
.price-monitor-legend{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 16px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px}
.price-monitor-legend button.price-signal{font-family:inherit;cursor:pointer;border:1px solid transparent;min-height:32px;padding:5px 8px}
.price-monitor-legend button.price-signal:hover{border-color:currentColor}
.price-monitor-legend button[aria-pressed="true"]{border-color:currentColor;box-shadow:0 0 0 1px currentColor}
.price-monitor-legend button:focus-visible{outline:2px solid currentColor;outline-offset:3px}

.price-monitor-panel{overflow:visible}
.price-monitor-panel .workflow-tools{flex-wrap:wrap}
.price-monitor-panel .top-actions{flex-wrap:wrap;gap:10px}
.price-monitor-table{max-height:calc(100vh - 230px);max-height:calc(100dvh - 230px);min-height:180px;border-radius:0 0 12px 12px;overscroll-behavior:contain}
.price-monitor-table thead th{position:sticky;top:0;z-index:6;background:var(--panel);box-shadow:0 1px 0 var(--line)}
#priceMonitorCategoryMenu{max-width:calc(100vw - 50px)}
.price-monitor-category-reset{border:0;background:transparent;color:var(--blue);text-align:left;padding:8px;font:inherit;font-size:11px;cursor:pointer}
#priceMonitorCategoryButton{max-width:260px}
@media(max-width:760px){.price-monitor-panel .workflow-tools{display:block}.price-monitor-panel .top-actions{justify-content:flex-start;margin-top:12px}.price-monitor-panel .toggle span{display:inline}.price-monitor-table{max-height:65vh;max-height:65dvh}#priceMonitorCategoryMenu{left:0;right:auto}}
.price-history-dialog{width:min(980px,100%);max-height:90dvh;display:flex;flex-direction:column;overflow:hidden}
.price-history-dialog h2{line-height:1.5;flex-shrink:0}
.price-history-sub{flex-shrink:0;margin-bottom:14px}
.price-history-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;flex-shrink:0}
.price-history-tabs button{background:var(--panel2);border:1px solid var(--line);border-radius:10px;padding:12px;text-align:left;color:var(--text);cursor:pointer;min-width:0}
.price-history-tabs button b{display:block;font-size:12px}
.price-history-tabs button small{display:block;margin-top:6px;font-size:11px;color:var(--muted)}
.price-history-tabs button[aria-pressed="true"]{border-color:var(--blue);background:rgba(91,140,255,.1)}
.price-history-tabs button[aria-pressed="true"] b{color:var(--blue)}
.price-history-channel{display:flex;flex-direction:column;min-height:0}
.price-history-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 0}
.price-history-summary span,.price-history-summary small{display:block;color:var(--muted);font-size:11px}
.price-history-summary strong{display:block;font-size:24px;margin-top:5px}
.price-history-table{min-height:120px;max-height:48dvh;overflow:auto;border:1px solid var(--line);border-radius:10px}
.price-history-table table{min-width:0}
.price-history-table th{position:sticky;top:0;z-index:2;background:var(--panel);box-shadow:0 1px var(--line)}
.price-history-table td{padding:10px 14px}
.price-history-table a{color:var(--text);text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:3px}
.price-history-table a:hover{color:var(--blue)}
.price-history-missing td{color:var(--muted)}
.price-history-note{flex-shrink:0;color:var(--muted);font-size:10px;line-height:1.5;margin-top:12px}
@media(max-width:600px){.price-history-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.price-history-tabs button{padding:9px}.price-history-dialog h2{font-size:13px}.price-history-summary{padding:12px 0}.price-history-summary strong{font-size:20px}.price-history-summary small{max-width:100px;text-align:right}.price-history-table th,.price-history-table td{padding:9px 7px;font-size:10px}.price-history-table .num{min-width:0}.price-history-note{font-size:9px}.price-history-sub{font-size:10px}}
.price-history-delta{display:inline-block;white-space:nowrap;border-radius:5px;padding:3px 5px}
.price-history-delta.price-history-alert{background:rgba(91,140,255,.1);color:var(--blue);font-weight:700}
.price-history-rise{background:rgba(247,184,75,.13);color:var(--amber);font-weight:700}
@media(max-width:600px){.price-history-table th{white-space:normal;font-size:9px;line-height:1.3;letter-spacing:0}.price-history-table th,.price-history-table td{padding:8px 5px}.price-history-delta{padding:3px 2px;font-size:10px}}
