.not-found-page{background:var(--white);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.not-found-content{z-index:2;padding:24px var(--container-pad);flex-direction:column;flex:1;display:flex;position:relative}.not-found-logo{margin-bottom:40px;display:inline-block}.not-found-logo img{display:block}.not-found-main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding-bottom:80px;display:flex}.not-found-illustration{margin-bottom:16px}.not-found-number{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:8px;display:flex}.not-found-number .digit{color:var(--black);font-size:clamp(80px,15vw,160px);font-weight:800;line-height:1;font-family:var(--font-manrope),var(--font-inter),sans-serif}.zero-container{justify-content:center;align-items:center;width:clamp(80px,15vw,140px);height:clamp(80px,15vw,140px);display:flex}.broken-circle{width:100%;height:100%;color:var(--accent-default)}.broken-circle .circle-part-1,.broken-circle .circle-part-2{animation:3s ease-in-out infinite float}.broken-circle .circle-part-2{animation-delay:-1.5s}.broken-circle .shard{opacity:.6;animation:2s ease-in-out infinite sparkle}.broken-circle .shard.shard-1{animation-delay:0s}.broken-circle .shard.shard-2{animation-delay:1s}.broken-circle .spark{animation:1.5s ease-in-out infinite pulse}.broken-circle .spark.spark-1{animation-delay:.2s}.broken-circle .spark.spark-2{animation-delay:.8s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes sparkle{0%,to{opacity:.6}50%{opacity:1}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.not-found-title{font:var(--font-h2);color:var(--black);margin:0;font-size:40px}.not-found-description{font:var(--font-body-default);color:var(--grey-dark);max-width:480px;margin:0;line-height:1.6}.not-found-button{background:var(--black);height:50px;color:var(--white);font:var(--font-body-bold);isolation:isolate;transition:var(--transition-all);border-radius:0 8px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:10px 24px;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.not-found-button:before{content:"";border-radius:inherit;background:var(--gradient-primary);opacity:0;z-index:-1;transition:opacity .3s;position:absolute;inset:0}.not-found-button:hover:before{opacity:1}.not-found-button:active:before{opacity:.85}.not-found-button svg{transition:transform .3s}.not-found-button:hover svg{transform:translate(-4px)}@media (max-width:768px){.not-found-content{padding:20px 16px}.not-found-logo{margin-bottom:24px}.not-found-logo img{width:100px;height:auto}.not-found-main{gap:16px;padding-bottom:40px}.not-found-number{gap:4px}.not-found-title{font-size:28px}.not-found-description{padding:0 16px;font-size:14px}.not-found-button{height:46px;padding:10px 20px}}
