.not-found-page{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:4rem 1rem;text-align:center}.not-found-title{color:#2563eb;font-size:6rem;font-weight:700;line-height:1;margin:0}.not-found-subtitle{color:#1e293b;font-size:1.75rem;margin:1rem 0}.not-found-text{color:#64748b;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.not-found-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{border-radius:8px;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.not-found-actions .btn-primary{background:#2563eb;color:#fff}.not-found-actions .btn-primary:hover{background:#1d4ed8}.not-found-actions .btn-secondary{background:#f1f5f9;color:#334155}.not-found-actions .btn-secondary:hover{background:#e2e8f0}