:root {
  --h2n-accent: #58aefb;
  --h2n-accent-alt: #a8d8ff;
  --h2n-bg: #eef7ff;
  --h2n-text: #34445c;
  --h2n-accent-rgb: 88, 174, 251;
  --h2n-accent-alt-rgb: 168, 216, 255;
  --h2n-bg-rgb: 238, 247, 255;
  --h2n-text-rgb: 52, 68, 92;
  --h2n-surface: rgba(255, 255, 255, 0.78);
  --h2n-line: rgba(92, 111, 135, 0.18);
  --h2n-muted: #667085;
  --h2n-card-radius: 18px;
  --h2n-card-blur: 18px;
  --h2n-card-opacity: 0.78;
  --h2n-shadow: 0 12px 36px rgba(29, 47, 73, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  --h2n-fast: 160ms ease;
  --h2n-container: 1240px;
}

/* H2Nav final login override: simple home-card style. */
.h2nav-login-shell {
  min-height: calc(100vh - var(--h2nav-header-height) - 110px);
  padding: 30px 0 64px;
}

.h2nav-login-modal {
  padding: 14px;
}

.h2nav-login-modal-backdrop {
  background: rgba(18, 30, 46, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.h2nav-login-modal-dialog {
  width: min(430px, 100%);
  max-height: calc(100vh - 28px);
}

.h2nav-login-modal-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  box-shadow: none;
}

.h2nav-login-card,
.h2nav-login-modal-dialog .h2nav-login-card {
  display: grid;
  grid-template-columns: 1fr;
  width: min(430px, 100%);
  min-height: 0;
  padding: 22px;
  overflow: visible;
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--h2n-card-radius);
  box-shadow: var(--h2n-shadow);
}

.h2nav-login-card-modal {
  max-height: calc(100vh - 28px);
  overflow: auto;
}

.h2nav-login-visual,
.h2nav-login-modal-dialog .h2nav-login-visual {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 0 12px;
  overflow: visible;
  color: var(--h2n-text);
  background: transparent;
  border-radius: 0;
}

.h2nav-login-visual::before {
  content: none;
}

.h2nav-login-logo-wrap {
  width: 54px;
  height: 54px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 16px;
  box-shadow: none;
}

.h2nav-login-logo-wrap img {
  width: 38px;
  height: 38px;
}

.h2nav-login-logo-wrap span {
  font-size: 21px;
}

.h2nav-login-visual-copy {
  display: none;
}

.h2nav-login-form-panel,
.h2nav-login-modal-dialog .h2nav-login-form-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: center;
}

.h2nav-login-head::before,
.h2nav-login-head::after {
  content: none;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 1;
  margin: 0;
}

.h2nav-login-head p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1,
.h2nav-login-modal-dialog .h2nav-login-head h1 {
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-login-form {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  min-height: 44px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 12px;
  box-shadow: none;
}

.h2nav-login-submit {
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-social-primary {
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-social-primary i {
  width: 30px;
  height: 30px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 9px;
  font-size: 12px;
  box-shadow: none;
}

.h2nav-social-primary span {
  display: block;
}

.h2nav-social-primary b {
  color: #fff;
  font-size: 14px;
}

.h2nav-social-primary em {
  display: none;
}

.h2nav-social-primary strong {
  width: 18px;
  height: 18px;
  color: #fff;
  background: transparent;
}

.h2nav-social-primary strong::before {
  width: 14px;
  height: 14px;
}

.h2nav-social-login-grid,
.h2nav-login-switch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 520px) {
  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    width: 100%;
    padding: 18px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 22px;
  }

  .h2nav-login-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

/* H2Nav login final: simple home-card style, must stay after older login rules. */
.h2nav-login-shell {
  min-height: calc(100vh - var(--h2nav-header-height) - 110px);
  padding: 30px 0 64px;
}

.h2nav-login-modal {
  padding: 14px;
}

.h2nav-login-modal-backdrop {
  background: rgba(18, 30, 46, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.h2nav-login-modal-dialog {
  width: min(430px, 100%);
  max-height: calc(100vh - 28px);
}

.h2nav-login-modal-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  box-shadow: none;
}

.h2nav-login-card,
.h2nav-login-modal-dialog .h2nav-login-card {
  display: grid;
  grid-template-columns: 1fr;
  width: min(430px, 100%);
  min-height: 0;
  padding: 22px;
  overflow: visible;
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--h2n-card-radius);
  box-shadow: var(--h2n-shadow);
}

.h2nav-login-card-modal {
  max-height: calc(100vh - 28px);
  overflow: auto;
}

.h2nav-login-visual,
.h2nav-login-modal-dialog .h2nav-login-visual {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 0 12px;
  overflow: visible;
  color: var(--h2n-text);
  background: transparent;
  border-radius: 0;
}

.h2nav-login-visual::before {
  content: none;
}

.h2nav-login-logo-wrap {
  width: 54px;
  height: 54px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 16px;
  box-shadow: none;
}

.h2nav-login-logo-wrap img {
  width: 38px;
  height: 38px;
}

.h2nav-login-logo-wrap span {
  font-size: 21px;
}

.h2nav-login-visual-copy {
  display: none;
}

.h2nav-login-form-panel,
.h2nav-login-modal-dialog .h2nav-login-form-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: center;
}

.h2nav-login-head::before,
.h2nav-login-head::after {
  content: none;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 1;
  margin: 0;
}

.h2nav-login-head p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1,
.h2nav-login-modal-dialog .h2nav-login-head h1 {
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-login-form {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  min-height: 44px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 12px;
  box-shadow: none;
}

.h2nav-login-submit {
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-social-primary {
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-social-primary i {
  width: 30px;
  height: 30px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 9px;
  font-size: 12px;
  box-shadow: none;
}

.h2nav-social-primary span {
  display: block;
}

.h2nav-social-primary b {
  color: #fff;
  font-size: 14px;
}

.h2nav-social-primary em {
  display: none;
}

.h2nav-social-primary strong {
  width: 18px;
  height: 18px;
  color: #fff;
  background: transparent;
}

.h2nav-social-primary strong::before {
  width: 14px;
  height: 14px;
}

.h2nav-social-login-grid,
.h2nav-login-switch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 520px) {
  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    width: 100%;
    padding: 18px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 22px;
  }

  .h2nav-login-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--h2n-text);
  background:
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.07), transparent 34%),
    linear-gradient(225deg, rgba(var(--h2n-accent-alt-rgb), 0.1), transparent 30%),
    var(--h2n-bg);
  font-family: "MiSans", "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(23, 32, 51, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 51, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 78%);
}

body.custom-background {
  background-blend-mode: normal;
}

body.custom-background::before {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--h2n-accent);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select {
  color: var(--h2n-text);
}

.screen-reader-text,
.h2nav-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.h2nav-skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--h2n-accent);
  border-radius: 8px;
}

.h2n-container {
  width: min(var(--h2n-container), calc(100% - 32px));
  margin-inline: auto;
}

.h2n-card,
.h2n-glass-card {
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--h2n-card-radius);
  box-shadow: var(--h2n-shadow);
}

.h2nav-glass-on .h2n-card,
.h2nav-glass-on .h2n-glass-card {
  backdrop-filter: blur(var(--h2n-card-blur));
  -webkit-backdrop-filter: blur(var(--h2n-card-blur));
}

.h2n-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: var(--h2n-accent);
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
  cursor: pointer;
  transition: transform var(--h2n-fast), box-shadow var(--h2n-fast), color var(--h2n-fast);
}

.h2n-btn:hover,
.h2n-btn:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(var(--h2n-accent-rgb), 0.28);
}

.h2n-btn-small {
  min-height: 32px;
  padding: 0 12px;
  font-size: 13px;
}

.h2n-btn-ghost {
  color: var(--h2n-text);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--h2n-line);
  box-shadow: none;
}

.h2n-btn-ghost:hover {
  color: var(--h2n-accent);
  box-shadow: none;
}

.h2n-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #30405c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(92, 111, 135, 0.18);
  border-radius: 999px;
}

.h2n-badge:hover {
  color: var(--h2n-accent);
  border-color: rgba(var(--h2n-accent-rgb), 0.32);
}

.h2nav-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(238, 243, 247, 0.78);
  border-bottom: 1px solid rgba(92, 111, 135, 0.14);
}

.h2nav-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}

.h2nav-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.h2nav-brand .custom-logo-link,
.h2nav-brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  background:
    linear-gradient(140deg, var(--h2n-accent), var(--h2n-accent-alt));
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-brand .custom-logo {
  width: auto;
  max-width: 160px;
  max-height: 44px;
}

.h2nav-brand-copy {
  display: grid;
  min-width: 0;
}

.h2nav-brand-copy a {
  overflow: hidden;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-brand-copy span {
  overflow: hidden;
  color: var(--h2n-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-menu,
.h2nav-footer-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  color: #30405c;
  font-weight: 700;
  border-radius: 999px;
}

.h2nav-menu a:hover,
.h2nav-menu .current-menu-item > a {
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.72);
}

.h2nav-menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  color: var(--h2n-text);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--h2n-line);
  border-radius: 999px;
}

.h2nav-menu-toggle span {
  display: block;
  width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.h2nav-menu-toggle b {
  font-size: 13px;
}

.h2nav-main {
  min-height: 68vh;
}

.h2nav-hero {
  padding: 58px 0 34px;
}

.h2nav-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  align-items: end;
  gap: 34px;
}

.h2nav-kicker {
  margin: 0 0 10px;
  color: var(--h2n-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.h2nav-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.h2nav-hero h1 > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 100%;
}

.h2nav-hero h1 img {
  flex: 0 0 auto;
  width: auto;
  max-width: 1.08em;
  height: 1.08em;
  object-fit: contain;
  vertical-align: middle;
}

.h2nav-hero-copy > p:last-child {
  max-width: 620px;
  margin: 20px 0 0;
  color: #4b5b73;
  font-size: 18px;
}

.h2nav-hero-tools {
  display: grid;
  gap: 14px;
}

.h2nav-hero-search,
.h2nav-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: var(--h2n-shadow);
}

.h2nav-hero-search label,
.h2nav-search-form label {
  flex: 1 1 auto;
  min-width: 0;
}

.h2nav-hero-search input,
.h2nav-search-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  background: transparent;
  border: 0;
  outline: none;
}

.h2nav-term-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.h2nav-front-content,
.h2nav-page-shell,
.h2nav-readable-shell,
.h2nav-ws-single-shell {
  padding: 26px 0 76px;
}

.h2nav-ws-section,
.h2nav-post-section,
.h2nav-related {
  margin-top: 38px;
  scroll-margin-top: 96px;
}

.h2nav-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.h2nav-section-heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.h2nav-section-heading p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--h2n-muted);
}

.h2nav-ws-grid,
.h2nav-post-grid,
.h2nav-mixed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.h2nav-post-grid {
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
}

.h2nav-mixed-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.h2nav-ws-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 154px;
  padding: 16px;
  overflow: hidden;
  transition: transform var(--h2n-fast), border-color var(--h2n-fast), box-shadow var(--h2n-fast);
}

.h2nav-ws-card:hover {
  border-color: rgba(var(--h2n-accent-rgb), 0.26);
  transform: translateY(-3px);
}

.h2nav-ws-snapshot {
  display: block;
  aspect-ratio: 456 / 300;
  margin: -4px -4px 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
  border-radius: calc(var(--h2n-card-radius) - 6px);
}

.h2nav-ws-snapshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2nav-ws-main {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.h2nav-ws-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(140deg, #172033, var(--h2n-accent));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.h2nav-ws-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}

.h2nav-ws-icon-large {
  width: 76px;
  height: 76px;
  border-radius: 22px;
}

.h2nav-ws-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.h2nav-ws-copy strong {
  overflow: hidden;
  font-size: 17px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-ws-copy em {
  display: -webkit-box;
  overflow: hidden;
  color: var(--h2n-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h2nav-ws-meta {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  margin-top: auto;
}

.h2nav-host {
  min-width: 0;
  overflow: hidden;
  color: var(--h2n-muted);
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-ws-meta .h2n-btn {
  margin-left: auto;
}

.h2nav-post-card {
  display: grid;
  overflow: hidden;
  transition: transform var(--h2n-fast), border-color var(--h2n-fast);
}

.h2nav-post-card:hover {
  border-color: rgba(var(--h2n-accent-rgb), 0.28);
  transform: translateY(-3px);
}

.h2nav-post-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.54);
  border-radius: var(--h2n-card-radius) var(--h2n-card-radius) 0 0;
}

.h2nav-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2nav-post-body {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.h2nav-post-body h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
}

.h2nav-post-body p {
  margin: 0;
  color: var(--h2n-muted);
}

.h2nav-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--h2n-muted);
  font-size: 13px;
  font-weight: 700;
}

.h2nav-readable-shell {
  max-width: 900px;
}

.h2nav-default-page-shell {
  max-width: 1080px;
}

.h2nav-entry {
  padding: clamp(20px, 4vw, 42px);
}

.h2nav-default-page {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
  padding: clamp(20px, 3vw, 32px);
}

.h2nav-default-page-header {
  display: grid;
  gap: 8px;
  padding-bottom: clamp(14px, 2vw, 20px);
  border-bottom: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
}

.h2nav-default-page-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
}

.h2nav-default-page-header h1 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.16;
  letter-spacing: 0;
}

.h2nav-default-page-meta {
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 13px;
  font-weight: 800;
}

.h2nav-default-page-cover {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.56);
  border-radius: calc(var(--h2n-card-radius) - 6px);
}

.h2nav-default-page-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.h2nav-default-page-content {
  max-width: 900px;
}

.h2nav-default-page-content > * {
  margin-bottom: 0.72em;
}

.h2nav-default-page-content h2,
.h2nav-default-page-content h3,
.h2nav-default-page-content h4 {
  margin-top: 1.25em;
  margin-bottom: 0.52em;
}

.h2nav-default-page-content p,
.h2nav-default-page-content li {
  line-height: 1.72;
}

.h2nav-entry-header h1 {
  margin: 10px 0 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
}

.h2nav-entry-cover {
  margin-top: 24px;
  overflow: hidden;
  border-radius: calc(var(--h2n-card-radius) - 4px);
}

.h2nav-entry-cover img {
  width: 100%;
}

.h2nav-entry-content {
  color: #25324a;
}

.h2nav-entry-content > * {
  margin-top: 0;
  margin-bottom: 0.9em;
}

.h2nav-entry-content > *:first-child {
  margin-top: 0;
}

.h2nav-entry-content > *:last-child {
  margin-bottom: 0;
}

.h2nav-entry-content a {
  color: var(--h2n-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.h2nav-go-page {
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--h2nav-header-height));
  padding: clamp(72px, 12vw, 132px) 20px clamp(56px, 9vw, 96px);
}

.h2nav-go-panel {
  width: min(100%, 560px);
  padding: clamp(24px, 5vw, 38px);
  text-align: center;
  border-radius: max(18px, var(--h2n-card-radius));
}

.h2nav-go-mark {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.12);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.18);
  border-radius: 18px;
}

.h2nav-go-mark::before,
.h2nav-go-mark::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.h2nav-go-mark::before {
  top: 28px;
  left: 17px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  transform: rotate(-35deg);
}

.h2nav-go-mark::after {
  top: 17px;
  right: 17px;
  width: 15px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.h2nav-go-kicker {
  margin: 0 0 8px;
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 13px;
  font-weight: 900;
}

.h2nav-go-panel h1 {
  margin: 0;
  color: var(--h2n-text);
  font-size: clamp(24px, 4.6vw, 34px);
  line-height: 1.2;
}

.h2nav-go-summary {
  margin: 12px 0 0;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 15px;
  font-weight: 800;
}

.h2nav-go-url {
  display: block;
  max-width: 100%;
  padding: 11px 12px;
  margin: 18px 0 0;
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(var(--h2n-bg-rgb), 0.62);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.08);
  border-radius: 10px;
}

.h2nav-go-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.h2nav-go-count {
  margin: 14px 0 0;
  color: rgba(var(--h2n-text-rgb), 0.56);
  font-size: 13px;
  font-weight: 800;
}

.h2nav-go-count span {
  color: var(--h2n-accent);
}

.h2nav-entry-content h2,
.h2nav-entry-content h3,
.h2nav-entry-content h4 {
  margin-top: 1.45em;
  margin-bottom: 0.65em;
  line-height: 1.2;
}

.h2nav-entry-content p,
.h2nav-entry-content li {
  line-height: 1.78;
}

.h2nav-entry-content ul,
.h2nav-entry-content ol {
  padding-left: 1.35em;
}

.h2nav-entry-content li + li {
  margin-top: 0.35em;
}

.h2nav-entry-content figure,
.h2nav-entry-content table,
.h2nav-entry-content .wp-block-image {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}

.h2nav-entry-content img {
  border-radius: 12px;
}

.h2nav-entry-content .h2nav-auto-anchor {
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(var(--h2n-accent-rgb), 0.32);
}

.h2nav-entry-content blockquote {
  padding: 12px 18px;
  margin: 1.05em 0;
  color: #31415f;
  background: rgba(var(--h2n-accent-rgb), 0.07);
  border-left: 4px solid var(--h2n-accent);
  border-radius: 10px;
}

.h2nav-entry-content pre {
  overflow: auto;
  padding: 16px;
  color: #f8fafc;
  background: #111827;
  border-radius: 12px;
}

.h2nav-entry-content code {
  padding: 0.1em 0.28em;
  background: rgba(23, 32, 51, 0.08);
  border-radius: 6px;
}

.h2nav-entry-content pre code {
  padding: 0;
  background: transparent;
}

.h2nav-entry-footer {
  margin-top: 28px;
}

.h2nav-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.h2nav-tags a {
  display: inline-flex;
  min-height: 30px;
  padding: 0 10px;
  color: var(--h2n-accent);
  font-size: 13px;
  font-weight: 800;
  background: rgba(var(--h2n-accent-rgb), 0.08);
  border-radius: 999px;
}

.h2nav-post-single-shell {
  max-width: 1280px;
  padding-top: 18px;
}

.h2nav-post-single,
.h2nav-post-content-layout {
  display: grid;
  gap: 16px;
}

.h2nav-post-content-layout {
  grid-template-columns: minmax(0, 1fr) 304px;
  align-items: start;
}

.h2nav-post-main-column,
.h2nav-post-sidebar {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.h2nav-post-sidebar {
  position: sticky;
  top: calc(var(--h2nav-header-height) + 18px);
}

.h2nav-post-breadcrumbs {
  margin: 0 0 -4px;
  transform: none;
}

.h2nav-post-panel {
  padding: 0;
  overflow: hidden;
  border-radius: calc(var(--h2n-card-radius) + 2px);
}

.h2nav-post-panel-header {
  padding: 22px 26px 0;
}

.h2nav-post-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.h2nav-post-kicker a,
.h2nav-post-kicker span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 0 10px;
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  background: rgba(var(--h2n-accent-rgb), 0.09);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 999px;
}

.h2nav-post-panel-header h1 {
  max-width: 920px;
  margin: 0 0 12px;
  color: var(--h2n-text);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.h2nav-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  min-height: 38px;
  padding: 0 0 14px;
  color: rgba(var(--h2n-text-rgb), 0.55);
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-article-meta a {
  color: rgba(var(--h2n-text-rgb), 0.58);
}

.h2nav-article-meta a:hover {
  color: var(--h2n-accent);
}

.h2nav-article-meta-item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 24px;
  line-height: 1;
  white-space: nowrap;
}

.h2nav-article-meta-item::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 7px;
  content: "";
  background: rgba(var(--h2n-text-rgb), 0.28);
  border-radius: 50%;
}

.h2nav-article-meta-item:has(.h2nav-meta-inline-icon)::before {
  display: none;
}

.h2nav-article-meta-icons::before {
  display: none;
}

.h2nav-meta-icons,
.h2nav-article-meta-icons,
.h2nav-post-counts,
.h2nav-post-archive-statline,
.h2nav-post-side-meta,
.h2nav-ws-profile-views,
.h2nav-post-side-thumb-body em,
.h2nav-post-archive-side-copy em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.h2nav-meta-count,
.h2nav-article-meta-icons > span,
.h2nav-post-counts > span,
.h2nav-ws-profile-views > span,
.h2nav-post-side-thumb-body em > span,
.h2nav-post-archive-side-copy em > span {
  color: rgba(var(--h2n-text-rgb), 0.55);
  font-size: inherit;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.h2nav-meta-count,
.h2nav-meta-count .smooth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 1em;
  padding: 0;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.h2nav-meta-count .smooth {
  width: 100%;
  height: 100%;
  line-height: 1;
}

.h2nav-meta-count .smooth:hover,
.h2nav-meta-count:hover {
  color: var(--h2n-accent);
}

.h2nav-meta-count .smooth:hover .h2nav-icon,
.h2nav-meta-count:hover .h2nav-icon {
  color: currentColor;
}

.h2nav-meta-count-num {
  font-variant-numeric: tabular-nums;
}

.h2nav-meta-count .h2nav-icon,
.smooth .h2nav-icon {
  color: rgba(var(--h2n-text-rgb), 0.46);
}

.h2nav-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 1em;
  line-height: 1;
  vertical-align: -0.125em;
}

.h2nav-inline-icon,
.h2nav-meta-inline-icon,
.h2nav-btn-icon,
.h2nav-section-title-icon,
.h2nav-card-line-icon,
.h2nav-warning-icon {
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  stroke-width: 2.2;
}

.h2nav-inline-icon {
  margin-right: 5px;
}

.h2nav-btn-icon {
  margin-right: 0;
}

.h2nav-meta-inline-icon,
.h2nav-card-line-icon {
  margin-right: 6px;
  color: var(--h2n-accent);
}

.h2nav-section-title-icon {
  width: 17px;
  height: 17px;
  color: var(--h2n-accent);
}

.smooth {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
}

.h2nav-article-meta-icons {
  gap: 10px;
  color: rgba(var(--h2n-text-rgb), 0.56);
}

.h2nav-article-meta-icons .h2nav-meta-count {
  min-height: 22px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(var(--h2n-text-rgb), 0.58);
  background: rgba(var(--h2n-text-rgb), 0.035);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.055);
  border-radius: 999px;
}

.h2nav-article-meta-icons .h2nav-meta-count .smooth {
  min-height: 20px;
  color: inherit;
}

.h2nav-article-meta-icons .h2nav-meta-count:hover,
.h2nav-article-meta-icons .h2nav-meta-count:has(.smooth:hover) {
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.075);
  border-color: rgba(var(--h2n-accent-rgb), 0.12);
}

.h2nav-article-meta-icons .h2nav-icon {
  font-size: 13px;
}

.h2nav-article-meta-updated {
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-weight: 900;
}

.h2nav-article-meta-updated::before {
  background: rgba(var(--h2n-accent-rgb), 0.7);
  box-shadow: 0 0 0 4px rgba(var(--h2n-accent-rgb), 0.09);
}

.h2nav-article-meta-label {
  color: rgba(var(--h2n-text-rgb), 0.55);
}

.h2nav-post-ai-summary-inline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 14px;
  padding: 12px 13px;
  background: linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.08), rgba(var(--h2n-accent-alt-rgb), 0.06));
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.1);
  border-radius: 13px;
}

.h2nav-post-ai-summary-inline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 24px;
  padding: 0 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: color-mix(in srgb, var(--h2n-accent) 86%, #172033);
  border-radius: 999px;
}

.h2nav-post-ai-summary-inline p {
  max-height: 4.7em;
  margin: 0;
  overflow-y: auto;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.64;
}

.h2nav-post-panel-body {
  padding: 20px 26px 6px;
  color: #24314a;
  font-size: 16px;
}

