/* ABZ "hero redesign" theme for the student portal dashboard, My Home,
   and Z-Shop - ported from the design mockups (ABZ Student Portal /
   ABZ My Home / ABZ Z-Shop .dc.html exports). Deliberately separate from
   student_portal.css's dark theme (still used by teacher-facing chrome
   elsewhere) rather than overloading shared class names like
   .shop-item-card, which the still-dormant legacy My Block modal also
   references - keeps that rollback path untouched. */

.hz-app {
  font-family: 'Instrument Sans', system-ui, sans-serif;
  color: #2a2440;
  background: linear-gradient(180deg, #8fd0ff 0%, #cbeaff 42%, #eafaf0 100%);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.hz-app h1, .hz-app h2, .hz-app h3, .hz-app .hz-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.hz-z-coin { background: linear-gradient(135deg, #ffd84d, #ffb020); }

.hz-act { transition: transform 0.16s ease, box-shadow 0.16s ease; cursor: pointer; }
.hz-act:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,0.16); }

@keyframes hz-cloud { from { transform: translateX(-40px); } to { transform: translateX(40px); } }
@keyframes hz-bobble { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes hz-pop { 0% { transform: scale(0.7); opacity: 0; } 55% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(1); } }
@keyframes hz-fade-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ---------------- HUD ---------------- */
.hz-hud {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 16px 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hz-glass-pill {
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(60,90,150,0.15);
}

.hz-hud-name {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 18px;
  padding: 8px 16px 8px 8px;
  box-shadow: 0 8px 22px rgba(60,90,150,0.15);
}

.hz-avatar-badge {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff8cf0, #b43cff);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 19px;
  flex: 0 0 auto;
}

.hz-hud-name-text { font-family: 'Space Grotesk'; font-weight: 700; font-size: 17px; line-height: 1.1; }

.hz-spacer { flex: 1; }

.hz-coin-pill, .hz-streak-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 8px 18px 8px 8px;
}
.hz-streak-pill { gap: 8px; padding: 8px 16px; }
/* #dashboardTodoPill reuses .hz-coin-pill but is an <a>, not a <div> -
   reset link defaults so it reads like the other HUD pills, not a hyperlink. */
a.hz-coin-pill { color: #2a2440; text-decoration: none; }
a.hz-coin-pill:hover { color: #2a2440; text-decoration: none; }

.hz-coin-badge {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7a4b00;
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 15px;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.12);
}

.hz-coin-value { font-family: 'Space Grotesk'; font-weight: 700; font-size: 17px; }

.hz-bell-btn {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.hz-back-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 14px;
  padding: 11px 18px;
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 15px;
  color: #2a2440;
  border: none;
}

.hz-page-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 20px; }

