.not-found-root{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}.not-found-main{flex-grow:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:3rem 1rem}.background-grid{position:absolute;inset:0;background-image:radial-gradient(#cbd5e1 1px,transparent 0);background-size:24px 24px;opacity:.5;z-index:0}.background-fade{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0,#f8fafc 100%);z-index:1}.not-found-card{position:relative;z-index:10;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px rgba(0,0,0,.05),0 8px 10px -6px rgba(0,0,0,.01);border-radius:16px;max-width:560px;width:100%;padding:3rem 2.5rem;text-align:center}.not-found-content{display:flex;flex-direction:column;align-items:center}.illustration-wrapper{position:relative;width:64px;height:64px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.illustration-bg{position:absolute;inset:0;background-color:#eff6ff;border-radius:12px;border:1px solid #dbeafe}.illustration-svg{position:relative;width:32px;height:32px;color:#2563eb}.error-code{font-size:.875rem;font-weight:600;color:#2563eb;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}.error-title{margin:0;font-size:1.875rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;line-height:1.2}.error-description{margin-top:1rem;font-size:1rem;line-height:1.6;color:#64748b;max-width:400px}.actions-container{margin-top:2rem;display:flex;flex-direction:row;gap:1rem;width:100%;justify-content:center}.btn-primary{display:inline-flex;justify-content:center;align-items:center;border-radius:8px;background-color:#2563eb;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#ffffff;text-decoration:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:background-color .2s;min-width:140px}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{display:inline-flex;justify-content:center;align-items:center;border-radius:8px;background-color:#ffffff;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:#334155;border:1px solid #cbd5e1;cursor:pointer;transition:background-color .2s;min-width:120px}.btn-secondary:hover{background-color:#f8fafc;color:#0f172a}.divider{width:100%;height:1px;background-color:#e2e8f0;margin:2.5rem 0 1.5rem}.links-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.links-label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.links-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.link-item{font-size:.875rem;color:#475569;text-decoration:none;transition:color .2s}.link-item:hover{color:#2563eb;text-decoration:underline}.dot{color:#cbd5e1;font-size:.75rem}.quick-access-list{display:flex;flex-direction:column;gap:.75rem;width:100%;text-align:left}.quick-access-item{display:block;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.quick-access-item:hover{border-color:#93c5fd;box-shadow:0 8px 18px rgba(37,99,235,.08);transform:translateY(-1px)}.quick-access-item strong{display:block;margin-bottom:.3rem;font-size:.875rem;font-weight:600;color:#1e293b}.quick-access-item span{display:block;font-size:.8rem;line-height:1.5;color:#64748b}@media (max-width:480px){.not-found-card{padding:2rem 1.5rem}.actions-container{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}