@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{padding:2rem;background:#fff;border-radius:12px}.skeleton--form{max-width:600px;margin:0 auto}.skeleton--card{padding:1.5rem}.skeleton--section{display:flex;align-items:center;justify-content:center}.skeleton__content{width:100%;max-width:400px}.skeleton__header{text-align:center;margin-bottom:2rem}.skeleton__fields{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.skeleton__field{display:flex;flex-direction:column;gap:.5rem}.skeleton__line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:6px}.skeleton__line--title{height:32px;width:60%;margin:0 auto 1rem}.skeleton__line--subtitle{height:20px;width:80%;margin:0 auto}.skeleton__line--text{height:16px;width:100%;margin-bottom:.75rem}.skeleton__line--text:last-child{width:70%}.skeleton__line--label{height:14px;width:30%}.skeleton__line--input{height:48px;width:100%}.skeleton__line--button{height:20px;width:40%}.skeleton__button{height:48px;width:120px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin:0 auto}@media(max-width:768px){.skeleton{padding:1.5rem}.skeleton__fields{gap:1rem}}.landing-page{min-height:100vh;background:#fff;color:#18181b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;scroll-behavior:smooth}.landing-page .icon-tiny{width:.875rem;height:.875rem}.landing-page .icon-small{width:1rem;height:1rem}.landing-page .icon-medium{width:1.25rem;height:1.25rem}