.studio-notfound{min-height:100vh;display:grid;place-items:center;padding:32px;background:var(--canvas);color:var(--ink);font-family:var(--font)}.studio-notfound-card{width:100%;max-width:520px;padding:32px;border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--ring),var(--shadow-sm)}.studio-notfound-mark{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--ink)}.studio-notfound-mark strong{font-weight:900}.studio-notfound h1{margin:20px 0 10px;font-size:clamp(26px,4vw,34px);line-height:1.15;color:var(--ink)}.studio-notfound p{margin:0;max-width:46ch;font-size:16px;line-height:1.6;color:var(--muted)}.studio-notfound-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.studio-notfound-primary,.studio-notfound-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border-radius:var(--r-sm);font-size:15px;font-weight:600;text-decoration:none}.studio-notfound-primary>span{color:var(--canvas)}.studio-notfound-secondary>span{color:var(--ink)}.studio-notfound-primary,.studio-notfound-primary:link,.studio-notfound-primary:visited{background:var(--ink);color:var(--canvas);border:1px solid var(--ink);transition:filter .12s ease,background .12s ease,border-color .12s ease}.studio-notfound-secondary,.studio-notfound-secondary:link,.studio-notfound-secondary:visited{background:transparent;color:var(--ink);border:1px solid var(--line);transition:background .12s ease,border-color .12s ease}.studio-notfound-primary:hover{filter:brightness(1.35)}.studio-notfound-secondary:hover{background:color-mix(in srgb,var(--ink) 7%,transparent);border-color:var(--ink)}.studio-notfound-primary:active,.studio-notfound-secondary:active{transform:none}.studio-notfound-primary:focus-visible,.studio-notfound-secondary:focus-visible{outline:3px solid var(--acc);outline-offset:2px}@media (prefers-reduced-motion:reduce){.studio-notfound-primary,.studio-notfound-secondary{transition:none}.studio-notfound-primary:active,.studio-notfound-secondary:active{transform:none}}