/* Herald · Tally — app tweaks. Base in glass-core.css (premium kit:
   accent medallions, depth, per-app mint accent come for free). */

.ta-foot {
  flex-shrink: 0;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  padding: 6px 0 2px;
}

/* full-bleed count screen */
.ta-count {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.ta-name {
  position: absolute;
  top: 40px; left: 0; right: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--text-secondary);
  letter-spacing: -0.2px;
  padding: 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ta-num {
  font-size: 160px;
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--app-accent, var(--accent));
  text-shadow:
    0 0 30px var(--aa-glow, rgba(106, 255, 180, 0.4)),
    0 0 80px var(--aa-glow-soft, rgba(106, 255, 180, 0.22));
  letter-spacing: -3px;
}
.ta-hint {
  position: absolute;
  bottom: 30px; left: 0; right: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
}
