.not-found-page{background:linear-gradient(135deg,#fcd242 0%,#f9d866 100%);justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-container{text-align:center;z-index:1;width:100%;max-width:600px}.not-found-heading{font-family:var(--poppins-ff,"Poppins",sans-serif);font-size:clamp(5rem,12vw,8rem);font-weight:var(--weight-black,900);color:var(--clr-black,#2e2e2e);letter-spacing:-.02em;margin:0 0 1rem;line-height:1}.not-found-subheading{font-family:var(--poppins-ff,"Poppins",sans-serif);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:var(--weight-bold,700);color:var(--clr-black,#2e2e2e);margin:0 0 1rem;line-height:1.2}.not-found-message{font-family:var(--inter-ff,"Inter",sans-serif);color:var(--clr-dark-gray,#565656);margin:0 0 2.5rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.not-found-button{background-color:var(--clr-black,#2e2e2e);color:var(--clr-white,#fff);font-family:var(--inter-ff,"Inter",sans-serif);font-size:1rem;font-weight:var(--weight-semi-bold,600);border-radius:.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 12px #00000026}.not-found-button:hover{background-color:var(--clr-purpleish-black,#3f3456);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.not-found-button:active{transform:translateY(0)}[dir=rtl] .not-found-container{text-align:center}@media (max-width:768px){.not-found-page{padding:1.5rem}.not-found-message{margin-bottom:2rem}.not-found-button{padding:.875rem 2rem;font-size:.9375rem}}
