.nav-cta,
.ui-button,
.card-btn,
.act-main,
.act-sec,
.act-share,
.tier-btn,
.unlock-btn,
.copy-btn,
.auth-submit {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  cursor: pointer;
  color: var(--t1);
  background: var(--s2);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.button-primary,
.card-btn.primary,
.act-main,
.auth-submit,
.tbtn-grad,
.unlock-btn,
.nav-cta {
  color: #06110F;
  background: var(--teal);
  box-shadow: 0 0 28px rgba(0,245,200,0.22);
}

.button-outline,
.card-btn.ghost,
.act-sec,
.act-share,
.tbtn-muted {
  color: var(--teal);
  border-color: rgba(0,245,200,0.36);
  background: var(--t-08);
}

.tbtn-blue {
  color: var(--t1);
  border-color: rgba(79,124,255,0.45);
  background: rgba(79,124,255,0.18);
}

.tbtn-gold {
  color: #17110A;
  background: var(--gold);
}

.nav-cta:hover,
.ui-button:hover,
.card-btn:hover,
.act-main:hover,
.act-sec:hover,
.act-share:hover,
.tier-btn:hover,
.unlock-btn:hover,
.copy-btn:hover,
.auth-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.chip,
.game-chip {
  min-height: var(--chip-h);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid var(--sep2);
  border-radius: var(--r-sm);
  color: var(--t2);
  background: rgba(17,17,24,0.86);
  cursor: pointer;
  font-weight: 750;
  white-space: nowrap;
}

.chip.on,
.chip:hover,
.game-chip.active,
.game-chip:hover {
  color: var(--teal);
  border-color: rgba(0,245,200,0.44);
  background: var(--t-08);
  box-shadow: 0 0 22px rgba(0,245,200,0.10);
}

.chip-live,
.sw-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(0,245,200,0.62);
  animation: blink 1.4s ease-in-out infinite;
}

.chip-badge {
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  color: #071412;
  background: var(--teal);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
}

.meta-card,
.card,
.card-locked,
.empty-feed,
.side-panel,
.price-card,
.tier,
.auth-card,
.login-inner,
.onboarding-preview,
.ck-mod,
.cockpit-panel,
.security-form,
.share-card-preview,
.share-copy,
.route-panel,
.recovery-codes {
  border: 1px solid var(--sep);
  border-radius: var(--r-md);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), transparent 42%),
    rgba(17,17,24,0.92);
  box-shadow: var(--card-shadow);
}

.meta-card,
.card {
  position: relative;
  overflow: hidden;
  min-height: 282px;
  padding: 20px 20px 20px 26px;
}

.meta-card:hover,
.card:hover,
.price-card:hover,
.tier:hover,
.ck-mod:hover {
  border-color: var(--sep2);
  transform: translateY(-2px);
}

.status-rail,
.c-rail,
.locked-rail {
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--teal);
  box-shadow: 0 0 22px rgba(0,245,200,0.32);
}

.card-hot .status-rail,
.card.hot .c-rail,
.card.hot .status-rail {
  background: linear-gradient(180deg, var(--red), var(--teal), var(--red));
  background-size: 100% 220%;
  animation: railHeat 2.6s ease-in-out infinite;
}

.card-nerfed .status-rail,
.card.nerf .c-rail {
  background: var(--blue);
  animation: railPulse 2.8s ease-in-out infinite;
}

.card-rising .status-rail,
.card.rise .c-rail,
.card-watchlist .status-rail {
  background: linear-gradient(180deg, transparent, var(--teal), transparent);
  background-size: 100% 220%;
  animation: railRise 2.9s linear infinite;
}

.card-sleeper .status-rail,
.card.sleep .c-rail {
  background: var(--purple);
  animation: railGlow 3.2s ease-in-out infinite;
}

.card-corrected .status-rail,
.card.corr .c-rail {
  background: var(--gold);
}

.card-entity-bg,
.c-wm,
.locked-wm {
  position: absolute;
  right: -36px;
  bottom: -42px;
  pointer-events: none;
  color: rgba(255,255,255,0.035);
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.card-entity-bg {
  width: 230px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  opacity: 0.13;
}

.card-entity-bg img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 0 26px rgba(0,245,200,0.18));
}

.card-content,
.c-body,
.locked-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.card-top,
.c-meta,
.locked-meta,
.c-proof,
.card-actions,
.c-acts,
.truth-meta-row,
.source-badges,
.drop-vote-row,
.src-dots,
.share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mood-pill,
.truth-pill,
.card-game,
.card-time,
.c-game,
.c-patch,
.c-time,
.proof-strip span,
.truth-meta-row span,
.source-badges span,
.invite-pill,
.lock-line,
.locked-msg,
.sw-item {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid var(--sep);
  border-radius: 999px;
  color: var(--t2);
  background: rgba(255,255,255,0.035);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.15;
}

.mood-pill,
.c-tag {
  color: #06110F;
  border-color: transparent;
  background: var(--teal);
  font-family: var(--mono);
  font-weight: 800;
  text-transform: uppercase;
}

.mood-pill.nerfed,
.card-hot .c-tag {
  color: var(--t1);
  background: var(--red);
}