.h2nav-post-panel-body p,
.h2nav-post-panel-body li {
  color: #2c3850;
  font-size: 16px;
  line-height: 2;
  word-break: break-word;
}

.h2nav-post-panel-body h2,
.h2nav-post-panel-body h3,
.h2nav-post-panel-body h4 {
  position: relative;
  color: var(--h2n-text);
  font-weight: 900;
}

.h2nav-post-panel-body h2 {
  margin-top: 1.65em;
  font-size: 23px;
}

.h2nav-post-panel-body h3 {
  margin-top: 1.45em;
  font-size: 19px;
}

.h2nav-post-panel-body h2::before,
.h2nav-post-panel-body h3::before {
  display: inline-block;
  width: 5px;
  height: 0.9em;
  margin-right: 9px;
  content: "";
  background: var(--h2n-accent);
  border-radius: 999px;
  vertical-align: -0.08em;
}

.h2nav-post-panel-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
}

.h2nav-post-panel-body blockquote {
  margin: 1.4em 0;
  padding: 14px 18px;
  color: rgba(var(--h2n-text-rgb), 0.75);
  background: rgba(var(--h2n-accent-rgb), 0.07);
  border-left: 5px solid rgba(var(--h2n-accent-rgb), 0.72);
  border-radius: 12px;
}

.h2nav-post-panel-footer {
  display: grid;
  gap: 10px;
  margin: 8px 26px 26px;
  padding: 14px 15px 13px;
  background: linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.06), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.09);
  border-radius: 15px;
}

.h2nav-post-tags {
  align-items: center;
  gap: 7px;
}

.h2nav-post-tags::before {
  content: none;
}

.h2nav-post-tags a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 0 9px;
  color: color-mix(in srgb, var(--h2n-accent) 76%, #445066);
  font-size: 12px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.1);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.h2nav-post-tags a:hover {
  color: #fff;
  background: color-mix(in srgb, var(--h2n-accent) 84%, #172033);
  border-color: transparent;
  transform: translateY(-1px);
}

.h2nav-post-copyright {
  padding-top: 10px;
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.42);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
  text-align: right;
  border-top: 1px dashed rgba(var(--h2n-text-rgb), 0.1);
}

.h2nav-post-copyright a {
  color: rgba(var(--h2n-text-rgb), 0.62);
  text-decoration: none;
}

.h2nav-post-copyright a:hover {
  color: var(--h2n-accent);
}

.h2nav-post-near-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.1);
  border-radius: calc(var(--h2n-card-radius) + 2px);
  box-shadow: 0 12px 30px rgba(33, 53, 82, 0.05);
}

.h2nav-post-near-item {
  min-width: 0;
}

.h2nav-post-near-item + .h2nav-post-near-item {
  border-left: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-post-near-item a,
.h2nav-post-near-item.is-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 82px;
  padding: 15px 20px;
  color: var(--h2n-text);
  transition: background-color 180ms ease, color 180ms ease;
}

.h2nav-post-near-item a:hover {
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.06);
}

.h2nav-post-near-item span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(var(--h2n-text-rgb), 0.48);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-post-near-item strong {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h2nav-post-near-next {
  text-align: right;
}

.h2nav-post-related-section {
  margin-top: 6px;
}

.h2nav-post-related-heading {
  margin-bottom: 12px;
}

.h2nav-post-related-heading h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--h2n-text-rgb), 0.74);
  font-size: 18px;
}

.h2nav-post-related-heading h2::before {
  content: none;
}

.h2nav-post-sidebar .widget,
.h2nav-post-side-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  overflow: hidden;
  border-radius: calc(var(--h2n-card-radius) + 2px);
}

.h2nav-post-sidebar .widget-title,
.h2nav-post-side-card > h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--h2n-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.h2nav-post-sidebar .widget-title::before,
.h2nav-post-side-card > h2::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--h2n-accent);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(var(--h2n-accent-rgb), 0.1);
}

.h2nav-post-side-card > h2:has(.h2nav-section-title-icon)::before {
  content: none;
}

.h2nav-post-author-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(var(--h2n-accent-rgb), 0.07));
}

.h2nav-post-author-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.h2nav-post-author-avatar {
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(34, 55, 84, 0.12);
}

.h2nav-post-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2nav-post-author-head p {
  margin: 0 0 4px;
  color: rgba(var(--h2n-text-rgb), 0.5);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-post-author-head h2 {
  margin: 0;
  overflow: hidden;
  color: var(--h2n-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-post-author-head h2 a {
  color: inherit;
}

.h2nav-post-side-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.h2nav-post-side-stats > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  font-size: 12px;
  font-weight: 900;
  background: rgba(var(--h2n-text-rgb), 0.035);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.06);
  border-radius: 999px;
}

.h2nav-post-side-stat-count .h2nav-inline-icon {
  color: var(--h2n-accent);
}

.h2nav-post-side-stats strong {
  color: var(--h2n-text);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.h2nav-post-side-stat-count,
.h2nav-post-side-stat-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.h2nav-post-side-stat-icons {
  justify-content: flex-end;
  padding-right: 8px;
  padding-left: 8px;
  background: transparent;
  border-color: transparent;
}

.h2nav-post-side-stat-icons .h2nav-post-counts,
.h2nav-post-side-stat-icons .views {
  color: rgba(var(--h2n-text-rgb), 0.58);
}

.h2nav-post-side-stat-icons .h2nav-post-counts {
  gap: 9px;
  overflow: visible;
}

.h2nav-post-side-stat-icons .h2nav-meta-count {
  font-size: 12px;
  font-weight: 900;
}

.h2nav-post-side-stat-icons .h2nav-meta-count:hover {
  color: var(--h2n-accent);
}

.h2nav-post-side-tabs {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 0 0 12px;
  margin: -2px 0 2px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(var(--h2n-text-rgb), 0.08);
  scrollbar-width: none;
}

.h2nav-post-side-tabs::-webkit-scrollbar {
  display: none;
}

.h2nav-post-side-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  color: rgba(var(--h2n-text-rgb), 0.64);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 180ms ease;
}

.h2nav-post-side-tab::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--h2n-accent);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.36);
  transition: opacity 180ms ease, transform 180ms ease;
}

.h2nav-post-side-tab.is-active {
  color: var(--h2n-accent);
}

.h2nav-post-side-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.h2nav-post-side-tab:hover {
  color: var(--h2n-accent);
}

.h2nav-post-side-panel[hidden] {
  display: none;
}

.h2nav-post-side-panel.is-active {
  animation: h2navSidePanelIn 180ms ease both;
}

@keyframes h2navSidePanelIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.h2nav-post-side-thumb-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-post-side-thumb-list li + li {
  padding-top: 12px;
  border-top: 1px solid rgba(var(--h2n-text-rgb), 0.07);
}

.h2nav-post-side-thumb-list a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  color: var(--h2n-text);
}

.h2nav-post-side-thumb {
  position: relative;
  display: block;
  width: 82px;
  aspect-ratio: 8 / 5;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.18), rgba(var(--h2n-accent-alt-rgb), 0.2));
  border-radius: 10px;
}

.h2nav-post-side-thumb img,
.h2nav-post-side-thumb .fill-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.h2nav-post-side-thumb-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 21px;
  font-weight: 900;
}

.h2nav-post-side-thumb-body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.h2nav-post-side-thumb-body strong {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.84);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h2nav-post-side-thumb-body em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  overflow: visible;
  color: rgba(var(--h2n-text-rgb), 0.45);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.h2nav-post-side-thumb-body em time {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h2nav-post-side-thumb-body .h2nav-post-counts {
  flex: 0 0 auto;
  gap: 6px;
}

.h2nav-post-side-thumb-list a:hover .h2nav-post-side-thumb img,
.h2nav-post-side-thumb-list a:hover .h2nav-post-side-thumb .fill-cover {
  transform: scale(1.055);
}

.h2nav-post-side-thumb-list a:hover strong {
  color: var(--h2n-accent);
}

.h2nav-post-side-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.h2nav-post-current-terms-card {
  gap: 12px;
}

.h2nav-post-current-terms {
  padding: 2px 0 0;
}

.h2nav-post-side-terms a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  min-height: 27px;
  padding: 0 10px;
  overflow: hidden;
  color: color-mix(in srgb, var(--h2n-accent) 78%, #445066);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(var(--h2n-accent-rgb), 0.08);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.08);
  border-radius: 999px;
}

.h2nav-post-side-terms a:hover {
  color: #fff;
  background: color-mix(in srgb, var(--h2n-accent) 82%, #172033);
}

.h2nav-post-sidebar .widget ul,
.h2nav-post-sidebar .widget ol {
  padding-left: 1.2em;
  margin: 0;
}

.h2nav-post-sidebar .widget li + li {
  margin-top: 8px;
}

.h2nav-post-sidebar .widget a {
  color: rgba(var(--h2n-text-rgb), 0.76);
  font-weight: 850;
}

.h2nav-post-sidebar .widget a:hover {
  color: var(--h2n-accent);
}

@media (max-width: 760px) {
  .h2nav-post-archive-shell {
    gap: 14px;
  }

  .h2nav-post-archive-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }

  .h2nav-post-archive-mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .h2nav-post-archive-mark-tag {
    border-radius: 50%;
  }

  .h2nav-post-archive-copy h1 {
    font-size: 25px;
  }

  .h2nav-post-archive-filter {
    display: grid;
    gap: 8px;
  }

  .h2nav-post-archive-sort {
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid rgba(var(--h2n-text-rgb), 0.08);
    border-left: 0;
  }

  .h2nav-post-archive-layout {
    grid-template-columns: 1fr;
  }

  .h2nav-post-archive-sidebar {
    position: static;
  }

  .h2nav-post-archive-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .h2nav-post-archive-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 9px;
    min-height: 96px;
    padding: 7px;
  }

  .h2nav-post-archive-body {
    padding: 0;
  }

  .h2nav-post-archive-title {
    min-height: 36px;
    font-size: 14px;
    line-height: 1.28;
  }

  .h2nav-post-archive-author {
    display: none;
  }

  .h2nav-post-archive-meta {
    justify-content: flex-start;
    gap: 6px;
    min-height: 18px;
    padding-top: 6px;
    margin-top: auto;
  }

  .h2nav-post-archive-statline {
    max-width: 100%;
    gap: 6px;
    font-size: 10.5px;
  }

  .h2nav-post-archive-terms a {
    max-width: 70px;
    min-height: 20px;
    padding: 0 6px;
    font-size: 10.5px;
  }

  .h2nav-post-single-shell {
    padding-top: 82px;
  }

  .h2nav-post-single,
  .h2nav-post-content-layout {
    gap: 12px;
  }

  .h2nav-post-content-layout {
    grid-template-columns: 1fr;
  }

  .h2nav-post-main-column,
  .h2nav-post-sidebar {
    gap: 12px;
  }

  .h2nav-post-sidebar {
    position: static;
  }

  .h2nav-post-panel-header {
    padding: 18px 16px 0;
  }

  .h2nav-post-panel-header h1 {
    font-size: 23px;
    line-height: 1.34;
  }

  .h2nav-article-meta {
    gap: 7px 11px;
    padding-bottom: 14px;
    font-size: 12px;
  }

  .h2nav-article-meta-updated {
    flex-basis: 100%;
  }

  .h2nav-post-ai-summary-inline {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .h2nav-post-ai-summary-inline span {
    width: max-content;
  }

  .h2nav-post-panel-body {
    padding: 18px 16px 6px;
  }

  .h2nav-post-panel-body p,
  .h2nav-post-panel-body li {
    font-size: 15px;
    line-height: 1.9;
  }

  .h2nav-post-panel-body h2 {
    font-size: 20px;
  }

  .h2nav-post-panel-body h3 {
    font-size: 17px;
  }

  .h2nav-post-panel-footer {
    margin: 8px 16px 18px;
    padding: 12px;
  }

  .h2nav-post-copyright {
    text-align: left;
  }

  .h2nav-post-near-nav {
    grid-template-columns: 1fr;
  }

  .h2nav-post-near-item + .h2nav-post-near-item {
    border-top: 1px solid rgba(var(--h2n-text-rgb), 0.08);
    border-left: 0;
  }

  .h2nav-post-near-next {
    text-align: left;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .h2nav-post-archive-layout {
    grid-template-columns: 1fr;
  }

  .h2nav-post-archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h2nav-post-archive-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h2nav-post-content-layout {
    grid-template-columns: 1fr;
  }

  .h2nav-post-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .h2nav-post-sidebar .widget,
  .h2nav-post-side-card {
    align-content: start;
  }
}

.h2nav-ws-single {
  display: grid;
  gap: 20px;
}

.h2nav-ws-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: 26px;
  padding: clamp(18px, 3vw, 28px);
}

.h2nav-ws-hero-media {
  min-height: 280px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.13), rgba(var(--h2n-accent-alt-rgb), 0.12));
  border-radius: calc(var(--h2n-card-radius) - 4px);
}

.h2nav-ws-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.h2nav-ws-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.h2nav-ws-hero-copy h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}

.h2nav-ws-hero-copy p {
  margin: 0;
  color: #4b5b73;
  font-size: 18px;
}

.h2nav-ws-term-row,
.h2nav-ws-actions,
.h2nav-tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.h2nav-ws-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
}

.h2nav-ws-detail-grid .h2nav-entry-content,
.h2nav-ws-side {
  padding: 24px;
}

.h2nav-ws-side h2 {
  margin-top: 0;
}

.h2nav-ws-side dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.h2nav-ws-side dt {
  color: var(--h2n-muted);
  font-size: 13px;
  font-weight: 900;
}

.h2nav-ws-side dd {
  min-width: 0;
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.h2nav-search-inline {
  max-width: 720px;
  margin-bottom: 22px;
}

.h2nav-search-shell {
  display: grid;
  gap: 16px;
}

.h2nav-search-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 22px;
  min-height: 168px;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 12% 18%, rgba(var(--h2n-accent-rgb), 0.2), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(var(--h2n-accent-alt-rgb), 0.22), transparent 30%);
}

.h2nav-search-hero::after {
  position: absolute;
  right: 24px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  content: "";
  background: radial-gradient(circle, rgba(var(--h2n-accent-rgb), 0.13), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.h2nav-search-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 0;
}

.h2nav-search-hero-copy p,
.h2nav-search-hero-copy h1,
.h2nav-search-hero-copy div {
  margin: 0;
}

.h2nav-search-hero-copy p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-search-hero-copy h1 {
  overflow-wrap: anywhere;
  color: #172033;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.15;
}

.h2nav-search-hero-copy div {
  color: var(--h2n-muted);
  font-size: 14px;
  font-weight: 750;
}

.h2nav-search-page-form {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}

.h2nav-search-type-tabs {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 4px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(42, 68, 103, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.h2nav-search-type-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 32px;
  padding: 0 14px;
  color: rgba(var(--h2n-text-rgb), 0.62);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  border-radius: 999px;
  transition: color var(--h2n-fast), background var(--h2n-fast), box-shadow var(--h2n-fast);
}

.h2nav-search-type-tabs a:hover,
.h2nav-search-type-tabs a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  box-shadow: 0 8px 18px rgba(var(--h2n-accent-rgb), 0.2);
}

.h2nav-search-results {
  display: grid;
  gap: 14px;
}

.h2nav-search-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
}

.h2nav-search-result-head h2 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--h2n-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.h2nav-search-result-head span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: color-mix(in srgb, var(--h2n-accent) 74%, #172033);
  font-size: 12px;
  font-weight: 900;
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 999px;
}

.h2nav-search-post-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.h2nav-search-mixed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.h2nav-search-mixed-list .h2nav-ws-card {
  min-height: 110px;
}

.h2nav-search-empty {
  padding: 28px;
}

.h2nav-empty {
  padding: 34px;
  text-align: center;
}

.h2nav-empty h1,
.h2nav-empty h2 {
  margin: 0 0 10px;
}

.h2nav-empty p {
  max-width: 560px;
  margin: 0 auto 20px;
  color: var(--h2n-muted);
}

.h2nav-empty .h2nav-search-form {
  max-width: 620px;
  margin: 18px auto;
}

.h2nav-404-shell {
  display: grid;
  gap: 16px;
}

.h2nav-404-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: 22px;
  min-height: 260px;
  padding: clamp(22px, 4vw, 40px);
  overflow: hidden;
}

.h2nav-404-hero::before {
  position: absolute;
  inset: 1px;
  content: "";
  background:
    radial-gradient(circle at 16% 10%, rgba(var(--h2n-accent-rgb), 0.18), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(var(--h2n-accent-alt-rgb), 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 70%);
  border-radius: inherit;
  pointer-events: none;
}

.h2nav-404-copy,
.h2nav-404-search,
.h2nav-404-actions {
  position: relative;
  z-index: 1;
}

.h2nav-404-copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.h2nav-404-copy p,
.h2nav-404-copy h1,
.h2nav-404-copy div {
  margin: 0;
}

.h2nav-404-kicker {
  color: var(--h2n-accent);
  font-size: clamp(54px, 8vw, 116px);
  font-weight: 950;
  line-height: 0.85;
  letter-spacing: 0;
}

.h2nav-404-copy h1 {
  color: var(--h2n-text);
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 950;
  line-height: 1.12;
}

.h2nav-404-copy div {
  max-width: 620px;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.h2nav-404-search {
  justify-self: stretch;
  width: 100%;
  margin: 0;
}

.h2nav-404-search .h2n-btn,
.h2nav-404-actions .h2n-btn {
  gap: 7px;
}

.h2nav-404-actions {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 10px;
}

.h2nav-404-btn-icon,
.h2nav-404-action-icon {
  width: 16px;
  height: 16px;
}

.h2nav-404-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.h2nav-404-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.h2nav-404-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.h2nav-404-panel-head p,
.h2nav-404-panel-head h2 {
  margin: 0;
}

.h2nav-404-panel-head p {
  color: var(--h2n-accent);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.h2nav-404-panel-head h2 {
  margin-top: 4px;
  color: var(--h2n-text);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.h2nav-404-panel-icon {
  width: 22px;
  height: 22px;
  color: var(--h2n-accent);
}

.h2nav-404-link-list {
  display: grid;
  gap: 8px;
}

.h2nav-404-link-list a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 8px 10px;
  color: var(--h2n-text);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.07);
  border-radius: max(12px, calc(var(--h2n-card-radius) - 4px));
  transition: border-color var(--h2n-fast), background var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-404-link-list a:hover {
  color: var(--h2n-text);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(var(--h2n-accent-rgb), 0.2);
  transform: translateY(-1px);
}

.h2nav-404-item-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: color-mix(in srgb, var(--h2n-accent) 74%, #172033);
  font-size: 13px;
  font-weight: 950;
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 12px;
}

.h2nav-404-link-list strong,
.h2nav-404-link-list em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-404-link-list strong {
  color: var(--h2n-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.h2nav-404-link-list em,
.h2nav-404-panel-empty {
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.h2nav-404-panel-empty {
  margin: 0;
}

.h2nav-pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.h2nav-pagination .page-numbers,
.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  color: var(--h2n-text);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--h2n-line);
  border-radius: 999px;
}

.h2nav-pagination .current,
.nav-links .current {
  color: #fff;
  background: var(--h2n-accent);
}

.h2nav-post-archive-shell {
  display: grid;
  gap: 18px;
}

.h2nav-post-archive-hero {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 158px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at 12% 22%, rgba(var(--h2n-accent-rgb), 0.24), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(var(--h2n-accent-alt-rgb), 0.28), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: max(16px, var(--h2n-card-radius));
  box-shadow: var(--h2n-shadow);
}

.h2nav-post-archive-hero::after {
  position: absolute;
  right: -54px;
  bottom: -74px;
  width: 220px;
  height: 220px;
  content: "";
  background: radial-gradient(circle, rgba(var(--h2n-accent-rgb), 0.12), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.h2nav-post-archive-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: var(--h2n-accent);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.92)),
    radial-gradient(circle at 30% 20%, rgba(var(--h2n-accent-rgb), 0.22), transparent 54%);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.2);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(var(--h2n-accent-rgb), 0.16), inset 0 0 0 6px rgba(255, 255, 255, 0.72);
}

.h2nav-post-archive-mark span {
  color: currentColor;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.h2nav-post-archive-mark-tag {
  border-radius: 50%;
}

.h2nav-post-archive-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  min-width: 0;
}

.h2nav-post-archive-copy p {
  margin: 0;
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-post-archive-copy h1 {
  margin: 0;
  color: #172033;
  font-size: clamp(27px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}

.h2nav-post-archive-copy div {
  max-width: 760px;
  color: var(--h2n-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
}

.h2nav-post-archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 312px;
  gap: 18px;
  align-items: start;
}

.h2nav-post-archive-main,
.h2nav-post-archive-sidebar {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.h2nav-post-archive-sidebar {
  position: sticky;
  top: calc(var(--h2nav-header-height) + 18px);
}

.h2nav-post-archive-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: max(14px, var(--h2n-card-radius));
}

.h2nav-post-archive-selects,
.h2nav-post-archive-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.h2nav-post-archive-selects {
  flex: 1 1 auto;
}

.h2nav-post-archive-child-tabs {
  max-width: none;
  min-height: 36px;
  padding: 3px;
  background: rgba(var(--h2n-text-rgb), 0.052);
  border-color: rgba(var(--h2n-text-rgb), 0.045);
}

.h2nav-post-archive-child-tabs .h2nav-post-archive-child-tab {
  min-height: 30px;
  padding: 0 13px;
  color: rgba(var(--h2n-text-rgb), 0.5);
  background: transparent;
  border: 0;
}

.h2nav-post-archive-child-tabs .h2nav-post-archive-child-tab:hover,
.h2nav-post-archive-child-tabs .h2nav-post-archive-child-tab.is-active {
  color: color-mix(in srgb, var(--h2n-accent) 72%, #172033);
  background: transparent;
  border: 0;
}

.h2nav-post-archive-child-tabs .h2nav-post-archive-child-tab b {
  display: block;
  max-width: 9em;
  overflow: hidden;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-post-archive-sort {
  flex: 0 0 auto;
  padding-left: 12px;
  border-left: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-post-archive-selects::-webkit-scrollbar,
.h2nav-post-archive-sort::-webkit-scrollbar {
  display: none;
}

.h2nav-post-archive-selects a:not(.h2nav-post-archive-child-tab),
.h2nav-post-archive-sort a,
.h2nav-post-archive-sort span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.08);
  border-radius: 999px;
}

.h2nav-post-archive-sort span {
  color: var(--h2n-accent);
  background: transparent;
  border-color: transparent;
}

.h2nav-post-archive-selects a:not(.h2nav-post-archive-child-tab):hover,
.h2nav-post-archive-sort a:hover,
.h2nav-post-archive-selects a:not(.h2nav-post-archive-child-tab).is-active,
.h2nav-post-archive-sort a.is-active {
  color: #fff;
  background: var(--h2n-accent);
  border-color: var(--h2n-accent);
}

.h2nav-post-archive-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.h2nav-post-archive-card {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 11px;
  min-height: 110px;
  padding: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(var(--h2n-text-rgb), 0.065);
  box-shadow: 0 10px 28px rgba(42, 68, 103, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.h2nav-post-archive-card:hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(var(--h2n-accent-rgb), 0.2);
  box-shadow: 0 16px 34px rgba(42, 68, 103, 0.105), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translateY(-2px);
}

.h2nav-post-archive-thumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 7 / 5;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.1), rgba(var(--h2n-accent-alt-rgb), 0.18)),
    rgba(var(--h2n-accent-rgb), 0.07);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 12px;
}

.h2nav-post-archive-thumb img,
.h2nav-post-archive-thumb .fill-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.h2nav-post-archive-card:hover .h2nav-post-archive-thumb img,
.h2nav-post-archive-card:hover .h2nav-post-archive-thumb .fill-cover {
  transform: scale(1.035);
}

.h2nav-post-archive-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1px 2px 1px 0;
}

.h2nav-post-archive-title {
  display: -webkit-box;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  color: var(--h2n-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color var(--h2n-fast);
}

.h2nav-post-archive-card:hover .h2nav-post-archive-title {
  color: color-mix(in srgb, var(--h2n-accent) 72%, #172033);
}

.h2nav-post-archive-terms {
  flex-wrap: nowrap;
  gap: 5px;
  min-height: 22px;
  margin-top: 7px;
  overflow: hidden;
}

.h2nav-post-archive-terms a {
  min-height: 22px;
  max-width: 88px;
  padding: 0 7px;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-post-archive-meta {
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 22px;
  margin-top: auto;
  padding-top: 8px;
  font-size: 11px;
}

.h2nav-post-archive-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-weight: 800;
}

.h2nav-post-archive-statline {
  flex: 0 1 auto;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
  max-width: 62%;
  color: rgba(var(--h2n-text-rgb), 0.52);
  white-space: nowrap;
}

.h2nav-post-archive-statline time {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h2nav-post-archive-statline .h2nav-post-counts {
  flex: 0 0 auto;
  gap: 6px;
}

.h2nav-post-archive-author img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.82);
}

.h2nav-post-archive-author span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-post-archive-side-card {
  padding: 14px;
}

.h2nav-post-archive-side-card h2 {
  margin: 0 0 12px;
  color: var(--h2n-text);
  font-size: 15px;
  font-weight: 900;
}

.h2nav-post-archive-side-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-post-archive-side-list a {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: inherit;
}

.h2nav-post-archive-side-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 7 / 5;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), var(--h2n-accent-alt));
  border-radius: 9px;
}

