/* === Inline feature animation styles === */
.anim-fill {
  position: absolute;
  inset: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
}

/* PAR */
.par-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  margin: auto 4px;
  box-shadow: 0 8px 18px -10px rgba(28,58,110,0.18);
}
.par-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.par-tag { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); letter-spacing: 0.1em; }
.par-stat { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; color: #fff; padding: 3px 7px; border-radius: 4px; transition: background 0.4s; }
.par-name { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.par-bar { height: 6px; background: var(--ice); border-radius: 999px; overflow: hidden; margin-bottom: 8px; }
.par-bar-fill { height: 100%; transition: width 0.22s linear, background 0.4s; border-radius: 999px; }
.par-foot { display: flex; justify-content: space-between; align-items: baseline; }
.par-days { font-family: var(--font-display); font-weight: 700; font-size: 22px; transition: color 0.4s; }
.par-days-lbl { font-family: var(--font-body); font-size: 11px; color: var(--muted); margin-left: 4px; font-weight: 500; }
.par-end { font-size: 11px; color: var(--muted); font-family: var(--font-mono); }

/* Credentials */
.cred-anim { gap: 6px; justify-content: center; padding: 18px 20px; }
.cred-row {
  display: flex; align-items: center; gap: 10px;
  font-size: 12.5px;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
  color: var(--muted);
}
.cred-row.ok { background: rgba(43,167,106,0.08); color: var(--ink); }
.cred-check {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid; place-items: center;
  font-size: 10px;
  color: #fff;
  transition: all 0.3s;
}
.cred-check.ok { background: #2BA76A; border-color: #2BA76A; transform: scale(1.05); }
.cred-label { flex: 1; font-weight: 500; }
.cred-status { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.cred-row.ok .cred-status { color: #2BA76A; }

/* Schedule */
.sched-anim { padding: 18px 22px; gap: 8px; }
.sched-head { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; font-family: var(--font-mono); font-size: 10px; color: var(--muted); text-align: center; }
.sched-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; flex: 1; }
.sched-col { display: flex; flex-direction: column; gap: 4px; }
.sched-cell { flex: 1; min-height: 10px; background: rgba(28,58,110,0.06); border-radius: 3px; transition: background 0.25s, transform 0.25s; }
.sched-cell.on { background: var(--navy); transform: scale(1.04); }

/* Audit */
.audit-anim { font-family: var(--font-mono); font-size: 11px; padding: 14px 16px; gap: 4px; justify-content: flex-start; overflow: hidden; }
.audit-row { display: grid; grid-template-columns: 60px 70px 1fr auto; gap: 8px; align-items: center; padding: 4px 0; animation: audit-in 0.3s ease-out backwards; }
@keyframes audit-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.audit-tag { font-size: 9px; letter-spacing: 0.1em; padding: 2px 5px; border-radius: 3px; border: 1px solid; text-align: center; }
.audit-who { color: var(--ink); }
.audit-what { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.audit-time { color: var(--muted); font-size: 9.5px; }
.audit-empty { font-family: var(--font-mono); font-size: 11px; color: var(--muted); padding: 14px; }

/* Documents stack */
.doc-anim { padding: 22px; align-items: center; justify-content: center; position: relative; }
.doc-card {
  position: absolute;
  width: 110px; height: 130px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 10px;
  box-shadow: 0 6px 16px -8px rgba(28,58,110,0.3);
  transition: transform 0.5s ease, opacity 0.4s;
}
.doc-card.front { box-shadow: 0 14px 28px -10px rgba(28,58,110,0.4); }
.doc-tag { font-family: var(--font-mono); font-size: 9.5px; color: var(--navy); background: var(--ice); padding: 2px 6px; border-radius: 4px; display: inline-block; margin-bottom: 8px; letter-spacing: 0.1em; }
.doc-lines { display: flex; flex-direction: column; gap: 5px; }
.doc-lines i { display: block; height: 4px; background: var(--line); border-radius: 2px; }

/* Tenant */
.tenant-anim { padding: 14px; display: flex; align-items: center; justify-content: center; }
.tenant-orbit {
  position: relative;
  width: 200px; height: 200px;
  display: grid; place-items: center;
}
.tenant-core {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  display: grid; place-items: center;
  z-index: 2;
  box-shadow: 0 0 0 6px rgba(28,58,110,0.08), 0 0 0 14px rgba(28,58,110,0.04);
}
.tenant-pod {
  position: absolute;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line);
  display: grid; place-items: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--ink);
  transition: all 0.5s ease;
  z-index: 1;
}
.tenant-pod.on {
  border-color: var(--c);
  background: var(--c);
  color: #fff;
  transform-origin: center;
}
.tenant-pod .tenant-name { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.06em; }
.tenant-lines { position: absolute; inset: 0; pointer-events: none; }

/* Logo sparkles overlay */
.sparkle-bg .s {
  position: absolute;
  width: 14px; height: 14px;
  color: var(--gold);
  animation: twinkle 2s ease-in-out infinite;
}
.sparkle-bg .h {
  position: absolute;
  width: 16px; height: 16px;
  color: var(--sky);
  animation: hearts 4s ease-in-out infinite;
}
