.not-found-dashboard{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.not-found-icon{color:var(--color-text-tertiary);opacity:.5;margin-bottom:1rem;font-size:4rem}.not-found-code{color:var(--color-text-primary);margin:0;font-size:6rem;font-weight:700;line-height:1}.not-found-title{color:var(--color-text-primary);margin:.5rem 0 1rem;font-size:1.5rem;font-weight:600}.not-found-message{color:var(--color-text-secondary);max-width:400px;margin:0 0 2rem;font-size:1rem}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found-btn{border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.not-found-btn.primary{background:var(--color-primary);color:#fff}.not-found-btn.primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.not-found-btn.secondary{background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-border)}.not-found-btn.secondary:hover{background:var(--color-background);border-color:var(--color-border-hover)}.not-found-public{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-public-content{text-align:center;flex-direction:column;align-items:center;max-width:400px;display:flex}.not-found-public-logo{margin-bottom:2rem}.not-found-public-logo img{width:auto;height:40px}.not-found-public-code{color:#fff;text-shadow:0 4px 20px #6366f14d;margin:0;font-size:8rem;font-weight:700;line-height:1}.not-found-public-title{color:#fff;margin:.5rem 0 1rem;font-size:1.5rem;font-weight:600}.not-found-public-message{color:#ffffffb3;margin:0 0 2rem;font-size:1rem}.not-found-public-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found-public-btn{border-radius:.5rem;justify-content:center;align-items:center;min-width:140px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.not-found-public-btn.primary{color:#fff;background:#6366f1}.not-found-public-btn.primary:hover{background:#4f46e5;transform:translateY(-1px)}.not-found-public-btn.secondary{color:#fff;background:#ffffff1a;border:1px solid #fff3}.not-found-public-btn.secondary:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width:480px){.not-found-code{font-size:4rem}.not-found-public-code{font-size:5rem}.not-found-actions,.not-found-public-actions{flex-direction:column;width:100%}.not-found-btn,.not-found-public-btn{justify-content:center;width:100%}}
