.not-found-page{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;background:#f7f9fc;padding:48px 20px}.not-found-glow{position:absolute;inset:0;pointer-events:none}.not-found-glow span{position:absolute;border-radius:999px;filter:blur(64px)}.not-found-glow span:first-child{left:-128px;top:-12%;width:480px;height:480px;background:#dbe8ff}.not-found-glow span:last-child{right:-128px;bottom:-18%;width:520px;height:520px;background:#eadff6}.not-found-card{position:relative;width:100%;max-width:620px;border:1px solid #dbe5f5;border-radius:30px;background:#fff;padding:44px;text-align:center;box-shadow:0 35px 100px -58px rgba(14,31,68,.5)}.not-found-logo{display:inline-flex}.not-found-icon{display:grid;width:56px;height:56px;margin:32px auto 0;place-items:center;border-radius:16px;background:#eef4ff;color:#225fe6}.not-found-kicker{margin-top:24px;color:#448eef;font:600 10px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.2em;text-transform:uppercase}.not-found-card h1{margin-top:12px;color:#101a30;font-size:48px;font-weight:500;letter-spacing:-.06em;line-height:1}.not-found-copy{max-width:448px;margin:16px auto 0;color:#667892;font-size:14px;line-height:24px}.not-found-actions{display:flex;justify-content:center;gap:8px;margin-top:32px}.not-found-actions a{display:inline-flex;height:44px;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:0 20px;font-size:12px;font-weight:600;transition:background .15s ease}.not-found-primary{background:#101a30;color:#fff}.not-found-primary:hover{background:#225fe6}.not-found-secondary{border:1px solid #dbe5f5;color:#40516a}.not-found-secondary:hover{background:#f7f9fc}@media(max-width:640px){.not-found-card{padding:28px}.not-found-card h1{font-size:38px}.not-found-actions{flex-direction:column}}