.not-found-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:2rem 1.5rem;text-align:center;background:linear-gradient(180deg,#ffffff,#fafafa,#ffffff)}.not-found-page__glow{position:fixed;top:20%;left:50%;width:420px;height:420px;transform:translateX(-50%);border-radius:9999px;background:linear-gradient(90deg,rgba(74,23,191,.14),rgba(163,3,152,.14));filter:blur(100px);pointer-events:none}.not-found-page__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:28rem}.not-found-page__code{margin:0;font-size:clamp(4rem,3rem + 4vw,6rem);font-weight:800;line-height:1;background:linear-gradient(90deg,#4a17bf,#7b2cff,#a30398);-webkit-background-clip:text;background-clip:text;color:transparent}.not-found-page__title{margin:0;font-size:clamp(1.5rem,1.2rem + 1vw,2rem);font-weight:700;color:#111827}.not-found-page__message{margin:0;color:#4b5563;font-size:1rem;line-height:1.6}.not-found-page__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem}.not-found-page__button{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;padding:.75rem 1.5rem;border-radius:.5rem;background:linear-gradient(90deg,#4a17bf,#a30398);color:#ffffff;font-size:.9375rem;font-weight:600;text-decoration:none;box-shadow:0 8px 24px rgba(74,23,191,.22);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.not-found-page__button:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(74,23,191,.28)}.not-found-page__button:active{transform:translateY(0);opacity:.95}