
:root {
  --bg: #031f24;
  --panel: #062f34;
  --panel-soft: #083f43;
  --text: #f6ead1;
  --muted: #b8c5bf;
  --cyan: #0c6b70;
  --purple: #1b1010;
  --accent: #c99a4c;
  --gold: #f2d48a;
  --red: #b51216;
  --deep: #011619;
  --line: rgba(242, 212, 138, .22);
  --content: #062f34;
  --body: #d9e4dd;
  --max: 1360px;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0, rgba(18, 102, 105, .45), transparent 430px),
    linear-gradient(180deg, #052c32 0, #031f24 230px, #011619 100%);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.vh-site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(2, 31, 36, .96);
  border-bottom: 1px solid rgba(242,212,138,.32);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}
.vh-header-inner {
  min-height: 78px; width: 100%; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: minmax(240px, 320px) minmax(0, 1fr) auto; align-items: center; gap: 18px;
}
.vh-logo { justify-self: start; min-width: 0; }
.vh-logo img { width: 260px; max-height: 74px; object-fit: contain; }
.vh-site-nav { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--text); flex-wrap: nowrap; justify-content: center; min-width: 0; }
.vh-site-nav a { text-decoration: none; white-space: nowrap; padding: 7px 9px; border-radius: 8px; background: linear-gradient(180deg, #0b5960, #07383d); border: 1px solid rgba(242,212,138,.38); color: #f6ead1; transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.vh-site-nav a:hover,
.vh-site-nav a:focus-visible { background: linear-gradient(180deg, #16757b, #0a454a); border-color: rgba(242,212,138,.75); color: #fff6da; box-shadow: 0 8px 18px rgba(0,0,0,.28); outline: 0; }
.vh-header-actions { display: flex; gap: 10px; justify-self: end; }
.vh-btn, .vh-header-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px;
  border-radius: 8px; border: 1px solid rgba(242,212,138,.78); background: linear-gradient(180deg, #d3161b 0%, #9b0d10 58%, #5d0709 100%);
  color: #ffffff; font-weight: 900; line-height: 1; text-decoration: none; box-shadow: 0 12px 24px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.28); transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.vh-btn:hover,
.vh-btn:focus-visible,
.vh-header-actions a:hover,
.vh-header-actions a:focus-visible { background: linear-gradient(180deg, #f01c22 0%, #ac0e12 62%, #650709 100%); border-color: rgba(255,232,160,.92); color: #ffffff; box-shadow: 0 16px 34px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.12), inset 0 1px 0 rgba(255,255,255,.24); transform: translateY(-1px); outline: 0; }
.vh-header-actions a { white-space: nowrap; }
.vh-btn-dark { background: linear-gradient(180deg, #0b5960, #07383d) !important; color: #f6ead1 !important; border-color: rgba(242,212,138,.55) !important; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08) !important; }
.vh-btn-dark:hover,
.vh-btn-dark:focus-visible { background: linear-gradient(180deg, #16757b, #0a454a) !important; border-color: rgba(242,212,138,.8) !important; color: #fff6da !important; box-shadow: 0 12px 26px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.12) !important; }
.vh-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(242,212,138,.42); border-radius: 8px; background: #07383d; color: var(--gold); justify-self: end; }
.vh-menu-toggle:hover,
.vh-menu-toggle:focus-visible { background: #0b5960; border-color: rgba(242,212,138,.8); outline: 0; }
.vh-menu-toggle span { display: block; height: 3px; margin: 7px 6px; background: currentColor; }
.vh-hero { color: #fff; border-bottom: 1px solid rgba(242,212,138,.26); background: var(--deep); background-size: cover; background-position: center; }
.vh-hero-inner { min-height: 430px; padding: 74px max(24px, calc((100vw - var(--max)) / 2)) 70px; display: grid; grid-template-columns: minmax(300px, 590px) 1fr; align-items: center; gap: 30px; background: linear-gradient(90deg, rgba(1,17,20,.94), rgba(4,43,48,.72) 48%, rgba(4,43,48,.12)); }
.vh-hero-kicker { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .02em; }
h1,h2,h3 { margin: 0 0 18px; color: var(--text); line-height: 1.15; }
.vh-hero h1 { color: #fff; font-size: clamp(34px, 3vw, 54px); max-width: 720px; text-shadow: 0 3px 18px rgba(0,0,0,.75); }
.vh-hero p { max-width: 640px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; }
.vh-section { padding: 64px 20px; }
.vh-container { width: 100%; max-width: var(--max); margin: 0 auto; }
.vh-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 28px; align-items: start; }
.vh-content-card, .vh-side-box { background: linear-gradient(180deg, rgba(8,63,67,.96), rgba(4,40,45,.96)); border: 1px solid rgba(242,212,138,.24); border-radius: var(--radius); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.vh-content-card { padding: 30px; min-width: 0; }
.vh-content-card p { margin: 0 0 18px; }
.vh-content-card h2 { margin-top: 34px; font-size: 28px; color: #f6ead1; }
.vh-content-card h3 { margin-top: 24px; font-size: 21px; color: #f6ead1; }
.vh-content-card ul, .vh-content-card ol { padding-left: 22px; margin: 0 0 22px; }
.vh-content-card li { margin: 7px 0; }
.vh-content-card table { display: block; width: 100%; max-width: 100%; border-collapse: collapse; margin: 22px 0; overflow-x: auto; border-radius: 8px; }
.vh-content-card thead, .vh-content-card tbody { display: table; width: 100%; min-width: 620px; table-layout: fixed; }
.vh-content-card th, .vh-content-card td { border: 1px solid rgba(242,212,138,.2); padding: 11px 12px; vertical-align: top; }
.vh-content-card th { background: #0b5960; color: #fff6da; text-align: left; }
.vh-content-card tr:nth-child(even) td { background: rgba(255,255,255,.04); }
.vh-article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.vh-article-meta span { background: rgba(242,212,138,.08); border: 1px solid rgba(242,212,138,.24); padding: 7px 10px; border-radius: 999px; }
.vh-article-meta-bottom { margin: 34px 0 0; }
.vh-article-figure { margin: 26px 0; border: 1px solid rgba(242,212,138,.32); border-radius: 8px; overflow: hidden; background: #011619; }
.vh-article-figure img { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; }
.vh-article-figure figcaption { padding: 10px 12px; color: var(--muted); font-size: 13px; }
.vh-author-box { display: grid; grid-template-columns: 96px 1fr; gap: 18px; margin-top: 34px; padding: 18px; border: 1px solid rgba(242,212,138,.24); border-radius: 8px; background: rgba(1,22,25,.48); }
.vh-author-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; background: linear-gradient(135deg, #0b5960, #011619); border: 2px solid #c99a4c; display: block; color: var(--gold); font-size: 28px; font-weight: 900; }
.vh-author-avatar::before { content: "ME"; }
.vh-author-body p { margin: 6px 0 10px; color: var(--muted); }
.vh-author-body strong { color: var(--accent); font-size: 18px; }
.vh-author-links { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; }
.vh-sidebar { position: sticky; top: 84px; }
.vh-side-box { padding: 18px; }
.vh-side-box strong { display: block; margin-bottom: 12px; color: var(--accent); font-size: 18px; }
.vh-toc-nav { display: grid; gap: 6px; margin-bottom: 18px; max-height: 62vh; overflow: auto; padding-right: 4px; }
.vh-toc-nav a { text-decoration: none; padding: 8px 9px; border-radius: 8px; background: rgba(1,22,25,.62); color: var(--body); font-size: 13px; line-height: 1.25; border: 1px solid rgba(242,212,138,.18); transition: background .18s ease, border-color .18s ease, color .18s ease; }
.vh-toc-nav a:hover,
.vh-toc-nav a:focus-visible { background: #0b5960; border-color: rgba(242,212,138,.55); color: #fff6da; outline: 0; }
.vh-toc-sub { margin-left: 12px; opacity: .9; }
.vh-site-footer { background: #011619; border-top: 1px solid rgba(242,212,138,.24); }
.vh-footer-main { padding: 34px 20px 22px; display: grid; grid-template-columns: minmax(260px, 340px) minmax(300px, 420px) minmax(320px, 1fr); gap: 32px; align-items: start; }
.vh-footer-left { color: var(--muted); font-size: 14px; line-height: 1.18; }
.vh-footer-logo { display: block; width: min(100%, 150px); color: var(--accent); margin-bottom: 14px; }
.vh-footer-logo svg { display: block; width: 100%; height: auto; fill: currentColor; }
.vh-footer-text { display: grid; gap: 14px; }
.vh-footer-text p { margin: 0; }
.vh-footer-copyright { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(42,95,191,.18); }
.vh-footer-center { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 14px 0; border-top: 1px solid rgba(242,212,138,.2); border-bottom: 1px solid rgba(242,212,138,.2); min-width: 0; }
.vh-footer-center a,
.vh-footer-center span { color: var(--accent); min-height: 44px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; min-width: 0; border: 1px solid rgba(242,212,138,.18); border-radius: 8px; background: rgba(1,22,25,.42); text-align: center; font-size: 15px; line-height: 1.25; }
.vh-footer-center svg { display: block; width: 150px; max-width: 100%; height: auto; fill: currentColor; }
.vh-age-badge svg { width: 112px; }
.vh-footer-right { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 13px 28px; align-content: start; padding-top: 4px; }
.vh-footer-right a { color: #d9e4dd; text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1.25; transition: color .18s ease, text-shadow .18s ease; }
.vh-footer-right a:hover,
.vh-footer-right a:focus-visible { color: var(--accent); text-shadow: 0 0 16px rgba(42,95,191,.16); outline: 0; }
.vh-footer-badges,
.vh-footer-badge,
.vh-footer-copy-block,
.vh-footer-menu,
.vh-footer-bottom { display: none; }
@media (max-width: 1320px) {
  .vh-header-inner { grid-template-columns: minmax(220px, 280px) 1fr auto; gap: 12px; padding: 10px 18px; }
  .vh-logo img { width: 230px; }
  .vh-site-nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 1240px) {
  .vh-content-layout, .vh-footer-main { grid-template-columns: 1fr; }
  .vh-footer-main { gap: 28px; }
  .vh-footer-center { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
  .vh-footer-right { grid-template-columns: repeat(3, minmax(140px, 1fr)); }
  .vh-sidebar { position: static; width: min(100%, 520px); }
}
@media (max-width: 760px) {
  .vh-header-inner { grid-template-columns: 1fr 44px; padding: 10px 14px; }
  .vh-logo img { width: 210px; }
  .vh-menu-toggle { display: block; }
  .vh-site-nav { display: none; grid-column: 1 / -1; grid-row: 2; }
  .vh-site-nav.vh-is-open { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vh-site-nav a { text-align: center; white-space: normal; }
  .vh-header-actions { grid-column: 1 / -1; grid-row: 3; width: 100%; }
  .vh-header-actions a { flex: 1; }
  .vh-hero-inner { min-height: 360px; grid-template-columns: 1fr; padding: 54px 20px; }
  .vh-content-card { padding: 20px; }
  .vh-author-box { grid-template-columns: 1fr; }
  .vh-footer-center { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vh-footer-right { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }
  .vh-footer-right a { font-size: 14px; }
}
@media (max-width: 430px) {
  .vh-footer-center { grid-template-columns: 1fr; }
  .vh-footer-right { grid-template-columns: 1fr; }
}
