/* ========= Page-specific tweaks ======== */

/* Hide old tile background if #tiles still exists */
#tiles{ display:none !important; }

/* Keep the “Currently learning” pill style consistent */
.pill{
  display:inline-flex; align-items:center; gap:.55rem;
  padding:.85rem 1.15rem; border-radius:999px; border:1px solid #e7e8fb;
  background: linear-gradient(180deg, #fff, #f7f9ff);
  color:#272c3a; font-weight:800; text-decoration:none;
  box-shadow: var(--shadow-1);
}
.pill:hover{ transform: translateY(-1px); box-shadow: var(--shadow-2); }
