.not-found-page{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.not-found-body{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:18px;width:100%;max-width:44rem;margin-inline:auto;padding:64px 32px 88px;display:flex}.marketing .not-found-body h1{letter-spacing:-.045em;font-size:clamp(34px,4vw,52px);line-height:1.06}.not-found-body>p{color:var(--fg-muted);font-size:17px;line-height:1.6}.not-found-body em{color:var(--fg);font-style:normal;font-weight:600}.not-found-ways{gap:2px;width:100%;margin:6px 0;list-style:none;display:grid}.not-found-ways a{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:15px;font-weight:500;display:flex}.not-found-ways a:hover{background:var(--surface-2)}.not-found-ways svg{width:16px;height:16px;color:var(--fg-muted);flex-shrink:0}.not-found-foot{color:var(--fg-muted);font-size:14px}@media (max-width:767px){.not-found-body{padding:40px 20px 64px}}