.h2nav-post-archive-side-thumb img,
.h2nav-post-archive-side-thumb .fill-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2nav-post-archive-side-thumb span {
  font-size: 18px;
  font-weight: 900;
}

.h2nav-post-archive-side-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.h2nav-post-archive-side-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--h2n-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.h2nav-post-archive-side-copy em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  overflow: visible;
  color: rgba(var(--h2n-text-rgb), 0.54);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.h2nav-post-archive-side-copy em time {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h2nav-post-archive-side-copy .h2nav-post-counts {
  flex: 0 0 auto;
  gap: 6px;
}

.h2nav-post-archive-side-list a:hover strong {
  color: var(--h2n-accent);
}

.h2nav-post-archive-card a:not(.h2nav-post-click-layer),
.h2nav-post-archive-side-list a {
  position: relative;
  z-index: 4;
}

.h2nav-author-shell {
  display: grid;
  gap: 16px;
}

.h2nav-author-hero {
  position: relative;
  min-height: 230px;
  padding: 0;
  overflow: hidden;
}

.h2nav-author-cover {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(var(--h2n-accent-rgb), 0.22), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(var(--h2n-accent-alt-rgb), 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(var(--h2n-accent-rgb), 0.1));
  background-position: center;
  background-size: cover;
}

.h2nav-author-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.84)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.46));
  backdrop-filter: blur(2px);
}

.h2nav-author-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 24px;
  align-items: end;
  min-height: 230px;
  padding: clamp(22px, 4vw, 34px);
}

.h2nav-author-profile {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.h2nav-author-avatar {
  width: 86px;
  height: 86px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(34, 55, 84, 0.16);
}

.h2nav-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2nav-author-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.h2nav-author-copy p,
.h2nav-author-copy h1,
.h2nav-author-copy div {
  margin: 0;
}

.h2nav-author-copy p {
  color: color-mix(in srgb, var(--h2n-accent) 74%, var(--h2n-text));
  font-size: 12px;
  font-weight: 900;
}

.h2nav-author-copy h1 {
  overflow-wrap: anywhere;
  color: var(--h2n-text);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 950;
  line-height: 1.1;
}

.h2nav-author-copy div {
  display: -webkit-box;
  max-width: 720px;
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.h2nav-author-site-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 28px;
  margin-top: 2px;
  padding: 0 11px;
  color: color-mix(in srgb, var(--h2n-accent) 76%, var(--h2n-text));
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.14);
  border-radius: 999px;
}

.h2nav-author-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  min-width: 0;
}

.h2nav-author-stats a {
  display: grid;
  gap: 4px;
  justify-items: center;
  min-width: 0;
  padding: 14px 10px;
  color: rgba(var(--h2n-text-rgb), 0.62);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.08);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform var(--h2n-fast), color var(--h2n-fast), border-color var(--h2n-fast), background var(--h2n-fast);
}

.h2nav-author-stats a:hover,
.h2nav-author-stats a.is-active {
  color: color-mix(in srgb, var(--h2n-accent) 76%, var(--h2n-text));
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(var(--h2n-accent-rgb), 0.18);
  transform: translateY(-1px);
}

.h2nav-author-stat-icon {
  width: 18px;
  height: 18px;
}

.h2nav-author-stats strong {
  color: var(--h2n-text);
  font-size: 20px;
  font-weight: 950;
  line-height: 1;
}

.h2nav-author-stats span {
  font-size: 12px;
  font-weight: 900;
}

.h2nav-author-tabs-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.h2nav-author-tabs {
  max-width: min(100%, 520px);
}

.h2nav-author-tab {
  gap: 6px;
  padding: 0 16px;
}

.h2nav-author-tab em {
  color: rgba(var(--h2n-text-rgb), 0.42);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.h2nav-author-tab.is-active em,
.h2nav-author-tab:hover em {
  color: color-mix(in srgb, var(--h2n-accent) 62%, var(--h2n-text));
}

.h2nav-author-post-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.h2nav-author-site-list {
  margin-top: 0;
}

.h2nav-author-comment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.h2nav-author-comment-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
}

.h2nav-author-comment-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: color-mix(in srgb, var(--h2n-accent) 76%, var(--h2n-text));
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 14px;
}

.h2nav-author-comment-icon {
  width: 19px;
  height: 19px;
}

.h2nav-author-comment-body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.h2nav-author-comment-head {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.h2nav-author-comment-head a {
  overflow: hidden;
  color: var(--h2n-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-author-comment-head time {
  color: rgba(var(--h2n-text-rgb), 0.48);
  font-size: 11px;
  font-weight: 800;
}

.h2nav-author-comment-body p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.64);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.h2nav-author-empty {
  padding: 28px;
}

@media (max-width: 860px) {
  .h2nav-author-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .h2nav-author-stats {
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  .h2nav-author-hero {
    min-height: 0;
  }

  .h2nav-author-hero-inner {
    min-height: 0;
    padding: 20px 16px;
  }

  .h2nav-author-profile {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .h2nav-author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 20px;
  }

  .h2nav-author-copy h1 {
    font-size: 25px;
  }

  .h2nav-author-copy div {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  .h2nav-author-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .h2nav-author-stats a {
    padding: 10px 6px;
    border-radius: 13px;
  }

  .h2nav-author-stats strong {
    font-size: 17px;
  }

  .h2nav-author-tabs-card {
    justify-content: flex-start;
    overflow: hidden;
  }

  .h2nav-author-tabs {
    max-width: 100%;
  }

  .h2nav-author-tab {
    padding: 0 12px;
  }

  .h2nav-author-post-list,
  .h2nav-author-comment-list {
    grid-template-columns: 1fr;
  }
}


.h2nav-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 -8px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  font-size: 12px;
  font-weight: 900;
  transform: translateY(3px);
}

.h2nav-breadcrumbs a,
.h2nav-breadcrumbs span[aria-current="page"] {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  color: rgba(var(--h2n-text-rgb), 0.68);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 999px;
}

.h2nav-breadcrumbs a:hover {
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.08);
}

.h2nav-breadcrumbs span[aria-current="page"] {
  max-width: min(52vw, 420px);
  overflow: hidden;
  color: var(--h2n-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-default-page-shell .h2nav-default-page-breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  transform: none;
}

.h2nav-default-page-shell .h2nav-default-page-breadcrumbs a,
.h2nav-default-page-shell .h2nav-default-page-breadcrumbs span[aria-current="page"] {
  min-height: 26px;
}

.h2nav-comments {
  display: grid;
  gap: 0;
  padding: 20px;
  margin-top: 0;
  overflow: visible;
}

.h2nav-comments-respond-wrap,
.h2nav-comments-title,
.h2nav-comment-empty,
.h2nav-comment-list,
.h2nav-comments .navigation {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.h2nav-comments-respond-wrap {
  display: grid;
  gap: 10px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-comments .comment-respond {
  display: grid;
  gap: 10px;
}

.h2nav-comments .comment-reply-title,
.h2nav-comments-title {
  margin: 0;
  color: var(--h2n-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.h2nav-comments .comment-reply-title small {
  margin-left: 8px;
  font-size: 12px;
}

.h2nav-comments .comment-reply-title small a {
  color: var(--h2n-accent);
}

.h2nav-comments-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 12px;
}

.h2nav-comments-title .mr-3 {
  margin-right: 0;
}

.h2nav-comments-title .smooth {
  color: var(--h2n-accent);
  font-size: 13px;
  font-weight: 900;
}

.h2nav-comment-empty {
  padding: 12px 0 0;
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.55);
  font-size: 14px;
  font-weight: 800;
}

.h2nav-comment-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-comment-list .children {
  display: grid;
  gap: 0;
  padding-left: 38px;
  margin: 0;
  list-style: none;
  border-left: 2px solid rgba(var(--h2n-accent-rgb), 0.1);
}

.h2nav-comment-item {
  margin: 0;
}

.h2nav-comment-item + .h2nav-comment-item,
.h2nav-comment-list .children > .h2nav-comment-item {
  border-top: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-comment-inner {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
}

.h2nav-comment-author .avatar {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(34, 55, 84, 0.12);
}

.h2nav-comment-body {
  min-width: 0;
}

.h2nav-comment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.h2nav-comment-nickname {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  min-height: 22px;
  margin-bottom: 0;
  color: var(--h2n-text);
  font-size: 14px;
  font-weight: 900;
}

.h2nav-comment-nickname a:not(.h2nav-comment-time) {
  color: var(--h2n-text);
}

.h2nav-comment-time {
  color: rgba(var(--h2n-text-rgb), 0.44);
  font-size: 12px;
  font-weight: 800;
}

.h2nav-comment-awaiting {
  display: inline-flex;
  min-height: 24px;
  padding: 0 9px;
  margin: 0 0 8px;
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  background: rgba(var(--h2n-accent-rgb), 0.08);
  border-radius: 999px;
}

.h2nav-comment-text {
  color: rgba(var(--h2n-text-rgb), 0.75);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.78;
}

.h2nav-comment-text p {
  margin: 0 0 0.75em;
}

.h2nav-comment-text p:last-child {
  margin-bottom: 0;
}

.h2nav-comment-text img {
  max-width: 100%;
  height: auto;
}

.h2nav-comment-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  align-self: start;
  padding-top: 1px;
}

.h2nav-comment-actions .comment-reply-link,
.h2nav-comment-delete {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 12px;
  font-weight: 900;
  background: rgba(var(--h2n-accent-rgb), 0.07);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.08);
  border-radius: 999px;
  cursor: pointer;
}

.h2nav-comment-delete-form {
  display: inline-flex;
  margin: 0;
}

.h2nav-comment-delete {
  background: rgba(244, 92, 92, 0.08);
  border-color: rgba(244, 92, 92, 0.12);
}

.h2nav-comment-actions .comment-reply-link:hover {
  color: #fff;
  background: var(--h2n-accent);
  border-color: transparent;
}

.h2nav-comment-delete:hover {
  color: #fff;
  background: #f45c5c;
  border-color: transparent;
}

.h2nav-comments .navigation {
  padding: 14px 0 0;
  border-top: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-comment-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: stretch;
}

.h2nav-comment-form p {
  margin: 0;
}

.h2nav-comment-form .logged-in-as,
.h2nav-comment-form .comment-notes,
.h2nav-comment-form .comment-form-cookies-consent {
  display: none;
}

.h2nav-comment-form .comment-form-comment {
  grid-column: 1 / -1;
}

.h2nav-comment-form label {
  display: inline-block;
  margin-bottom: 7px;
  color: rgba(var(--h2n-text-rgb), 0.62);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-comment-form textarea,
.h2nav-comment-form input[type="text"],
.h2nav-comment-form input[type="email"],
.h2nav-comment-form input[type="url"] {
  width: 100%;
  padding: 11px 13px;
  color: var(--h2n-text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.14);
  border-radius: 12px;
  outline: none;
}

.h2nav-comment-form textarea:focus,
.h2nav-comment-form input[type="text"]:focus,
.h2nav-comment-form input[type="email"]:focus,
.h2nav-comment-form input[type="url"]:focus {
  border-color: rgba(var(--h2n-accent-rgb), 0.46);
  box-shadow: 0 0 0 4px rgba(var(--h2n-accent-rgb), 0.1);
}

.h2nav-comment-form textarea {
  min-height: 86px;
  resize: vertical;
}

.h2nav-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--h2n-text-rgb), 0.6);
  font-size: 13px;
  font-weight: 700;
}

.h2nav-comment-form .comment-form-cookies-consent label {
  margin: 0;
}

.h2nav-comment-form .logged-in-as,
.h2nav-comment-form .comment-notes,
.h2nav-comment-must-login p {
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.h2nav-comment-form .logged-in-as a,
.h2nav-comment-must-login a {
  color: var(--h2n-accent);
  font-weight: 900;
}

.h2nav-comment-form .form-submit {
  display: flex;
  justify-content: flex-end;
  grid-column: 1 / -1;
  padding-top: 0;
}

.h2nav-comment-form .submit {
  min-height: 38px;
  padding: 0 20px;
  color: #fff;
  font-weight: 900;
  background: var(--h2n-accent);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.2);
  cursor: pointer;
}

.h2nav-comment-form .submit:hover {
  box-shadow: 0 14px 28px rgba(var(--h2n-accent-rgb), 0.28);
  transform: translateY(-1px);
}

.h2nav-site-footer {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  color: rgba(var(--h2n-text-rgb), 0.68);
  background: transparent;
}

.h2nav-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(360px, 5fr) minmax(116px, 3fr);
  gap: clamp(22px, 3.4vw, 48px);
  align-items: start;
  width: calc(100% - 24px);
  max-width: none;
  min-height: 176px;
  padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 36px) 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(32, 36, 40, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.h2nav-footer-brand {
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  align-content: center;
  min-width: 0;
}

.h2nav-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  width: auto;
  max-width: 128px;
  height: 42px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.h2nav-footer-logo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.h2nav-footer-copy {
  min-width: 0;
}

.h2nav-footer-copy strong {
  display: block;
  color: var(--h2n-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.h2nav-footer-copy p {
  max-width: 44em;
  margin: 3px 0 0;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.74;
}

.h2nav-footer-main {
  grid-column: 2;
  display: grid;
  gap: 18px;
  justify-items: stretch;
  min-width: 0;
  padding-top: 2px;
  text-align: left;
}

.h2nav-footer-links-row,
.h2nav-footer-friend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: flex-start;
}

.h2nav-footer-links-row {
  gap: 0;
  max-width: 100%;
}

.h2nav-footer-links-row > a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 11px;
  background: rgba(var(--h2n-text-rgb), 0.26);
  border-radius: 50%;
  vertical-align: middle;
}

.h2nav-footer-links-row > a,
.h2nav-footer-menu a,
.h2nav-footer-friend-list a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0;
  color: rgba(var(--h2n-text-rgb), 0.78);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: color var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-footer-links-row > a:hover,
.h2nav-footer-menu a:hover,
.h2nav-footer-friend-list a:hover {
  color: var(--h2n-accent);
  background: transparent;
  transform: none;
}

.h2nav-footer-friends h2 {
  margin: 0 0 8px;
  color: var(--h2n-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.h2nav-footer-friend-list {
  max-width: min(760px, 100%);
  gap: 5px 14px;
  justify-content: flex-start;
  text-align: left;
}

.h2nav-footer-friend-list a {
  min-height: 23px;
  color: rgba(var(--h2n-text-rgb), 0.64);
  font-size: 14px;
  line-height: 1.65;
  background: transparent;
}

.h2nav-footer-visual {
  grid-column: 3;
  display: grid;
  justify-items: center;
  gap: 10px;
  width: 92px;
  min-width: 92px;
  padding-top: 0;
  margin-left: auto;
}

.h2nav-footer-visual-frame {
  display: grid;
  place-items: center;
  width: 92px;
  aspect-ratio: 1;
  padding: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(28, 43, 61, 0.07);
}

.h2nav-footer-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.h2nav-footer-visual-caption {
  width: 92px;
  max-width: 92px;
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.56);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-footer-copyright {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  min-width: 0;
  padding-top: 4px;
  color: rgba(var(--h2n-text-rgb), 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
}

.h2nav-footer-copyright a {
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-weight: 900;
}

.h2nav-hidden-by-filter {
  display: none !important;
}

@media (max-width: 920px) {
  .h2nav-hero-inner,
  .h2nav-ws-hero,
  .h2nav-ws-detail-grid {
    grid-template-columns: 1fr;
  }

  .h2nav-hero {
    padding-top: 38px;
  }

  .h2nav-ws-hero-media,
  .h2nav-ws-hero-media img {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .h2n-container {
    width: min(100% - 22px, var(--h2n-container));
  }

  .h2nav-header-inner {
    min-height: 66px;
  }

  .h2nav-menu-toggle {
    display: inline-flex;
  }

  .h2nav-primary-nav {
    position: absolute;
    right: 11px;
    left: 11px;
    top: calc(100% + 8px);
    display: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--h2n-line);
    border-radius: 16px;
    box-shadow: var(--h2n-shadow);
  }

  .h2nav-primary-nav.is-open {
    display: block;
  }

  .h2nav-menu {
    display: grid;
    gap: 4px;
  }

  .h2nav-menu a {
    width: 100%;
    justify-content: space-between;
  }

  .h2nav-menu .menu-item-has-children > a::before {
    margin-left: auto;
  }

  .h2nav-menu .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 2px 0 4px 12px;
    margin: -2px 0 2px 10px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .h2nav-menu .sub-menu::before {
    content: none;
  }

  .h2nav-menu .sub-menu a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .h2nav-brand-copy span {
    display: none;
  }

  .h2nav-hero-search,
  .h2nav-search-form {
    align-items: stretch;
    flex-direction: column;
    padding: 10px;
    border-radius: 18px;
  }

  .h2nav-hero-search .h2n-btn,
  .h2nav-search-form .h2n-btn {
    width: 100%;
  }

  .h2nav-search-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 18px;
  }

  .h2nav-search-type-tabs {
    justify-self: stretch;
    overflow-x: auto;
    border-radius: 18px;
    scrollbar-width: none;
  }

  .h2nav-search-type-tabs::-webkit-scrollbar {
    display: none;
  }

  .h2nav-search-type-tabs a {
    flex: 1 0 auto;
    min-width: 0;
  }

  .h2nav-search-result-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .h2nav-404-hero {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 18px;
  }

  .h2nav-404-actions .h2n-btn {
    flex: 1 1 100%;
  }

  .h2nav-404-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .h2nav-404-panel {
    padding: 14px;
  }

  .h2nav-section-heading,
  .h2nav-footer-inner {
    align-items: flex-start;
  }

  .h2nav-footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .h2nav-footer-brand {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .h2nav-footer-logo {
    justify-self: center;
    height: 38px;
  }

  .h2nav-footer-main {
    grid-column: auto;
    justify-items: center;
    text-align: center;
  }

  .h2nav-footer-visual {
    grid-column: auto;
    justify-items: center;
    margin-right: auto;
  }

  .h2nav-footer-links-row,
  .h2nav-footer-friend-list {
    justify-content: center;
  }

  .h2nav-footer-friends h2 {
    text-align: center;
  }

  .h2nav-footer-friend-list {
    text-align: center;
  }

  .h2nav-footer-visual-frame {
    width: 96px;
  }

  .h2nav-footer-copyright {
    justify-content: center;
    text-align: center;
  }

  .h2nav-ws-grid,
  .h2nav-post-grid,
  .h2nav-mixed-grid,
  .h2nav-search-post-list,
  .h2nav-search-mixed-list {
    grid-template-columns: 1fr;
  }
}

/* Compact light-blue defaults and configurable sizing */
:root {
  --h2n-accent: #58aefb;
  --h2n-accent-alt: #a8d8ff;
  --h2n-bg: #eef7ff;
  --h2n-text: #34445c;
  --h2n-accent-rgb: 88, 174, 251;
  --h2n-accent-alt-rgb: 168, 216, 255;
  --h2n-bg-rgb: 238, 247, 255;
  --h2n-text-rgb: 52, 68, 92;
  --h2n-container: 1500px;
  --h2nav-header-height: 60px;
  --h2nav-hero-min-height: 520px;
  --h2nav-search-width: 780px;
  --h2nav-module-padding: 14px;
  --h2nav-module-gap: 18px;
  --h2nav-site-card-min: 198px;
  --h2nav-site-card-max: 258px;
  --h2nav-site-card-columns: 6;
  --h2nav-simple-card-max: 360px;
  --h2nav-feature-card-max: 456px;
  --h2nav-site-card-icon: 46px;
  --h2nav-post-card-min: 214px;
}

body {
  background:
    radial-gradient(circle at 18% 76%, rgba(var(--h2n-accent-rgb), 0.08) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(180deg, var(--h2n-bg) 0%, color-mix(in srgb, var(--h2n-bg) 38%, #fff) 54%, color-mix(in srgb, var(--h2n-bg) 70%, #fff) 100%);
}

.h2nav-header-inner {
  min-height: var(--h2nav-header-height);
  padding: 0 20px 0 48px;
  border-radius: 18px;
}

.h2nav-brand .custom-logo-link,
.h2nav-brand-mark {
  width: 38px;
  height: 38px;
  color: var(--h2n-accent);
  border-color: rgba(var(--h2n-accent-rgb), 0.35);
}

.h2nav-menu a {
  min-height: var(--h2nav-header-height);
  font-size: 15px;
}

.h2nav-chooiin-hero {
  min-height: var(--h2nav-hero-min-height);
  padding-top: 96px;
  padding-bottom: 132px;
}

.h2nav-hero-inner {
  min-height: calc(var(--h2nav-hero-min-height) - 170px);
  gap: 30px;
}

.h2nav-hero h1 {
  font-size: clamp(34px, 3.4vw, 50px);
}

.h2nav-hero h1 > span {
  gap: 10px;
}

.h2nav-hero-copy > p:last-child {
  margin-top: 12px;
  font-size: 15px;
}

.h2nav-hero-tools {
  width: min(var(--h2nav-search-width), 86vw);
}

.h2nav-hero-search {
  height: 54px;
  border-radius: 14px;
}

.h2nav-hero-search input {
  min-height: 44px;
  font-size: 15px;
}

.h2nav-search-submit {
  width: 48px;
  min-width: 48px;
  height: 44px;
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-home-menu {
  margin-top: 12px;
}

.h2nav-home-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-home-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.h2nav-home-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
}

.h2nav-front-content {
  margin-top: -86px;
}

.h2nav-module-panel {
  padding: var(--h2nav-module-padding);
  margin-top: var(--h2nav-module-gap);
  border-radius: calc(var(--h2n-card-radius) + 2px);
}

.h2nav-module-header {
  min-height: 28px;
  margin-bottom: 5px;
}

.h2nav-module-header h2 {
  font-size: 17px;
}

.h2nav-ws-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--h2nav-site-card-min)), var(--h2nav-site-card-max)));
  gap: 14px;
  justify-content: start;
}

.h2nav-ws-card {
  width: 100%;
  max-width: var(--h2nav-site-card-max);
  min-height: 112px;
  padding: 10px;
  border-radius: var(--h2n-card-radius);
}

.h2nav-ws-icon {
  width: var(--h2nav-site-card-icon);
  height: var(--h2nav-site-card-icon);
}

.h2nav-ws-copy strong {
  font-size: 15px;
}

.h2nav-ws-copy em {
  font-size: 12px;
}

.h2nav-ws-meta {
  min-height: 24px;
  padding-top: 6px;
}

.h2nav-ws-meta .h2n-badge {
  min-height: 20px;
  font-size: 11px;
}

.h2nav-card-arrow {
  width: 20px;
  height: 20px;
}

.h2nav-post-grid {
  grid-template-columns: repeat(auto-fill, minmax(var(--h2nav-post-card-min), 1fr));
  gap: 14px;
}

.h2nav-post-body h2 {
  font-size: 14px;
}

.h2nav-post-body p {
  font-size: 12px;
}

.h2nav-module-empty {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  min-height: 72px;
  padding: 16px;
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.54);
  border: 1px dashed rgba(var(--h2n-accent-rgb), 0.24);
  border-radius: var(--h2n-card-radius);
}

@media (max-width: 760px) {
  .h2nav-header-inner {
    min-height: 56px;
    padding: 0 12px;
  }

  .h2nav-chooiin-hero {
    min-height: 430px;
    padding-top: 84px;
    padding-bottom: 112px;
  }

  .h2nav-hero-inner {
    min-height: 276px;
  }

  .h2nav-front-content {
    margin-top: -72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}

/* Chooiin-like home layout */
:root {
  --h2n-container: 1664px;
  --h2nav-header-height: 76px;
  --h2nav-panel-radius: 18px;
  --h2nav-blue: var(--h2n-accent);
}

body {
  color: var(--h2n-text);
  background:
    radial-gradient(circle at 14% 74%, rgba(var(--h2n-text-rgb), 0.035) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(180deg, var(--h2n-bg) 0%, color-mix(in srgb, var(--h2n-bg) 38%, #fff) 56%, color-mix(in srgb, var(--h2n-bg) 68%, #fff) 100%);
}

body::before {
  background:
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.1), transparent 44%),
    linear-gradient(45deg, transparent 0 48%, rgba(var(--h2n-text-rgb), 0.025) 49% 51%, transparent 52% 100%);
  background-size: auto, 220px 220px;
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.45) 42%, transparent 100%);
}

.home .h2nav-site-header,
.front-page .h2nav-site-header,
.h2nav-site-header {
  position: fixed;
  top: 12px;
  right: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  border: 0;
}

.h2nav-header-inner {
  width: calc(100% - 24px);
  max-width: none;
  min-height: var(--h2nav-header-height);
  padding: 0 26px 0 64px;
  background: rgba(var(--h2n-bg-rgb), 0.82);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(32, 36, 40, 0.16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.h2nav-brand {
  min-width: 72px;
}

.h2nav-brand-copy {
  display: none;
}

.h2nav-brand .custom-logo-link,
.h2nav-brand-mark {
  width: 44px;
  height: 44px;
  color: var(--h2nav-blue);
  background: rgba(255, 255, 255, 0.56);
  border: 2px solid rgba(var(--h2n-accent-rgb), 0.35);
  border-radius: 50%;
  box-shadow: none;
}

.h2nav-brand .custom-logo {
  max-width: 48px;
  max-height: 48px;
}

.h2nav-primary-nav {
  flex: 1 1 auto;
}

.h2nav-menu {
  gap: 10px;
  justify-content: flex-start;
}

.h2nav-menu > li {
  position: relative;
}

.h2nav-menu a {
  position: relative;
  min-height: var(--h2nav-header-height);
  padding: 0 8px;
  color: rgba(var(--h2n-text-rgb), 0.78);
  font-size: 17px;
  font-weight: 800;
  border-radius: 0;
}

.h2nav-menu a:hover,
.h2nav-menu .current-menu-item > a,
.h2nav-menu .current_page_item > a {
  color: var(--h2nav-blue);
  background: transparent;
}

.h2nav-menu .menu-item-has-children.current-menu-item > a,
.h2nav-menu .menu-item-has-children.current-menu-parent > a,
.h2nav-menu .menu-item-has-children.current-menu-ancestor > a,
.h2nav-menu .menu-item-has-children.current_page_item > a,
.h2nav-menu .menu-item-has-children.current_page_parent > a,
.h2nav-menu .menu-item-has-children.current_page_ancestor > a {
  color: rgba(var(--h2n-text-rgb), 0.78);
}

.h2nav-menu a::after {
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 4px;
  content: "";
  background: var(--h2nav-blue);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-menu a:hover::after,
.h2nav-menu .current-menu-item > a::after,
.h2nav-menu .current_page_item > a::after {
  opacity: 1;
  transform: translateY(0);
}

.h2nav-menu .menu-item-has-children.current-menu-item > a::after,
.h2nav-menu .menu-item-has-children.current-menu-parent > a::after,
.h2nav-menu .menu-item-has-children.current-menu-ancestor > a::after,
.h2nav-menu .menu-item-has-children.current_page_item > a::after,
.h2nav-menu .menu-item-has-children.current_page_parent > a::after,
.h2nav-menu .menu-item-has-children.current_page_ancestor > a::after {
  opacity: 0;
  transform: translateY(8px);
}

.h2nav-menu .menu-item-has-children:hover > a,
.h2nav-menu .menu-item-has-children:focus-within > a {
  color: var(--h2nav-blue);
}

.h2nav-menu .menu-item-has-children:hover > a::after,
.h2nav-menu .menu-item-has-children:focus-within > a::after {
  opacity: 1;
  transform: translateY(0);
}

.h2nav-menu .menu-item-has-children > a {
  gap: 5px;
}

.h2nav-menu .menu-item-has-children > a::before {
  order: 2;
  width: 6px;
  height: 6px;
  margin-top: 2px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: 0.42;
  transform: rotate(45deg) translateY(-1px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.h2nav-menu .menu-item-has-children:hover > a::before,
.h2nav-menu .menu-item-has-children:focus-within > a::before {
  opacity: 0.78;
  transform: rotate(45deg) translate(1px, 0);
}

.h2nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  z-index: 20;
  display: grid;
  gap: 4px;
  min-width: 126px;
  padding: 10px 8px 8px;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(29, 47, 73, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 7px) scale(0.985);
  transform-origin: 50% 0;
  transition: opacity 180ms ease, transform 230ms cubic-bezier(0.22, 1, 0.36, 1), visibility 180ms ease;
  pointer-events: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.h2nav-menu .sub-menu::before {
  content: "";
  display: none;
}

.h2nav-menu .menu-item-has-children:hover > .sub-menu,
.h2nav-menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px) scale(1);
  pointer-events: auto;
}

.h2nav-menu .sub-menu li {
  display: block;
}

.h2nav-menu .sub-menu a {
  width: 100%;
  min-height: 34px;
  justify-content: center;
  gap: 0;
  padding: 0 6px;
  color: rgba(var(--h2n-text-rgb), 0.82);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
  transition: color var(--h2n-fast), background var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-menu .sub-menu a:not(:has(img, svg, i, span[class*="icon"]))::before {
  content: none;
}

.h2nav-menu .sub-menu a::after,
.h2nav-menu .sub-menu .menu-item-has-children > a::before {
  content: none;
}

.h2nav-menu .sub-menu a:hover,
.h2nav-menu .sub-menu .current-menu-item > a,
.h2nav-menu .sub-menu .current_page_item > a {
  color: color-mix(in srgb, var(--h2n-accent) 72%, #172033);
  background: rgba(var(--h2n-accent-rgb), 0.08);
  transform: translateY(-1px);
}

.h2nav-header-user {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  color: rgba(var(--h2n-text-rgb), 0.78);
  border-radius: 50%;
}

.h2nav-header-user .h2nav-icon {
  width: 19px;
  height: 19px;
  stroke-width: 2.35;
  transition: opacity var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-header-user-close {
  position: absolute;
  opacity: 0;
  transform: scale(0.72) rotate(-35deg);
}

.h2nav-header-user.is-logged-in:hover .h2nav-header-user-icon {
  opacity: 0;
  transform: scale(0.72) rotate(35deg);
}

.h2nav-header-user.is-logged-in:hover .h2nav-header-user-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.h2nav-search-submit .h2nav-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2.6;
}

.h2nav-header-user:hover {
  color: var(--h2nav-blue);
  background: rgba(255, 255, 255, 0.45);
}

.h2nav-header-user.is-logged-in:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}

body.h2nav-logout-modal-open,
body.h2nav-comment-delete-modal-open {
  overflow: hidden;
}

.h2nav-logout-modal[hidden],
.h2nav-comment-delete-modal[hidden] {
  display: none;
}

.h2nav-logout-modal,
.h2nav-comment-delete-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 18px;
}

.h2nav-logout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 30, 46, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: h2nav-login-fade 160ms ease both;
}

.h2nav-logout-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(340px, 100%);
  padding: 24px;
  text-align: center;
  animation: h2nav-login-pop 200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.h2nav-logout-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 15px;
}

.h2nav-logout-mark::before,
.h2nav-logout-mark::after {
  position: absolute;
  width: 19px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.h2nav-logout-mark::before {
  transform: rotate(45deg);
}

.h2nav-logout-mark::after {
  transform: rotate(-45deg);
}

.h2nav-logout-dialog h2,
.h2nav-logout-dialog p {
  margin: 0;
}

.h2nav-logout-dialog h2 {
  color: #172033;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.h2nav-logout-dialog p {
  color: rgba(var(--h2n-text-rgb), 0.6);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

.h2nav-logout-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin-top: 6px;
}

.h2nav-logout-actions .h2n-btn {
  min-height: 40px;
  border-radius: 12px;
}

.h2nav-logout-actions .h2n-btn-ghost {
  color: rgba(var(--h2n-text-rgb), 0.7);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  box-shadow: none;
}

.h2nav-logout-confirm {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.2);
}

.h2nav-comment-delete-dialog {
  width: min(320px, 100%);
}

.h2nav-comment-delete-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  border-radius: 15px;
}

.h2nav-comment-delete-mark::before,
.h2nav-comment-delete-mark::after {
  position: absolute;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.h2nav-comment-delete-mark::before {
  width: 18px;
  height: 2px;
}

.h2nav-comment-delete-mark::after {
  width: 2px;
  height: 18px;
  transform: rotate(0deg);
}

.h2nav-comment-delete-confirm {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.2);
}

.h2nav-main {
  min-height: 70vh;
}

.admin-bar .h2nav-site-header {
  top: 44px;
}

@media (min-width: 783px) {
  .admin-bar .h2nav-site-header {
    top: 32px;
  }
}

.h2nav-page-shell,
.h2nav-readable-shell,
.h2nav-ws-single-shell {
  padding-top: 122px;
}

.h2nav-ws-single-shell {
  padding-top: 82px;
  padding-right: clamp(22px, 3.6vw, 56px);
  padding-bottom: 51px;
  padding-left: clamp(22px, 3.6vw, 56px);
}

.h2nav-chooiin-hero {
  position: relative;
  min-height: 680px;
  padding: 122px 0 180px;
  overflow: hidden;
  background-image: var(--h2nav-hero-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.h2nav-chooiin-hero::before,
.h2nav-chooiin-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.h2nav-chooiin-hero::before {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.02) 0, rgba(0, 0, 0, 0.36) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.28) 60%, rgba(var(--h2n-bg-rgb), 0.9) 100%);
}

.h2nav-chooiin-hero::after {
  top: auto;
  height: 210px;
  background: linear-gradient(180deg, transparent 0%, var(--h2n-bg) 78%);
}

.h2nav-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  gap: 42px;
}

