:root {
  --bg-deep: #0c0306;
  --bg-mid: #1a0810;
  --accent: #e11d38;
  --accent-soft: rgba(225, 29, 56, 0.34);
  --accent-strong: rgba(225, 29, 56, 0.5);
  --text: #f2e9eb;
  --muted: #c4a8ae;
  --line: rgba(225, 29, 56, 0.45);
  --panel: rgba(18, 6, 10, 0.72);
  --glow-a: rgba(255, 50, 80, 0.38);
  --glow-b: rgba(190, 20, 50, 0.4);
  --track-start: #3a0e18;
  --wash-top: rgba(255, 45, 75, 0.42);
  --wash-side: rgba(200, 25, 55, 0.32);
  --wash-mid: rgba(160, 20, 45, 0.28);
  --radius: 14px;
  --radius-sm: 10px;
  --controls-h: 7.5rem;
  --font-display: "Instrument Serif", Georgia, serif;
  --font-body: "Manrope", sans-serif;
}

body[data-view="sirius"] {
  --bg-deep: #0e0824;
  --bg-mid: #1a1040;
  --accent: #d4b0ff;
  --accent-soft: rgba(201, 160, 255, 0.45);
  --accent-strong: rgba(170, 110, 255, 0.65);
  --text: #f6f0ff;
  --muted: #d2b8f0;
  --line: rgba(210, 160, 255, 0.55);
  --panel: rgba(22, 12, 48, 0.74);
  --glow-a: rgba(190, 120, 255, 0.42);
  --glow-b: rgba(120, 60, 220, 0.45);
  --track-start: #2e1860;
  --wash-top: rgba(180, 110, 255, 0.42);
  --wash-side: rgba(130, 70, 240, 0.35);
  --wash-mid: rgba(100, 40, 200, 0.3);
}

body[data-view="compare"] {
  --bg-deep: #0a040c;
  --bg-mid: #160a18;
  --accent: #e879a9;
  --accent-soft: rgba(232, 121, 169, 0.3);
  --accent-strong: rgba(180, 60, 140, 0.45);
  --text: #f6eef5;
  --muted: #c4a8b8;
  --line: rgba(232, 121, 169, 0.4);
  --panel: rgba(14, 8, 16, 0.74);
  --glow-a: rgba(225, 40, 70, 0.28);
  --glow-b: rgba(140, 80, 210, 0.32);
  --track-start: #241018;
  --wash-top: rgba(225, 50, 90, 0.32);
  --wash-side: rgba(140, 80, 220, 0.28);
  --wash-mid: rgba(180, 40, 120, 0.24);
}

html[data-theme="light"] body,
html[data-theme="light"] body[data-view="lukoil"] {
  --bg-deep: #ddd6da;
  --bg-mid: #e4dcdf;
  --accent: #c41028;
  --accent-soft: rgba(196, 16, 40, 0.14);
  --accent-strong: rgba(196, 16, 40, 0.24);
  --text: #1a0a10;
  --muted: #6a4550;
  --line: rgba(196, 16, 40, 0.24);
  --panel: #f0ecef;
  --glow-a: rgba(200, 80, 110, 0.2);
  --glow-b: rgba(190, 90, 120, 0.14);
  --track-start: #d8b8c0;
  --wash-top: rgba(220, 100, 130, 0.22);
  --wash-side: rgba(210, 90, 120, 0.14);
  --wash-mid: rgba(200, 80, 110, 0.12);
}

html[data-theme="light"] body[data-view="sirius"] {
  --bg-deep: #d4cde4;
  --bg-mid: #ddd7eb;
  --accent: #6b3bb8;
  --accent-soft: rgba(107, 59, 184, 0.14);
  --accent-strong: rgba(107, 59, 184, 0.24);
  --text: #1a1030;
  --muted: #5a4a80;
  --line: rgba(107, 59, 184, 0.24);
  --panel: #f0ecef;
  --glow-a: rgba(140, 100, 210, 0.2);
  --glow-b: rgba(120, 90, 200, 0.14);
  --track-start: #c8bce0;
  --wash-top: rgba(140, 100, 210, 0.2);
  --wash-side: rgba(120, 90, 200, 0.14);
  --wash-mid: rgba(110, 80, 190, 0.12);
}

