.page-skeleton{--skel-base:#e6ecf3;--skel-card:#fff;--skel-radius:14px;background:var(--color-background,#f7fbff);width:100%;min-height:calc(100vh - 72px);padding-bottom:64px;overflow:hidden}.skel{background-color:var(--skel-base);border-radius:var(--skel-radius);background-image:linear-gradient(100deg,#fff0 30%,#ffffffb3 48%,#fff0 66%);background-position:-120% 0;background-repeat:no-repeat;background-size:220% 100%;animation:1.5s ease-in-out infinite page-skeleton-shimmer;position:relative}@keyframes page-skeleton-shimmer{to{background-position:220% 0}}.page-skeleton__hero{background:radial-gradient(900px 360px at 50% -8%, #eaca6d29, transparent 62%), linear-gradient(180deg, #eef2f7 0%, var(--color-background,#f7fbff) 100%);justify-content:center;align-items:center;min-height:380px;padding:80px 24px;display:flex}.page-skeleton__hero-inner{flex-direction:column;align-items:center;gap:18px;width:100%;max-width:720px;display:flex}.page-skeleton__chip{border-radius:999px;width:130px;height:28px}.page-skeleton__title{border-radius:12px;width:100%;max-width:580px;height:42px}.page-skeleton__title--short{max-width:400px}.page-skeleton__subtitle{border-radius:8px;width:100%;max-width:500px;height:16px}.page-skeleton__subtitle--short{max-width:340px}.page-skeleton__actions{gap:16px;margin-top:12px;display:flex}.page-skeleton__btn{border-radius:999px;width:158px;height:48px}.page-skeleton__btn--ghost{opacity:.6;width:132px}.page-skeleton__section{max-width:1140px;margin:0 auto;padding:60px 24px 0}.page-skeleton__heading{border-radius:10px;width:280px;height:30px;margin:0 auto 30px}.page-skeleton__lines{flex-direction:column;align-items:center;gap:12px;max-width:720px;margin:0 auto 52px;display:flex}.page-skeleton__line{border-radius:8px;width:100%;height:14px}.page-skeleton__line--short{width:58%}.page-skeleton__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.page-skeleton__card{background:var(--skel-card);border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex;box-shadow:0 10px 34px #141e320f}.page-skeleton__card-media{aspect-ratio:16/10;border-radius:12px;width:100%}.page-skeleton__card-title{border-radius:8px;width:72%;height:18px}.page-skeleton__card-text{border-radius:8px;width:100%;height:12px}.page-skeleton__card-text--short{width:52%}.page-skeleton__card:nth-child(2) .skel{animation-delay:.15s}.page-skeleton__card:nth-child(3) .skel{animation-delay:.3s}@media (max-width:900px){.page-skeleton__grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}.page-skeleton__hero{min-height:300px;padding:56px 20px}.page-skeleton__title{height:34px}}.page-skeleton__sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.skel{background-image:none;animation:1.6s ease-in-out infinite page-skeleton-pulse}@keyframes page-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}}
