.access-result-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.access-result-body {
  display: grid;
  gap: 10px;
  justify-items: start;
  max-width: 720px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
}

.access-result-body strong {
  color: var(--text);
  font-size: 20px;
  font-weight: 950;
}

.access-result-body span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.65;
}

.aviant-not-found {
  position: relative;
  min-height: calc(100vh - 56px);
  overflow: hidden;
  isolation: isolate;
  color: #153b43;
  background: #fbfaf7;
  border-radius: 22px;
}

.aviant-not-found::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(251, 250, 247, .98) 0%, rgba(251, 250, 247, .91) 31%, rgba(251, 250, 247, .14) 59%, transparent 76%);
}

.aviant-not-found-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aviant-not-found-brand {
  position: absolute;
  top: clamp(24px, 4vw, 48px);
  left: clamp(24px, 6vw, 76px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.aviant-not-found-brand > img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border: 1px solid rgba(5, 125, 137, .16);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(5, 99, 109, .12);
}

.aviant-not-found-brand > span {
  display: grid;
  gap: 2px;
}

.aviant-not-found-brand strong {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1.1;
}

.aviant-not-found-brand small {
  color: #668087;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}

.aviant-not-found-content {
  width: min(470px, calc(100% - 48px));
  margin-left: clamp(24px, 9vw, 116px);
  padding: clamp(150px, 20vh, 230px) 0 64px;
}

.aviant-not-found-code {
  margin: 0 0 20px;
  color: #057d89;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}

.aviant-not-found h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: 1.17;
}

.aviant-not-found-message {
  margin: 24px 0 0;
  color: #668087;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.9;
}

.aviant-not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.aviant-not-found-actions .primary-button,
.aviant-not-found-actions .secondary-button {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  height: var(--button-height-large);
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--button-radius);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: none;
}

.aviant-not-found-actions .primary-button {
  border: 1px solid #057d89;
  background: #057d89;
  color: #fff;
  box-shadow: none;
}

.aviant-not-found-actions .secondary-button {
  border: 1px solid #cfe1df;
  background: rgba(255, 255, 255, .72);
  color: #153b43;
  box-shadow: none;
}

.aviant-not-found-actions .primary-button:hover,
.aviant-not-found-actions .secondary-button:hover {
  transform: none;
}

@media (max-width: 760px) {
  .aviant-not-found {
    min-height: calc(100svh - 76px);
    padding-bottom: min(42vh, 380px);
  }

  .aviant-not-found::after {
    background: linear-gradient(180deg, #fbfaf7 0%, #fbfaf7 53%, rgba(251, 250, 247, .28) 73%, transparent 100%);
  }

  .aviant-not-found-scene {
    top: auto;
    height: min(46vh, 400px);
    object-position: 67% center;
  }

  .aviant-not-found-brand {
    position: relative;
    top: auto;
    left: auto;
    margin: 24px 24px 0;
  }

  .aviant-not-found-content {
    width: auto;
    margin: 0;
    padding: 48px 24px 24px;
  }

  .aviant-not-found h1 { font-size: clamp(36px, 11vw, 52px); }
  .aviant-not-found-message { margin-top: 18px; line-height: 1.75; }
  .aviant-not-found-actions { margin-top: 26px; }
}

.pon-not-found {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: calc(100vh - 56px);
  padding: clamp(20px, 3vw, 42px) clamp(24px, 5vw, 72px) 20px;
  overflow: hidden;
  color: #142f58;
  background:
    radial-gradient(circle at 15% 16%, rgba(221, 241, 255, .62), transparent 26%),
    radial-gradient(circle at 88% 76%, rgba(230, 247, 255, .72), transparent 31%),
    #fff;
  border-radius: 22px;
}

.pon-not-found-header {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
}

.pon-not-found-header a { display: inline-flex; }
.pon-not-found-header img { display: block; width: 96px; height: 54px; object-fit: contain; }
.pon-not-found-header span { color: #5b7397; font-size: 10px; font-weight: 800; letter-spacing: .15em; }

.pon-not-found-main {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(440px, 1.15fr);
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pon-not-found-content { padding: 36px 0; }
.pon-not-found-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: #075fed; font-size: 12px; font-weight: 850; letter-spacing: .18em; }
.pon-not-found-eyebrow::before { width: 28px; height: 2px; content: ""; border-radius: 99px; background: linear-gradient(90deg, #075fed, #49c8dd); }
.pon-not-found-code { margin: 18px 0 0; color: #075fed; font-size: clamp(76px, 9vw, 126px); font-weight: 900; letter-spacing: -.07em; line-height: .82; }
.pon-not-found h1 { margin: 30px 0 0; color: #142f58; font-size: clamp(34px, 4vw, 56px); font-weight: 850; letter-spacing: -.045em; line-height: 1.22; }
.pon-not-found-message { margin: 22px 0 0; color: #647896; font-size: 15px; line-height: 1.9; }
.pon-not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pon-not-found-actions .primary-button,
.pon-not-found-actions .secondary-button {
  display: inline-flex;
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  height: var(--button-height-large);
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--button-radius);
  text-decoration: none;
}
.pon-not-found-visual { display: grid; place-items: center; min-height: 520px; }
.pon-not-found-visual img { display: block; width: min(590px, 100%); height: auto; border-radius: 50%; mix-blend-mode: multiply; }
.pon-not-found footer { color: #8b9ab1; font-size: 10px; font-weight: 700; letter-spacing: .12em; }

@media (max-width: 860px) {
  .pon-not-found { min-height: calc(100svh - 76px); padding: 20px 20px 16px; }
  .pon-not-found-header span { display: none; }
  .pon-not-found-main { grid-template-columns: 1fr; gap: 0; }
  .pon-not-found-content { order: 2; padding: 16px 0 30px; text-align: center; }
  .pon-not-found-eyebrow, .pon-not-found-actions { justify-content: center; }
  .pon-not-found-code { font-size: 76px; }
  .pon-not-found h1 { margin-top: 22px; font-size: clamp(34px, 9vw, 46px); }
  .pon-not-found-visual { min-height: 300px; }
  .pon-not-found-visual img { width: min(360px, 90vw); }
  .pon-not-found footer { text-align: center; }
}
