@keyframes skeleton-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-pulse{position:relative;overflow:hidden;background-color:var(--neutral-200);border-radius:var(--radius-sm)}.skeleton-pulse:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--rgb-white),.4),transparent);animation:skeleton-shimmer 1.5s infinite}.skeleton-container{display:flex;flex-direction:column;min-height:100vh;background-color:white;color:var(--neutral-800)}.skeleton-header{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:white;box-shadow:var(--shadow-md)}.skeleton-header-content{max-width:1280px;margin:var(--space-0) auto;padding:var(--space-12) var(--space-24);display:flex;justify-content:space-between;align-items:center}.skeleton-logo{height:2rem;width:12rem}.skeleton-desktop-nav{display:none;align-items:center;gap:var(--space-32)}@media (min-width:768px){.skeleton-desktop-nav{display:flex}}.skeleton-nav-item{height:1.25rem;width:4rem}.skeleton-nav-item.wide{width:6rem}.skeleton-nav-button{height:3rem;width:7rem;background-color:var(--neutral-300)}.skeleton-mobile-nav{display:block;height:2rem;width:2rem;border-radius:var(--radius-pill)}@media (min-width:768px){.skeleton-mobile-nav{display:none}}.skeleton-main{flex-grow:1;max-width:1280px;width:100%;margin:var(--space-0) auto;padding:var(--space-128) var(--space-24) var(--space-0) var(--space-24)}.skeleton-main-content{display:flex;flex-direction:column;gap:var(--space-48)}.skeleton-hero{height:12rem;border-radius:var(--radius-lg)}.skeleton-content-block{display:flex;flex-direction:column;gap:var(--space-16);margin-top:var(--space-64)}.skeleton-line{height:1.5rem}.skeleton-line.long{width:75%}.skeleton-line.medium{width:50%}.skeleton-line.full{width:100%}.skeleton-footer{background-color:var(--color-surface-sunk);margin-top:var(--space-48)}.skeleton-footer-content{padding:var(--space-32) var(--space-48);display:flex;justify-content:space-between;align-items:center}.skeleton-footer-info{display:flex;flex-direction:column;gap:var(--space-8)}.skeleton-footer-title{height:2rem;width:10rem}.skeleton-footer-subtitle{height:1rem;width:16rem}.skeleton-footer-button{height:3rem;width:6rem}