:root {
  color: #e8eef7;
  background: #080b12;
  font-family: Inter, system-ui, sans-serif;
  font-synthesis: none;
  --bg: #080b12;
  --card: #0d121c;
  --line: #202a39;
  --muted: #8d99ab;
  --cyan: #25f4d0;
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body { min-width: 320px; min-height: 100vh; margin: 0; background:
  radial-gradient(circle at 82% 0, #18304a 0, transparent 34%), var(--bg); }
a { color: inherit; text-decoration: none; }
.top { border-bottom: 1px solid #1d2634; background: #080b12e8;
  backdrop-filter: blur(18px); }
.top-inner { display: flex; width: min(980px, calc(100% - 40px)); height: 70px;
  align-items: center; justify-content: space-between; margin: auto; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 34px; height: 34px; filter: drop-shadow(0 0 14px #25f4d066); }
.brand span { display: flex; align-items: baseline; gap: 7px; }
.brand b { letter-spacing: .14em; }
.brand small { color: var(--muted); font-size: 12px; }
.back { padding: 8px 11px; color: #b8c3d2; border: 1px solid #2a3546;
  border-radius: 8px; font-size: 12px; font-weight: 700; }
.back:hover { color: var(--cyan); border-color: #25f4d066; }
main { width: min(820px, calc(100% - 40px)); padding: 70px 0 90px; margin: auto; }
.eyebrow { margin: 0 0 10px; color: var(--cyan); font-size: 11px;
  font-weight: 800; letter-spacing: .2em; }
h1 { margin: 0; font-size: clamp(36px, 6vw, 58px); letter-spacing: -.05em; }
.lead { max-width: 680px; margin: 18px 0 42px; color: #aab5c5;
  font-size: 17px; line-height: 1.75; }
.date { display: inline-flex; padding: 7px 10px; margin-bottom: 30px;
  color: #aeb9c9; border: 1px solid var(--line); border-radius: 7px;
  background: #101722; font-size: 11px; }
.document { padding: 8px 42px 36px; border: 1px solid var(--line);
  border-radius: 16px; background: linear-gradient(145deg, #111824ed, #0c111aed);
  box-shadow: 0 24px 70px #0004; }
section { padding: 34px 0; border-bottom: 1px solid #202a3980; }
section:last-child { border-bottom: 0; }
h2 { margin: 0 0 14px; color: #f4f8fc; font-size: 18px; }
p, li { color: #a9b4c4; font-size: 14px; line-height: 1.8; }
p { margin: 0 0 12px; }
p:last-child { margin-bottom: 0; }
ul { display: grid; gap: 7px; padding-left: 21px; margin: 12px 0 0; }
strong { color: #dfe7f1; }
.document a, footer a { color: var(--cyan); }
.document a:hover, footer a:hover { text-decoration: underline; }
footer { display: flex; width: min(980px, calc(100% - 40px)); min-height: 120px;
  align-items: center; justify-content: space-between; gap: 20px; margin: auto;
  color: #667286; border-top: 1px solid #182230; font-size: 11px; }
footer nav { display: flex; gap: 18px; }

@media (max-width: 620px) {
  .top-inner { width: calc(100% - 30px); height: 62px; }
  main { width: calc(100% - 30px); padding: 48px 0 65px; }
  .document { padding: 4px 22px 24px; }
  footer { width: calc(100% - 30px); flex-direction: column;
    justify-content: center; text-align: center; }
}
