/* Animations pilot page. Builds on theme-v2.css and site.css. */
.anim-intro { max-width: 72ch; margin: 0 0 18px; padding: 14px 16px; border: 1px solid var(--border); border-left: 3px solid var(--accent-2); border-radius: var(--r); background: var(--surface); color: var(--text-2); font-size: 14px; line-height: 1.6; }
.anim-intro p + p { margin-top: 8px; }
.anim-intro a { color: var(--accent); }
.anim-test { margin: 10px 0 40px; }
.anim-test-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; margin-bottom: 14px; }
.anim-test-head h2 { font-family: var(--serif); font-weight: 500; font-size: 22px; letter-spacing: -.01em; }
.anim-test-head p { max-width: 70ch; margin-top: 4px; color: var(--muted); font-size: 13.5px; }
.anim-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 760px) { .anim-grid { grid-template-columns: minmax(0, 1fr); } }
.anim-card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--r); background: var(--surface); overflow: hidden; }
.anim-card .embed { border-bottom: 1px solid var(--border); }
.anim-card .embed > .anim-play { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; border: 0; background: rgba(0, 0, 0, .18); color: #fff; cursor: pointer; }
.anim-card .embed > .anim-play span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(12, 14, 15, .78); font-size: 13.5px; font-weight: 500; }
.anim-card .embed > .anim-play svg { width: 16px; height: 16px; }
.anim-card .embed.is-live > .anim-play { display: none; }
.anim-body { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 10px 14px; padding: 12px 14px 14px; }
.anim-body h3 { font-size: 15.5px; font-weight: 600; }
.anim-meta { display: grid; grid-template-columns: auto 1fr; gap: 3px 12px; margin-top: 8px; color: var(--muted); font-size: 12.5px; }
.anim-meta dt { color: var(--faint); }
.anim-meta dd { color: var(--text-2); font-variant-numeric: tabular-nums; }
.anim-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.anim-card.pending .embed { display: flex; align-items: center; justify-content: center; }
.anim-card.pending .anim-ph { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--faint); font-size: 13px; text-align: center; padding: 20px; }
.anim-card.pending .anim-ph strong { color: var(--text-2); font-size: 15px; font-weight: 600; }
.anim-card.pending { border-style: dashed; }
