.history-panel{margin:0 0 20px;padding:16px 18px;background:#fbf7fa;border:1px solid #f0e7ee;border-radius:18px}.history-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.history-panel__title{font-weight:700;font-size:15px;color:#2c2737}.history-panel__clear{background:none;border:0;cursor:pointer;color:#a79fb0;font-size:12px;text-decoration:underline;text-underline-offset:2px}.history-panel__clear:hover{color:#6b6478}.history-panel__note{margin:10px 2px 0;font-size:11px;color:#a79fb0}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border-radius:12px;border:1px solid #f2ecf0}.history-item__main{display:flex;align-items:baseline;gap:8px;min-width:0}.history-item__target{font-size:14px;color:#2c2737}.history-item__type{font-size:12px;color:#8a8394;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__meta{display:flex;align-items:center;gap:10px;flex-shrink:0}.history-item__temp{font-weight:800;color:#ff5c8a;font-size:15px}.history-item__date{font-size:12px;color:#a79fb0}.history-delta{display:flex;align-items:center;gap:12px;margin:0 0 18px;padding:12px 18px;border-radius:14px;font-size:14px;background:#f4f1f7;color:#4a4458}.history-delta__label{font-weight:700;font-size:12px;opacity:.7}.history-delta__body b{font-weight:800}.history-delta__chip{display:inline-block;margin-left:6px;padding:2px 10px;border-radius:999px;font-weight:800;font-size:13px}.history-delta.up{background:#fdeef3;color:#d63a6d}.history-delta.up .history-delta__chip{background:#d63a6d;color:#fff}.history-delta.down{background:#eef3fb;color:#3b6fd4}.history-delta.down .history-delta__chip{background:#3b6fd4;color:#fff}.history-delta.flat .history-delta__chip{background:#b9b2c4;color:#fff}
