.notFoundPage{box-sizing:border-box;background:radial-gradient(circle at 0 0,#e0f2fe 0,#f5f7f8 40%,#fff 100%);justify-content:center;align-items:center;width:100vw;min-height:100vh;padding:24px;display:flex}.notFoundCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:24px;width:100%;max-width:640px;padding:32px 32px 28px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;box-shadow:0 24px 60px #0f172a29}@media (max-width:640px){.notFoundCard{border-radius:18px;padding:24px 20px}}.notFoundBadgeRow{justify-content:space-between;align-items:center;display:flex}.notFoundBadge{background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.notFoundBadgeDot{background:var(--main,#069);border-radius:999px;width:8px;height:8px}.notFoundBadgeLabel{letter-spacing:.08em;text-transform:uppercase;color:#1d4ed8;font-size:11px;font-weight:600}.notFoundCode{letter-spacing:.08em;color:#0f172a;font-size:48px;font-weight:700}.notFoundHeader{flex-direction:column;gap:8px;display:flex}.notFoundTitle{color:#0f172a;font-size:28px;font-weight:600;line-height:1.2}.notFoundSubtitle{color:#64748b;max-width:480px;font-size:14px;line-height:1.7}.notFoundMeta{color:#94a3b8;flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.notFoundMetaItem{align-items:center;gap:6px;display:inline-flex}.notFoundMetaDot{background:#cbd5f5;border-radius:999px;width:4px;height:4px}.notFoundActions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.notFoundPrimaryBtn,.notFoundSecondaryBtn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.notFoundPrimaryBtn{background:var(--main,#069);border-color:var(--main,#069);color:#fff;box-shadow:0 1px 2px #0f172a14}.notFoundPrimaryBtn:hover{background:#065986;border-color:#065986}.notFoundSecondaryBtn{color:#0f172a;background:#f8fafc;border-color:#e2e8f0}.notFoundSecondaryBtn:hover{background:#e2e8f0}.notFoundFooterHint{color:#94a3b8;margin-top:4px;font-size:12px}
