.metric-card{background:#fff;border-radius:14px;-webkit-box-shadow:0 8px 20px rgba(0,0,0,.08);box-shadow:0 8px 20px rgba(0,0,0,.08);padding:18px 18px 20px;width:100%;color:#2b2f33;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}.metric-card,.metric-card__top{display:-webkit-box;display:-ms-flexbox;display:flex}.metric-card__top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.metric-card__icon-tile{width:64px;height:64px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:28px;color:#fff;opacity:.95}.metric-card__icon-tile img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.metric-card__icon-tile--amber{background:#fd5638}.metric-card__value{font-size:22px;font-weight:600;line-height:1;color:#000}.metric-card__label{font-size:16px;color:#60666d;text-align:right;margin-top:6px}.metric-card__icon-tile svg{width:1em;height:1em}