.skeleton{display:block;width:100%;box-sizing:border-box}.skeleton__sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skeleton__avatar,.skeleton__bar{display:block;background-color:var(--den-color-placeholder25);background-image:linear-gradient(100deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 70%);background-size:200% 100%;background-repeat:no-repeat;animation:skeleton-shimmer 1.8s ease-in-out infinite}.skeleton__bar{height:.8em;border-radius:.4em}.skeleton__lines{display:flex;flex-direction:column;gap:.6em;padding:.4em 0}.skeleton--chat{padding:.5em .9em}.skeleton__chat{display:flex;flex-direction:column;gap:1.2em}.skeleton__row{display:flex;align-items:flex-start;gap:.6em}.skeleton__row--right{flex-direction:row-reverse}.skeleton__agent{display:flex;align-items:flex-start;gap:.6em}.skeleton__body{display:flex;flex-direction:column;gap:.7em;flex:1 1 auto;min-width:0;padding-top:.2em}.skeleton__avatar{flex:none;width:1.8em;height:1.8em;border-radius:50%}.skeleton__bubble{display:flex;flex-direction:column;gap:.5em;width:min(60%,24em);padding:.7em .9em;border-radius:.9em;background-color:var(--den-color-placeholder25)}.skeleton__bubble--short{width:min(38%,16em)}.skeleton__bubble .skeleton__bar{background-color:var(--den-color-placeholder50)}.skeleton__step{display:flex;align-items:center;gap:.6em;padding-left:.85em}.skeleton__icon{flex:none;width:1em;height:1em;border-radius:.25em}.skeleton__icon,.skeleton__media{background-color:var(--den-color-placeholder25)}.skeleton__media{display:block;width:100%;max-width:480px;aspect-ratio:4/3;max-height:14em;border-radius:.9em;background-image:linear-gradient(100deg,rgba(255,255,255,0) 30%,rgba(255,255,255,.55) 50%,rgba(255,255,255,0) 70%);background-size:200% 100%;background-repeat:no-repeat;animation:skeleton-shimmer 1.8s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}@media(prefers-reduced-motion:reduce){.skeleton__avatar,.skeleton__bar,.skeleton__media{animation:none;background-image:none}}