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