.h2nav-hero-copy {
  text-align: center;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.34);
}

.h2nav-hero h1 {
  max-width: none;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.h2nav-hero-copy > p:last-child {
  max-width: none;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.h2nav-hero-tools {
  width: min(1016px, 86vw);
  gap: 0;
}

.h2nav-hero-search {
  height: 64px;
  padding: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  border-radius: 17px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.h2nav-hero-search input {
  min-height: 54px;
  padding: 0 22px;
  color: #858990;
  font-size: 17px;
  font-weight: 700;
}

.h2nav-hero-search input::placeholder {
  color: rgba(117, 124, 133, 0.68);
}

.h2nav-search-submit {
  width: 58px;
  min-width: 58px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  color: #fff;
  background: var(--h2nav-blue);
  border-radius: 14px;
  box-shadow: none;
}

.h2nav-search-submit:hover {
  background: var(--h2n-accent);
  background: color-mix(in srgb, var(--h2n-accent) 84%, #0f172a);
  box-shadow: none;
  transform: none;
}

.h2nav-front-content {
  position: relative;
  z-index: 2;
  padding-top: 0;
  margin-top: -112px;
}

.h2nav-module-panel {
  padding: 16px;
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(231, 235, 238, 0.9);
  border-radius: var(--h2nav-panel-radius);
  box-shadow: 0 18px 50px rgba(45, 52, 58, 0.08);
}

.h2nav-module-panel:first-of-type {
  margin-top: 0;
}

.h2nav-module-header {
  display: flex;
  align-items: center;
  min-height: 32px;
  gap: 12px;
  margin-bottom: 6px;
}

.h2nav-module-header h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--h2n-text);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.h2nav-module-header h2 span {
  color: var(--h2n-text);
  font-size: 18px;
}

.h2nav-module-header > a,
.h2nav-module-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  color: var(--h2n-text);
  font-size: 18px;
  font-weight: 900;
  border-radius: 50%;
}

.h2nav-module-header > a:hover,
.h2nav-module-more:hover {
  color: var(--h2nav-blue);
  background: rgba(var(--h2n-accent-rgb), 0.12);
}

.h2nav-ws-section,
.h2nav-post-section {
  scroll-margin-top: 112px;
}

.h2nav-ws-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.h2nav-ws-card {
  min-height: 134px;
  padding: 12px 12px 10px;
  gap: 10px;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(60, 66, 72, 0.06);
}

.h2nav-ws-card:hover {
  box-shadow: 0 18px 36px rgba(60, 66, 72, 0.12);
  transform: translateY(-2px);
}

.h2nav-ws-main {
  gap: 12px;
}

.h2nav-ws-icon {
  width: 60px;
  height: 60px;
  background: #f1f4f5;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.h2nav-ws-copy strong {
  color: #484c52;
  font-size: 17px;
  font-weight: 900;
}

.h2nav-ws-copy em {
  color: #8b9199;
  font-size: 14px;
  font-weight: 700;
  -webkit-line-clamp: 1;
}

.h2nav-ws-meta {
  position: relative;
  min-height: 28px;
  padding-top: 7px;
  overflow: hidden;
  border-top: 1px solid rgba(233, 237, 240, 0.95);
}

.h2nav-ws-meta .h2n-badge {
  min-height: 22px;
  padding: 0 7px;
  color: #6b7078;
  font-size: 12px;
  font-weight: 800;
  background: #f4f6f7;
  border: 0;
  border-radius: 6px;
}

.h2nav-ws-meta .h2nav-tax-badge {
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.14);
}

.h2nav-card-arrow {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: auto;
  color: #c2c8ce;
  border: 2px solid #d8dde2;
  border-radius: 50%;
}

.h2nav-card-arrow::before {
  margin-top: -1px;
  content: "›";
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.h2nav-card-arrow:hover {
  color: #fff;
  background: var(--h2nav-blue);
  border-color: var(--h2nav-blue);
}

.h2nav-post-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px;
}

.h2nav-post-card {
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(60, 66, 72, 0.06);
}

.h2nav-post-thumb {
  aspect-ratio: 16 / 10;
  border-radius: 14px 14px 0 0;
}

.h2nav-post-body {
  gap: 7px;
  padding: 12px;
}

.h2nav-post-body h2 {
  display: -webkit-box;
  min-height: 2.5em;
  overflow: hidden;
  color: #44484f;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h2nav-post-body p {
  display: -webkit-box;
  overflow: hidden;
  color: #8b9199;
  font-size: 13px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h2nav-post-meta {
  font-size: 12px;
}

@media (max-width: 920px) {
  .h2nav-header-inner {
    padding: 0 14px;
  }

  .h2nav-chooiin-hero {
    min-height: 560px;
    padding-bottom: 150px;
  }

  .h2nav-front-content {
    margin-top: -92px;
  }
}

@media (max-width: 760px) {
  .h2nav-site-header {
    top: 8px;
  }

  .h2nav-header-inner {
    position: relative;
    width: calc(100% - 16px);
    min-height: 60px;
    justify-content: space-between;
    padding: 0 12px;
    border-radius: 18px;
  }

  .h2nav-brand {
    position: absolute;
    left: 50%;
    justify-content: center;
    min-width: 0;
    transform: translateX(-50%);
  }

  .h2nav-primary-nav {
    top: calc(100% + 10px);
    right: 8px;
    left: 8px;
  }

  .h2nav-menu-toggle {
    display: inline-flex;
    order: 0;
    flex-direction: column;
    width: 24px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    margin-right: auto;
    margin-left: 0;
    justify-content: center;
    gap: 4px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .h2nav-menu-toggle span {
    width: 20px;
    height: 2px;
  }

  .h2nav-menu-toggle b {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .h2nav-header-user {
    order: 2;
    width: 44px;
    height: 44px;
    margin-left: auto;
  }

  .h2nav-chooiin-hero {
    min-height: 500px;
    padding-top: 96px;
  }

  .h2nav-hero-inner {
    min-height: 340px;
    gap: 28px;
  }

  .h2nav-hero-tools {
    width: min(100%, calc(100vw - 24px));
  }

  .h2nav-hero-search {
    align-items: center;
    flex-direction: row;
    border-radius: 17px;
  }

  .h2nav-hero-search .h2n-btn {
    width: 58px;
  }

  .h2nav-module-panel {
    padding: 12px;
  }

}

/* Final compact sizing layer. Kept last so older layout rules cannot inflate the UI. */
:root {
  --h2n-accent: #58aefb;
  --h2n-accent-alt: #a8d8ff;
  --h2n-bg: #eef7ff;
  --h2n-text: #34445c;
  --h2n-accent-rgb: 88, 174, 251;
  --h2n-accent-alt-rgb: 168, 216, 255;
  --h2n-bg-rgb: 238, 247, 255;
  --h2n-text-rgb: 52, 68, 92;
  --h2n-container: 1500px;
  --h2nav-header-height: 60px;
  --h2nav-hero-min-height: 520px;
  --h2nav-search-width: 780px;
  --h2nav-module-padding: 14px;
  --h2nav-module-gap: 18px;
  --h2nav-site-card-min: 198px;
  --h2nav-site-card-icon: 46px;
  --h2nav-post-card-min: 214px;
}

.h2nav-header-inner {
  min-height: var(--h2nav-header-height);
  padding: 0 20px 0 48px;
  border-radius: 18px;
}

.h2nav-brand .custom-logo-link,
.h2nav-brand-mark {
  width: 38px;
  height: 38px;
  color: var(--h2n-accent);
  border-color: rgba(var(--h2n-accent-rgb), 0.35);
}

.h2nav-menu a {
  min-height: var(--h2nav-header-height);
  font-size: 15px;
}

.h2nav-chooiin-hero {
  min-height: var(--h2nav-hero-min-height);
  padding-top: 96px;
  padding-bottom: 132px;
}

.h2nav-hero-inner {
  min-height: calc(var(--h2nav-hero-min-height) - 170px);
  gap: 30px;
}

.h2nav-hero h1 {
  font-size: clamp(34px, 3.4vw, 50px);
}

.h2nav-hero-copy > p:last-child {
  margin-top: 12px;
  font-size: 15px;
}

.h2nav-hero-tools {
  width: min(var(--h2nav-search-width), 86vw);
}

.h2nav-hero-search {
  height: 54px;
  border-radius: 14px;
}

.h2nav-hero-search input {
  min-height: 44px;
  font-size: 15px;
}

.h2nav-search-submit {
  width: 48px;
  min-width: 48px;
  height: 44px;
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-home-menu {
  margin-top: 12px;
}

.h2nav-home-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-home-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.h2nav-front-content {
  margin-top: -86px;
}

.h2nav-module-panel {
  padding: var(--h2nav-module-padding);
  margin-top: var(--h2nav-module-gap);
  border-radius: calc(var(--h2n-card-radius) + 2px);
}

.h2nav-module-header {
  min-height: 28px;
  margin-bottom: 5px;
}

.h2nav-module-header h2 {
  font-size: 17px;
}

.h2nav-ws-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--h2nav-site-card-min)), var(--h2nav-site-card-max)));
  gap: 14px;
  justify-content: start;
}

.h2nav-ws-card {
  width: 100%;
  max-width: var(--h2nav-site-card-max);
  min-height: 112px;
  padding: 10px;
  border-radius: var(--h2n-card-radius);
}

.h2nav-ws-icon {
  width: var(--h2nav-site-card-icon);
  height: var(--h2nav-site-card-icon);
}

.h2nav-ws-copy strong {
  font-size: 15px;
}

.h2nav-ws-copy em {
  font-size: 12px;
}

.h2nav-ws-meta {
  min-height: 24px;
  padding-top: 6px;
}

.h2nav-ws-meta .h2n-badge {
  min-height: 20px;
  font-size: 11px;
}

.h2nav-card-arrow {
  width: 20px;
  height: 20px;
}

.h2nav-post-grid {
  grid-template-columns: repeat(auto-fill, minmax(var(--h2nav-post-card-min), 1fr));
  gap: 14px;
}

.h2nav-post-body h2 {
  font-size: 14px;
}

.h2nav-post-body p {
  font-size: 12px;
}

@media (max-width: 760px) {
  .h2nav-header-inner {
    min-height: 56px;
    padding: 0 12px;
  }

  .h2nav-chooiin-hero {
    min-height: 430px;
    padding-top: 84px;
    padding-bottom: 112px;
  }

  .h2nav-hero-inner {
    min-height: 276px;
  }

  .h2nav-front-content {
    margin-top: -72px;
  }
}

.h2nav-glass-on .h2nav-hero-search,
.h2nav-glass-on .h2nav-search-form,
.h2nav-glass-on .h2nav-module-panel {
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: var(--h2n-shadow);
  backdrop-filter: blur(var(--h2n-card-blur));
  -webkit-backdrop-filter: blur(var(--h2n-card-blur));
}

.h2nav-glass-on .h2nav-hero-search {
  overflow: hidden;
}

.h2nav-ws-card--simple {
  display: flex;
  align-items: center;
  min-height: 138px;
  padding: 22px 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(42, 55, 75, 0.08);
}

.h2nav-card-style-simple.h2nav-ws-grid,
.h2nav-card-style-simple .h2nav-ws-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), var(--h2nav-simple-card-max)));
}

.h2nav-ws-card--simple {
  max-width: var(--h2nav-simple-card-max);
}

.h2nav-ws-card--simple .h2nav-ws-main {
  width: 100%;
  gap: 22px;
}

.h2nav-ws-card--simple .h2nav-ws-icon {
  width: 72px;
  height: 72px;
  color: #fff;
  background: var(--h2n-accent);
  border: 0;
  border-radius: 50%;
}

.h2nav-ws-card--simple .h2nav-ws-copy strong {
  color: var(--h2n-text);
  font-size: 25px;
  line-height: 1.12;
}

.h2nav-ws-card--simple .h2nav-ws-copy em {
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 20px;
  line-height: 1.25;
  -webkit-line-clamp: 1;
}

.h2nav-ws-card--simple .h2nav-ws-meta,
.h2nav-ws-card--simple .h2nav-ws-snapshot {
  display: none;
}

