.urgent-list{grid-template-columns:1fr}
.urgent-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:stretch}
.urgent-card>.urgent-card-info{min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:0}
.urgent-card-kicker{display:flex;align-items:center;gap:10px}
.urgent-card-price{display:block;margin:22px 0 14px;color:#173b31;font-size:26px}
.urgent-card-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--line);white-space:nowrap}
.urgent-card-footer time{color:#87968d;font-size:11px}
.urgent-card-trend{min-width:0;padding:13px 16px;border-radius:12px;background:#f7faf7}
.urgent-chart{color:var(--green)}.urgent-chart.down{color:#c77960}.urgent-chart.flat{color:#769787}
.urgent-chart-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#71877a;font-size:11px}.urgent-chart-top strong{color:var(--ink);font-size:17px}
.urgent-chart svg{display:block;width:100%;height:auto;max-height:160px;margin-top:6px;overflow:visible}
.urgent-chart svg text{fill:#89998e;font:9px 'DM Sans','Noto Sans KR',sans-serif}
.urgent-chart .urgent-guide{stroke:#dfebe1;stroke-width:1;stroke-dasharray:3 3}
.urgent-chart small{display:block;margin-top:3px;color:#8b9b90;font-size:10px;line-height:1.5}
.urgent-chart-empty{display:grid;place-items:center;min-height:150px;color:#8b9b90;font-size:12px;text-align:center}
@media(max-width:760px){.urgent-card{grid-template-columns:1fr;gap:18px}.urgent-card-price{margin:18px 0 12px}.urgent-card-trend{padding:12px}.urgent-card-footer{margin-top:0}}
@media(max-width:400px){.urgent-card-footer{gap:5px}.urgent-card-footer time,.urgent-original{font-size:10px}}
.listing-panel table{table-layout:fixed;min-width:640px}
.listing-panel th:nth-child(1),.listing-panel td:nth-child(1){width:105px}
.listing-panel th:nth-child(2),.listing-panel td:nth-child(2){width:85px}
.listing-panel th:nth-child(3),.listing-panel td:nth-child(3){width:105px}
.listing-panel th:nth-child(4),.listing-panel td:nth-child(4){width:70px}
.listing-panel th:nth-child(5),.listing-panel td:nth-child(5){width:175px}
.listing-panel .price-cell{white-space:normal;overflow-wrap:anywhere}
.listing-panel .price-cell>a{display:block;white-space:nowrap}
.price-history-trigger{display:block;margin-top:5px;padding:0;border:0;background:none;color:var(--green);font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:2px;text-align:left}
.price-history-dialog{width:min(480px,calc(100vw - 28px));max-height:min(80vh,680px);padding:0;border:1px solid #d9e8dc;border-radius:17px;background:#fff;color:var(--ink);box-shadow:0 22px 70px rgba(16,48,34,.22)}
.price-history-dialog::backdrop{background:rgba(14,37,27,.46)}
.price-history-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:21px 23px 15px;border-bottom:1px solid var(--line)}
.price-history-dialog-head small{color:var(--green);font-size:10px;font-weight:800}.price-history-dialog-head h4{margin:6px 0 0;font-size:17px}
.price-history-close{border:0;background:#f0f5f0;border-radius:8px;width:32px;height:32px;color:#567264;font-size:22px}
.price-history-dialog-body{padding:8px 23px 23px;overflow:auto}
.price-history-list{display:grid;gap:0;margin:0;padding:0;list-style:none}
.price-history-list li{display:grid;gap:4px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.price-history-list li:last-child{border-bottom:0}
.price-history-list time{color:#89998e;font-size:11px}.price-history-list strong{color:#183d31;font-size:15px}.price-history-list span{color:#73877a}
@media(max-width:700px){.listing-panel table{min-width:600px}.listing-panel th:nth-child(5),.listing-panel td:nth-child(5){width:155px}.price-history-dialog-head{padding:18px}.price-history-dialog-body{padding:8px 18px 18px}}
.matched-repricing{margin:16px 0 10px;padding:14px 16px;border:1px solid #dbe5f5;border-radius:12px;background:#f7faff;color:#203754}
.matched-repricing strong{display:block;margin-bottom:5px;font-size:13px}
.matched-repricing p{margin:0 0 6px;font-size:13px;line-height:1.6}
.matched-repricing small{display:block;color:#667891;font-size:11px;line-height:1.55}