html[data-theme="light"] body[data-view="compare"] {
  --bg-deep: #d8d0da;
  --bg-mid: #e0d8e2;
  --accent: #b8457a;
  --accent-soft: rgba(184, 69, 122, 0.14);
  --accent-strong: rgba(184, 69, 122, 0.24);
  --text: #1a0e16;
  --muted: #6a4a5e;
  --line: rgba(184, 69, 122, 0.24);
  --panel: #f0ecef;
  --glow-a: rgba(210, 90, 130, 0.18);
  --glow-b: rgba(140, 100, 210, 0.14);
  --track-start: #d4b8c8;
  --wash-top: rgba(210, 90, 130, 0.16);
  --wash-side: rgba(140, 100, 210, 0.14);
  --wash-mid: rgba(200, 80, 120, 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--text);
  background:
    radial-gradient(ellipse 110% 70% at 50% -20%, var(--wash-top), transparent 62%),
    radial-gradient(ellipse 70% 55% at 100% 100%, var(--wash-side), transparent 60%),
    radial-gradient(ellipse 55% 45% at 0% 80%, var(--wash-mid), transparent 58%),
    radial-gradient(ellipse 40% 35% at 75% 35%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%),
    linear-gradient(165deg, #080204 0%, var(--bg-mid) 40%, var(--bg-deep) 100%);
  background-attachment: fixed;
  transition:
    background 0.7s ease,
    color 0.55s ease,
    border-color 0.55s ease;
  overflow-x: hidden;
  padding-bottom: calc(var(--controls-h) + 1.5rem);
}

body[data-view="sirius"] {
  background:
    radial-gradient(ellipse 120% 80% at 50% -25%, var(--wash-top), transparent 58%),
    radial-gradient(ellipse 80% 60% at 100% 100%, var(--wash-side), transparent 55%),
    radial-gradient(ellipse 65% 50% at 0% 85%, var(--wash-mid), transparent 55%),
    radial-gradient(ellipse 50% 40% at 70% 30%, rgba(160, 90, 255, 0.28), transparent 65%),
    radial-gradient(ellipse 35% 30% at 25% 40%, rgba(120, 50, 220, 0.22), transparent 70%),
    linear-gradient(165deg, #0a0618 0%, var(--bg-mid) 38%, var(--bg-deep) 100%);
  background-attachment: fixed;
}

body[data-view="compare"] {
  background:
    radial-gradient(ellipse 70% 60% at 0% -10%, rgba(225, 40, 70, 0.38), transparent 58%),
    radial-gradient(ellipse 70% 60% at 100% -10%, rgba(160, 100, 255, 0.34), transparent 58%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(180, 30, 60, 0.26), transparent 60%),
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(110, 70, 190, 0.28), transparent 60%),
    linear-gradient(165deg, #070308 0%, var(--bg-mid) 42%, var(--bg-deep) 100%);
  background-attachment: fixed;
}

html[data-theme="light"] body,
html[data-theme="light"] body[data-view="lukoil"] {
  background:
    radial-gradient(ellipse 100% 60% at 50% -15%, var(--wash-top), transparent 65%),
    radial-gradient(ellipse 60% 45% at 100% 100%, var(--wash-side), transparent 65%),
    radial-gradient(ellipse 50% 40% at 0% 85%, var(--wash-mid), transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #fffafa 55%, #ffffff 100%);
  background-attachment: fixed;
}

html[data-theme="light"] body[data-view="sirius"] {
  background:
    radial-gradient(ellipse 100% 60% at 50% -15%, var(--wash-top), transparent 65%),
    radial-gradient(ellipse 60% 45% at 100% 100%, var(--wash-side), transparent 65%),
    radial-gradient(ellipse 50% 40% at 0% 85%, var(--wash-mid), transparent 65%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 55%, #ffffff 100%);
  background-attachment: fixed;
}

html[data-theme="light"] body[data-view="compare"] {
  background:
    radial-gradient(ellipse 55% 45% at 0% -5%, rgba(255, 180, 200, 0.2), transparent 60%),
    radial-gradient(ellipse 55% 45% at 100% -5%, rgba(200, 180, 255, 0.18), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff9fc 55%, #ffffff 100%);
  background-attachment: fixed;
}

html[data-theme="light"] .bg-glow {
  opacity: 0.35;
  filter: saturate(0.9) brightness(1.35);
}

html[data-theme="light"] .site-header {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  backdrop-filter: blur(14px) saturate(1.1);
}

html[data-theme="light"] .controls {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 22%, #ffffff 100%);
  border-top-color: rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .view-tab {
  background: #ffffff;
  color: var(--muted);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

html[data-theme="light"] .view-tab--sirius {
  background: #ffffff;
  color: #7b4ad4;
  border-color: rgba(123, 74, 212, 0.28);
}

html[data-theme="light"] .view-tab--compare {
  background: #ffffff;
  color: #d04a88;
  border-color: rgba(208, 74, 136, 0.28);
}

html[data-theme="light"] .view-tab--lukoil {
  background: #ffffff;
  color: #e11d38;
  border-color: rgba(225, 29, 56, 0.28);
}

html[data-theme="light"] .card-panel,
html[data-theme="light"] .chart-panel,
html[data-theme="light"] .about-camp-card,
html[data-theme="light"] .intro-card,
html[data-theme="light"] .finale-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .news-item {
  background: #f7f7f8;
  border-color: rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .news-item.is-open {
  background: #ffffff;
}

html[data-theme="light"] .year-photo {
  background: #f0f0f2;
}

html[data-theme="light"] .year-photo-cap {
  background: #ffffff;
  color: var(--muted);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .kpi {
  background: #fafafa;
  border-color: rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .ctrl-btn {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text);
}

html[data-theme="light"] .header-toggle {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

html[data-theme="light"] .compare-parallel {
  background: linear-gradient(90deg, #fff5f7, #f7f2ff);
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .parallel-badge {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text);
}

html[data-theme="light"] .year-jump-hint {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .intro-overlay,
html[data-theme="light"] .finale-modal,
html[data-theme="light"] .about-camp-modal {
  background: rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] #year-slider::-webkit-slider-thumb,
html[data-theme="light"] #year-slider::-moz-range-thumb {
  border-color: #ffffff;
}

html[data-theme="light"] body[data-view="lukoil"] .about-camp-link--lukoil,
html[data-theme="light"] body:not([data-view]) .about-camp-link--lukoil,
html[data-theme="light"] body[data-view="sirius"] .about-camp-link--lukoil,
html[data-theme="light"] body[data-view="compare"] .about-camp-link--lukoil {
  color: #e11d38;
  border-color: #e11d38;
  background: #ffffff;
}

html[data-theme="light"] .about-camp-link--sirius,
html[data-theme="light"] body[data-view="sirius"] .about-camp-link--sirius,
html[data-theme="light"] body[data-view="lukoil"] .about-camp-link--sirius,
html[data-theme="light"] body[data-view="compare"] .about-camp-link--sirius {
  color: #7b4ad4;
  border-color: #7b4ad4;
  background: #ffffff;
}

.bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 75% 55% at 15% 10%, var(--glow-a), transparent 52%),
    radial-gradient(ellipse 60% 50% at 90% 80%, var(--glow-b), transparent 55%),
    radial-gradient(ellipse 45% 35% at 65% 18%, color-mix(in srgb, var(--accent) 32%, transparent), transparent 68%),
    radial-gradient(ellipse 35% 30% at 30% 70%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 70%),
    repeating-linear-gradient(
      -18deg,
      transparent 0,
      transparent 44px,
      color-mix(in srgb, var(--accent) 12%, transparent) 44px,
      color-mix(in srgb, var(--accent) 12%, transparent) 45px
    );
  z-index: 0;
  transition: filter 0.7s ease, opacity 0.7s ease, background 0.7s ease;
}

.theme-veil {
  position: fixed;
  inset: 0;
  z-index: 120;
  pointer-events: none;
  background: color-mix(in srgb, var(--panel) 70%, #000 30%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.theme-veil.is-visible {
  opacity: 0.55;
}

html[data-theme="light"] .theme-veil {
  background: color-mix(in srgb, #ebe6e9 80%, #fff 20%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.85rem 1.25rem 0.55rem;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 22%, transparent);
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--panel) 94%, transparent) 0%,
      color-mix(in srgb, var(--panel) 82%, transparent) 100%
    );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  transition:
    padding 0.3s ease,
    background 0.65s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease,
    color 0.55s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.site-header.is-collapsed .about-camp-link,
.site-header.is-collapsed .header-about-links,
.site-header.is-collapsed .site-header-left {
  opacity: 0;
  pointer-events: none;
}

.site-header.is-collapsed {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.site-header-logo-btn,
.about-camp-link,
.header-toggle {
  cursor: pointer;
}

.site-header-inner {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-height: 7rem;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.3s ease;
}

.site-header.is-collapsed .site-header-inner {
  max-height: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}

.header-toggle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  z-index: 41;
  width: 2.6rem;
  height: 1.4rem;
  padding: 0;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  color: var(--accent);
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  transition: background 0.2s ease, color 0.2s ease;
}

.header-toggle:hover {
  background: color-mix(in srgb, var(--accent) 18%, var(--panel));
}

.header-toggle-arrow {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, -2px);
  transition: transform 0.25s ease;
}

.site-header.is-collapsed .header-toggle-arrow {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header-brand {
  text-align: center;
  min-width: 0;
  width: 100%;
  padding: 0 11.5rem 0 17.5rem;
}

.site-header-left {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  z-index: 42;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: min(420px, 46vw);
  transition: opacity 0.25s ease;
}

.site-header-logos {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.luk-name-story {
  min-width: 0;
  padding: 0.28rem 0.55rem 0.32rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, #e11d38 35%, transparent);
  background: color-mix(in srgb, #e11d38 10%, transparent);
  text-align: left;
  line-height: 1.2;
}

.luk-name-story-kicker {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e11d38;
}

.luk-name-story-letters {
  margin: 0.18rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--text);
}

.luk-name-part b {
  color: #e11d38;
  font-weight: 800;
}

.luk-name-part--oil {
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.luk-name-story-text {
  margin: 0.2rem 0 0;
  font-size: 0.62rem;
  color: var(--muted);
  line-height: 1.3;
}

.site-header-logo-btn {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 8px;
  line-height: 0;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.site-header-logo-btn:hover {
  transform: scale(1.05);
}

.site-header-logo-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.site-header-logo {
  display: block;
  width: auto;
  height: 2.65rem;
  max-height: 100%;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none;
}

.header-about-links {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  z-index: 42;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transition: opacity 0.25s ease;
}

.about-camp-link {
  position: static;
  right: auto;
  top: auto;
  transform: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  border: 1.5px solid #e11d38;
  background-color: transparent;
  border-radius: 10px;
  padding: 0.4rem 0.75rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: #e11d38;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.2;
  box-shadow: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.25s ease;
}

.about-camp-link--lukoil {
  color: #e11d38;
  border-color: #e11d38;
}

.about-camp-link--sirius {
  color: #c9a0ff;
  border-color: #c9a0ff;
}

body[data-view="lukoil"] .about-camp-link--sirius {
  color: #c9a0ff;
  border-color: #c9a0ff;
}

body[data-view="sirius"] .about-camp-link--lukoil {
  color: #e11d38;
  border-color: #e11d38;
}

body[data-view="sirius"] .about-camp-link--sirius {
  color: #c9a0ff;
  border-color: #c9a0ff;
}

body[data-view="compare"] .about-camp-link--lukoil {
  color: #e11d38;
  border-color: #e11d38;
}

body[data-view="compare"] .about-camp-link--sirius {
  color: #c9a0ff;
  border-color: #c9a0ff;
}

.about-camp-link--lukoil:hover,
.about-camp-link--lukoil:focus-visible {
  color: #ffffff;
  background-color: #e11d38;
  border-color: #e11d38;
}

.about-camp-link--sirius:hover,
.about-camp-link--sirius:focus-visible {
  color: #12081c;
  background-color: #c9a0ff;
  border-color: #c9a0ff;
}

.about-camp-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.about-camp-link-short {
  display: none;
}

.hero {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 1.35rem 1.25rem 0.35rem;
}

.brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
  line-height: 1.05;
  transition: color 0.55s ease;
}

.tagline {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 700;
  transition: color 0.55s ease;
}

.year-display {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 15vw, 8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--text);
  transition: color 0.55s ease, text-shadow 0.55s ease;
  text-shadow: 0 0 40px color-mix(in srgb, var(--accent) 35%, transparent);
}

.era-label {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.view-tabs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.75rem 0 0;
}

.view-tab {
  appearance: none;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 70%, transparent);
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.7rem 1.35rem;
  border-radius: 12px;
  cursor: pointer;
  transition:
    background 0.55s ease,
    color 0.55s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease;
}

.view-tab--lukoil {
  border-color: rgba(225, 29, 56, 0.35);
}

.view-tab--sirius {
  border-color: rgba(201, 160, 255, 0.4);
  color: #c9a0ff;
  background: rgba(28, 18, 48, 0.72);
}

.view-tab--compare {
  border-color: rgba(232, 121, 169, 0.45);
  color: #e879a9;
  background: linear-gradient(90deg, rgba(60, 12, 22, 0.75), rgba(36, 18, 58, 0.75));
}

.view-tab:hover {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

.view-tab--lukoil.is-active {
  color: #fff;
  background: #e11d38;
  border-color: #e11d38;
  box-shadow: 0 0 0 4px rgba(225, 29, 56, 0.22);
}

.view-tab--sirius.is-active {
  color: #12081c;
  background: #c9a0ff;
  border-color: #c9a0ff;
  box-shadow: 0 0 0 4px rgba(201, 160, 255, 0.28);
}

.view-tab--compare.is-active {
  color: #120810;
  background: linear-gradient(90deg, #e11d38, #c9a0ff);
  border-color: #e879a9;
  box-shadow: 0 0 0 4px rgba(232, 121, 169, 0.28);
}

.page {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2rem));
  margin: 0.9rem auto 0;
}

.page.is-compare {
  width: min(1280px, calc(100% - 1.5rem));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  align-items: start;
}

.compare-heading {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
}

.compare-heading--luk {
  color: #e11d38;
}

.compare-heading--sirius {
  color: #c9a0ff;
}

.page.is-compare .layout {
  grid-template-columns: 1fr;
}

.page.is-compare .news-feed {
  max-height: min(420px, 48vh);
}

.page.is-compare .chart-wrap {
  height: 210px;
}

.page.is-compare #panel-lukoil .card-panel,
.page.is-compare #panel-lukoil .chart-panel {
  border-color: rgba(225, 29, 56, 0.4);
}

.page.is-compare #panel-sirius .card-panel,
.page.is-compare #panel-sirius .chart-panel {
  border-color: rgba(201, 160, 255, 0.4);
}

.section-block[hidden] {
  display: none;
}

.layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
}

.card-panel,
.chart-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem 1.15rem;
  backdrop-filter: blur(10px);
  min-height: 0;
  animation: panel-in 0.35s ease;
  transition:
    background 0.65s ease,
    border-color 0.55s ease,
    box-shadow 0.55s ease,
    color 0.55s ease;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.year-photo {
  margin: 0 0 0.85rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
}

.year-photo[hidden] {
  display: none;
}

.year-photo img {
  display: block;
  width: 100%;
  height: clamp(140px, 22vh, 210px);
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.04);
}

.year-photo-cap {
  margin: 0;
  padding: 0.45rem 0.65rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--muted);
  background: rgba(8, 6, 8, 0.72);
}

.news-feed {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: min(620px, calc(100vh - 10.5rem - var(--controls-h)));
  min-height: 14rem;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.35rem;
  padding-bottom: 0.35rem;
  scroll-padding-bottom: 1rem;
}

.news-feed::-webkit-scrollbar {
  width: 6px;
}

.news-feed::-webkit-scrollbar-thumb {
  background: var(--accent-soft);
  border-radius: 999px;
}

.news-item {
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.18);
  overflow: visible;
  transition: background 0.55s ease, border-color 0.55s ease;
}

.news-item.is-open {
  border-color: var(--line);
  background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.news-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-align: left;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.35;
  padding: 0.75rem 0.8rem;
  cursor: pointer;
}

.news-toggle:disabled {
  cursor: default;
  color: var(--muted);
}

.news-toggle-text {
  flex: 1;
}

.news-toggle-icon {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.news-item.is-open .news-toggle-icon {
  transform: rotate(225deg);
  margin-top: 0.2rem;
}

.news-body {
  margin: 0;
  padding: 0 0.85rem 0.95rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
}

.news-body > p {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.news-body[hidden] {
  display: none !important;
}

.news-empty {
  margin: 0;
  padding: 0.9rem 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.news-fallback-note {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  color: var(--muted);
  font-weight: 700;
}

.kpi-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.kpi {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.barrels-counter--prod {
  color: #ff7a45;
}

.chart-toggle {
  display: inline-flex;
  gap: 0.35rem;
  margin-bottom: 0.65rem;
}

.chart-toggle-btn {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}

.chart-toggle-btn.is-active {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.barrels-label,
.barrels-unit {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.barrels-counter {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
}

.chart-head {
  margin-bottom: 0.55rem;
}

.chart-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.chart-sub {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
}

.chart-wrap {
  height: min(320px, 42vh);
  position: relative;
}

.controls {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0.85rem 1.25rem 1.1rem;
  background:
    linear-gradient(180deg, transparent, rgba(5, 4, 6, 0.72) 28%, rgba(5, 4, 6, 0.94));
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  transition: background 0.65s ease, border-color 0.55s ease;
}

.controls-row {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: auto auto auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: end;
  justify-content: start;
}

.play-speed {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.18rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 80%, transparent);
  justify-self: start;
  margin-right: 0.15rem;
}

.play-speed-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.42rem 0.45rem;
  cursor: pointer;
  min-width: 2rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.play-speed-btn:hover {
  color: var(--text);
}

.play-speed-btn.is-active {
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  color: var(--accent);
}

.ctrl-btn {
  appearance: none;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 85%, transparent);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: background 0.55s ease, color 0.55s ease, border-color 0.55s ease;
}

.ctrl-btn--play.is-playing {
  background: var(--accent);
  color: #0a0406;
  border-color: var(--accent);
}

.play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent currentColor;
}

.ctrl-btn--play.is-playing .play-icon {
  width: 8px;
  height: 10px;
  border: 0;
  background:
    linear-gradient(90deg, currentColor 0 3px, transparent 3px 5px, currentColor 5px 8px);
}

.slider-block {
  min-width: 0;
}

.slider-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

#year-slider {
  display: block;
  width: 100%;
  appearance: none;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--track-start), var(--accent));
  outline: none;
  cursor: pointer;
}

#year-slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #0a0406;
  box-shadow: 0 0 0 4px var(--accent-soft);
  transition: transform 0.15s ease;
}

#year-slider:active::-webkit-slider-thumb {
  transform: scale(1.12);
}

#year-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  border: 2px solid #0a0406;
  box-shadow: 0 0 0 4px var(--accent-soft);
}