.h2nav-ws-card--feature {
  min-height: 0;
  padding: 10px 10px 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(42, 55, 75, 0.12);
}

.h2nav-card-style-feature.h2nav-ws-grid,
.h2nav-card-style-feature .h2nav-ws-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 380px), var(--h2nav-feature-card-max)));
}

.h2nav-ws-card--feature {
  max-width: var(--h2nav-feature-card-max);
}

.h2nav-ws-card--feature .h2nav-ws-snapshot {
  display: block;
  margin: 0 0 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.92), rgba(var(--h2n-accent-rgb), 0.18)),
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.2), #fff 48%, rgba(var(--h2n-accent-alt-rgb), 0.2));
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(var(--h2n-accent-rgb), 0.08);
}

.h2nav-ws-card--feature .h2nav-ws-main {
  padding: 0 22px;
}

.h2nav-ws-card--feature .h2nav-ws-icon {
  display: none;
}

.h2nav-ws-card--feature .h2nav-ws-copy strong {
  color: var(--h2n-text);
  font-size: 28px;
  line-height: 1.18;
  white-space: normal;
}

.h2nav-ws-card--feature .h2nav-ws-copy em {
  display: none;
}

.h2nav-ws-card--feature .h2nav-ws-meta {
  display: none;
}

.h2nav-ws-detail-page {
  gap: 24px;
}

.h2nav-ws-detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(16px, 2.6vw, 26px);
  overflow: hidden;
}

.h2nav-ws-detail-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  overflow: hidden;
  color: var(--h2n-accent);
  font-size: clamp(52px, 10vw, 120px);
  font-weight: 900;
  background:
    radial-gradient(circle at 18% 20%, rgba(var(--h2n-accent-rgb), 0.28), transparent 40%),
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.12), rgba(var(--h2n-accent-alt-rgb), 0.16));
  border-radius: calc(var(--h2n-card-radius) + 2px);
}

.h2nav-ws-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.h2nav-ws-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  gap: 14px;
}

.h2nav-ws-detail-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.h2nav-ws-detail-copy h1 {
  margin: 0;
  color: var(--h2n-text);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
}

.h2nav-ws-detail-copy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.76);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.h2nav-ws-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.h2nav-ws-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: rgba(var(--h2n-text-rgb), 0.7);
  font-size: 12px;
  font-weight: 800;
  background: rgba(var(--h2n-accent-rgb), 0.08);
  border-radius: 999px;
}

.h2nav-ws-overview,
.h2nav-ws-side {
  padding: clamp(18px, 2.4vw, 28px);
}

.h2nav-ws-summary h2,
.h2nav-ws-geo h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.h2nav-ws-summary p {
  margin: 0 0 18px;
  color: rgba(var(--h2n-text-rgb), 0.78);
  font-size: 17px;
  font-weight: 700;
}

.h2nav-ws-geo {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(var(--h2n-text-rgb), 0.1);
}

.h2nav-ws-geo dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.h2nav-ws-geo dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(var(--h2n-text-rgb), 0.1);
}

.h2nav-ws-geo dt {
  color: var(--h2n-muted);
  font-size: 13px;
  font-weight: 900;
}

.h2nav-ws-geo dd {
  margin: 0;
  color: var(--h2n-text);
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .h2nav-ws-detail-hero,
  .h2nav-ws-detail-grid {
    grid-template-columns: 1fr;
  }

  .h2nav-ws-detail-media,
  .h2nav-ws-detail-media img {
    min-height: 240px;
  }
}

.h2nav-ws-detail-v2 {
  display: grid;
  gap: 24px;
}

.h2nav-ws-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  column-gap: clamp(24px, 3.4vw, 48px);
  align-items: stretch;
  overflow: visible;
}

.h2nav-ws-showcase-left {
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(10px, 1.2vw, 14px);
  align-content: start;
  min-width: 0;
  height: 100%;
  overflow: visible;
}

.h2nav-ws-profile-card,
.h2nav-ws-ai-summary-card,
.h2nav-ws-preview-body,
.h2nav-ws-content-card,
.h2nav-ws-evaluation-card,
.h2nav-ws-access-help-card,
.h2nav-ws-side-card,
.h2nav-ws-tdk-card,
.h2nav-ws-disclaimer,
.h2nav-related-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: calc(var(--h2n-card-radius) + 4px);
  box-shadow: 0 18px 42px rgba(42, 55, 75, 0.08);
  backdrop-filter: blur(var(--h2n-card-blur));
  -webkit-backdrop-filter: blur(var(--h2n-card-blur));
}

.h2nav-ws-profile-card {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(14px, 1.8vw, 20px);
  min-height: 0;
  padding: clamp(20px, 2.5vw, 30px);
  padding-top: clamp(28px, 3vw, 38px);
  overflow: visible;
}

.h2nav-ws-profile-views {
  position: absolute;
  top: clamp(12px, 1.4vw, 16px);
  right: clamp(14px, 1.8vw, 22px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 26px;
  padding: 0 10px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.h2nav-ws-profile-views span,
.h2nav-ws-profile-views a {
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.h2nav-ws-profile-views .views,
.h2nav-ws-profile-views .smooth {
  color: var(--h2n-accent);
}

.h2nav-ws-profile-head {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.8vw, 20px);
  min-width: 0;
}

.h2nav-ws-profile-head > div {
  min-width: 0;
}

.h2nav-ws-profile-icon {
  width: clamp(54px, 5vw, 68px);
  height: clamp(54px, 5vw, 68px);
  border-radius: 16px;
  box-shadow: 0 14px 26px rgba(var(--h2n-accent-rgb), 0.16);
}

.h2nav-ws-profile-card h1 {
  margin: 0;
  color: var(--h2n-text);
  font-size: clamp(24px, 2.45vw, 31px);
  line-height: 1.12;
  letter-spacing: 0;
}

.h2nav-ws-profile-url {
  max-width: 100%;
  margin: 7px 0 0;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 800;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.h2nav-ws-profile-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--h2n-text-rgb), 0.08);
}

.h2nav-ws-updated {
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.62);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 900;
  line-height: 1.4;
}

.h2nav-ws-ai-summary-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: clamp(112px, 12vw, 148px);
  min-height: 0;
  padding: clamp(18px, 2.4vw, 26px);
  overflow: hidden;
}

.h2nav-ws-ai-summary-card h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--h2n-text);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 900;
  line-height: 1.25;
}

.h2nav-ws-ai-summary-card p {
  max-width: 100%;
  min-height: 0;
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.76);
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 800;
  line-height: 1.75;
  overflow-y: auto;
  padding-right: 6px;
  overflow-wrap: anywhere;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--h2n-accent-rgb), 0.34) transparent;
}

.h2nav-ws-ai-summary-card p::-webkit-scrollbar {
  width: 5px;
}

.h2nav-ws-ai-summary-card p::-webkit-scrollbar-thumb {
  background: rgba(var(--h2n-accent-rgb), 0.34);
  border-radius: 999px;
}

.h2nav-js .h2nav-ws-ai-summary-card p[data-h2nav-typewriter] {
  min-height: calc(1em * 1.75);
}

.h2nav-js .h2nav-ws-ai-summary-card p[data-h2nav-typewriter]::after {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 3px;
  vertical-align: -0.12em;
  content: "";
  background: var(--h2n-accent);
  animation: h2nav-type-caret 0.9s steps(1, end) infinite;
}

@keyframes h2nav-type-caret {
  0%, 48% {
    opacity: 1;
  }

  49%, 100% {
    opacity: 0;
  }
}

.h2nav-ws-profile-actions {
  position: relative;
  z-index: 35;
  margin-top: 0;
  gap: 10px;
}

.h2nav-ws-profile-actions .h2n-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: clamp(38px, 3.2vw, 42px);
  padding: 0 clamp(18px, 2vw, 26px);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 900;
}

.h2nav-ws-mobile-qr {
  position: relative;
  z-index: 40;
  display: inline-flex;
}

.h2nav-ws-qr-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 999;
  display: grid;
  gap: 8px;
  width: 164px;
  padding: 10px;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.14);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(42, 55, 75, 0.16);
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transition: opacity var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-ws-qr-popover::after {
  position: absolute;
  right: 28px;
  top: -6px;
  width: 12px;
  height: 12px;
  content: "";
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(var(--h2n-accent-rgb), 0.14);
  border-left: 1px solid rgba(var(--h2n-accent-rgb), 0.14);
  transform: rotate(45deg);
}

.h2nav-ws-qr-popover img {
  width: 142px;
  height: 142px;
  border-radius: 10px;
}

.h2nav-ws-mobile-qr:hover .h2nav-ws-qr-popover,
.h2nav-ws-mobile-qr:focus-within .h2nav-ws-qr-popover {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.h2nav-ws-preview-card {
  align-self: stretch;
  grid-column: 2;
  min-width: 0;
}

.h2nav-ws-preview-body {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  padding: clamp(3px, 0.4vw, 5px) clamp(6px, 0.8vw, 10px) clamp(6px, 0.8vw, 10px);
  gap: 6px;
}

.h2nav-ws-preview-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  color: rgba(var(--h2n-text-rgb), 0.68);
  font-size: 13px;
  font-weight: 900;
}

.h2nav-ws-preview-top .h2nav-ws-icon {
  width: 22px;
  height: 22px;
}

.h2nav-ws-preview-shot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  color: var(--h2n-accent);
  font-size: 64px;
  font-weight: 900;
  background: rgba(var(--h2n-accent-rgb), 0.08);
  border-radius: calc(var(--h2n-card-radius) + 2px);
}

.h2nav-ws-preview-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.h2nav-ws-preview-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: rgba(9, 20, 36, 0.16);
  transition: opacity var(--h2n-fast);
}

.h2nav-ws-preview-shot:hover::after,
.h2nav-ws-preview-shot:focus-within::after {
  opacity: 1;
}

.h2nav-ws-preview-shot img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform var(--h2n-fast);
}

.h2nav-ws-preview-shot:hover img,
.h2nav-ws-preview-shot:focus-within img {
  transform: scale(1.018);
}

.h2nav-ws-preview-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  min-height: 34px;
  padding: 0 16px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 14px 30px rgba(20, 42, 75, 0.18);
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-ws-preview-shot:hover .h2nav-ws-preview-btn,
.h2nav-ws-preview-shot:focus-within .h2nav-ws-preview-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.h2nav-ws-detail-grid-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
  gap: 24px;
}

.h2nav-ws-main-column,
.h2nav-ws-aside-column {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.h2nav-ws-aside-column {
  position: sticky;
  top: 104px;
  padding: 0;
  border-radius: calc(var(--h2n-card-radius) + 4px);
}

.h2nav-ws-content-card {
  padding: clamp(14px, 1.7vw, 20px);
}

.h2nav-ws-content-card .h2nav-entry-content > :last-child {
  margin-bottom: 0;
}

.h2nav-ws-detail-v2 .h2nav-ws-content-card .h2nav-entry-content {
  padding: 0;
}

.h2nav-ws-evaluation-card {
  padding: clamp(16px, 2vw, 22px);
}

.h2nav-ws-evaluation-list {
  display: grid;
  gap: 10px;
}

.h2nav-ws-evaluation-list p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 12px 14px;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
  background: rgba(var(--h2n-bg-rgb), 0.58);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 14px;
}

.h2nav-ws-evaluation-list .h2nav-card-line-icon {
  width: 15px;
  height: 15px;
}

.h2nav-ws-evaluation-list strong {
  color: var(--h2n-text);
  font-weight: 900;
}

.h2nav-ws-evaluation-list span {
  color: var(--h2n-accent);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.h2nav-ws-evaluation-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.h2nav-ws-evaluation-tags .h2n-badge {
  min-height: 26px;
  padding: 0 10px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.08);
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.h2nav-ws-access-help-card {
  padding: 0;
  overflow: hidden;
}

.h2nav-ws-access-help-card details {
  display: block;
}

.h2nav-ws-access-help-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 58px;
  padding: 12px 58px 12px 22px;
  margin-bottom: 0;
  cursor: pointer;
  list-style: none;
}

.h2nav-ws-access-help-summary h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: calc(100% - 42px);
  text-align: left;
}

.h2nav-ws-access-help-summary::-webkit-details-marker {
  display: none;
}

.h2nav-ws-access-help-summary span {
  position: absolute;
  top: 50%;
  right: 18px;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 50%;
  transform: translateY(-50%);
}

.h2nav-ws-access-help-summary span::before,
.h2nav-ws-access-help-summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--h2n-accent);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.h2nav-ws-access-help-summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-ws-access-help-card details[open] .h2nav-ws-access-help-summary span::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.h2nav-ws-access-help-list {
  display: grid;
  gap: 10px;
  padding: 0 clamp(14px, 2vw, 22px) clamp(16px, 2vw, 22px);
}

.h2nav-ws-access-help-list section {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  padding: 12px 14px;
  background: rgba(var(--h2n-bg-rgb), 0.54);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 14px;
}

.h2nav-ws-access-help-list section > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--h2n-accent), var(--h2n-accent-alt));
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(var(--h2n-accent-rgb), 0.2);
}

