.vrh-not-found { box-sizing: border-box; max-width: 860px; margin: 0 auto; padding: 28px 24px 72px; text-align: center; color: #0e172b; font-family: var(--font-geist-sans), Arial, sans-serif; }
.vrh-not-found-scene { display: block; width: min(100%, 440px); height: auto; margin: 0 auto -10px; }
.vrh-not-found-code { margin: 0 0 16px; color: #64748b; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.vrh-not-found h1 { margin: 0; font-size: clamp(28px, 4.5vw, 44px); line-height: 1.15; letter-spacing: -.045em; font-weight: 750; text-wrap: balance; }
.vrh-not-found-copy { margin: 20px auto 28px; color: #64748b; font-size: 17px; line-height: 1.7; }
.vrh-not-found-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 24px; border-radius: 10px; background: #ffb800; color: #0e172b; text-decoration: none; font-size: 15px; font-weight: 650; transition: background .18s; }
.vrh-not-found-button:hover { background: #eaaa00; }
.vrh-not-found-button span { font-size: 21px; line-height: 1; }
.vrh-not-found a:focus-visible { outline: 3px solid #0e172b; outline-offset: 5px; }
.vrh-not-found-links { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; color: #94a3b8; font-size: 13px; }
.vrh-not-found-links a { color: #475569; text-decoration: underline; text-decoration-color: #cbd5e1; text-underline-offset: 4px; }
.vrh-not-found-links a:hover { color: #0e172b; }
@media (max-width: 480px) {
  .vrh-not-found { padding: 12px 20px 48px; }
  .vrh-not-found-scene { max-width: 330px; }
  .vrh-not-found-copy { font-size: 15px; }
  .vrh-not-found-links { flex-direction: column; gap: 14px; }
  .vrh-not-found-links > span { display: none; }
}

.vrh-not-found h1 + .vrh-not-found-button { margin-top: 28px; }
