.asset-trend-card {
      margin: 20px 0 22px;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: #f8fafc;
    }

.asset-trend-card h3 {
      margin: 0 0 5px;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: .01em;
    }

.asset-trend-card .section-label {
      font-size: 13px;
      font-weight: 700;
    }

.asset-trend-head {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-end;
      margin-bottom: 12px;
    }

.asset-trend-head .help {
      margin: 0;
      max-width: 600px;
      text-align: right;
    }

.asset-trend-box {
      position: relative;
      width: 100%;
      height: 340px;
    }

.asset-trend-box canvas {
      display: block;
      width: 100%;
      height: 100%;
    }

.dwz-grid {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
      gap: 22px;
      align-items: start;
    }

.pace-box {
      margin-top: 16px;
      padding: 16px;
      border-radius: 14px;
      border: 1px solid var(--line);
      background: #fff;
    }

.pace-status {
      font-size: 18px;
      font-weight: 800;
      margin-bottom: 5px;
    }

.pace-detail {
      color: var(--muted);
      font-size: 14px;
    }

.dwz-note {
      margin-top: 18px;
      padding: 14px;
      border-radius: 12px;
      background: #fff7ed;
      color: #9a3412;
      font-size: 13px;
    }