.h2nav-ws-access-help-list h3 {
  margin: 1px 0 5px;
  color: var(--h2n-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.h2nav-ws-access-help-list p {
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.h2nav-ws-tdk-card {
  padding: clamp(14px, 1.8vw, 18px);
}

.h2nav-ws-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.h2nav-ws-section-title h2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--h2n-text);
  font-size: 17px;
  font-weight: 900;
}

.h2nav-ws-lead {
  margin: 0;
  color: rgba(var(--h2n-text-rgb), 0.78);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.h2nav-ws-rich-content {
  margin-top: 0;
  line-height: 1.78;
}

.h2nav-ws-side-card dl,
.h2nav-ws-tdk-card dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.h2nav-ws-side-card dt,
.h2nav-ws-tdk-card dt {
  color: rgba(var(--h2n-text-rgb), 0.5);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-ws-side-card dd,
.h2nav-ws-tdk-card dd {
  margin: 0 0 6px;
  color: rgba(var(--h2n-text-rgb), 0.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.h2nav-ws-tdk-card dt {
  margin-bottom: -4px;
  color: var(--h2n-accent);
  font-size: 13px;
}

.h2nav-ws-tdk-card dd {
  max-width: 100%;
  min-width: 0;
  padding: 10px 12px;
  margin-bottom: 6px;
  color: rgba(var(--h2n-text-rgb), 0.78);
  font-size: 13px;
  line-height: 1.55;
  white-space: normal;
  background: rgba(var(--h2n-bg-rgb), 0.58);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.14);
  border-radius: 12px;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.h2nav-ws-disclaimer {
  position: relative;
  padding: clamp(18px, 2.4vw, 24px);
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.68);
}

.h2nav-ws-warning-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--h2n-text);
  font-size: 16px;
  font-weight: 900;
}

.h2nav-ws-warning-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: rgba(var(--h2n-accent-rgb), 0.9);
  border-radius: 50%;
  font-size: 12px;
}

.h2nav-ws-warning-title .h2nav-warning-icon {
  width: 13px;
  height: 13px;
  stroke-width: 2.4;
}

.h2nav-ws-disclaimer p {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.h2nav-ws-warning-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
  color: rgba(var(--h2n-text-rgb), 0.48);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.h2nav-related-card {
  padding: clamp(18px, 2.4vw, 24px);
  margin-top: 0;
}

.h2nav-related-card .h2nav-ws-grid {
  gap: 12px;
}

@media (max-width: 980px) {
  .h2nav-ws-showcase,
  .h2nav-ws-detail-grid-v2 {
    grid-template-columns: 1fr;
  }

  .h2nav-ws-preview-card {
    grid-column: 1;
    grid-row: auto;
  }

  .h2nav-ws-aside-column {
    position: static;
  }
}

@media (max-width: 640px) {
  .h2nav-breadcrumbs {
    gap: 5px;
    margin-bottom: -10px;
    font-size: 11px;
  }

  .h2nav-breadcrumbs a,
  .h2nav-breadcrumbs span[aria-current="page"] {
    min-height: 22px;
    padding: 0 8px;
  }

  .h2nav-default-page-shell .h2nav-default-page-breadcrumbs {
    margin-bottom: 14px;
    transform: none;
  }

  .h2nav-default-page-shell .h2nav-default-page-breadcrumbs a,
  .h2nav-default-page-shell .h2nav-default-page-breadcrumbs span[aria-current="page"] {
    min-height: 24px;
  }

  .h2nav-comments {
    gap: 0;
    padding: 16px;
  }

  .h2nav-comments-respond-wrap {
    padding: 0 0 16px;
  }

  .h2nav-comments-title {
    padding: 16px 0 10px;
  }

  .h2nav-comment-empty {
    padding: 10px 0 0;
  }

  .h2nav-comment-list {
    padding: 0;
  }

  .h2nav-comment-inner {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 15px 0;
  }

  .h2nav-comment-author .avatar {
    width: 42px;
    height: 42px;
  }

  .h2nav-comment-head {
    display: grid;
    gap: 7px;
    margin-bottom: 7px;
  }

  .h2nav-comment-actions {
    justify-self: start;
    padding-top: 0;
  }

  .h2nav-comment-form {
    grid-template-columns: 1fr;
  }

  .h2nav-comment-form .form-submit,
  .h2nav-comment-form .submit {
    width: 100%;
  }

  .h2nav-comment-list .children {
    padding-left: 20px;
  }

  .h2nav-ws-profile-card,
  .h2nav-ws-preview-body {
    min-height: 0;
  }

  .h2nav-ws-profile-card {
    padding-top: 46px;
  }

  .h2nav-ws-profile-views {
    top: 12px;
    right: 14px;
  }

  .h2nav-ws-profile-head {
    align-items: flex-start;
  }

  .h2nav-ws-profile-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .h2nav-ws-profile-foot {
    align-items: flex-start;
  }

  .h2nav-ws-profile-actions {
    width: 100%;
  }

  .h2nav-ws-qr-popover {
    right: auto;
    left: 0;
  }

  .h2nav-ws-qr-popover::after {
    right: auto;
    left: 28px;
  }

  .h2nav-ws-preview-shot,
  .h2nav-ws-preview-shot img {
    min-height: 210px;
  }
}

/* OneNav-inspired final sizing pass for site cards */
.h2nav-ws-grid {
  --h2nav-card-auto-min: var(--h2nav-site-card-min);
  grid-template-columns: repeat(var(--h2nav-site-card-columns), minmax(0, 1fr));
  align-items: start;
  justify-content: stretch;
  gap: 14px 18px;
}

.h2nav-ws-card {
  container-type: inline-size;
  width: 100%;
  max-width: none;
}

.h2nav-ws-card--classic {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  aspect-ratio: 258 / 136;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: max(12px, var(--h2n-card-radius));
  box-shadow: 0 12px 30px rgba(42, 55, 75, 0.07);
}

.h2nav-glass-on .h2nav-ws-card--classic {
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: var(--h2n-shadow);
  backdrop-filter: blur(var(--h2n-card-blur));
  -webkit-backdrop-filter: blur(var(--h2n-card-blur));
}

.h2nav-ws-card--classic:hover {
  border-color: rgba(var(--h2n-accent-rgb), 0.26);
  box-shadow: 0 18px 36px rgba(60, 66, 72, 0.12);
  transform: translateY(-2px);
}

.h2nav-ws-card--classic .h2nav-ws-snapshot {
  display: none;
}

.h2nav-ws-card--classic .h2nav-card-click-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.h2nav-ws-card--classic .h2nav-ws-main {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: clamp(9px, 4.26cqw, 11px) clamp(9px, 4.26cqw, 11px) 0;
  gap: clamp(8px, 3.88cqw, 10px);
}

.h2nav-ws-card--classic .h2nav-ws-icon {
  position: relative;
  isolation: isolate;
  width: clamp(46px, 23.26cqw, 60px);
  height: clamp(46px, 23.26cqw, 60px);
  overflow: visible;
  color: #fff;
  background: color-mix(in srgb, var(--h2n-accent) 16%, #f5f8fb);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.h2nav-ws-card--classic .h2nav-ws-icon::before {
  position: absolute;
  inset: max(-7px, -2.7cqw);
  z-index: -1;
  content: "";
  background: radial-gradient(circle, rgba(var(--h2n-accent-rgb), 0.28), transparent 68%);
  border-radius: inherit;
  filter: blur(clamp(4px, 2.71cqw, 7px));
  opacity: 0;
  transform: scale(0.62);
  transition: opacity var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav-ws-card--classic:hover .h2nav-ws-icon::before {
  opacity: 0;
  transform: scale(0.62);
}

.h2nav-ws-card--classic .h2nav-ws-icon img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  border-radius: inherit;
  transform: scale(1.05);
  transition: transform 260ms ease;
}

.h2nav-ws-card--classic .h2nav-ws-icon > span {
  font-size: clamp(11px, 5.04cqw, 13px);
}

.h2nav-ws-card--classic:hover .h2nav-ws-icon img {
  transform: scale(1.05);
}

.h2nav-ws-card--classic .h2nav-ws-copy {
  align-content: center;
  gap: clamp(2px, 1.16cqw, 3px);
}

.h2nav-ws-card--classic .h2nav-ws-copy strong {
  color: #484c52;
  font-size: clamp(14px, 6.2cqw, 16px);
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-ws-card--classic .h2nav-ws-copy em {
  color: #8b9199;
  font-size: clamp(11.5px, 4.84cqw, 12.5px);
  font-weight: 700;
  line-height: 1.32;
  -webkit-line-clamp: 1;
}

.h2nav-ws-card--classic .h2nav-ws-meta {
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: 0;
  margin: clamp(4px, 2.33cqw, 6px) clamp(9px, 4.26cqw, 11px) 0;
  padding: clamp(6px, 2.33cqw, 6px) 0 clamp(9px, 4.26cqw, 11px);
  gap: clamp(4px, 1.94cqw, 5px);
  overflow: hidden;
  border-top: 1px solid rgba(232, 236, 240, 0.95);
  pointer-events: none;
}

.h2nav-ws-card--classic .h2nav-ws-meta a {
  pointer-events: auto;
}

.h2nav-ws-card--classic .h2nav-ws-meta .h2n-badge {
  min-height: clamp(18px, 7.36cqw, 20px);
  max-width: clamp(64px, 31.78cqw, 84px);
  padding: 0 clamp(6px, 2.71cqw, 7px);
  overflow: hidden;
  color: #6b7078;
  font-size: clamp(10px, 4.07cqw, 11px);
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f4f6f7;
  border: 0;
  border-radius: 6px;
}

.h2nav-ws-card--classic .h2nav-ws-meta .h2nav-tax-badge {
  max-width: clamp(72px, 36.43cqw, 96px);
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.14);
}

.h2nav-ws-card--classic .h2nav-card-arrow {
  position: relative;
  right: auto;
  bottom: auto;
  width: clamp(17px, 7.75cqw, 20px);
  height: clamp(17px, 7.75cqw, 20px);
  margin-left: auto;
  color: #b8c0c9;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-ws-card--classic .h2nav-card-arrow::before {
  width: clamp(13px, 5.82cqw, 15px);
  height: clamp(15px, 6.98cqw, 18px);
  margin: 0;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath fill='%23000' d='M3 0h10a3 3 0 0 1 3 3v15.1c0 1.45-1.7 2.24-2.82 1.31L8 15.1l-5.18 4.31C1.7 20.34 0 19.55 0 18.1V3a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 20'%3E%3Cpath fill='%23000' d='M3 0h10a3 3 0 0 1 3 3v15.1c0 1.45-1.7 2.24-2.82 1.31L8 15.1l-5.18 4.31C1.7 20.34 0 19.55 0 18.1V3a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform var(--h2n-fast);
}

.h2nav-card-arrow:hover,
.h2nav-ws-card--classic .h2nav-card-arrow:hover {
  color: #fff;
  background: var(--h2n-accent);
  border-color: var(--h2n-accent);
}

.h2nav-ws-card--classic .h2nav-card-arrow:hover {
  color: var(--h2n-accent);
  background: transparent;
}

.h2nav-ws-card--classic .h2nav-card-arrow:hover::before {
  transform: translateY(-1px);
}

.h2nav-card-style-simple.h2nav-ws-grid,
.h2nav-card-style-simple .h2nav-ws-grid {
  --h2nav-card-auto-min: 220px;
  grid-template-columns: repeat(var(--h2nav-site-card-columns), minmax(0, 1fr));
}

.h2nav-ws-card--simple {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-width: none;
  aspect-ratio: 300 / 110;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(var(--h2n-text-rgb), 0.07);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(42, 55, 75, 0.07);
}

.h2nav-ws-card--simple .h2nav-ws-main {
  position: absolute;
  inset: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  gap: clamp(11px, 4cqw, 12px);
  padding: clamp(12px, 4.34cqw, 13px) clamp(31px, 10.34cqw, 36px) clamp(12px, 4.34cqw, 13px) clamp(13px, 5cqw, 15px);
}

.h2nav-ws-card--simple .h2nav-detail-corner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: clamp(30px, 10cqw, 34px);
  height: clamp(30px, 10cqw, 34px);
}

.h2nav-ws-card--simple .h2nav-detail-corner::after {
  position: absolute;
  top: clamp(9px, 3.2cqw, 11px);
  right: clamp(9px, 3.2cqw, 11px);
  width: clamp(11px, 3.8cqw, 13px);
  height: clamp(11px, 3.8cqw, 13px);
  content: "";
  background: color-mix(in srgb, var(--h2n-accent) 28%, #c6cae7);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 0h13c3.31 0 6 2.69 6 6v12.5c0 4.1-5 6.1-7.9 3.2L2.9 8.5C.2 5.8 1.2 0 5 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 0h13c3.31 0 6 2.69 6 6v12.5c0 4.1-5 6.1-7.9 3.2L2.9 8.5C.2 5.8 1.2 0 5 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: background var(--h2n-fast), transform var(--h2n-fast), opacity var(--h2n-fast);
}

.h2nav-ws-card--simple .h2nav-detail-corner:hover::after {
  background: color-mix(in srgb, var(--h2n-accent) 62%, #c6cae7);
  transform: translate(-0.5px, 0.5px) scale(1.06);
}

.h2nav-ws-card--simple .h2nav-ws-icon {
  width: clamp(35px, 12.5cqw, 38px);
  height: clamp(35px, 12.5cqw, 38px);
  border-radius: 11px;
}

.h2nav-ws-card--simple .h2nav-ws-icon > span {
  font-size: clamp(15px, 5.34cqw, 16px);
}

.h2nav-ws-card--simple .h2nav-ws-copy strong {
  font-size: clamp(15px, 5.34cqw, 16px);
  line-height: 1.18;
}

.h2nav-ws-card--simple .h2nav-ws-copy em {
  display: -webkit-box;
  color: #8b9199;
  font-size: clamp(11px, 4cqw, 12px);
  line-height: 1.35;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.h2nav-card-style-feature.h2nav-ws-grid,
.h2nav-card-style-feature .h2nav-ws-grid {
  --h2nav-card-auto-min: 260px;
  grid-template-columns: repeat(var(--h2nav-site-card-columns), minmax(0, 1fr));
}

.h2nav-ws-card--feature {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-width: none;
  aspect-ratio: 288 / 232;
  min-height: 0;
  gap: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.08);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.h2nav-ws-card--feature:hover {
  border-color: rgba(var(--h2n-accent-rgb), 0.26);
  box-shadow: 0 18px 36px rgba(60, 66, 72, 0.12);
  transform: translateY(-2px);
}

.h2nav-ws-card--feature .h2nav-ws-snapshot {
  aspect-ratio: 100 / 61.8;
  margin: 0;
  background: #f8fafc;
  border-radius: 11px 11px 0 0;
  box-shadow: none;
}

.h2nav-ws-card--feature .h2nav-ws-snapshot img {
  transition: transform 0.35s ease;
}

.h2nav-ws-card--feature:hover .h2nav-ws-snapshot img {
  transform: none;
}

.h2nav-ws-card--feature .h2nav-ws-main {
  align-items: start;
  min-height: 0;
  padding: clamp(13px, 5.21cqw, 15px) clamp(14px, 5.56cqw, 16px) clamp(14px, 5.56cqw, 16px);
}

.h2nav-ws-card--feature .h2nav-ws-copy {
  min-width: 0;
}

.h2nav-ws-card--feature .h2nav-ws-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--h2n-text);
  font-size: 15px;
  line-height: 1.5;
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: color 0.22s ease;
}

.h2nav-ws-card--feature:hover .h2nav-ws-copy strong {
  color: var(--h2n-text);
}

.h2nav-card-style-cover.h2nav-ws-grid,
.h2nav-card-style-cover .h2nav-ws-grid {
  --h2nav-card-auto-min: 260px;
  grid-template-columns: repeat(var(--h2nav-site-card-columns), minmax(0, 1fr));
}

.h2nav-ws-card--cover {
  --h2nav-cover-surface: #fff;
  --h2nav-cover-title: color-mix(in srgb, var(--h2n-text) 90%, #111827);
  --h2nav-cover-desc: color-mix(in srgb, var(--h2n-text) 48%, #aeb8c3);
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  max-width: none;
  aspect-ratio: auto;
  min-height: 0;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0 20px -5px rgba(158, 158, 158, 0.2);
}

.h2nav-glass-on .h2nav-ws-card--cover {
  --h2nav-cover-surface: rgba(255, 255, 255, var(--h2n-card-opacity));
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--h2n-shadow);
  backdrop-filter: blur(var(--h2n-card-blur));
  -webkit-backdrop-filter: blur(var(--h2n-card-blur));
}

.h2nav-ws-card--cover:hover {
  border-color: rgba(var(--h2n-accent-rgb), 0.26);
  box-shadow: 0 18px 36px rgba(60, 66, 72, 0.12);
  transform: translateY(-2px);
}

.h2nav-ws-card--cover .h2nav-ws-snapshot {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: color-mix(in srgb, var(--h2n-accent) 16%, #f8fafc);
  border-radius: 0;
  box-shadow: none;
}

.h2nav-ws-card--cover .h2nav-ws-snapshot::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(24, 24, 24, 0.85);
  opacity: 0;
  transition: opacity 0.2s;
}

.h2nav-ws-card--cover:hover .h2nav-ws-snapshot::after {
  opacity: 0;
}

.h2nav-ws-card--cover .h2nav-ws-snapshot img {
  transition: transform 0.38s ease;
}

.h2nav-ws-card--cover:hover .h2nav-ws-snapshot img {
  transform: none;
}

.h2nav-ws-card--cover .h2nav-ws-main {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(60px, 21cqw, 74px);
  padding: clamp(9px, 3.1cqw, 11px) clamp(16px, 5.82cqw, 20px) clamp(8px, 2.72cqw, 10px);
}

.h2nav-ws-card--cover .h2nav-ws-icon {
  position: absolute;
  top: -12px;
  left: 15px;
  z-index: 1;
  width: 26px;
  height: 26px;
  overflow: visible;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.h2nav-ws-card--cover .h2nav-ws-icon::before {
  position: absolute;
  top: -5px;
  left: -25px;
  z-index: 0;
  display: block;
  width: 76px;
  height: 31px;
  content: "";
  background: #fff;
  clip: rect(0, 76px, 26px, 10px);
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
}

.h2nav-ws-card--cover .h2nav-ws-icon img {
  position: relative;
  z-index: 1;
  top: -1px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  border-radius: inherit;
}

.h2nav-ws-card--cover .h2nav-ws-icon > span {
  position: relative;
  z-index: 1;
  top: -1px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: var(--h2n-accent);
  border-radius: inherit;
  font-size: 12px;
}

.h2nav-ws-card--cover .h2nav-ws-copy {
  align-content: center;
  gap: 0.34rem;
  min-width: 0;
  padding: clamp(4px, 1.55cqw, 5px) clamp(6px, 2.33cqw, 8px) 0 0;
}

.h2nav-ws-card--cover .h2nav-ws-copy strong {
  display: block;
  margin: 0;
  overflow: hidden;
  color: var(--h2nav-cover-title);
  font-size: clamp(14px, 5.43cqw, 17px);
  font-weight: 900;
  line-height: 1.22;
  text-overflow: ellipsis;
  transform: translateY(5px);
  white-space: nowrap;
}

.h2nav-ws-card--cover .h2nav-ws-copy em {
  display: block;
  overflow: hidden;
  color: var(--h2nav-cover-desc);
  font-size: clamp(12px, 4.26cqw, 13px);
  font-weight: 700;
  line-height: 1.38;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-ws-card--cover:hover .h2nav-ws-copy strong {
  color: var(--h2nav-cover-title);
}

.h2nav-ws-card--cover .h2nav-ws-meta {
  display: none;
}

.h2nav-term-shell {
  display: grid;
  gap: 18px;
}

.h2nav-term-hero {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 150px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.8)),
    radial-gradient(circle at 14% 18%, rgba(var(--h2n-accent-rgb), 0.22), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(50, 186, 156, 0.14), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: max(16px, var(--h2n-card-radius));
  box-shadow: var(--h2n-shadow);
}

.h2nav-term-hero::after {
  position: absolute;
  right: 22px;
  bottom: -42px;
  width: 180px;
  height: 180px;
  content: "";
  background: radial-gradient(circle, rgba(var(--h2n-accent-rgb), 0.12), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.h2nav-term-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  color: var(--h2nav-blue);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 255, 0.92)),
    radial-gradient(circle at 28% 18%, rgba(var(--h2n-accent-rgb), 0.22), transparent 54%);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.2);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(var(--h2n-accent-rgb), 0.16), inset 0 0 0 6px rgba(255, 255, 255, 0.72);
}

.h2nav-term-mark img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(31, 55, 88, 0.12);
}

.h2nav-term-mark span {
  color: var(--h2nav-blue);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.h2nav-term-mark-tag {
  color: color-mix(in srgb, var(--h2n-accent) 78%, #172033);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92)),
    radial-gradient(circle at 30% 22%, rgba(var(--h2n-accent-rgb), 0.26), transparent 58%);
  border: 2px solid rgba(var(--h2n-accent-rgb), 0.34);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(var(--h2n-accent-rgb), 0.18), inset 0 0 0 6px rgba(var(--h2n-accent-rgb), 0.08);
}

.h2nav-term-mark-tag span {
  color: currentColor;
  font-size: 34px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);
}

.h2nav-term-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  min-width: 0;
}

.h2nav-term-copy p {
  margin: 0;
  color: var(--h2nav-blue);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-term-copy h1 {
  margin: 0;
  color: #172033;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}

.h2nav-term-copy div {
  max-width: 720px;
  color: var(--h2n-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
}

.h2nav-term-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 4px;
  color: var(--h2n-muted);
  font-size: 13px;
  font-weight: 800;
}

.h2nav-term-toolbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: var(--h2nav-blue);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border-radius: 10px;
  font-weight: 900;
}

.h2nav-term-toolbar a:hover {
  background: rgba(var(--h2n-accent-rgb), 0.16);
}

.h2nav-term-shell .h2nav-ws-grid {
  margin-top: 0;
}

@container (max-width: 190px) {
  .h2nav-ws-card--classic .h2nav-tag-badge {
    display: none;
  }
}

@container (max-width: 320px) {
  .h2nav-ws-card--feature .h2nav-ws-copy strong {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 1180px) {
  .h2nav-ws-grid,
  .h2nav-card-style-simple.h2nav-ws-grid,
  .h2nav-card-style-simple .h2nav-ws-grid,
  .h2nav-card-style-feature.h2nav-ws-grid,
  .h2nav-card-style-feature .h2nav-ws-grid,
  .h2nav-card-style-cover.h2nav-ws-grid,
  .h2nav-card-style-cover .h2nav-ws-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--h2nav-card-auto-min)), 1fr));
  }
}

@media (max-width: 560px) {
  .h2nav-term-shell {
    gap: 14px;
  }

  .h2nav-term-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }

  .h2nav-term-mark {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .h2nav-term-mark-tag {
    border-radius: 50%;
  }

  .h2nav-term-copy h1 {
    font-size: 25px;
  }

  .h2nav-term-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .h2nav-ws-grid,
  .h2nav-card-style-feature.h2nav-ws-grid,
  .h2nav-card-style-feature .h2nav-ws-grid,
  .h2nav-card-style-cover.h2nav-ws-grid,
  .h2nav-card-style-cover .h2nav-ws-grid {
    grid-template-columns: 1fr;
  }

  .h2nav-card-style-classic.h2nav-ws-grid,
  .h2nav-card-style-classic .h2nav-ws-grid,
  .h2nav-ws-grid:has(.h2nav-ws-card--classic),
  .h2nav-card-style-simple.h2nav-ws-grid,
  .h2nav-card-style-simple .h2nav-ws-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .h2nav-ws-card--classic {
    aspect-ratio: 258 / 136;
  }

  .h2nav-ws-card--classic .h2nav-ws-main {
    grid-template-columns: auto minmax(0, 1fr);
    align-content: stretch;
    justify-items: stretch;
    gap: 7px;
    padding: 8px 8px 0;
    text-align: left;
  }

  .h2nav-ws-card--classic .h2nav-ws-icon {
    width: 32px;
    height: 32px;
  }

  .h2nav-ws-card--classic .h2nav-ws-copy strong,
  .h2nav-ws-card--simple .h2nav-ws-copy strong {
    font-size: 13px;
  }

  .h2nav-ws-card--classic .h2nav-ws-copy em,
  .h2nav-ws-card--simple .h2nav-ws-copy em {
    font-size: 11px;
  }

  .h2nav-ws-card--classic .h2nav-ws-meta {
    margin: 3px 8px 0;
    padding: 4px 0 6px;
  }

  .h2nav-ws-card--simple {
    aspect-ratio: 300 / 110;
  }

  .h2nav-ws-card--simple .h2nav-ws-main {
    flex-direction: row;
    justify-content: flex-start;
    gap: 7px;
    padding: 9px 18px 9px 9px;
    text-align: left;
  }

  .h2nav-ws-card--simple .h2nav-ws-icon {
    width: 30px;
    height: 30px;
  }
}

.h2nav-home-menu__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.h2nav-home-menu__children {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h2nav-home-menu__children::before {
  width: 1px;
  height: 14px;
  content: "";
  background: rgba(255, 255, 255, 0.34);
}

.h2nav-home-menu__children a {
  min-height: 24px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.h2nav-module-header-with-tabs {
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.h2nav-home-segment-head {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  gap: 10px;
}

.h2nav-home-segment-head h2 {
  flex: 0 0 auto;
}

.h2nav-home-child-tabs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1px;
  --h2nav-child-tab-x: 3px;
  --h2nav-child-tab-w: 0px;
  max-width: min(100%, 560px);
  min-height: 34px;
  padding: 3px;
  margin: 0;
  overflow-x: auto;
  background: rgba(var(--h2n-text-rgb), 0.055);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.045);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(29, 47, 73, 0.035);
  scrollbar-width: none;
}

.h2nav-home-child-tabs::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  z-index: 0;
  width: var(--h2nav-child-tab-w);
  content: "";
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(var(--h2n-accent-rgb), 0.16), 0 6px 14px rgba(var(--h2n-accent-rgb), 0.08);
  transform: translateX(var(--h2nav-child-tab-x));
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), width 220ms cubic-bezier(0.22, 1, 0.36, 1), opacity var(--h2n-fast);
  pointer-events: none;
}

.h2nav-home-child-tabs::-webkit-scrollbar {
  display: none;
}

.h2nav-home-child-tab {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  color: rgba(var(--h2n-text-rgb), 0.48);
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  transition: color var(--h2n-fast), background var(--h2n-fast), transform var(--h2n-fast), box-shadow var(--h2n-fast);
}

.h2nav-home-child-tab span {
  display: none;
}

.h2nav-home-child-tab b {
  font-weight: 850;
}

.h2nav-home-child-tab:hover,
.h2nav-home-child-tab.is-active {
  color: color-mix(in srgb, var(--h2n-accent) 72%, #172033);
  background: transparent;
  box-shadow: none;
}

.h2nav-home-child-tab.is-active {
  background: transparent;
}

.h2nav-home-child-tab.is-active span {
  display: none;
}

.h2nav-home-tab-content {
  position: relative;
  overflow: hidden;
  transition: height 190ms cubic-bezier(0.22, 1, 0.36, 1);
}

.h2nav-home-tab-content.is-switching {
  pointer-events: none;
}

.h2nav-home-tab-panel {
  animation: h2nav-home-tab-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: opacity, transform;
}

.h2nav-home-tab-panel[hidden] {
  display: none;
}

.h2nav-home-tab-panel .h2nav-ws-grid,
.h2nav-home-tab-panel .h2nav-post-grid {
  margin-top: 0;
}

@keyframes h2nav-home-tab-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.h2nav-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(168px, var(--h2nav-post-card-basis, 152px))), 1fr));
  gap: 16px;
}

.h2nav-post-card.posts-item,
.h2nav-post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 8px;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(60, 66, 72, 0.06);
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.h2nav-post-card:hover {
  box-shadow: 0 18px 36px rgba(60, 66, 72, 0.12);
  transform: translateY(-2px);
}

.h2nav-post-click-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.h2nav-post-card a:not(.h2nav-post-click-layer) {
  position: relative;
  z-index: 4;
}

.h2nav-post-thumb.item-header,
.h2nav-post-thumb {
  position: relative;
  display: block;
  width: auto;
  aspect-ratio: 7 / 5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.2), rgba(var(--h2n-accent-alt-rgb), 0.28));
  border-radius: 11px;
}

.h2nav-post-thumb img,
.h2nav-post-thumb .fill-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.h2nav-post-card:hover .h2nav-post-thumb img,
.h2nav-post-card:hover .h2nav-post-thumb .fill-cover {
  transform: scale(1.045);
}

.h2nav-post-thumb-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(var(--h2n-text-rgb), 0.72);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

.h2nav-post-body.item-body,
.h2nav-post-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  padding: 9px 2px 2px;
}

.h2nav-post-body h2,
.h2nav-post-title {
  display: -webkit-box;
  min-height: 2.5em;
  margin: 0;
  overflow: hidden;
  color: #44484f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h2nav-post-terms {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: auto;
}

.h2nav-post-terms a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 92px;
  min-height: 20px;
  padding: 0 7px;
  overflow: hidden;
  color: color-mix(in srgb, var(--h2n-accent) 76%, #445066);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border-radius: 999px;
}

.h2nav-post-terms a:hover {
  color: #fff;
  background: color-mix(in srgb, var(--h2n-accent) 82%, #172033);
}

.h2nav-post-meta.item-meta,
.h2nav-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  margin-top: auto;
  color: #9aa1aa;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.h2nav-post-meta time,
.h2nav-post-date,
.h2nav-post-counts {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-post-date {
  flex: 1 1 auto;
}

.h2nav-post-counts {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  max-width: 100%;
}

.h2nav-post-counts .mr-3,
.h2nav-post-counts .views,
.h2nav-article-meta-icons .mr-3,
.h2nav-article-meta-icons .views,
.h2nav-ws-profile-views .mr-3,
.h2nav-ws-profile-views .views,
.h2nav-post-side-thumb-body em .mr-3,
.h2nav-post-side-thumb-body em .views,
.h2nav-post-archive-side-copy em .mr-3,
.h2nav-post-archive-side-copy em .views {
  margin-right: 0;
}

@media (max-width: 640px) {
  .h2nav-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .h2nav-post-body.item-body,
  .h2nav-post-body {
    padding: 9px;
  }
}

@media (max-width: 390px) {
  .h2nav-post-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .h2nav-home-tab-content {
    transition: none;
  }

  .h2nav-home-tab-panel {
    animation: none;
  }
}

@media (max-width: 760px) {
  .h2nav-home-menu__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .h2nav-home-menu__list::-webkit-scrollbar {
    display: none;
  }

  .h2nav-home-menu__item {
    flex: 0 0 auto;
  }

  .h2nav-home-menu__children {
    display: none;
  }

  .h2nav-home-child-tabs {
    max-width: 100%;
    min-height: 32px;
    padding: 3px;
  }

  .h2nav-home-child-tab {
    min-height: 26px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .h2nav-module-header-with-tabs {
    align-items: flex-start;
  }

  .h2nav-home-segment-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 760px) {
  .h2nav-primary-nav .h2nav-menu .sub-menu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 2px 0 4px 12px;
    margin: -2px 0 2px 10px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .h2nav-primary-nav .h2nav-menu .sub-menu::before {
    content: none;
  }

.h2nav-primary-nav .h2nav-menu .sub-menu a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }
}

.h2nav-login-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - var(--h2nav-header-height) - 120px);
  padding: 30px 0 70px;
}

body.h2nav-login-modal-open {
  overflow: hidden;
}

.h2nav-login-modal[hidden] {
  display: none;
}

.h2nav-login-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.h2nav-login-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 31, 48, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: h2nav-login-fade 180ms ease both;
}

.h2nav-login-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  max-height: min(620px, calc(100vh - 40px));
  animation: h2nav-login-pop 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.h2nav-login-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: rgba(var(--h2n-text-rgb), 0.58);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(28, 43, 61, 0.09);
  cursor: pointer;
}

.h2nav-login-modal-close::before,
.h2nav-login-modal-close::after {
  position: absolute;
  width: 15px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.h2nav-login-modal-close::before {
  transform: rotate(45deg);
}

.h2nav-login-modal-close::after {
  transform: rotate(-45deg);
}

.h2nav-login-modal-close:hover {
  color: var(--h2n-accent);
  background: #fff;
}

.h2nav-login-card-modal {
  width: 100%;
  max-height: min(620px, calc(100vh - 40px));
}

.h2nav-login-card {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(370px, 430px);
  width: min(960px, 100%);
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.16), rgba(255, 255, 255, 0));
  box-shadow: 0 24px 70px rgba(30, 52, 82, 0.12);
  isolation: isolate;
}

.h2nav-login-modal-dialog .h2nav-login-card {
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 380px);
  min-height: 470px;
}

.h2nav-login-modal-dialog .h2nav-login-visual {
  padding: 24px;
}

.h2nav-login-modal-dialog .h2nav-login-form-panel {
  align-content: center;
  gap: 11px;
  padding: 24px 26px;
}

.h2nav-login-modal-dialog .h2nav-login-head h1 {
  font-size: 24px;
}

.h2nav-login-visual {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 100%;
  padding: 28px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 52, 88, 0.2), rgba(18, 52, 88, 0.5)),
    var(--h2nav-hero-bg, linear-gradient(135deg, var(--h2n-accent), var(--h2n-accent-alt))) center / cover no-repeat;
}

.h2nav-login-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(7, 22, 42, 0.05), rgba(7, 22, 42, 0.4));
  pointer-events: none;
}

.h2nav-login-logo-wrap,
.h2nav-login-visual-copy {
  position: relative;
  z-index: 1;
}

.h2nav-login-logo-wrap {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(7, 22, 42, 0.16);
}

.h2nav-login-logo-wrap img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.h2nav-login-logo-wrap span {
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.h2nav-login-visual-copy {
  display: grid;
  gap: 7px;
  max-width: 360px;
}

.h2nav-login-visual-copy p,
.h2nav-login-visual-copy strong,
.h2nav-login-visual-copy span {
  margin: 0;
  text-shadow: 0 2px 16px rgba(7, 22, 42, 0.18);
}

.h2nav-login-visual-copy p {
  font-size: 13px;
  font-weight: 900;
  opacity: 0.86;
}

.h2nav-login-visual-copy strong {
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.14;
}

.h2nav-login-visual-copy span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.68;
}