.slider-marks {
  position: relative;
  height: 1.85rem;
  margin-top: 0.35rem;
}

.slider-mark {
  position: absolute;
  transform: translateX(-50%);
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
  font-family: var(--font-body);
  font-weight: 700;
}

.slider-mark::before {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  margin: 0 auto 0.2rem;
  background: color-mix(in srgb, var(--accent) 45%, transparent);
}

.slider-mark.is-active,
.slider-mark:hover {
  color: var(--accent);
}

.slider-mark.is-active::before,
.slider-mark:hover::before {
  background: var(--accent);
  height: 11px;
}

.slider-mark-label {
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

.slider-mark.has-tag {
  height: auto;
}

.slider-mark-tag {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}

.key-year-flash {
  display: none !important;
}

.year-display.is-pulse {
  animation: year-pulse 0.7s ease;
}

body.is-key-flash .bg-glow {
  filter: brightness(1.35) saturate(1.25);
  animation: key-glow-flash 1.2s ease;
}

.dual-fate {
  width: min(720px, 100%);
  margin: 1rem auto 0;
  padding: 0.85rem 0.75rem 0.95rem;
  border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  background:
    linear-gradient(
      105deg,
      color-mix(in srgb, #e11d38 10%, transparent),
      transparent 42%,
      color-mix(in srgb, #c9a0ff 12%, transparent)
    );
}

.dual-fate-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.dual-fate-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.55rem;
  align-items: stretch;
}

.dual-fate-card {
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--line) 90%, transparent);
  background: color-mix(in srgb, var(--panel) 88%, transparent);
  color: var(--text);
  border-radius: calc(var(--radius) - 2px);
  padding: 0.65rem 0.7rem 0.75rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.dual-fate-card:hover {
  transform: translateY(-1px);
}

.dual-fate-card--luk:hover {
  border-color: color-mix(in srgb, #e11d38 55%, transparent);
}

.dual-fate-card--sirius:hover {
  border-color: color-mix(in srgb, #c9a0ff 55%, transparent);
}

.dual-fate.is-pre-sirius .dual-fate-card--sirius {
  opacity: 0.72;
}

.dual-fate-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dual-fate-card--luk .dual-fate-label {
  color: #e11d38;
}

.dual-fate-card--sirius .dual-fate-label {
  color: #c9a0ff;
}

.dual-fate-title {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.86rem;
  line-height: 1.3;
  color: var(--text);
}

.dual-fate-axis {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.2rem 0;
}

.dual-fate-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);
}

.dual-fate-line {
  width: 2px;
  flex: 1;
  min-height: 42px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, #e11d38 70%, transparent),
    color-mix(in srgb, #c9a0ff 70%, transparent)
  );
}

.compare-parallel.has-echo .compare-parallel-grid {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.compare-echo {
  appearance: none;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 3.2rem;
  padding: 0.2rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.compare-echo:hover .compare-echo-label {
  color: var(--text);
}

.compare-echo[hidden] {
  display: none !important;
}

.compare-echo-line {
  width: 1.6rem;
  height: 2px;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, #e11d38 70%, transparent),
    color-mix(in srgb, #c9a0ff 70%, transparent)
  );
}

.compare-echo-label {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.compare-echo-note {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0.65rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.35;
  cursor: pointer;
}

.compare-echo-note:hover {
  color: var(--text);
}

.compare-echo-note[hidden] {
  display: none !important;
}

.geo-map {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0.85rem 0 0;
  padding: 0.65rem 0.75rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, var(--line) 85%, transparent);
  background: color-mix(in srgb, var(--panel) 72%, transparent);
  overflow: visible;
}

.page.is-compare > .geo-map {
  grid-column: 1 / -1;
  width: min(640px, 100%);
  margin: 0.35rem auto 0.55rem;
}

.geo-map-kicker {
  margin: 0 0 0.35rem;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.geo-map-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 360 / 190;
  overflow: visible;
}

.geo-map-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.geo-map-outline {
  stroke: color-mix(in srgb, var(--accent) 35%, transparent);
  stroke-width: 1.2;
}

.geo-point {
  position: absolute;
  transform: translate(-50%, -50%);
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: var(--text);
  display: block;
  z-index: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.geo-point:hover,
.geo-point.is-active,
.geo-point.is-peak {
  z-index: 3;
}

.geo-point.is-dim {
  opacity: 0.34;
  cursor: pointer;
}

.geo-point-dot {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: currentColor;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.geo-point--lukoil {
  color: #e11d38;
}

.geo-point--sirius {
  color: #c9a0ff;
}

.geo-point.is-active .geo-point-dot {
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 22%, transparent);
}

.geo-point.is-peak .geo-point-dot {
  transform: scale(1.2);
  box-shadow: 0 0 0 7px color-mix(in srgb, currentColor 30%, transparent);
  animation: geo-pulse 1.6s ease infinite;
}

.geo-point-label {
  position: absolute;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  text-shadow:
    0 0 4px color-mix(in srgb, var(--panel) 90%, transparent),
    0 1px 2px color-mix(in srgb, var(--panel) 85%, transparent);
}

.geo-point--lukoil .geo-point-label {
  color: #e11d38;
}

.geo-point--sirius .geo-point-label {
  color: #c9a0ff;
}

.geo-point--compact .geo-point-label {
  font-size: 0.55rem;
  letter-spacing: 0.02em;
}

.geo-point--compact .geo-point-dot {
  width: 9px;
  height: 9px;
}

.geo-point--compact {
  width: 9px;
  height: 9px;
}

.geo-point.is-active .geo-point-label,
.geo-point.is-peak .geo-point-label {
  filter: brightness(1.15);
}

/* Подписи в разные стороны — без наложений */
.geo-point[data-point="langepas"] .geo-point-label {
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
}

.geo-point[data-point="uray"] .geo-point-label {
  right: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
}

.geo-point[data-point="kogalym"] .geo-point-label {
  left: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
}

.geo-point[data-point="perm"] .geo-point-label {
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
}

.geo-point[data-point="sochi"] .geo-point-label {
  left: calc(100% + 7px);
  top: 50%;
  transform: translateY(-50%);
}

.geo-map-caption {
  margin: 0.4rem 0 0;
  text-align: center;
  font-size: 0.74rem;
  color: var(--muted);
  min-height: 1.1em;
}

@keyframes geo-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 18%, transparent);
  }
  50% {
    box-shadow: 0 0 0 9px color-mix(in srgb, currentColor 28%, transparent);
  }
}

.finale-card--wide {
  width: min(520px, 100%);
}

.quiz-panel {
  margin-top: 1rem;
  text-align: left;
}

.quiz-progress {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.quiz-question {
  margin: 0.45rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--text);
}

.quiz-options {
  display: grid;
  gap: 0.45rem;
}

.quiz-option {
  appearance: none;
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 90%, transparent);
  color: var(--text);
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.quiz-option:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

.quiz-option.is-correct {
  border-color: #2f9e6a;
  background: color-mix(in srgb, #2f9e6a 18%, transparent);
}

.quiz-option.is-wrong {
  border-color: #e11d38;
  background: color-mix(in srgb, #e11d38 16%, transparent);
}

.quiz-result {
  margin-top: 1rem;
}

.quiz-score {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 2.8rem);
  color: var(--accent);
}

.quiz-verdict {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.share-canvas {
  position: absolute;
  left: -9999px;
  top: 0;
  pointer-events: none;
}

@keyframes key-glow-flash {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }
  35% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.parallel-badge {
  display: none;
  margin: 0.7rem auto 0;
  max-width: min(520px, 92%);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.35;
}

.parallel-badge.is-visible {
  display: inline-block;
}

.parallel-badge:empty,
.parallel-badge[hidden] {
  display: none !important;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 60%, transparent);
  background: color-mix(in srgb, var(--panel) 92%, var(--accent));
  color: var(--accent);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
  position: sticky;
  bottom: 0.15rem;
  z-index: 2;
  box-shadow: 0 -8px 16px color-mix(in srgb, var(--panel) 75%, transparent);
}

.news-link:hover {
  background: color-mix(in srgb, var(--accent) 28%, var(--panel));
  text-decoration: none;
}

.compare-swipe-hint {
  grid-column: 1 / -1;
  margin: 0 0 0.35rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.page.is-compare .compare-swipe-hint,
.page.is-compare .compare-parallel {
  grid-column: 1 / -1;
}

.compare-parallel {
  width: min(920px, 100%);
  margin: 0 auto 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, #e11d38 12%, transparent),
      color-mix(in srgb, #c9a0ff 12%, transparent)
    );
}

.compare-parallel[hidden] {
  display: none !important;
}

.compare-parallel-kicker {
  margin: 0 0 0.55rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.compare-parallel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.compare-parallel-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-parallel-col--luk .compare-parallel-label {
  color: #e11d38;
}

.compare-parallel-col--sirius .compare-parallel-label {
  color: #c9a0ff;
}

.compare-parallel-title {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--text);
}

.year-jump-hint {
  position: fixed;
  left: 50%;
  bottom: calc(var(--controls-h) + 0.75rem);
  transform: translateX(-50%);
  z-index: 50;
  margin: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.year-jump-hint[hidden] {
  display: none;
}

.theme-tip {
  position: fixed;
  top: 5.5rem;
  left: 50%;
  z-index: 55;
  transform: translateX(-50%);
  width: min(420px, calc(100% - 1.5rem));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
  background: color-mix(in srgb, var(--panel) 94%, transparent);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  animation: theme-tip-in 0.35s ease;
}

.theme-tip[hidden] {
  display: none;
}

.theme-tip-text {
  margin: 0;
  flex: 1;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--text);
  font-weight: 700;
}

.theme-tip-close {
  appearance: none;
  flex-shrink: 0;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, transparent);
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}

.theme-tip-close:hover {
  background: color-mix(in srgb, var(--accent) 28%, transparent);
}

@keyframes theme-tip-in {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.intro-overlay,
.finale-modal,
.about-camp-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(4, 2, 6, 0.72);
  backdrop-filter: blur(10px);
}

.intro-overlay[hidden],
.finale-modal[hidden],
.about-camp-modal[hidden] {
  display: none;
}

.intro-overlay.is-done {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.intro-card,
.finale-card {
  width: min(420px, 100%);
  text-align: center;
  padding: 1.6rem 1.4rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 94%, transparent);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.intro-brand,
.finale-kicker {
  margin: 0;
  color: var(--accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.intro-year {
  margin: 0.55rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 14vw, 5.5rem);
  line-height: 0.95;
}

.intro-sub,
.finale-text {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.intro-skip {
  margin-top: 1.1rem;
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  cursor: pointer;
}

.finale-title {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-weight: 700;
}

.finale-actions {
  margin-top: 1.15rem;
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.about-camp-card {
  position: relative;
  width: min(560px, 100%);
  max-height: min(82vh, 640px);
  overflow: auto;
  text-align: left;
  padding: 1.45rem 1.35rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 96%, transparent);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.about-camp-close {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2rem 0.35rem;
}

.about-camp-close:hover {
  color: var(--text);
}

.about-camp-kicker {
  margin: 0;
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.about-camp-title {
  margin: 0.4rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4vw, 2.05rem);
  font-weight: 700;
  line-height: 1.1;
}

.about-camp-body {
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.about-camp-body p {
  margin: 0 0 0.7rem;
}

.about-camp-body ul {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
}

.about-camp-body li {
  margin: 0.25rem 0;
}

.about-camp-note {
  font-size: 0.78rem;
}

.about-camp-note a,
.about-camp-site {
  color: var(--accent);
}

.about-camp-site {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.about-camp-site:hover {
  text-decoration: underline;
}

@keyframes flash-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes year-pulse {
  0% {
    transform: scale(1);
    text-shadow: 0 0 40px color-mix(in srgb, var(--accent) 35%, transparent);
  }
  40% {
    transform: scale(1.06);
    text-shadow: 0 0 55px color-mix(in srgb, var(--accent) 70%, transparent);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 860px) {
  :root {
    --controls-h: 8.25rem;
  }

  html,
  body {
    background-attachment: scroll;
  }

  body {
    padding-bottom: calc(var(--controls-h) + 1.1rem + env(safe-area-inset-bottom, 0px));
  }

  button,
  .ctrl-btn,
  .view-tab,
  .about-camp-link,
  .site-header-logo-btn,
  .news-toggle,
  .geo-point,
  .play-speed-btn {
    touch-action: manipulation;
  }

  /* —— Header: real grid, no absolute squeeze —— */
  .site-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "left brand about";
    align-items: center;
    column-gap: 0.45rem;
    row-gap: 0.35rem;
    padding:
      calc(0.55rem + env(safe-area-inset-top, 0px))
      0.7rem
      0.85rem;
  }

  .site-header.is-collapsed {
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 0;
    min-height: 0;
  }

  .site-header.is-collapsed .site-header-left,
  .site-header.is-collapsed .header-about-links,
  .site-header.is-collapsed .site-header-inner {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
  }

  .site-header-inner {
    grid-area: brand;
    width: auto;
    max-width: none;
    margin: 0;
    max-height: none;
    overflow: visible;
    min-height: 0;
    justify-content: center;
  }

  .site-header-brand {
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .brand {
    font-size: clamp(1.05rem, 4.4vw, 1.4rem);
    line-height: 1.12;
  }

  .tagline {
    font-size: 0.62rem;
    margin-top: 0.14rem;
    letter-spacing: 0.01em;
    line-height: 1.25;
  }

  .site-header-left {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    grid-area: left;
    max-width: none;
    gap: 0.3rem;
    align-items: center;
    z-index: auto;
  }

  .luk-name-story {
    display: none;
  }

  .site-header-logos {
    gap: 0.3rem;
  }

  .site-header-logo {
    height: 2.15rem;
    width: 2.15rem;
    object-fit: cover;
    border-radius: 7px;
  }

  .header-about-links {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    grid-area: about;
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    z-index: auto;
  }

  .about-camp-link-full {
    display: none;
  }

  .about-camp-link-short {
    display: inline;
  }

  .about-camp-link {
    padding: 0.42rem 0.55rem;
    font-size: 0.62rem;
    border-radius: 8px;
    text-align: center;
    min-height: 2.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-toggle {
    bottom: -1px;
  }

  /* —— Hero —— */
  .hero {
    padding: 1.55rem 0.85rem 0.4rem;
  }

  .year-display {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .era-label {
    margin-top: 0.4rem;
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .view-tabs {
    gap: 0.35rem;
    padding-top: 0.75rem;
    width: 100%;
  }

  .view-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 2.7rem;
    padding: 0.55rem 0.35rem;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    border-radius: 11px;
  }

  .parallel-badge {
    margin-top: 0.65rem;
    max-width: 100%;
    font-size: 0.72rem;
    padding: 0.45rem 0.75rem;
    border-radius: 12px;
  }

  .dual-fate {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem 0.7rem 0.8rem;
  }

  .dual-fate-kicker {
    margin-bottom: 0.55rem;
  }

  .dual-fate-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .dual-fate-axis {
    flex-direction: row;
    min-height: 0;
    padding: 0.05rem 0;
  }

  .dual-fate-line {
    width: min(48%, 140px);
    height: 2px;
    min-height: 0;
    background: linear-gradient(
      90deg,
      color-mix(in srgb, #e11d38 70%, transparent),
      color-mix(in srgb, #c9a0ff 70%, transparent)
    );
  }

  .dual-fate-card {
    padding: 0.7rem 0.75rem;
  }

  .dual-fate-title {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  /* —— Page / content —— */
  .page {
    width: calc(100% - 1.2rem);
    margin-top: 0.7rem;
  }

  .layout {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .card-panel,
  .chart-panel {
    padding: 0.9rem 0.85rem 1rem;
    border-radius: 14px;
  }

  .news-kicker {
    margin-bottom: 0.55rem;
  }

  /* Vertical news stack — no nested horizontal scroll */
  .news-feed {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    max-height: none;
    min-height: 0;
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
  }

  .page.is-compare .news-feed {
    max-height: none;
  }

  .news-fallback-note {
    flex: none;
    width: 100%;
    margin: 0;
    align-self: stretch;
  }

  .news-feed > .news-item {
    flex: none;
    width: 100%;
    max-height: none;
    overflow: visible;
    scroll-snap-align: none;
    display: flex;
    flex-direction: column;
  }

  .news-feed > .news-item .news-body {
    flex: 1 1 auto;
    overflow: visible;
  }

  .news-toggle {
    min-height: 2.85rem;
    padding: 0.75rem 0.8rem;
    font-size: 0.9rem;
  }

  .year-photo {
    margin-bottom: 0.65rem;
  }

  .year-photo img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
  }

  .kpi-row {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .kpi {
    padding: 0.5rem 0.4rem;
  }

  .barrels-counter {
    font-size: clamp(1.35rem, 6.5vw, 1.85rem);
  }

  .chart-toggle {
    display: flex;
    width: 100%;
    gap: 0.35rem;
  }

  .chart-toggle-btn {
    flex: 1;
    text-align: center;
    min-height: 2.45rem;
    padding: 0.45rem 0.35rem;
    font-size: 0.64rem;
  }

  .chart-wrap {
    height: 220px;
  }

  /* —— Compare: stack, no sideways swipe —— */
  .page.is-compare {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    gap: 0.85rem;
    overflow-x: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
    width: calc(100% - 1.2rem);
  }

  .page.is-compare .compare-swipe-hint {
    display: none;
  }

  .page.is-compare .compare-parallel,
  .page.is-compare > .geo-map {
    flex: none;
    width: 100%;
    scroll-snap-align: none;
  }

  .compare-parallel {
    padding: 0.8rem 0.85rem;
  }

  .compare-parallel-grid {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .compare-parallel.has-echo .compare-parallel-grid {
    grid-template-columns: 1fr;
  }

  .compare-echo {
    flex-direction: row;
    justify-content: center;
    padding: 0.2rem 0;
    min-height: 2.2rem;
  }

  .compare-echo-line {
    width: 2px;
    height: 1.1rem;
    background: linear-gradient(
      to bottom,
      color-mix(in srgb, #e11d38 70%, transparent),
      color-mix(in srgb, #c9a0ff 70%, transparent)
    );
  }

  .page.is-compare .section-block {
    flex: none;
    width: 100%;
    scroll-snap-align: none;
  }

  .page.is-compare .layout {
    grid-template-columns: 1fr;
  }

  /* —— Map —— */
  .geo-map {
    margin-top: 0.85rem;
    padding: 0.75rem 0.7rem 0.9rem;
  }

  .geo-map-stage {
    aspect-ratio: 360 / 200;
  }

  .geo-point {
    min-width: 16px;
    min-height: 16px;
  }

  .geo-point-label {
    font-size: 0.54rem;
    white-space: nowrap;
  }

  .geo-point--compact .geo-point-label {
    font-size: 0.5rem;
  }

  /* —— Controls (compact) —— */
  .controls {
    padding:
      0.4rem
      0.55rem
      calc(0.35rem + env(safe-area-inset-bottom, 0px));
  }

  .controls-row {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "play speed share"
      "slider slider slider";
    gap: 0.35rem 0.35rem;
    align-items: center;
  }

  .play-speed {
    grid-area: speed;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    padding: 0.1rem;
    justify-content: space-between;
  }

  .play-speed::-webkit-scrollbar {
    display: none;
  }

  .play-speed-btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 1.85rem;
    padding: 0.2rem 0.1rem;
    font-size: 0.58rem;
  }

  .controls .ctrl-btn--play {
    grid-area: play;
    justify-self: start;
    width: auto;
    min-width: 0;
    padding: 0.4rem 0.65rem;
    min-height: 1.85rem;
    font-size: 0.62rem;
    gap: 0.3rem;
  }

  #share-frame-btn {
    grid-area: share;
    justify-self: end;
    width: auto;
    min-width: 0;
    padding: 0.4rem 0.65rem;
    min-height: 1.85rem;
    font-size: 0.62rem;
  }

  .slider-block {
    grid-area: slider;
    width: 100%;
  }

  .ctrl-btn {
    justify-content: center;
  }

  .slider-label {
    display: none;
  }

  #year-slider {
    height: 3px;
  }

  #year-slider::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }

  #year-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .slider-marks {
    height: 1.35rem;
    margin-top: 0.2rem;
    overflow: visible;
  }

  .slider-mark {
    white-space: nowrap;
  }

  .slider-mark[data-edge="start"] {
    transform: none;
  }

  .slider-mark[data-edge="end"] {
    transform: translateX(-100%);
  }

  .slider-mark::before {
    height: 6px;
    margin-bottom: 0.1rem;
  }

  .slider-mark[data-edge="start"]::before {
    margin-left: 0;
    margin-right: auto;
  }

  .slider-mark[data-edge="end"]::before {
    margin-left: auto;
    margin-right: 0;
  }

  .slider-mark.is-active::before,
  .slider-mark:hover::before {
    height: 8px;
  }

  .slider-mark-label {
    font-size: 0.62rem;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
  }

  /* Tags eat height and hide years — years first on phone */
  .slider-mark-tag {
    display: none;
  }

  .play-icon {
    border-width: 5px 0 5px 8px;
  }

  .ctrl-btn--play.is-playing .play-icon {
    width: 7px;
    height: 9px;
  }

  /* —— Overlays / modals —— */
  .theme-tip {
    top: auto;
    bottom: calc(var(--controls-h) + 0.55rem);
    width: calc(100% - 1.2rem);
    left: 50%;
    transform: translateX(-50%);
  }

  .year-jump-hint {
    bottom: calc(var(--controls-h) + 0.5rem);
    max-width: calc(100% - 1.4rem);
    font-size: 0.72rem;
  }

  .finale-card,
  .finale-card--wide,
  .intro-card,
  .about-camp-card {
    width: min(100%, calc(100vw - 1.4rem));
    max-height: min(78vh, 640px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .quiz-option {
    font-size: 0.86rem;
    padding: 0.8rem 0.85rem;
    min-height: 2.85rem;
  }

  .finale-actions .ctrl-btn {
    min-width: 7.5rem;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    font-family: var(--font-body);
    font-weight: 800;
  }
}

@media (max-width: 520px) {
  :root {
    --controls-h: 7.75rem;
  }

  .site-header {
    padding:
      calc(0.45rem + env(safe-area-inset-top, 0px))
      0.55rem
      0.75rem;
    column-gap: 0.35rem;
  }

  .brand {
    font-size: 1rem;
  }

  .tagline {
    display: none;
  }

  .site-header-logo {
    height: 1.95rem;
    width: 1.95rem;
  }

  .about-camp-link {
    padding: 0.36rem 0.45rem;
    font-size: 0.58rem;
    min-height: 1.95rem;
    letter-spacing: 0.02em;
  }

  .hero {
    padding: 1.35rem 0.7rem 0.3rem;
  }

  .year-display {
    font-size: clamp(2.75rem, 16vw, 3.9rem);
  }

  .era-label {
    font-size: 0.6rem;
  }

  .view-tabs {
    gap: 0.28rem;
    padding-top: 0.6rem;
  }

  .view-tab {
    min-height: 2.5rem;
    padding: 0.45rem 0.22rem;
    font-size: 0.6rem;
    letter-spacing: 0.02em;
  }

  .dual-fate {
    margin-top: 0.65rem;
    padding: 0.65rem 0.55rem 0.7rem;
  }

  .dual-fate-title {
    font-size: 0.78rem;
  }

  .page,
  .page.is-compare {
    width: calc(100% - 0.9rem);
    margin-top: 0.55rem;
  }

  .layout {
    gap: 0.65rem;
  }

  .card-panel,
  .chart-panel {
    padding: 0.75rem 0.7rem 0.85rem;
  }

  .news-feed {
    gap: 0.55rem;
  }

  .news-kicker,
  .chart-title {
    font-size: 0.86rem;
  }

  .chart-sub {
    font-size: 0.7rem;
  }

  .chart-wrap {
    height: 195px;
  }

  .year-photo img {
    max-height: 180px;
  }

  .parallel-badge {
    max-width: 100%;
    font-size: 0.68rem;
    padding: 0.38rem 0.65rem;
  }

  .geo-map-stage {
    aspect-ratio: 360 / 220;
  }

  .geo-point[data-point="langepas"] {
    left: 26% !important;
    top: 26% !important;
  }

  .geo-point[data-point="uray"] {
    left: 12% !important;
    top: 52% !important;
  }

  .geo-point[data-point="kogalym"] {
    left: 42% !important;
    top: 38% !important;
  }

  .geo-point[data-point="perm"] {
    left: 58% !important;
    top: 50% !important;
  }

  .geo-point[data-point="sochi"] {
    left: 20% !important;
    top: 66% !important;
  }

  .geo-point[data-point="langepas"] .geo-point-label {
    left: 50%;
    bottom: calc(100% + 5px);
    transform: translateX(-50%);
  }

  .geo-point[data-point="uray"] .geo-point-label {
    right: auto;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
  }

  .geo-point[data-point="kogalym"] .geo-point-label {
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
  }

  .geo-point[data-point="perm"] .geo-point-label {
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
  }

  .geo-point[data-point="sochi"] .geo-point-label {
    left: 50%;
    top: auto;
    bottom: calc(100% + 5px);
    transform: translateX(-50%);
  }

  .controls {
    padding:
      0.3rem
      0.4rem
      calc(0.25rem + env(safe-area-inset-bottom, 0px));
  }

  .controls-row {
    gap: 0.25rem 0.25rem;
  }

  .play-speed-btn {
    min-height: 1.65rem;
    font-size: 0.52rem;
    padding: 0.12rem 0.04rem;
  }

  .controls .ctrl-btn--play,
  #share-frame-btn {
    min-height: 1.65rem;
    padding: 0.28rem 0.45rem;
    font-size: 0.56rem;
  }

  .slider-marks {
    height: 1.25rem;
    margin-top: 0.12rem;
  }

  .slider-mark-label {
    font-size: 0.58rem;
    font-variant-numeric: tabular-nums;
  }

  .theme-tip {
    bottom: calc(var(--controls-h) + 0.45rem);
  }

  .year-jump-hint {
    bottom: calc(var(--controls-h) + 0.4rem);
  }
}
