 
#topNavMenu { position: relative; }
.dl-nav-ink {
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background: linear-gradient(90deg, #d4a0ac, rgba(214, 160, 176, 0.25));
  transform: translateX(0);
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), width 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.dl-nav-ink.is-on { opacity: 1; }
.top-nav-menu .nav-item.active::after { display: none !important; }

.dl-tab-ink {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  border-radius: 2px;
  background: var(--dl-accent, #c4788a);
  transform: translateX(0);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), width 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  pointer-events: none;
}
.dl-tab-ink.is-on { opacity: 1; }
.admin-tabs { position: relative; }

.dl-bal-digit {
  display: inline-block;
  animation: dl-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.dl-bal-sep, .dl-bal-unit { display: inline-block; }

.recharge-qr-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.recharge-qr-img.is-ready { opacity: 1; }
.recharge-qr-skel {
  width: 220px;
  height: 220px;
  border-radius: 12px;
}

.vl-item:hover img.vl-cover {
  transform: scale(1.04);
}
img.vl-cover {
  transition: transform 0.35s ease;
  display: block;
  transform-origin: center;
}

.announce-content-wrap {
  overflow: hidden;
  transition: opacity 0.28s ease;
}
.announce-content-wrap.is-collapsed .announce-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.my-ord-timeline {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 4px;
  min-width: 72px;
}
.my-ord-tl-step {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(214, 160, 176, 0.2);
  transform-origin: left center;
  transform: scaleX(0.35);
  opacity: 0.45;
  transition: transform 0.35s ease, background 0.35s ease, opacity 0.35s ease;
}
.my-ord-tl-step.is-on {
  background: rgba(196, 120, 138, 0.85);
  transform: scaleX(1);
  opacity: 1;
  animation: dl-bar-grow 0.55s ease both;
}

.ao-spark {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 18px;
  margin-top: 8px;
}
.ao-spark i {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: rgba(196, 120, 138, 0.45);
  min-height: 3px;
  transform-origin: bottom;
  animation: dl-bar-grow 0.6s ease both;
}

.admin-modal-drawer {
  margin-left: auto !important;
  margin-right: 0 !important;
  border-radius: 16px 0 0 16px !important;
  max-height: 100vh;
  height: 100%;
  animation: dl-drawer-in 0.32s ease both !important;
}
@keyframes dl-drawer-in {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}
.admin-modal-mask.is-drawer {
  display: flex !important;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0 !important;
}

.admin-input.is-dirty,
.admin-select.is-dirty {
  border-color: rgba(196, 120, 138, 0.7) !important;
  box-shadow: inset 3px 0 0 var(--dl-accent, #c4788a);
}

.prod-preview-card {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(214, 160, 176, 0.28);
  background: rgba(255, 255, 255, 0.5);
  animation: dl-fade-in 0.35s ease both;
}
.prod-preview-card.is-swap {
  animation: dl-slide-up 0.32s ease both;
}

.ann-autosave {
  font-size: 12px;
  color: #524a54;
  opacity: 0;
  transition: opacity 0.25s ease;
  margin-left: 8px;
}
.ann-autosave.is-on { opacity: 1; color: #2bb673; }

.chat-bubble.dl-bubble-stagger {
  animation: dl-slide-up 0.32s ease both;
}

.dt-metric-val.is-latest {
  animation: dl-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  color: var(--dl-accent, #c4788a);
}

.uv-tbody-fade tr {
  animation: dl-fade-in 0.28s ease both;
}

.va-metric-card .dl-metric-bar {
  margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .dl-nav-ink, .dl-tab-ink, .dl-bal-digit, .recharge-qr-img,
  .my-ord-tl-step.is-on, .ao-spark i, .admin-modal-drawer,
  .prod-preview-card, .chat-bubble.dl-bubble-stagger,
  .uv-tbody-fade tr, .dt-metric-val.is-latest {
    animation: none !important;
    transition: none !important;
  }
  .recharge-qr-img { opacity: 1; }
}