.h2nav-login-form-panel {
  position: relative;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.68));
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 3px;
  align-items: center;
}

.h2nav-login-head::before {
  display: inline-grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 42px;
  height: 42px;
  content: "";
  background: linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.16), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.h2nav-login-head::after {
  grid-column: 1;
  grid-row: 1 / 3;
  place-self: center;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--h2n-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 2;
  margin: 0;
}

.h2nav-login-head p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1 {
  color: #172033;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-login-alert {
  padding: 10px 12px;
  color: #a52f2f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  background: rgba(255, 98, 98, 0.1);
  border: 1px solid rgba(255, 98, 98, 0.18);
  border-radius: 12px;
}

.h2nav-login-alert[hidden] {
  display: none;
}

.h2nav-login-alert.is-success {
  color: color-mix(in srgb, var(--h2n-accent) 76%, #18412e);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border-color: rgba(var(--h2n-accent-rgb), 0.18);
}

.h2nav-login-form {
  display: grid;
  gap: 11px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.07);
  border-radius: 16px;
}

.h2nav-login-form[hidden] {
  display: none;
}

.h2nav-login-form.is-revealed {
  animation: h2nav-login-form-reveal 180ms ease both;
}

.h2nav-login-field {
  position: relative;
  display: grid;
  gap: 6px;
}

.h2nav-login-field span,
.h2nav-login-remember span {
  color: rgba(var(--h2n-text-rgb), 0.66);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  width: 100%;
  min-height: 43px;
  padding: 0 13px;
  color: var(--h2n-text);
  font-size: 14px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 12px;
  outline: none;
  transition: border-color var(--h2n-fast), box-shadow var(--h2n-fast), background var(--h2n-fast);
}

.h2nav-login-field input:focus {
  background: #fff;
  border-color: rgba(var(--h2n-accent-rgb), 0.5);
  box-shadow: 0 0 0 4px rgba(var(--h2n-accent-rgb), 0.12);
}

.h2nav-login-password-field input {
  padding-right: 44px;
}

.h2nav-password-toggle {
  position: absolute;
  right: 8px;
  bottom: 7px;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.48);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.h2nav-password-toggle::before {
  width: 17px;
  height: 17px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5c5.2 0 8.7 4.3 9.8 6.2a1.5 1.5 0 0 1 0 1.6C20.7 14.7 17.2 19 12 19s-8.7-4.3-9.8-6.2a1.5 1.5 0 0 1 0-1.6C3.3 9.3 6.8 5 12 5Zm0 2C7.9 7 5 10.2 4 12c1 1.8 3.9 5 8 5s7-3.2 8-5c-1-1.8-3.9-5-8-5Zm0 2.2a2.8 2.8 0 1 1 0 5.6 2.8 2.8 0 0 1 0-5.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 5c5.2 0 8.7 4.3 9.8 6.2a1.5 1.5 0 0 1 0 1.6C20.7 14.7 17.2 19 12 19s-8.7-4.3-9.8-6.2a1.5 1.5 0 0 1 0-1.6C3.3 9.3 6.8 5 12 5Zm0 2C7.9 7 5 10.2 4 12c1 1.8 3.9 5 8 5s7-3.2 8-5c-1-1.8-3.9-5-8-5Zm0 2.2a2.8 2.8 0 1 1 0 5.6 2.8 2.8 0 0 1 0-5.6Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.h2nav-password-toggle:hover,
.h2nav-password-toggle.is-active {
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.08);
}

.h2nav-login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.h2nav-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.h2nav-login-remember input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--h2n-accent);
}

.h2nav-login-row a,
.h2nav-login-register a,
.h2nav-login-text-link {
  color: color-mix(in srgb, var(--h2n-accent) 78%, #172033);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-submit {
  width: 100%;
  min-height: 43px;
  margin-top: 2px;
  border-radius: 12px;
}

.h2nav-login-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.h2nav-login-submit.is-loading::after {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-top-color: #fff;
  border-radius: 50%;
  animation: h2nav-login-spin 700ms linear infinite;
}

.h2nav-social-login {
  display: grid;
  gap: 10px;
}

.h2nav-login-modal-dialog .h2nav-social-login {
  gap: 10px;
}

.h2nav-social-primary {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 68px;
  padding: 11px 13px;
  overflow: hidden;
  color: rgba(var(--h2n-text-rgb), 0.76);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(var(--h2n-accent-rgb), 0.13), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.18);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(var(--h2n-accent-rgb), 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform var(--h2n-fast), box-shadow var(--h2n-fast), border-color var(--h2n-fast), background var(--h2n-fast);
}

.h2nav-social-primary i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, var(--h2n-accent-alt)));
  border-radius: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.18);
}

.h2nav-social-primary span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.h2nav-social-primary b,
.h2nav-social-primary em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h2nav-social-primary b {
  color: #172033;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.h2nav-social-primary em {
  color: rgba(var(--h2n-text-rgb), 0.5);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.h2nav-social-primary strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
}

.h2nav-social-primary strong::before {
  width: 14px;
  height: 14px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 5l7 7-7 7-1.4-1.4 4.6-4.6H3v-2h14.2l-4.6-4.6L14 5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 5l7 7-7 7-1.4-1.4 4.6-4.6H3v-2h14.2l-4.6-4.6L14 5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.h2nav-social-primary:hover {
  color: rgba(var(--h2n-text-rgb), 0.78);
  background: #fff;
  border-color: rgba(var(--h2n-accent-rgb), 0.3);
  box-shadow: 0 18px 36px rgba(var(--h2n-accent-rgb), 0.16);
  transform: translateY(-1px);
}

.h2nav-social-login-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: rgba(var(--h2n-text-rgb), 0.42);
  font-size: 11px;
  font-weight: 900;
}

.h2nav-social-login-divider::before,
.h2nav-social-login-divider::after {
  height: 1px;
  content: "";
  background: rgba(var(--h2n-text-rgb), 0.1);
}

.h2nav-social-login-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 7px;
}

.h2nav-social-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 11px;
  color: rgba(var(--h2n-text-rgb), 0.72);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: color var(--h2n-fast), border-color var(--h2n-fast), box-shadow var(--h2n-fast), transform var(--h2n-fast), background var(--h2n-fast);
}