.mood-pill.rising,
.mood-pill.sleeper {
  color: var(--t1);
  background: var(--purple);
}

.mood-pill.corrected {
  color: #17110A;
  background: var(--gold);
}

.truth-pill.verified,
.truth-pill.tp-vrf {
  color: var(--blue);
  border-color: rgba(79,124,255,0.38);
  background: var(--b-07);
}

.truth-pill.confirmed,
.truth-pill.tp-cnf {
  color: rgba(255,255,255,0.72);
}

.truth-pill.rising,
.truth-pill.tp-rise {
  color: var(--teal);
  border-color: rgba(0,245,200,0.30);
  background: var(--t-08);
}

.truth-pill.speculative,
.truth-pill.tp-spec {
  color: var(--purple);
  border-color: rgba(168,85,255,0.30);
  background: var(--p-07);
}

.truth-pill.expired,
.truth-pill.tp-exp {
  color: var(--t3);
  background: rgba(54,54,63,0.42);
}

.truth-pill.corrected,
.truth-pill.tp-corr {
  color: var(--gold);
  border-color: rgba(255,209,102,0.34);
  background: rgba(255,209,102,0.07);
}

.card-title,
.c-hit,
.locked-hit,
.empty-feed h3,
.price-tag,
.tier-price,
.share-card-preview h1,
.share-copy h2 {
  margin: 0;
  color: var(--t1);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 850;
}

.card-sub,
.c-why,
.locked-why {
  margin: 0;
  color: var(--t1);
  font-weight: 650;
  line-height: 1.45;
}

.card-proof,
.empty-feed p,
.price-card p,
.tier-desc,
.auth-card p,
.login-subtitle,
.onboarding-preview p,
.cockpit-panel p,
.share-card-preview p,
.share-copy p,
.security-form p,
.recovery-codes p {
  margin: 0;
  color: var(--t2);
  line-height: 1.5;
}

.c-fresh {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.055);
}

.c-fresh-fill {
  height: 100%;
  width: 0;
  transform-origin: left;
  background: var(--grad);
  animation: freshFill 520ms ease-out both;
}

.sig {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 3px;
}

.sig-bar {
  width: 5px;
  height: 16px;
  border-radius: 999px;
  background: var(--sep2);
}

.sig-bar.on {
  background: var(--teal);
}

.src-d {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--t4);
}

.src-t { background: var(--teal); }
.src-b { background: var(--blue); }
.src-p { background: var(--purple); }
.src-off { background: var(--s4); }

.source-chain-reveal {
  border: 1px solid var(--sep);
  border-radius: var(--r-sm);
  background: rgba(10,10,15,0.46);
}

.source-chain-reveal summary {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  cursor: pointer;
  list-style: none;
}

.source-chain-reveal summary::-webkit-details-marker {
  display: none;
}

.source-chain-reveal summary span {
  color: var(--t1);
  font-weight: 800;
}

.source-chain-reveal summary small {
  color: var(--t3);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.35;
}

.source-badges {
  padding: 0 12px 12px;
}

.c-vote,
.drop-vote-row {
  overflow: hidden;
  border: 1px solid var(--sep);
  border-radius: var(--r-sm);
  background: rgba(10,10,15,0.54);
}

.c-vote-label {
  color: var(--t3);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.v-seg,
.vote-btn {
  position: relative;
  overflow: hidden;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid transparent;
  border-radius: var(--r-xs);
  color: var(--t2);
  background: rgba(255,255,255,0.035);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.v-cracked,
.vote-btn.cracked:hover {
  color: var(--teal);
}

.v-over,
.vote-btn.overrated:hover {
  color: var(--red);
}

.v-early,
.vote-btn.too-early:hover {
  color: var(--purple);
}

.vote-btn::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.vote-btn:active::after {
  animation: voteRipple 360ms ease-out;
}

.card-locked {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 20px 20px 20px 26px;
}

.locked-blur {
  filter: blur(5px);
  opacity: 0.45;
  user-select: none;
}

.locked-gate {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--sep);
}

.field-group,
.auth-form label,
.auth-form fieldset {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.field-label,
.auth-form label span,
.auth-form legend {
  color: var(--t1);
  font-size: 14px;
  font-weight: 750;
}

.field-input,
.auth-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--sep2);
  border-radius: var(--r-sm);
  color: var(--t1);
  background: rgba(10,10,15,0.68);
  outline: none;
}

.field-input:focus,
.auth-form input:focus {
  border-color: rgba(0,245,200,0.52);
  box-shadow: 0 0 0 3px rgba(0,245,200,0.08);
}

.check-row {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.check-row input[type="checkbox"],
.check-row input[type="radio"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--teal);
}

.page-alert,
.auth-error {
  padding: 12px 14px;
  border: 1px solid rgba(255,209,102,0.36);
  border-radius: var(--r-sm);
  color: var(--gold);
  background: rgba(255,209,102,0.07);
  line-height: 1.4;
}

.turnstile-wrap {
  min-height: 72px;
  display: grid;
  align-content: start;
  overflow: visible;
}

.turnstile-status {
  color: var(--t3);
  font-size: 13px;
}
