#tp-overlay-root{ all: initial; }
.tp-badge{
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 2147483647;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.tp-pill{
  background: rgba(20,20,30,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 10px 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.tp-panel{
  margin-top: 10px;
  width: 320px;
  max-width: calc(100vw - 28px);
  background: rgba(20,20,30,.96);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
.tp-row{ display:flex; justify-content:space-between; gap:10px; align-items:center; }
.tp-muted{ color: rgba(255,255,255,.7); font-size: 12px; }
.tp-title{ font-size: 13px; font-weight: 650; line-height: 1.2; margin: 6px 0 8px; }
.tp-btn{
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 650;
  cursor: pointer;
  background: linear-gradient(90deg,#5b8cff,#00d3a7);
  color:#fff;
}
.tp-chip{
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  background: rgba(255,255,255,.06);
}
.tp-spark{
  height: 54px;
  width: 100%;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  margin: 8px 0;
  position: relative;
  overflow: hidden;
}
.tp-spark svg{ width: 100%; height: 100%; display:block; }