.h2nav-social-login-btn i {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: var(--h2n-accent);
  border-radius: 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.h2nav-login-switch-grid {
  grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
}

.h2nav-password-login-switch {
  font-family: inherit;
}

.h2nav-social-login-btn:hover {
  color: var(--h2n-accent);
  background: #fff;
  border-color: rgba(var(--h2n-accent-rgb), 0.26);
  box-shadow: 0 12px 26px rgba(var(--h2n-accent-rgb), 0.12);
  transform: translateY(-1px);
}

.h2nav-login-register {
  margin: 2px 0 0;
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.h2nav-login-panel {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(520px, 100%);
  padding: 30px;
  text-align: center;
}

.h2nav-login-panel h1,
.h2nav-login-panel p {
  margin: 0;
}

.h2nav-login-mark {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border-radius: 16px;
}

.h2nav-login-mark::before {
  width: 28px;
  height: 28px;
  content: "";
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m10 15.2 7.8-7.8L19.2 9 10 18.2l-5.2-5.1 1.4-1.4L10 15.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m10 15.2 7.8-7.8L19.2 9 10 18.2l-5.2-5.1 1.4-1.4L10 15.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.h2nav-login-kicker {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 8px;
}

.h2nav-login-actions .h2nav-login-text-link {
  align-self: center;
  min-height: 36px;
  padding: 9px 4px 0;
}

@keyframes h2nav-login-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes h2nav-login-pop {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes h2nav-login-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes h2nav-login-form-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .h2nav-login-modal {
    padding: 14px;
  }

  .h2nav-login-modal-dialog,
  .h2nav-login-card-modal {
    max-height: calc(100vh - 28px);
    overflow: auto;
  }

  .h2nav-login-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .h2nav-login-modal-dialog .h2nav-login-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .h2nav-login-visual {
    min-height: 190px;
    padding: 22px;
  }

  .h2nav-login-modal-dialog .h2nav-login-visual {
    min-height: 176px;
    padding: 22px;
  }

  .h2nav-login-visual-copy {
    max-width: 520px;
  }

  .h2nav-login-visual-copy strong {
    font-size: 28px;
  }

  .h2nav-login-form-panel {
    padding: 22px;
  }

  .h2nav-login-modal-dialog .h2nav-login-form-panel {
    padding: 20px;
  }

  .h2nav-social-primary {
    min-height: 66px;
  }
}

@media (max-width: 520px) {
  .h2nav-login-shell {
    padding: 18px 0 54px;
  }

  .h2nav-login-modal {
    padding: 10px;
  }

  .h2nav-login-modal-close {
    top: 10px;
    right: 10px;
  }

  .h2nav-login-visual {
    min-height: 150px;
  }

  .h2nav-login-modal-dialog .h2nav-login-visual {
    min-height: 136px;
  }

  .h2nav-login-logo-wrap {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .h2nav-login-logo-wrap img {
    width: 34px;
    height: 34px;
  }

  .h2nav-login-visual-copy strong {
    font-size: 23px;
  }

  .h2nav-login-visual-copy span {
    display: none;
  }

  .h2nav-login-form-panel,
  .h2nav-login-modal-dialog .h2nav-login-form-panel {
    gap: 10px;
    padding: 18px;
  }

  .h2nav-login-head {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 10px;
  }

  .h2nav-login-head::before {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .h2nav-login-head::after {
    width: 18px;
    height: 18px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 21px;
  }

  .h2nav-login-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .h2nav-login-form {
    padding: 10px;
  }

  .h2nav-social-primary {
    grid-template-columns: 40px minmax(0, 1fr) 28px;
    gap: 10px;
    min-height: 64px;
    padding: 10px 12px;
  }

  .h2nav-social-primary i {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .h2nav-social-primary b {
    font-size: 14px;
  }

  .h2nav-social-primary em {
    white-space: normal;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

/* Final login card shape: keep it aligned with the simple home cards. */
.h2nav-login-shell {
  min-height: calc(100vh - var(--h2nav-header-height) - 110px);
  padding: 30px 0 64px;
}

.h2nav-login-modal {
  padding: 14px;
}

.h2nav-login-modal-backdrop {
  background: rgba(18, 30, 46, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.h2nav-login-modal-dialog {
  width: min(430px, 100%);
  max-height: calc(100vh - 28px);
}

.h2nav-login-modal-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  box-shadow: none;
}

.h2nav-login-card,
.h2nav-login-modal-dialog .h2nav-login-card {
  display: grid;
  grid-template-columns: 1fr;
  width: min(430px, 100%);
  min-height: 0;
  padding: 22px;
  overflow: visible;
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--h2n-card-radius);
  box-shadow: var(--h2n-shadow);
}

.h2nav-login-card-modal {
  max-height: calc(100vh - 28px);
  overflow: auto;
}

.h2nav-login-visual,
.h2nav-login-modal-dialog .h2nav-login-visual {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 0 12px;
  overflow: visible;
  color: var(--h2n-text);
  background: transparent;
  border-radius: 0;
}

.h2nav-login-visual::before {
  content: none;
}

.h2nav-login-logo-wrap {
  width: 54px;
  height: 54px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 16px;
  box-shadow: none;
}

.h2nav-login-logo-wrap img {
  width: 38px;
  height: 38px;
}

.h2nav-login-logo-wrap span {
  font-size: 21px;
}

.h2nav-login-visual-copy {
  display: none;
}

.h2nav-login-form-panel,
.h2nav-login-modal-dialog .h2nav-login-form-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: center;
}

.h2nav-login-head::before,
.h2nav-login-head::after {
  content: none;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 1;
  margin: 0;
}

.h2nav-login-head p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1,
.h2nav-login-modal-dialog .h2nav-login-head h1 {
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-login-form {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  min-height: 44px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 12px;
  box-shadow: none;
}

.h2nav-login-submit {
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-social-primary {
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-social-primary i {
  width: 30px;
  height: 30px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 9px;
  font-size: 12px;
  box-shadow: none;
}

.h2nav-social-primary span {
  display: block;
}

.h2nav-social-primary b {
  color: #fff;
  font-size: 14px;
}

.h2nav-social-primary em {
  display: none;
}

.h2nav-social-primary strong {
  width: 18px;
  height: 18px;
  color: #fff;
  background: transparent;
}

.h2nav-social-primary strong::before {
  width: 14px;
  height: 14px;
}

.h2nav-social-login-grid,
.h2nav-login-switch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 520px) {
  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    width: 100%;
    padding: 18px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 22px;
  }

  .h2nav-login-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

.h2nav-login-shell {
  min-height: calc(100vh - var(--h2nav-header-height) - 110px);
  padding: 30px 0 64px;
}

.h2nav-login-modal {
  padding: 14px;
}

.h2nav-login-modal-backdrop {
  background: rgba(18, 30, 46, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.h2nav-login-modal-dialog {
  width: min(430px, 100%);
  max-height: calc(100vh - 28px);
}

.h2nav-login-modal-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  box-shadow: none;
}

.h2nav-login-card,
.h2nav-login-modal-dialog .h2nav-login-card {
  display: grid;
  grid-template-columns: 1fr;
  width: min(430px, 100%);
  min-height: 0;
  padding: 22px;
  overflow: visible;
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--h2n-card-radius);
  box-shadow: var(--h2n-shadow);
}

.h2nav-login-card-modal {
  max-height: calc(100vh - 28px);
  overflow: auto;
}

.h2nav-login-visual,
.h2nav-login-modal-dialog .h2nav-login-visual {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 0 12px;
  overflow: visible;
  color: var(--h2n-text);
  background: transparent;
}

.h2nav-login-visual::before {
  content: none;
}

.h2nav-login-logo-wrap {
  width: 54px;
  height: 54px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 16px;
  box-shadow: none;
}

.h2nav-login-logo-wrap img {
  width: 38px;
  height: 38px;
}

.h2nav-login-logo-wrap span {
  font-size: 21px;
}

.h2nav-login-visual-copy {
  display: none;
}

.h2nav-login-form-panel,
.h2nav-login-modal-dialog .h2nav-login-form-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: center;
}

.h2nav-login-head::before,
.h2nav-login-head::after {
  content: none;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 1;
  margin: 0;
}

.h2nav-login-head p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1,
.h2nav-login-modal-dialog .h2nav-login-head h1 {
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-login-alert {
  padding: 10px 12px;
  font-size: 12px;
  border-radius: 12px;
}

.h2nav-login-form {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-login-field {
  gap: 6px;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  min-height: 44px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 12px;
  box-shadow: none;
}

.h2nav-login-row {
  gap: 10px;
}

.h2nav-login-submit {
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-social-login {
  gap: 10px;
}

.h2nav-social-primary {
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-social-primary i {
  width: 30px;
  height: 30px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 9px;
  font-size: 12px;
  box-shadow: none;
}

.h2nav-social-primary span {
  display: block;
}

.h2nav-social-primary b {
  color: #fff;
  font-size: 14px;
}

.h2nav-social-primary em {
  display: none;
}

.h2nav-social-primary strong {
  width: 18px;
  height: 18px;
  color: #fff;
  background: transparent;
}

.h2nav-social-primary strong::before {
  width: 14px;
  height: 14px;
}

.h2nav-social-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--h2n-accent) 84%, #172033), var(--h2n-accent));
  box-shadow: 0 14px 28px rgba(var(--h2n-accent-rgb), 0.25);
}

.h2nav-social-login-divider {
  gap: 8px;
}

.h2nav-social-login-grid,
.h2nav-login-switch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.h2nav-social-login-btn {
  min-height: 38px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 11px;
}

.h2nav-login-register {
  margin: 0;
}

@media (max-width: 520px) {
  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    width: 100%;
    padding: 18px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 22px;
  }

  .h2nav-login-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

.h2nav-login-shell {
  min-height: calc(100vh - var(--h2nav-header-height) - 96px);
  padding: 28px 0 64px;
}

.h2nav-login-modal {
  padding: 18px;
}

.h2nav-login-modal-backdrop {
  background: rgba(16, 27, 42, 0.48);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.h2nav-login-modal-dialog {
  width: min(860px, 100%);
  max-height: min(620px, calc(100vh - 36px));
}

.h2nav-login-modal-close {
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  box-shadow: 0 8px 22px rgba(25, 44, 70, 0.08);
}

.h2nav-login-card,
.h2nav-login-modal-dialog .h2nav-login-card {
  grid-template-columns: minmax(240px, 0.72fr) minmax(340px, 410px);
  width: min(900px, 100%);
  min-height: 456px;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: calc(var(--h2n-radius) + 10px);
  box-shadow: 0 26px 74px rgba(30, 52, 82, 0.14);
}

.h2nav-login-card-modal {
  max-height: min(620px, calc(100vh - 36px));
}

.h2nav-login-visual,
.h2nav-login-modal-dialog .h2nav-login-visual {
  min-height: 100%;
  padding: 24px;
  border-radius: calc(var(--h2n-radius) + 6px);
  background:
    linear-gradient(145deg, rgba(18, 45, 76, 0.28), rgba(18, 45, 76, 0.58)),
    linear-gradient(145deg, color-mix(in srgb, var(--h2n-accent) 78%, #1f3552), color-mix(in srgb, var(--h2n-accent-alt) 70%, #ffffff)) center / cover no-repeat,
    var(--h2nav-hero-bg, transparent) center / cover no-repeat;
}

.h2nav-login-visual::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 23, 42, 0), rgba(8, 23, 42, 0.32));
  background-size: 28px 28px, 28px 28px, 100% 100%;
  opacity: 0.82;
}

.h2nav-login-logo-wrap {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.74);
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(7, 22, 42, 0.16);
}

.h2nav-login-logo-wrap img {
  width: 36px;
  height: 36px;
}

.h2nav-login-logo-wrap span {
  font-size: 20px;
}

.h2nav-login-visual-copy {
  gap: 6px;
  max-width: 330px;
}

.h2nav-login-visual-copy p {
  font-size: 12px;
  opacity: 0.82;
}

.h2nav-login-visual-copy strong {
  max-width: 9em;
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.16;
}

.h2nav-login-visual-copy span {
  max-width: 25em;
  font-size: 12px;
  line-height: 1.7;
}

.h2nav-login-form-panel,
.h2nav-login-modal-dialog .h2nav-login-form-panel {
  align-content: center;
  gap: 14px;
  padding: 26px 28px;
  background: transparent;
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
}

.h2nav-login-head::before,
.h2nav-login-head::after {
  content: none;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 1;
}

.h2nav-login-head p {
  color: color-mix(in srgb, var(--h2n-accent) 86%, #172033);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1,
.h2nav-login-modal-dialog .h2nav-login-head h1 {
  color: #172033;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.16;
}

.h2nav-login-alert {
  padding: 10px 12px;
  font-size: 12px;
  border-radius: 12px;
}

.h2nav-login-form {
  gap: 11px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-login-field {
  gap: 6px;
}

.h2nav-login-field span,
.h2nav-login-remember span {
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  min-height: 44px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.09);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.h2nav-login-submit {
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-social-login {
  gap: 10px;
}

.h2nav-social-primary {
  grid-template-columns: 38px minmax(0, 1fr) 26px;
  gap: 10px;
  min-height: 58px;
  padding: 9px 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #1f3552));
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-social-primary i {
  width: 38px;
  height: 38px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  box-shadow: none;
}

.h2nav-social-primary b {
  color: #fff;
  font-size: 14px;
}

.h2nav-social-primary em {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
}

.h2nav-social-primary strong {
  width: 26px;
  height: 26px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.h2nav-social-primary strong::before {
  width: 13px;
  height: 13px;
}

.h2nav-social-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--h2n-accent) 86%, #172033), var(--h2n-accent));
  box-shadow: 0 18px 36px rgba(var(--h2n-accent-rgb), 0.26);
}

.h2nav-social-login-divider {
  gap: 8px;
  color: rgba(var(--h2n-text-rgb), 0.38);
}

.h2nav-social-login-grid,
.h2nav-login-switch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.h2nav-social-login-btn {
  min-height: 38px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  border-radius: 11px;
}

.h2nav-login-register {
  margin-top: 0;
}

@media (max-width: 820px) {
  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 8px;
  }

  .h2nav-login-visual,
  .h2nav-login-modal-dialog .h2nav-login-visual {
    min-height: 160px;
    padding: 20px;
  }

  .h2nav-login-form-panel,
  .h2nav-login-modal-dialog .h2nav-login-form-panel {
    padding: 20px;
  }

  .h2nav-login-visual-copy strong {
    max-width: none;
    font-size: 26px;
  }
}

@media (max-width: 520px) {
  .h2nav-login-modal {
    padding: 10px;
  }

  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    border-radius: calc(var(--h2n-radius) + 6px);
  }

  .h2nav-login-visual,
  .h2nav-login-modal-dialog .h2nav-login-visual {
    min-height: 124px;
    padding: 16px;
  }

  .h2nav-login-logo-wrap {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .h2nav-login-logo-wrap img {
    width: 32px;
    height: 32px;
  }

  .h2nav-login-visual-copy strong {
    font-size: 21px;
  }

  .h2nav-login-visual-copy span {
    display: none;
  }

  .h2nav-login-form-panel,
  .h2nav-login-modal-dialog .h2nav-login-form-panel {
    gap: 11px;
    padding: 18px 16px 16px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 22px;
  }

  .h2nav-social-primary {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    min-height: 56px;
  }

  .h2nav-social-primary i {
    width: 36px;
    height: 36px;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

/* H2Nav login final EOF override: simple home-card style. */
.h2nav-login-shell {
  min-height: calc(100vh - var(--h2nav-header-height) - 110px);
  padding: 30px 0 64px;
}

.h2nav-login-modal {
  padding: 14px;
}

.h2nav-login-modal-backdrop {
  background: rgba(18, 30, 46, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.h2nav-login-modal-dialog {
  width: min(430px, 100%);
  max-height: calc(100vh - 28px);
}

.h2nav-login-modal-close {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: rgba(var(--h2n-text-rgb), 0.52);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(var(--h2n-text-rgb), 0.08);
  box-shadow: none;
}

.h2nav-login-card,
.h2nav-login-modal-dialog .h2nav-login-card {
  display: grid;
  grid-template-columns: 1fr;
  width: min(430px, 100%);
  min-height: 0;
  padding: 22px;
  overflow: visible;
  background: rgba(255, 255, 255, var(--h2n-card-opacity));
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--h2n-card-radius);
  box-shadow: var(--h2n-shadow);
}

.h2nav-login-card-modal {
  max-height: calc(100vh - 28px);
  overflow: auto;
}

.h2nav-login-visual,
.h2nav-login-modal-dialog .h2nav-login-visual {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 0 12px;
  overflow: visible;
  color: var(--h2n-text);
  background: transparent;
  border-radius: 0;
}

.h2nav-login-visual::before {
  content: none;
}

.h2nav-login-logo-wrap {
  width: 54px;
  height: 54px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.16);
  border-radius: 16px;
  box-shadow: none;
}

.h2nav-login-logo-wrap img {
  width: 38px;
  height: 38px;
}

.h2nav-login-logo-wrap span {
  font-size: 21px;
}

.h2nav-login-visual-copy {
  display: none;
}

.h2nav-login-form-panel,
.h2nav-login-modal-dialog .h2nav-login-form-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 0;
  background: transparent;
}

.h2nav-login-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: center;
}

.h2nav-login-head::before,
.h2nav-login-head::after {
  content: none;
}

.h2nav-login-head p,
.h2nav-login-head h1 {
  grid-column: 1;
  margin: 0;
}

.h2nav-login-head p {
  color: var(--h2n-accent);
  font-size: 12px;
  font-weight: 900;
}

.h2nav-login-head h1,
.h2nav-login-modal-dialog .h2nav-login-head h1 {
  color: #172033;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.h2nav-login-form {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.h2nav-login-field input[type="text"],
.h2nav-login-field input[type="password"] {
  min-height: 44px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--h2n-text-rgb), 0.1);
  border-radius: 12px;
  box-shadow: none;
}

.h2nav-login-submit {
  min-height: 44px;
  border-radius: 12px;
}

.h2nav-social-primary {
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  gap: 9px;
  min-height: 46px;
  padding: 0 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--h2n-accent), color-mix(in srgb, var(--h2n-accent) 72%, #172033));
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(var(--h2n-accent-rgb), 0.22);
}

.h2nav-social-primary i {
  width: 30px;
  height: 30px;
  color: var(--h2n-accent);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 9px;
  font-size: 12px;
  box-shadow: none;
}

.h2nav-social-primary span {
  display: block;
}

.h2nav-social-primary b {
  color: #fff;
  font-size: 14px;
}

.h2nav-social-primary em {
  display: none;
}

.h2nav-social-primary strong {
  width: 18px;
  height: 18px;
  color: #fff;
  background: transparent;
}

.h2nav-social-primary strong::before {
  width: 14px;
  height: 14px;
}

.h2nav-social-login-grid,
.h2nav-login-switch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 520px) {
  .h2nav-login-card,
  .h2nav-login-modal-dialog .h2nav-login-card {
    width: 100%;
    padding: 18px;
  }

  .h2nav-login-head h1,
  .h2nav-login-modal-dialog .h2nav-login-head h1 {
    font-size: 22px;
  }

  .h2nav-login-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .h2nav-social-login-grid,
  .h2nav-login-switch-grid {
    grid-template-columns: 1fr;
  }
}

/* H2Nav mobile drawer menu EOF override. */
.h2nav-menu-icon-wrap,
.h2nav-module-title-icon-wrap {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 1;
}

.h2nav-menu-item-icon,
.h2nav-home-menu-item-icon,
.h2nav-module-title-icon,
.h2nav-home-child-tab-icon {
  display: block;
  width: 1em;
  height: 1em;
  stroke-width: 2.25;
}

.h2nav-menu-title-text {
  min-width: 0;
}

.h2nav-menu a {
  gap: 6px;
}

.h2nav-menu .h2nav-menu-item-icon {
  width: 16px;
  height: 16px;
  opacity: 0.86;
}

.h2nav-menu .sub-menu a {
  gap: 5px;
}

.h2nav-menu .sub-menu .h2nav-menu-item-icon {
  width: 14px;
  height: 14px;
  opacity: 0.76;
}

.h2nav-menu .sub-menu a:has(.h2nav-menu-item-icon) {
  justify-content: center;
}

.h2nav-home-menu a {
  gap: 6px;
}

.h2nav-home-menu .h2nav-home-menu-item-icon {
  width: 13px;
  height: 13px;
  opacity: 0.9;
}

.h2nav-module-header h2 .h2nav-module-title-icon-wrap {
  width: 22px;
  height: 22px;
  color: var(--h2n-accent);
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 8px;
}

.h2nav-module-header h2 .h2nav-module-title-icon {
  width: 14px;
  height: 14px;
}

.h2nav-home-child-tab .h2nav-home-child-tab-mark.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.h2nav-home-child-tab .h2nav-home-child-tab-icon {
  width: 13px;
  height: 13px;
}

.h2nav-home-child-tab.is-active .h2nav-home-child-tab-mark.has-icon {
  display: inline-flex;
}

.h2nav-mobile-menu-backdrop,
.h2nav-mobile-drawer {
  display: none;
}

@media (max-width: 760px) {
  body.h2nav-mobile-menu-open {
    overflow: hidden;
  }

  .h2nav-primary-nav {
    display: none;
  }

  .h2nav-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    pointer-events: none;
    cursor: pointer;
    background: rgba(18, 30, 46, 0.4);
    border: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  body.h2nav-mobile-menu-open .h2nav-mobile-menu-backdrop {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }

  .h2nav-mobile-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: min(82vw, 330px);
    max-width: calc(100vw - 42px);
    padding: max(18px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border-right: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
    border-radius: 0 22px 22px 0;
    box-shadow: 18px 0 46px rgba(28, 45, 72, 0.2);
    opacity: 0.98;
    transform: translateX(-105%);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  body.h2nav-mobile-menu-open .h2nav-mobile-drawer {
    transform: translateX(0);
  }

  .h2nav-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 40px;
    padding: 0 2px 10px;
    color: rgba(var(--h2n-text-rgb), 0.82);
  }

  .h2nav-mobile-drawer-head button {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: rgba(var(--h2n-text-rgb), 0.65);
    background: rgba(var(--h2n-text-rgb), 0.045);
    border: 1px solid rgba(var(--h2n-text-rgb), 0.08);
    border-radius: 12px;
  }

  .h2nav-mobile-drawer-head .h2nav-icon {
    width: 18px;
    height: 18px;
  }

  .h2nav-mobile-menu {
    display: grid;
    align-content: start;
    gap: 7px;
    padding: 10px;
    margin: 0;
    overflow-y: auto;
    list-style: none;
    background: rgba(var(--h2n-accent-rgb), 0.045);
    border: 1px solid rgba(var(--h2n-accent-rgb), 0.08);
    border-radius: 18px;
  }

  .h2nav-mobile-menu li {
    display: grid;
    gap: 5px;
    margin: 0;
  }

  .h2nav-mobile-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    color: rgba(var(--h2n-text-rgb), 0.82);
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 13px;
  }

  .h2nav-mobile-menu a:hover,
  .h2nav-mobile-menu .current-menu-item > a,
  .h2nav-mobile-menu .current_page_item > a {
    color: var(--h2n-accent);
    background: rgba(var(--h2n-accent-rgb), 0.1);
  }

  .h2nav-mobile-menu .sub-menu {
    display: grid;
    gap: 5px;
    padding: 0 0 0 12px;
    margin: 0;
    list-style: none;
    border-left: 2px solid rgba(var(--h2n-accent-rgb), 0.14);
  }

  .h2nav-mobile-menu .sub-menu a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 850;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 11px;
  }

  .h2nav-mobile-menu .h2nav-menu-item-icon {
    width: 16px;
    height: 16px;
    color: var(--h2n-accent);
    opacity: 0.86;
  }

  .h2nav-mobile-menu .sub-menu .h2nav-menu-item-icon {
    width: 14px;
    height: 14px;
  }

  .h2nav-menu-toggle {
    justify-content: center;
    width: 40px;
    min-width: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .h2nav-menu-toggle {
    position: relative;
    z-index: 10060;
  }

  .h2nav-menu-toggle span {
    transition: width 180ms ease, opacity 180ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: 50% 50%;
  }

  body.h2nav-mobile-menu-open .h2nav-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.h2nav-mobile-menu-open .h2nav-menu-toggle span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  body.h2nav-mobile-menu-open .h2nav-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* Final visual settings layer. Keep this at EOF so page-specific styles cannot override theme controls. */
.h2nav .h2n-card,
.h2nav .h2n-glass-card,
.h2nav .h2nav-header-inner,
.h2nav .h2nav-footer-inner,
.h2nav .h2nav-module-panel,
.h2nav .h2nav-hero-search,
.h2nav .h2nav-search-form,
.h2nav .h2nav-search-hero,
.h2nav .h2nav-search-type-tabs,
.h2nav .h2nav-search-empty,
.h2nav .h2nav-search-result-head,
.h2nav .h2nav-empty,
.h2nav .h2nav-author-hero,
.h2nav .h2nav-author-tabs-card,
.h2nav .h2nav-author-comment-card,
.h2nav .h2nav-author-empty,
.h2nav .h2nav-term-hero,
.h2nav .h2nav-taxonomy-selects,
.h2nav .h2nav-post-panel,
.h2nav .h2nav-post-near-item,
.h2nav .h2nav-post-side-card,
.h2nav .h2nav-post-archive-hero,
.h2nav .h2nav-post-archive-filter,
.h2nav .h2nav-post-archive-side-card,
.h2nav .h2nav-comments,
.h2nav .h2nav-login-card,
.h2nav .h2nav-login-panel,
.h2nav .h2nav-go-panel,
.h2nav .h2nav-default-page,
.h2nav .h2nav-ws-profile-card,
.h2nav .h2nav-ws-ai-summary-card,
.h2nav .h2nav-ws-preview-body,
.h2nav .h2nav-ws-content-card,
.h2nav .h2nav-ws-evaluation-card,
.h2nav .h2nav-ws-access-help-card,
.h2nav .h2nav-ws-side-card,
.h2nav .h2nav-ws-tdk-card,
.h2nav .h2nav-ws-disclaimer,
.h2nav .h2nav-related-card,
.h2nav .widget {
  background: rgba(255, 255, 255, var(--h2n-card-opacity)) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  border-radius: var(--h2n-card-radius) !important;
  box-shadow: var(--h2n-shadow) !important;
}

.h2nav.h2nav-glass-on .h2n-card,
.h2nav.h2nav-glass-on .h2n-glass-card,
.h2nav.h2nav-glass-on .h2nav-header-inner,
.h2nav.h2nav-glass-on .h2nav-footer-inner,
.h2nav.h2nav-glass-on .h2nav-module-panel,
.h2nav.h2nav-glass-on .h2nav-hero-search,
.h2nav.h2nav-glass-on .h2nav-search-form,
.h2nav.h2nav-glass-on .h2nav-search-hero,
.h2nav.h2nav-glass-on .h2nav-search-type-tabs,
.h2nav.h2nav-glass-on .h2nav-search-empty,
.h2nav.h2nav-glass-on .h2nav-search-result-head,
.h2nav.h2nav-glass-on .h2nav-empty,
.h2nav.h2nav-glass-on .h2nav-author-hero,
.h2nav.h2nav-glass-on .h2nav-author-tabs-card,
.h2nav.h2nav-glass-on .h2nav-author-comment-card,
.h2nav.h2nav-glass-on .h2nav-author-empty,
.h2nav.h2nav-glass-on .h2nav-term-hero,
.h2nav.h2nav-glass-on .h2nav-taxonomy-selects,
.h2nav.h2nav-glass-on .h2nav-post-panel,
.h2nav.h2nav-glass-on .h2nav-post-near-item,
.h2nav.h2nav-glass-on .h2nav-post-side-card,
.h2nav.h2nav-glass-on .h2nav-post-archive-hero,
.h2nav.h2nav-glass-on .h2nav-post-archive-filter,
.h2nav.h2nav-glass-on .h2nav-post-archive-side-card,
.h2nav.h2nav-glass-on .h2nav-comments,
.h2nav.h2nav-glass-on .h2nav-login-card,
.h2nav.h2nav-glass-on .h2nav-login-panel,
.h2nav.h2nav-glass-on .h2nav-go-panel,
.h2nav.h2nav-glass-on .h2nav-default-page,
.h2nav.h2nav-glass-on .h2nav-ws-profile-card,
.h2nav.h2nav-glass-on .h2nav-ws-ai-summary-card,
.h2nav.h2nav-glass-on .h2nav-ws-preview-body,
.h2nav.h2nav-glass-on .h2nav-ws-content-card,
.h2nav.h2nav-glass-on .h2nav-ws-evaluation-card,
.h2nav.h2nav-glass-on .h2nav-ws-access-help-card,
.h2nav.h2nav-glass-on .h2nav-ws-side-card,
.h2nav.h2nav-glass-on .h2nav-ws-tdk-card,
.h2nav.h2nav-glass-on .h2nav-ws-disclaimer,
.h2nav.h2nav-glass-on .h2nav-related-card,
.h2nav.h2nav-glass-on .widget {
  backdrop-filter: blur(var(--h2n-card-blur)) !important;
  -webkit-backdrop-filter: blur(var(--h2n-card-blur)) !important;
}

.h2nav.h2nav-glass-off .h2n-card,
.h2nav.h2nav-glass-off .h2n-glass-card,
.h2nav.h2nav-glass-off .h2nav-header-inner,
.h2nav.h2nav-glass-off .h2nav-footer-inner,
.h2nav.h2nav-glass-off .h2nav-module-panel,
.h2nav.h2nav-glass-off .h2nav-hero-search,
.h2nav.h2nav-glass-off .h2nav-search-form,
.h2nav.h2nav-glass-off .h2nav-search-hero,
.h2nav.h2nav-glass-off .h2nav-search-type-tabs,
.h2nav.h2nav-glass-off .h2nav-search-empty,
.h2nav.h2nav-glass-off .h2nav-search-result-head,
.h2nav.h2nav-glass-off .h2nav-empty,
.h2nav.h2nav-glass-off .h2nav-author-hero,
.h2nav.h2nav-glass-off .h2nav-author-tabs-card,
.h2nav.h2nav-glass-off .h2nav-author-comment-card,
.h2nav.h2nav-glass-off .h2nav-author-empty,
.h2nav.h2nav-glass-off .h2nav-term-hero,
.h2nav.h2nav-glass-off .h2nav-taxonomy-selects,
.h2nav.h2nav-glass-off .h2nav-post-panel,
.h2nav.h2nav-glass-off .h2nav-post-near-item,
.h2nav.h2nav-glass-off .h2nav-post-side-card,
.h2nav.h2nav-glass-off .h2nav-post-archive-hero,
.h2nav.h2nav-glass-off .h2nav-post-archive-filter,
.h2nav.h2nav-glass-off .h2nav-post-archive-side-card,
.h2nav.h2nav-glass-off .h2nav-comments,
.h2nav.h2nav-glass-off .h2nav-login-card,
.h2nav.h2nav-glass-off .h2nav-login-panel,
.h2nav.h2nav-glass-off .h2nav-go-panel,
.h2nav.h2nav-glass-off .h2nav-default-page,
.h2nav.h2nav-glass-off .h2nav-ws-profile-card,
.h2nav.h2nav-glass-off .h2nav-ws-ai-summary-card,
.h2nav.h2nav-glass-off .h2nav-ws-preview-body,
.h2nav.h2nav-glass-off .h2nav-ws-content-card,
.h2nav.h2nav-glass-off .h2nav-ws-evaluation-card,
.h2nav.h2nav-glass-off .h2nav-ws-access-help-card,
.h2nav.h2nav-glass-off .h2nav-ws-side-card,
.h2nav.h2nav-glass-off .h2nav-ws-tdk-card,
.h2nav.h2nav-glass-off .h2nav-ws-disclaimer,
.h2nav.h2nav-glass-off .h2nav-related-card,
.h2nav.h2nav-glass-off .widget {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.h2nav .h2nav-ws-card--classic,
.h2nav .h2nav-ws-card--simple,
.h2nav .h2nav-ws-card--feature,
.h2nav .h2nav-ws-card--cover,
.h2nav .h2nav-post-card,
.h2nav .h2nav-post-archive-card {
  border-radius: var(--h2n-card-radius) !important;
}

.h2nav.h2nav-glass-on .h2nav-ws-card--classic,
.h2nav.h2nav-glass-on .h2nav-ws-card--simple,
.h2nav.h2nav-glass-on .h2nav-ws-card--feature,
.h2nav.h2nav-glass-on .h2nav-ws-card--cover,
.h2nav.h2nav-glass-on .h2nav-post-card,
.h2nav.h2nav-glass-on .h2nav-post-archive-card {
  background: rgba(255, 255, 255, var(--h2n-card-opacity)) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow: var(--h2n-shadow) !important;
  backdrop-filter: blur(var(--h2n-card-blur)) !important;
  -webkit-backdrop-filter: blur(var(--h2n-card-blur)) !important;
}

.h2nav.h2nav-glass-off .h2nav-ws-card--classic,
.h2nav.h2nav-glass-off .h2nav-ws-card--simple,
.h2nav.h2nav-glass-off .h2nav-ws-card--feature,
.h2nav.h2nav-glass-off .h2nav-ws-card--cover,
.h2nav.h2nav-glass-off .h2nav-post-card,
.h2nav.h2nav-glass-off .h2nav-post-archive-card {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.h2nav .h2nav-term-hero,
.h2nav .h2nav-post-archive-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: clamp(22px, 4vw, 36px) clamp(18px, 4vw, 44px);
  overflow: hidden;
  text-align: center;
}

.h2nav .h2nav-term-hero::before,
.h2nav .h2nav-post-archive-hero::before {
  position: absolute;
  inset: 1px;
  content: "";
  background:
    radial-gradient(circle at 50% -18%, rgba(var(--h2n-accent-rgb), 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 72%);
  border-radius: inherit;
  pointer-events: none;
}

.h2nav .h2nav-term-hero::after,
.h2nav .h2nav-post-archive-hero::after {
  right: 50%;
  bottom: -96px;
  width: min(420px, 72vw);
  height: 190px;
  background: radial-gradient(ellipse, rgba(var(--h2n-accent-rgb), 0.13), transparent 66%);
  transform: translateX(50%);
}

.h2nav .h2nav-term-copy,
.h2nav .h2nav-post-archive-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(760px, 100%);
  gap: 9px;
  min-width: 0;
}

.h2nav .h2nav-term-copy h1,
.h2nav .h2nav-post-archive-copy h1 {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--h2n-text);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  line-height: 1.12;
}

.h2nav .h2nav-term-count,
.h2nav .h2nav-post-archive-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0;
  padding: 0 12px;
  color: color-mix(in srgb, var(--h2n-accent) 76%, var(--h2n-text));
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  background: rgba(var(--h2n-accent-rgb), 0.1);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.12);
  border-radius: 999px;
}

.h2nav .h2nav-term-copy > div,
.h2nav .h2nav-post-archive-copy > div {
  max-width: 680px;
  margin: 1px auto 0;
  color: rgba(var(--h2n-text-rgb), 0.66);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.75;
}

.h2nav .h2nav-term-toolbar {
  justify-content: center;
  min-height: 36px;
  padding: 0;
}

.h2nav .h2nav-term-toolbar span {
  display: none;
}

.h2nav .h2nav-term-toolbar a {
  min-height: 32px;
  padding: 0 14px;
  color: color-mix(in srgb, var(--h2n-accent) 76%, var(--h2n-text));
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.13);
}

.h2nav .h2nav-taxonomy-selects {
  display: flex;
  justify-content: flex-end;
  padding: 10px 12px;
  overflow: hidden;
}

.h2nav .h2nav-taxonomy-selects-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 12px;
  white-space: nowrap;
}

.h2nav .h2nav-taxonomy-sort-wrap {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 12px;
}

.h2nav .h2nav-taxonomy-child-tabs {
  flex: 1 1 auto;
  max-width: min(100%, 760px);
}

.h2nav .h2nav-taxonomy-selects .list-select-title {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 4px 0 2px;
  color: rgba(var(--h2n-text-rgb), 0.58);
  font-size: 13px;
  font-weight: 900;
}

.h2nav .h2nav-taxonomy-selects .list-select-line {
  flex: 0 0 1px;
  width: 1px;
  height: 18px;
  background: rgba(var(--h2n-text-rgb), 0.1);
}

.h2nav .h2nav-taxonomy-selects .list-selects {
  flex: 0 0 auto;
  min-width: 0;
  max-width: min(100%, 420px);
}

.h2nav .h2nav-taxonomy-selects .list-selects::-webkit-scrollbar {
  display: none;
}

.h2nav .h2nav-taxonomy-selects .list-select {
  min-height: 28px;
  padding: 0 18px;
  color: rgba(var(--h2n-text-rgb), 0.5);
  font-size: 13px;
  font-weight: 850;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  transition: color var(--h2n-fast), transform var(--h2n-fast);
}

.h2nav .h2nav-taxonomy-selects .list-select:hover,
.h2nav .h2nav-taxonomy-selects .list-select.is-active {
  color: color-mix(in srgb, var(--h2n-accent) 72%, #172033);
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

.h2nav .h2nav-taxonomy-selects .list-select:focus-visible {
  outline: 2px solid rgba(var(--h2n-accent-rgb), 0.45);
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .h2nav .h2nav-term-hero,
  .h2nav .h2nav-post-archive-hero {
    min-height: 118px;
    padding: 22px 16px;
  }

  .h2nav .h2nav-term-copy,
  .h2nav .h2nav-post-archive-copy {
    gap: 8px;
  }

  .h2nav .h2nav-term-copy h1,
  .h2nav .h2nav-post-archive-copy h1 {
    font-size: 26px;
  }

  .h2nav .h2nav-term-copy > div,
  .h2nav .h2nav-post-archive-copy > div {
    font-size: 13px;
    line-height: 1.7;
  }

  .h2nav .h2nav-term-toolbar {
    align-items: center;
  }

  .h2nav .h2nav-taxonomy-selects {
    padding: 8px;
  }

  .h2nav .h2nav-taxonomy-selects-row {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .h2nav .h2nav-taxonomy-sort-wrap {
    flex: 0 0 auto;
    gap: 8px;
  }

  .h2nav .h2nav-taxonomy-child-tabs {
    flex: 1 0 100%;
    max-width: none;
  }

  .h2nav .h2nav-taxonomy-selects .list-select-title {
    padding-left: 4px;
    font-size: 12px;
  }

  .h2nav .h2nav-taxonomy-selects .list-selects {
    flex: 0 0 auto;
    max-width: none;
  }

  .h2nav .h2nav-taxonomy-selects .list-select {
    min-height: 26px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* Home child-tab modules should not stack a heavy panel behind card grids. */
.h2nav .h2nav-home-has-child-tabs {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(var(--h2n-bg-rgb), 0.18)) !important;
  border-color: rgba(255, 255, 255, 0.52) !important;
  box-shadow: 0 10px 28px rgba(var(--h2n-text-rgb), 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

.h2nav.h2nav-glass-on .h2nav-home-has-child-tabs {
  backdrop-filter: blur(calc(var(--h2n-card-blur) * 0.65)) !important;
  -webkit-backdrop-filter: blur(calc(var(--h2n-card-blur) * 0.65)) !important;
}

.h2nav .h2nav-home-has-child-tabs .h2nav-home-child-tabs {
  background: rgba(255, 255, 255, 0.46);
  border-color: rgba(var(--h2n-accent-rgb), 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 6px 16px rgba(var(--h2n-text-rgb), 0.035);
}

.h2nav .h2nav-home-has-child-tabs .h2nav-home-child-tabs::before {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(var(--h2n-accent-rgb), 0.14), 0 5px 12px rgba(var(--h2n-accent-rgb), 0.075);
}

.h2nav .h2nav-home-has-child-tabs .h2nav-home-tab-content {
  margin: 10px -2px -2px;
  padding: 2px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: calc(var(--h2n-card-radius) - 4px);
}

/* Simple site cards should read as clean white cards, not a gray glass layer. */
.h2nav .h2nav-card-style-simple.h2nav-ws-grid,
.h2nav .h2nav-card-style-simple .h2nav-ws-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.h2nav .h2nav-card-style-simple.h2nav-ws-grid .h2nav-ws-card--simple,
.h2nav .h2nav-card-style-simple .h2nav-ws-card--simple,
.h2nav.h2nav-glass-on .h2nav-card-style-simple.h2nav-ws-grid .h2nav-ws-card--simple,
.h2nav.h2nav-glass-on .h2nav-card-style-simple .h2nav-ws-card--simple {
  background: #fff !important;
  border: 1px solid rgba(var(--h2n-accent-rgb), 0.075) !important;
  box-shadow: 0 3px 10px rgba(var(--h2n-text-rgb), 0.025) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
