.page_not_found{justify-content:center;gap:var(--space-6);min-height:70dvh;padding:var(--space-6) 0;flex-direction:column;max-width:36em;display:flex}.page_not_found_sheet{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:flex-end;min-height:220px;padding:28px 8px 20px 28px;display:flex;position:relative}.page_not_found_sheet>:not(.page_not_found_rules){z-index:1;position:relative}.page_not_found_sheet:before{content:"";z-index:1;opacity:.55;background-color:red;width:1px;transition:background-color .3s,background .3s,border-color .3s,box-shadow .3s,color .3s;position:absolute;top:0;bottom:0;left:12px}.dark-theme .page_not_found_sheet:before{background-color:var(--red-f5)}.page_not_found_rules{z-index:0;pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.page_not_found_rule{background-color:var(--gray-b5);width:100%;height:1px;display:block}.dark-theme .page_not_found_rule{background-color:var(--gray-25)}.page_not_found_code{letter-spacing:-.07em;color:var(--text-color);align-items:center;gap:8px;margin:0 0 6px;font-size:80px;font-weight:600;line-height:.9;display:flex}@media screen and (max-width:768px){.page_not_found_code{font-size:56px}}.page_not_found_zero{border:3px solid var(--text-color);box-sizing:border-box;opacity:.32;border-radius:50%;width:.72em;height:.72em;display:inline-block;transform:translateY(2px)}.page_not_found_draft{color:var(--light-text-color);align-items:center;gap:2px;min-height:20px;margin-bottom:8px;font-size:14px;display:flex}.page_not_found_caret{background:var(--text-color);width:8px;height:16px;margin-left:2px;animation:1s step-end infinite page-not-found-caret;display:inline-block}.page_not_found_copy{align-items:flex-start;gap:var(--space-3);flex-direction:column;max-width:28em;display:flex}.page_not_found h1{font-size:var(--text-2xl);letter-spacing:-.04em;color:var(--text-color);font-weight:600}.page_not_found_lead{font-size:var(--text-md);color:var(--light-text-color);margin-bottom:var(--space-2);line-height:1.5}@keyframes page-not-found-caret{0%,49%{opacity:1}50%,to{opacity:0}}
