@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");:root{--background:#ffffff;--foreground:#131316}body,html{max-width:100vw}body,html{font-family:League Spartan,sans-serif}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:League Spartan,sans-serif;box-sizing:border-box;padding:0;margin:0}a{text-decoration:none!important}.container{max-width:1260px!important}.not-found-page .not-found-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;max-width:80rem;width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;height:100%}.not-found-page .not-found-content{padding:4rem 0;text-align:center}.not-found-page .error-code{font-size:1rem;font-weight:600;color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;margin:0}.not-found-page .error-title{font-size:2.25rem;font-weight:600;color:#111827;letter-spacing:-.025em}@media (min-width:640px){.not-found-page .error-title{font-size:3rem}}.not-found-page .error-message{margin-top:.5rem;font-size:1rem;color:#6b7280}.not-found-page .home-link{margin-top:1.5rem}.not-found-page .home-link a{font-size:1rem;font-weight:500;color:#4f46e5}.not-found-page .home-link a:hover{color:#4338ca}.not-found-page button{padding:4px 34px;border-radius:4px;background:black;color:white;border:1px solid;transition:.4s}.not-found-page button:hover{background:white;color:black}.loading-page{padding:50px 0}.loading-page .skeleton-wrapper{display:flex;flex-direction:column;gap:10px;padding:20px 0}.loading-page .skeleton-image{height:180px;border-radius:8px}.loading-page .skeleton-image,.loading-page .skeleton-text{width:100%;background:#e0e0e0;animation:shimmer 1.5s linear infinite}.loading-page .skeleton-text{height:20px;border-radius:4px}.loading-page .skeleton-text.short{width:60%}@keyframes shimmer{0%{background-position:100%}to{background-position:-100%}}.loading-page .skeleton-image,.loading-page .skeleton-text{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%}