/* ---------------- buttons ---------------- */
.hz-btn-primary {
  border: none;
  border-radius: 12px;
  padding: 11px 22px;
  background: linear-gradient(115deg, #ff8cf0, #b43cff 55%, #7c3cff);
  color: #fff;
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  white-space: nowrap;
}
.hz-btn-primary:disabled { opacity: 0.55; cursor: default; }

.hz-btn-ghost {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 11px 16px;
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 13.5px;
  color: #2a2440;
  box-shadow: 0 6px 16px rgba(60,90,150,0.12);
  cursor: pointer;
}

.hz-owned-badge {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 11px; border-radius: 12px;
  background: #e5f7ea; border: 1px solid #b9e6c6; color: #2a7a44;
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 14px;
}

.hz-locked-badge {
  text-align: center; padding: 11px; border-radius: 12px;
  background: #f0edf5; border: 1px solid rgba(0,0,0,0.06); color: #a49db8;
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 13px;
}

/* ---------------- assignments panel ---------------- */
.hz-assignments-panel {
  border-radius: 24px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #ffffff, #fff4e4);
  border: 2px solid #ffcf8a;
  box-shadow: 0 16px 42px rgba(255,150,40,0.24);
}

.hz-panel-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap; margin-bottom: 16px;
}
.hz-panel-head-left { display: flex; align-items: center; gap: 14px; }
.hz-panel-icon {
  width: 52px; height: 52px; border-radius: 15px;
  display: grid; place-items: center; flex: 0 0 auto;
}
.hz-panel-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 23px; letter-spacing: -0.02em; }
.hz-panel-subtitle { font-size: 13.5px; color: #8a6a3a; font-weight: 600; }

.hz-badge-outline {
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 13.5px; color: #2a2440;
  background: #fff; border: 1px solid #ffcf8a; padding: 8px 14px; border-radius: 999px;
}
.hz-badge-gold {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 13.5px; color: #7a4b00;
  background: linear-gradient(135deg, #ffe08a, #ffb020); padding: 8px 14px; border-radius: 999px;
}

.hz-assignment-rows { display: flex; flex-direction: column; gap: 10px; }

.hz-item-row {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid rgba(0,0,0,0.07); border-radius: 16px; padding: 13px 16px;
}
.hz-item-row-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; font-size: 20px; }
.hz-item-row-body { flex: 1; min-width: 0; }
.hz-item-row-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 16px; }
.hz-item-row-sub { font-size: 13px; color: #8a8398; }
.hz-item-row-note { margin-top: 6px; font-size: 12.5px; color: #6b5a1f; background: rgba(251, 191, 36, 0.12); border-radius: 8px; padding: 6px 9px; line-height: 1.4; }

.hz-empty-note { text-align: center; padding: 18px; color: #8a6a3a; font-weight: 600; }

/* ---------------- world grid ---------------- */
.hz-world-grid {
  max-width: 1240px; margin: 0 auto; padding: 20px 26px 40px;
  display: grid; grid-template-columns: 1fr 320px; gap: 22px; align-items: start;
}
@media (max-width: 860px) { .hz-world-grid { grid-template-columns: 1fr; } }

.hz-world-stage {
  position: relative; border-radius: 30px; overflow: hidden; min-height: 420px;
  background: linear-gradient(180deg, #9bd7ff, #d6f0ff 55%);
  box-shadow: 0 24px 60px rgba(60,90,150,0.28);
  border: 3px solid rgba(255,255,255,0.7);
}
.hz-world-sun {
  position: absolute; top: -50px; right: -30px; width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle, #fff3b0, #ffd84d 60%, transparent 72%); filter: blur(2px);
}
.hz-world-cloud {
  position: absolute; border-radius: 999px; background: rgba(255,255,255,0.9);
  animation: hz-cloud 9s ease-in-out infinite alternate;
}
.hz-world-title-toast {
  position: absolute; top: 20px; left: 20px; z-index: 5;
  background: rgba(255,255,255,0.9); border-radius: 14px; padding: 10px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.hz-world-title-toast .hz-world-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 18px; }
.hz-world-title-toast .hz-world-subtitle { font-size: 12.5px; color: #6b6580; font-weight: 600; }
.hz-world-ground {
  position: absolute; left: 0; right: 0; bottom: 0; height: 58%;
  background: linear-gradient(180deg, #8fe06a, #5cc23f); border-top: 4px solid #b6f08e;
}
.hz-world-plot {
  position: absolute; left: 0; right: 0; bottom: 44px; z-index: 4;
  display: flex; align-items: flex-end; justify-content: center; gap: 32px; padding: 0 30px;
  flex-wrap: wrap;
}
.hz-welcome-sign { display: flex; flex-direction: column; align-items: center; animation: hz-bobble 5s ease-in-out infinite; }
.hz-welcome-sign-flag {
  background: linear-gradient(135deg, #ff8cf0, #b43cff); color: #fff;
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 13px; padding: 8px 14px; border-radius: 10px;
  box-shadow: 0 8px 18px rgba(180,60,255,0.4);
}
.hz-welcome-sign-post { width: 8px; height: 46px; background: #a9743f; }

.hz-house-link { width: 190px; text-align: center; text-decoration: none; color: inherit; display: block; }
.hz-house-roof { height: 44px; margin: 0 auto; width: 150px; background: linear-gradient(135deg, #ff7a7a, #ff4d6d); clip-path: polygon(50% 0, 100% 100%, 0 100%); box-shadow: 0 6px 14px rgba(0,0,0,0.12); }
.hz-house-body { width: 150px; height: 92px; margin: -2px auto 0; background: linear-gradient(180deg, #fff2e0, #ffe0c2); border-radius: 6px; position: relative; box-shadow: 0 10px 22px rgba(0,0,0,0.15); }
.hz-house-door { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 34px; height: 46px; background: #a9743f; border-radius: 6px 6px 0 0; }
.hz-house-window { position: absolute; top: 14px; width: 26px; height: 26px; background: #bfe6ff; border: 3px solid #fff; border-radius: 5px; }
.hz-house-window.left { left: 18px; }
.hz-house-window.right { right: 18px; }
.hz-house-label { margin-top: 8px; font-family: 'Space Grotesk'; font-weight: 700; font-size: 13px; color: #2a4a1e; background: rgba(255,255,255,0.8); display: inline-block; padding: 3px 10px; border-radius: 999px; }

.hz-empty-lot { width: 130px; text-align: center; }
.hz-empty-lot-box {
  width: 120px; height: 92px; margin: 0 auto;
  border: 3px dashed rgba(255,255,255,0.85); border-radius: 12px;
  display: grid; place-items: center; color: #2a4a1e; font-size: 12px; font-weight: 700;
  background: rgba(255,255,255,0.12);
}
.hz-empty-lot-sub { margin-top: 8px; font-size: 12px; font-weight: 600; color: #2a4a1e; }

.hz-earned-toast {
  position: absolute; bottom: 18px; right: 18px; z-index: 6;
  display: flex; align-items: center; gap: 8px;
  background: #fff; border-radius: 12px; padding: 9px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16); animation: hz-pop 0.6s ease;
}

/* ---------------- side column ---------------- */
.hz-side-col { display: flex; flex-direction: column; gap: 16px; }

.hz-link-card {
  display: block; border-radius: 22px; padding: 22px; text-decoration: none;
}
.hz-link-card-row { display: flex; align-items: center; gap: 12px; }
.hz-link-card-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; flex: 0 0 auto; }
.hz-link-card-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 20px; }
.hz-link-card-sub { font-size: 13.5px; }

.hz-link-card.hz-primary { background: linear-gradient(135deg, #ff8cf0, #b43cff 55%, #7c3cff); color: #fff; box-shadow: 0 14px 34px rgba(180,60,255,0.4); }
.hz-link-card.hz-primary .hz-link-card-icon { background: rgba(255,255,255,0.2); }
.hz-link-card.hz-primary .hz-link-card-sub { opacity: 0.9; }
.hz-link-card.hz-white { background: #fff; box-shadow: 0 12px 30px rgba(60,90,150,0.15); color: #2a2440; }
.hz-link-card.hz-white .hz-link-card-sub { color: #6b6580; }

/* ---------------- action dock ---------------- */
.hz-dock { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (max-width: 640px) { .hz-dock { grid-template-columns: 1fr; } }
.hz-dock-card {
  display: flex; align-items: center; gap: 16px; background: #fff; border-radius: 22px;
  padding: 22px 24px; box-shadow: 0 12px 30px rgba(60,90,150,0.15); text-decoration: none; color: inherit;
}
.hz-dock-icon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; flex: 0 0 auto; }
.hz-dock-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 19px; }
.hz-dock-sub { font-size: 13.5px; color: #6b6580; }

/* ---------------- completed panel ---------------- */
.hz-completed-panel {
  background: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.8);
  border-radius: 24px; padding: 22px 24px; backdrop-filter: blur(6px);
}
.hz-completed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 760px) { .hz-completed-grid { grid-template-columns: 1fr; } }
.hz-completed-row {
  display: flex; align-items: center; gap: 12px; background: #fff;
  border: 1px solid rgba(0,0,0,0.06); border-radius: 16px; padding: 13px 15px;
}
.hz-completed-check {
  width: 38px; height: 38px; border-radius: 11px; background: #34c76f;
  display: grid; place-items: center; color: #fff; font-size: 17px; flex: 0 0 auto;
}

/* ---------------- My Home ---------------- */
.hz-home-hero { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 26px; align-items: center; margin-bottom: 34px; }
@media (max-width: 860px) { .hz-home-hero { grid-template-columns: 1fr; } }

.hz-home-stage {
  position: relative; border-radius: 26px; overflow: hidden; height: 280px;
  background: linear-gradient(180deg, #9bd7ff, #d6f0ff 55%);
  box-shadow: 0 22px 50px rgba(60,90,150,0.26); border: 3px solid rgba(255,255,255,0.7);
  display: grid; place-items: end center;
}
.hz-home-stage .hz-world-ground { height: 42%; }
.hz-home-stage-house { position: relative; z-index: 2; margin-bottom: 30px; text-align: center; animation: hz-bobble 5s ease-in-out infinite; }

.hz-eyebrow-pill {
  display: inline-block; font-family: 'Space Grotesk'; font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.06em; color: #b43cff; background: #fff; padding: 6px 13px; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(60,90,150,0.12); margin-bottom: 14px;
}
.hz-home-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.03em; margin: 0 0 12px; }
.hz-home-desc { font-size: 16px; line-height: 1.55; color: #4a4358; margin: 0 0 14px; max-width: 420px; }
.hz-home-room-total { font-size: 14px; font-weight: 700; color: #2a7a44; margin-bottom: 14px; }

.hz-room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .hz-room-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .hz-room-grid { grid-template-columns: 1fr; } }

.hz-room-card {
  position: relative; border-radius: 20px; overflow: hidden; background: #fff;
  box-shadow: 0 12px 28px rgba(60,90,150,0.14); border: none; padding: 0; text-align: left; cursor: pointer;
  display: block; width: 100%;
}
.hz-room-thumb { height: 130px; position: relative; display: grid; place-items: center; }
.hz-room-thumb-tag {
  font-family: monospace; font-size: 11px; color: rgba(255,255,255,0.75);
  background: rgba(0,0,0,0.2); padding: 3px 8px; border-radius: 5px;
}
.hz-room-body { padding: 15px 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hz-room-name { font-family: 'Space Grotesk'; font-weight: 700; font-size: 17px; }
.hz-room-enter { font-family: 'Space Grotesk'; font-weight: 700; font-size: 14px; color: #b43cff; }
.hz-room-count { font-family: 'Space Grotesk'; font-weight: 700; font-size: 12px; color: #8a8398; }

.hz-room-banner {
  position: relative; border-radius: 26px; overflow: hidden; height: 260px; margin-bottom: 30px;
  box-shadow: 0 22px 50px rgba(60,90,150,0.26); border: 3px solid rgba(255,255,255,0.7);
  display: grid; place-items: center; text-align: center;
}
.hz-room-banner-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: clamp(26px, 3.4vw, 40px); color: #fff; text-shadow: 0 3px 14px rgba(0,0,0,0.3); }
.hz-room-banner-sub { font-family: monospace; font-size: 12px; color: rgba(255,255,255,0.85); margin-top: 8px; }

.hz-view-only-badge {
  position: absolute; top: 18px; right: 18px;
  background: rgba(0,0,0,0.4); color: #fff;
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 12px;
  padding: 5px 12px; border-radius: 999px;
}

.hz-section-sub { font-size: 14.5px; color: #6b6580; margin: 0 0 20px; }

.hz-upgrade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 860px) { .hz-upgrade-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .hz-upgrade-grid { grid-template-columns: 1fr; } }

.hz-shop-card {
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 12px 28px rgba(60,90,150,0.14); display: flex; flex-direction: column;
}
.hz-shop-card-art {
  height: 130px; background: linear-gradient(150deg, #e9e2f5, #d9ecff);
  display: grid; place-items: center; position: relative;
}
.hz-shop-card-art-tag { font-family: monospace; font-size: 10.5px; color: rgba(0,0,0,0.35); }
.hz-shop-card-owned-flag {
  position: absolute; top: 10px; right: 10px; background: #34c76f; color: #fff;
  font-family: 'Space Grotesk'; font-weight: 700; font-size: 11px; padding: 3px 9px; border-radius: 999px;
}
.hz-shop-card-body { padding: 13px 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.hz-shop-card-head { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.hz-shop-card-name { font-family: 'Space Grotesk'; font-weight: 700; font-size: 14.5px; }
.hz-shop-card-price { display: inline-flex; align-items: center; gap: 4px; font-family: 'Space Grotesk'; font-weight: 700; font-size: 13px; color: #7a4b00; white-space: nowrap; }
.hz-shop-card-price.hz-free { color: #2a7a44; }
.hz-mini-coin {
  display: inline-grid; place-items: center; width: 17px; height: 17px; border-radius: 50%;
  background: linear-gradient(135deg, #ffd84d, #ffb020); color: #7a4b00; font-size: 10px;
}
.hz-shop-card-action { margin-top: auto; }

/* ---------------- Z-Shop chips + item grid ---------------- */
.hz-chip-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.hz-chip {
  cursor: pointer; font-family: 'Space Grotesk'; font-weight: 700; font-size: 14px;
  padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(0,0,0,0.08);
  color: #4a4358; background: #fff; box-shadow: 0 4px 12px rgba(60,90,150,0.1);
}
.hz-chip.active {
  border: none; color: #fff; background: linear-gradient(115deg, #ff8cf0, #b43cff);
  box-shadow: 0 8px 20px rgba(180,60,255,0.35);
}

.hz-shop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 860px) { .hz-shop-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .hz-shop-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------------- modal + toast ---------------- */
.hz-modal-backdrop {
  position: fixed; inset: 0; z-index: 60; background: rgba(20,10,30,0.5);
  backdrop-filter: blur(4px); display: grid; place-items: center; padding: 20px;
}
.hz-modal-backdrop.hidden { display: none; }
.hz-modal-card {
  background: #fff; border-radius: 24px; padding: 30px; max-width: 380px; width: 100%;
  text-align: center; box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}
.hz-modal-icon {
  width: 64px; height: 64px; border-radius: 18px; margin: 0 auto 18px;
  background: linear-gradient(135deg, #ff8cf0, #b43cff); display: grid; place-items: center;
  color: #fff; font-size: 28px;
}
.hz-modal-title { font-family: 'Space Grotesk'; font-weight: 700; font-size: 22px; margin-bottom: 6px; }
.hz-modal-desc { font-size: 15px; color: #6b6580; margin-bottom: 20px; }
.hz-modal-actions { display: flex; gap: 10px; }
.hz-modal-btn {
  flex: 1; padding: 13px; border-radius: 12px; font-family: 'Space Grotesk';
  font-weight: 700; font-size: 15px; cursor: pointer; border: 1px solid rgba(0,0,0,0.1);
  background: #fff; color: #2a2440;
}
.hz-modal-btn.hz-primary { border: none; background: linear-gradient(115deg, #ff8cf0, #b43cff 55%, #7c3cff); color: #fff; }

.hz-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(10px);
  z-index: 70; background: #1c8a4a; color: #fff; font-family: 'Space Grotesk'; font-weight: 700;
  font-size: 15px; padding: 14px 22px; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,0.3);
  opacity: 0; transition: 0.22s ease;
}
.hz-toast.visible { opacity: 1; transform: translateX(-50%) translateY(0); }
