.not-found-page{min-height:100vh;font-family:var(--font-family,"Inter",sans-serif);background-color:#fff;flex-direction:column;display:flex}.not-found-main{flex:1;justify-content:center;align-items:center;padding:80px 24px;display:flex;position:relative;overflow:hidden}.not-found-bg-number{color:#f0f4f8;letter-spacing:-.06em;-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;font-size:clamp(220px,35vw,480px);font-weight:900;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:520px;display:flex;position:relative}.not-found-badge{color:#05964f;letter-spacing:.04em;text-transform:uppercase;background-color:#08cf6d1f;border:1px solid #08cf6d4d;border-radius:100px;align-items:center;gap:7px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.not-found-badge-dot{background-color:#08cf6d;border-radius:50%;flex-shrink:0;width:7px;height:7px}.not-found-code{color:#1f0661;letter-spacing:-.04em;margin:0;font-size:clamp(72px,14vw,120px);font-weight:900;line-height:1}.not-found-code span{color:#08cf6d}.not-found-title{color:#1f0661;letter-spacing:-.4px;margin:0;font-size:clamp(22px,4vw,32px);font-weight:700;line-height:1.2}.not-found-description{color:#6b7a8d;max-width:400px;margin:0;font-size:16px;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:8px;display:flex}.not-found-btn-primary{color:#fff;font-size:15px;font-weight:600;font-family:var(--font-family,"Inter",sans-serif);cursor:pointer;letter-spacing:-.1px;white-space:nowrap;background-color:#1f0661;border:none;border-radius:9px;align-items:center;gap:8px;padding:13px 28px;text-decoration:none;transition:background-color .2s,transform .15s;display:inline-flex}.not-found-btn-primary:hover{background-color:#2d0a8a;transform:translateY(-1px)}.not-found-btn-primary:active{transform:translateY(0)}.not-found-btn-secondary{color:#1f0661;font-size:15px;font-weight:600;font-family:var(--font-family,"Inter",sans-serif);cursor:pointer;letter-spacing:-.1px;white-space:nowrap;background-color:#0000;border:1.5px solid #d8dde3;border-radius:9px;align-items:center;gap:8px;padding:13px 28px;text-decoration:none;transition:border-color .2s,background-color .2s,transform .15s;display:inline-flex}.not-found-btn-secondary:hover{background-color:#1f06610a;border-color:#1f0661;transform:translateY(-1px)}.not-found-btn-secondary:active{transform:translateY(0)}.not-found-divider{background:linear-gradient(90deg,#08cf6d 0%,#1f0661 100%);border-radius:2px;flex-shrink:0;width:48px;height:3px}@media (max-width:640px){.not-found-main{padding:60px 20px}.not-found-actions{flex-direction:column;width:100%}.not-found-btn-primary,.not-found-btn-secondary{justify-content:center;width:100%}}
