.not-found-container{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:140px;padding-bottom:80px;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.not-found-bg-grid{z-index:1;pointer-events:none;background-image:linear-gradient(90deg,#00000005 1px,#0000 1px),linear-gradient(#00000005 1px,#0000 1px);background-size:55px 55px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.not-found-glow{z-index:2;pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#185efa0a 0%,#0000 70%);width:50vw;max-width:700px;height:50vw;max-height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-content{z-index:10;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.not-found-number{color:#050505;-webkit-user-select:none;user-select:none;justify-content:flex-start;align-items:center;width:100%;font-family:Outfit,sans-serif;font-size:clamp(8rem,24vw,15rem);font-weight:900;line-height:.85;display:flex}.not-found-number .digit-four{z-index:2;position:relative}.not-found-number .blue-zero{color:#185efa;z-index:1;text-shadow:0 0 50px #185efa1f;position:relative}.not-found-separator{transform-origin:0;background-color:#e4e4e7;border:none;width:100%;height:1px;margin:2.5rem 0}.not-found-bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex}.not-found-info{text-align:left;flex:1}.not-found-title{color:#050505;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.not-found-desc{color:#666;max-width:480px;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.92rem;line-height:1.6}.not-found-code{color:#b3b3b3;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700}.not-found-actions{flex-shrink:0;align-items:center;gap:.85rem;display:flex}.not-found-btn{cursor:pointer;white-space:nowrap;border-radius:9999px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.not-found-btn-primary{color:#fff;background-color:#185efa;border:1px solid #185efa;box-shadow:0 4px 14px #185efa1a}.not-found-btn-primary:hover{background-color:#124ecf;border-color:#124ecf;transform:translateY(-2px);box-shadow:0 6px 20px #185efa26}.not-found-btn-secondary{color:#050505;background-color:#0000;border:1px solid #e4e4e7}.not-found-btn-secondary:hover{background-color:#f4f4f5;border-color:#d4d4d8;transform:translateY(-2px)}@media (max-width:860px){.not-found-bottom{flex-direction:column;align-items:flex-start;gap:2rem}.not-found-info{text-align:left}.not-found-desc{max-width:100%}.not-found-actions{justify-content:flex-start;width:100%}}@media (max-width:480px){.not-found-actions{flex-direction:column;align-items:stretch;width:100%}.not-found-btn{justify-content:center;width:100%}}
