.lmtf-card {
  border-radius: 18px;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
}

.lmtf-theme-dark {
  background: #070707;
  color: #f7f7f7;
}

.lmtf-theme-light {
  background: #ffffff;
  color: #151515;
  border-color: rgba(0,0,0,.1);
}

.lmtf-theme-mono {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.lmtf-header,
.lmtf-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
}

.lmtf-header strong {
  font-size: 14px;
  letter-spacing: .02em;
}

.lmtf-pulse {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(255,255,255,.7);
  animation: lmtfPulse 1.8s infinite;
}

@keyframes lmtfPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.5); }
  70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.lmtf-plan {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .72;
}

.lmtf-feed {
  padding: 10px;
}

.lmtf-hit {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.lmtf-theme-light .lmtf-hit {
  border-bottom-color: rgba(0,0,0,.08);
}

.lmtf-hit:last-child {
  border-bottom: 0;
}

.lmtf-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-top: 6px;
  background: currentColor;
  opacity: .7;
}

.lmtf-hit-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.lmtf-hit-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 4px;
  font-size: 11px;
  opacity: .75;
}

.lmtf-ref {
  margin-top: 5px;
  font-size: 11px;
  opacity: .68;
}

.lmtf-hit time {
  font-size: 11px;
  opacity: .62;
  white-space: nowrap;
}

.lmtf-footer {
  font-size: 11px;
  opacity: .82;
}

.lmtf-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lmtf-empty {
  padding: 18px;
  font-size: 13px;
  opacity: .72;
  line-height: 1.4;
}