/* =========================================================
   MAGAZINE THEME — COMPONENTS
========================================================= */

.card{
  min-width:0;
  border:1px solid var(--border);
  background:var(--surface);
  box-shadow:var(--shadow-sm);
}
.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid #111;
  border-radius:0;
  color:#111;
  background:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.pill:hover,.pill.is-active,.pill[aria-current="page"]{color:#fff;background:#111}
.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  min-height:24px;
  padding:0 7px;
  color:#fff;
  background:var(--mag-red);
  font-size:10px;
  font-weight:950;
}
.empty-state{
  padding:22px;
  border-left:5px solid var(--mag-red);
  background:var(--mag-paper-soft);
}
.empty-state p{margin:0;color:var(--muted);font-family:var(--font-serif)}
.muted{color:var(--muted);font-size:13px;line-height:1.5}
.td-lang-switch-wrap{position:fixed;right:20px;bottom:18px;z-index:9998}
.td-lang-switch{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:38px;
  padding:0 12px;
  border:1px solid #111;
  color:#fff;
  background:#111;
  font-size:10px;
  font-weight:950;
}
.td-lang-switch__target{color:#ff7d81}
.td-theme-preview-badge{
  position:fixed;
  top:12px;
  left:12px;
  z-index:var(--z-overlay);
  padding:8px 10px;
  color:#fff;
  background:var(--mag-red);
  font-size:10px;
  font-weight:950;
  text-transform:uppercase;
}
.grecaptcha-badge{z-index:9999!important}
