.page-skeleton{padding:48px 64px;display:flex;flex-direction:column}.page-skeleton .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-skeleton__line{display:block;border-radius:4px;background:var(--gray-nurse);opacity:.85;animation:page-skeleton-pulse 1.4s ease-in-out infinite}.page-skeleton__crumbs{display:flex;align-items:center;gap:10px;margin-bottom:28px}.page-skeleton__title{display:flex;flex-direction:column;gap:12px;margin-bottom:26px}.page-skeleton__body{display:flex;flex-direction:column;gap:11px;max-width:760px;margin-bottom:34px}.page-skeleton__actions{display:flex;gap:16px;flex-wrap:wrap}.page-skeleton__body .page-skeleton__line:nth-child(2){animation-delay:.1s}.page-skeleton__body .page-skeleton__line:nth-child(3){animation-delay:.2s}.page-skeleton__body .page-skeleton__line:nth-child(4){animation-delay:.3s}@keyframes page-skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.page-skeleton__line{animation:none;opacity:.85}}@media only screen and (max-width:1100px){.page-skeleton{padding:48px 24px}}@media only screen and (max-width:850px){.page-skeleton{padding:32px 16px}.page-skeleton__title .page-skeleton__line{height:32px}}