.token-rug-tools-card[hidden] {
  display: none !important;
}
.token-rug-tools-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 100% 0, rgba(166, 224, 15, .10), transparent 48%),
    linear-gradient(180deg, rgba(27, 29, 34, .98), rgba(18, 19, 23, .98));
}
.token-rug-tools-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: rgba(255, 255, 255, .14);
}
.token-rug-tools-card.is-healthy::before { background: #b9f326; }
.token-rug-tools-card.is-watch::before { background: #f4c95d; }
.token-rug-tools-card.is-risk::before { background: #ff6b6b; }
.token-rug-tools-head,
.token-rug-tools-title,
.token-rug-tools-body {
  display: flex;
  align-items: center;
}
.token-rug-tools-head {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.token-rug-tools-title {
  gap: 9px;
  min-width: 0;
}
.token-rug-tools-title svg {
  width: 20px;
  height: 20px;
  color: #b9f326;
  flex: 0 0 auto;
}
.token-rug-tools-title strong {
  color: #f5f6f2;
  font-size: 14px;
  line-height: 1.2;
}
.token-rug-tools-badge {
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: rgba(241, 243, 237, .72);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.token-rug-tools-card.is-healthy .token-rug-tools-badge {
  border-color: rgba(185, 243, 38, .26);
  background: rgba(185, 243, 38, .09);
  color: #dfff8b;
}
.token-rug-tools-card.is-watch .token-rug-tools-badge {
  border-color: rgba(244, 201, 93, .26);
  color: #f8dc93;
}
.token-rug-tools-card.is-risk .token-rug-tools-badge {
  border-color: rgba(255, 107, 107, .27);
  color: #ff9b9b;
}
.token-rug-tools-body {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.token-rug-tools-summary {
  color: #f6f7f3;
  font-size: 16px;
  line-height: 1.3;
}
.token-rug-tools-confidence {
  min-height: 17px;
  color: rgba(225, 228, 220, .62);
  font-size: 12px;
  line-height: 1.4;
}
.token-rug-tools-link {
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  color: #dfff8b;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
.token-rug-tools-link:hover { color: #efffc7; }
.token-rug-tools-footnote {
  display: block;
  margin-top: 11px;
  color: rgba(225, 228, 220, .40);
  font-size: 10px;
  line-height: 1.35;
}
.token-rug-tools-card.is-loading .token-rug-tools-summary,
.token-rug-tools-card.is-loading .token-rug-tools-confidence {
  border-radius: 6px;
  color: transparent;
  background: linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,.10), rgba(255,255,255,.045));
  background-size: 200% 100%;
  animation: token-rug-tools-shimmer 1.25s linear infinite;
}
.token-rug-tools-card.is-loading .token-rug-tools-summary { width: 68%; }
.token-rug-tools-card.is-loading .token-rug-tools-confidence { width: 43%; }
.token-discussion-tab[data-rug-tools-tab][hidden] { display: none !important; }
.token-rug-tools-panel { min-height: 170px; }
.token-rug-tools-card--tab {
  box-sizing: border-box;
  width: 100%;
  min-height: 134px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
}
@media (max-width: 720px) {
  .token-rug-tools-card--tab { padding: 17px; }
}
@keyframes token-rug-tools-shimmer { to { background-position: -200% 0; } }
@media (prefers-reduced-motion: reduce) {
  .token-rug-tools-card.is-loading .token-rug-tools-summary,
  .token-rug-tools-card.is-loading .token-rug-tools-confidence { animation: none; }
}
