@layer quartz-base{.not-found{text-align:center;flex-direction:column;align-items:center;gap:22px;max-width:46ch;margin:0 auto;padding:10vh 1rem 4rem;display:flex}.not-found .not-found-eyebrow{font-family:var(--codeFont);letter-spacing:.34em;color:var(--tertiary);font-size:.7rem}.not-found .not-found-title{font-family:var(--titleFont);letter-spacing:-.02em;color:var(--dark);margin:0;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:400;line-height:.98}.not-found .not-found-italic{color:var(--secondary);font-style:italic}.not-found .not-found-copy{color:var(--darkgray);margin:0;font-size:1.02rem;line-height:1.7}.not-found .not-found-art{flex-direction:column;align-items:center;gap:8px;display:flex}.not-found .not-found-art img{max-width:7.5cm;height:auto;margin:0}.not-found .not-found-art p{color:var(--gray);margin:0;font-size:.9rem}.not-found .not-found-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:6px;display:flex}.not-found .not-found-btn{border:1px solid var(--highlight);color:var(--darkgray);background:var(--qz-surface);border-radius:999px;padding:13px 22px;font-size:.9rem;font-weight:500;transition:color .2s,border-color .2s}.not-found .not-found-btn:hover{color:var(--dark);border-color:color-mix(in srgb, var(--secondary) 40%, transparent)}.not-found .not-found-btn-primary{border-color:color-mix(in srgb, var(--secondary) 40%, transparent);color:var(--dark)}}