.nf-root{justify-content:center;align-items:center;min-height:60vh;padding:2rem 1.5rem;display:flex}.nf-panel{width:100%;max-width:34rem}.nf-eyebrow{font-family:var(--font-mono),ui-monospace,monospace;align-items:baseline;gap:.625rem;min-width:0;margin:0;font-size:.75rem;line-height:1.2;display:flex}.nf-eyebrow-label{text-transform:uppercase;letter-spacing:.14em;color:var(--muted-foreground);flex-shrink:0}.nf-eyebrow-path{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.nf-trace{margin:1.25rem 0 1.75rem;position:relative}.nf-trace svg{width:100%;height:5.5rem;display:block;overflow:visible}.nf-trace-line{fill:none;stroke:var(--chart-2);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.nf-trace-gap{fill:none;stroke:var(--border);stroke-width:2px;stroke-dasharray:2 7;stroke-linecap:round;vector-effect:non-scaling-stroke}.nf-code{background:var(--background);font-family:var(--font-mono),ui-monospace,monospace;letter-spacing:.06em;font-variant-numeric:tabular-nums;color:var(--muted-foreground);padding:0 .75rem;font-size:2rem;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nf-title{letter-spacing:-.02em;color:var(--foreground);margin:0 0 .5rem;font-size:1.75rem;font-weight:600;line-height:1.15}.nf-message{color:var(--muted-foreground);max-width:30rem;margin:0 0 1.75rem;font-size:.9375rem;line-height:1.55}.nf-actions{flex-wrap:wrap;gap:.5rem;display:flex}@media (prefers-reduced-motion:no-preference){.nf-trace-line--left{stroke-dasharray:220;animation:.55s ease-out both nf-draw}.nf-trace-gap{animation:.3s ease-out .5s both nf-fade}.nf-trace-line--right{stroke-dasharray:220;animation:.55s ease-out .7s both nf-draw}.nf-code{animation:.35s ease-out .62s both nf-fade}@keyframes nf-draw{0%{stroke-dashoffset:220px}to{stroke-dashoffset:0}}@keyframes nf-fade{0%{opacity:0}to{opacity:1}}}
