:root {
  --vs-resource-version: 1.12.50;
  color-scheme: dark;
  --bg: #0d0f12;
  --surface: #13161a;
  --surface-raised: #191d22;
  --surface-soft: #20252b;
  --border: #2a3037;
  --text: #f5f7fa;
  --muted: #9aa5b4;
  --subtle: #6d7785;
  --accent: #5d8fff;
  --accent-strong: #2f6ff5;
  --signal: #43d3a2;
  --danger: #ff626f;
  --mountain-back: #617069;
  --mountain-mid: #40534b;
  --mountain-front: #263a32;
  --mountain-sun: #f0b85c;
  --shadow: 0 18px 46px rgb(0 0 0 / 24%);
  --sidebar: 224px;
  --rail: 300px;
  --content: 720px;
}

html { touch-action: manipulation; }

:root[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-raised: #ffffff;
  --surface-soft: #e9edf2;
  --border: #d8dee6;
  --text: #15181d;
  --muted: #596575;
  --subtle: #7e8998;
  --accent: #235ed7;
  --accent-strong: #174cb4;
  --signal: #087c5b;
  --danger: #c63242;
  --mountain-back: #a1aea6;
  --mountain-mid: #748a7e;
  --mountain-front: #526b5f;
  --mountain-sun: #e6a640;
  --shadow: 0 18px 46px rgb(22 34 49 / 10%);
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; line-height: 1.55; letter-spacing: 0; }
body.vs-settings-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.material-symbols-rounded { font-size: 21px; line-height: 1; }
.screen-reader-text, .vs-skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.vs-skip-link:focus { position: fixed; z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 14px; clip: auto; background: var(--text); color: var(--bg); }

.vs-shell { width: min(100%, calc(var(--sidebar) + var(--content) + var(--rail) + 48px)); min-height: 100vh; margin: 0 auto; display: grid; grid-template-columns: var(--sidebar) minmax(0, var(--content)) var(--rail); gap: 24px; padding: 0 20px; }
.vs-sidebar { position: sticky; top: 0; height: 100vh; padding: 28px 12px 22px 0; border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.vs-brand { display: flex; width: 164px; flex-direction: column; align-items: flex-end; padding: 8px 10px 24px; transform: translateX(-28px); }
.vs-brand img { width: 100%; height: auto; content: var(--vs-logo-dark); }
:root[data-theme="light"] .vs-brand img { content: var(--vs-logo-light); }
.vs-beta-label { margin: 1px 8px 0 0; color: var(--subtle); font-size: 9px; font-weight: 600; line-height: 1; letter-spacing: .08em; text-transform: lowercase; }
.vs-primary-nav { display: grid; gap: 6px; }
.vs-primary-nav > a, .vs-primary-nav > button, .vs-primary-nav .menu-item a { min-height: 48px; display: flex; align-items: center; gap: 13px; padding: 0 14px; color: var(--muted); border: 0; border-radius: 7px; background: transparent; cursor: pointer; font: inherit; font-weight: 600; text-align: left; }
.vs-primary-nav > a:hover, .vs-primary-nav > button:hover, .vs-primary-nav > a.is-active, .vs-primary-nav .current-menu-item a { background: var(--surface-soft); color: var(--text); }
.vs-primary-nav .menu-item { list-style: none; }
.vs-sidebar-footer { margin-top: auto; padding: 18px 12px 0; display: grid; gap: 12px; }
.vs-auth-trigger { min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; overflow: hidden; font: inherit; font-weight: 800; white-space: nowrap; }
.vs-auth-trigger-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vs-auth-trigger .material-symbols-rounded { flex: 0 0 auto; font-size: 20px; }
.vs-auth-trigger-sidebar { width: 100%; min-height: 44px; padding: 0 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: var(--surface-raised); }
.vs-auth-trigger-sidebar:hover { border-color: var(--accent); background: var(--surface-soft); }
.vs-account-menu-wrap { position: relative; min-width: 0; }
.vs-account-menu-wrap-sidebar { width: 100%; }
.vs-account-menu-wrap .vs-auth-trigger { cursor: pointer; }
.vs-auth-trigger-chevron { font-size: 18px !important; transition: transform 180ms ease; }
.vs-account-menu-wrap.is-open .vs-auth-trigger-chevron { transform: rotate(180deg); }
.vs-account-menu[hidden] { display: none !important; }
.vs-account-menu { position: absolute; z-index: 190; top: calc(100% + 10px); right: 0; width: min(300px, calc(100vw - 32px)); padding: 8px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface-raised); box-shadow: var(--shadow); }
.vs-account-menu-wrap-sidebar .vs-account-menu { top: auto; right: auto; bottom: calc(100% + 10px); left: 0; }
.vs-account-identity { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 10px; padding: 10px; margin-bottom: 6px; border-bottom: 1px solid var(--border); }
.vs-account-identity > .material-symbols-rounded { color: var(--muted); font-size: 32px; }
.vs-account-identity > span { min-width: 0; display: grid; gap: 2px; }
.vs-account-identity strong, .vs-account-identity small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vs-account-identity small { color: var(--muted); font-size: 12px; font-weight: 500; }
.vs-account-menu > :is(a, button) { width: 100%; min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 11px; border: 0; border-radius: 6px; background: transparent; color: var(--text); font: inherit; font-weight: 700; text-align: left; cursor: pointer; }
.vs-account-menu > :is(a, button):hover { background: var(--surface-soft); }
.vs-account-menu > a.is-danger { color: #ff6b70; }
.vs-account-menu > :is(a, button) .material-symbols-rounded { font-size: 20px; }
.vs-user-avatar { width: 24px; height: 24px; display: block; flex: 0 0 auto; border-radius: 50%; object-fit: cover; background: var(--surface-soft); }
.vs-user-avatar-identity { width: 40px; height: 40px; }
.vs-account-menu-wrap-mobile { flex: 0 0 auto; }
.vs-auth-trigger-mobile { width: 44px; height: 44px; min-width: 44px; padding: 0; border: 1px solid var(--border); border-radius: 50%; color: var(--text); background: var(--surface-raised); }
.vs-auth-trigger-mobile:hover { border-color: var(--accent); background: var(--surface-soft); }
.vs-auth-trigger-mobile .vs-auth-trigger-label, .vs-auth-trigger-mobile .vs-auth-trigger-chevron { display: none; }
.vs-auth-trigger-mobile.is-authenticated { border-color: transparent; background: transparent; }
.vs-auth-trigger-mobile.is-authenticated:hover { border-color: transparent; background: transparent; }
.vs-auth-trigger-mobile .vs-user-avatar { width: 28px; height: 28px; box-shadow: 0 0 0 1px var(--border); }
.vs-auth-trigger-mobile:hover .vs-user-avatar { box-shadow: 0 0 0 1px var(--accent); }
.vs-account-menu-wrap-mobile .vs-account-menu { right: 0; left: auto; width: min(300px, calc(100vw - 24px)); }
.vs-language-list { display: flex; align-items: center; gap: 6px; }
.vs-language-list-icon { width: 30px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted); }
.vs-language-list-icon .material-symbols-rounded { font-size: 19px; }
.vs-language-list a { min-width: 38px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; }
.vs-language-list a[aria-current="true"] { background: var(--text); color: var(--bg); border-color: var(--text); }
.vs-language-picker { position: relative; flex: 0 0 auto; }
.vs-language-picker summary { min-width: 72px; height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: transparent; cursor: pointer; list-style: none; }
.vs-language-picker summary::-webkit-details-marker { display: none; }
.vs-language-picker summary .material-symbols-rounded { color: var(--muted); font-size: 18px; }
.vs-language-picker summary .material-symbols-rounded:last-child { font-size: 17px; transition: transform 160ms ease; }
.vs-language-picker summary strong { font-size: 12px; font-weight: 800; }
.vs-language-picker[open] summary { border-color: var(--text); background: var(--surface-soft); }
.vs-language-picker[open] summary .material-symbols-rounded:last-child { transform: rotate(180deg); }
.vs-language-picker-menu { position: absolute; z-index: 90; top: calc(100% + 8px); right: 0; width: 190px; overflow: hidden; padding: 6px; border: 1px solid var(--border); border-radius: 7px; background: var(--surface-raised); box-shadow: var(--shadow); }
.vs-language-picker-menu a { min-height: 46px; display: grid; grid-template-columns: 36px minmax(0, 1fr) 20px; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 5px; color: var(--muted); }
.vs-language-picker-menu a:hover, .vs-language-picker-menu a[aria-current="true"] { color: var(--text); background: var(--surface-soft); }
.vs-language-picker-menu a > span { font-size: 12px; font-weight: 850; }
.vs-language-picker-menu a > small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.vs-language-picker-menu a .material-symbols-rounded { color: var(--accent); font-size: 18px; }
.vs-settings-icon-button { width: 38px; height: 38px; min-width: 38px; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 0; border: 1px solid var(--border); border-radius: 50%; color: var(--muted); background: transparent; font: inherit; line-height: 1; cursor: pointer; }
.vs-settings-icon-button:hover { color: var(--text); border-color: var(--text); background: var(--surface-soft); }
.vs-settings-icon-button .material-symbols-rounded { font-size: 18px; line-height: 1; }
.vs-copyright { padding-top: 12px; border-top: 1px solid var(--border); color: var(--subtle); font-size: 12px; }

.vs-feed, .vs-article-column { min-width: 0; border-right: 1px solid var(--border); }
.vs-feed-header { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 28px 18px; border-bottom: 1px solid var(--border); }
.vs-feed-header > div:first-child { min-width: 0; }
.vs-feed-header h1 { margin: 2px 0 0; font-size: 28px; line-height: 1.1; }
.vs-feed-header .vs-home-brand { margin: 0; color: var(--accent); font-size: 12px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.vs-home-title { margin: 2px 0 0; color: var(--text); font-size: 28px; font-weight: 800; line-height: 1.1; }
.vs-feed-header-actions { min-width: 0; flex: 0 0 auto; display: flex; align-items: center; gap: 10px; }
.vs-feed-preferences { display: flex; align-items: center; gap: 8px; padding-right: 10px; border-right: 1px solid var(--border); }
.vs-install-prompt { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto 40px; align-items: center; gap: 14px; margin: 16px 28px; padding: 14px; border: 1px solid color-mix(in srgb, var(--accent) 48%, var(--border)); border-radius: 7px; background: var(--surface); box-shadow: 0 12px 32px rgb(0 0 0 / 14%); }
.vs-install-prompt[hidden] { display: none; }
.vs-install-prompt > img { width: 52px; height: 52px; border-radius: 7px; }
.vs-install-copy { min-width: 0; display: grid; gap: 2px; }
.vs-install-copy strong { font-size: 15px; line-height: 1.25; }
.vs-install-copy span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.vs-install-action { min-height: 42px; padding: 0 14px; border: 0; border-radius: 5px; color: white; background: var(--accent-strong); font-size: 12px; font-weight: 800; cursor: pointer; }
.vs-install-action:hover { background: var(--accent); }
.vs-install-dismiss { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--muted); background: transparent; cursor: pointer; }
.vs-install-dismiss:hover { color: var(--text); background: var(--surface-soft); }
.vs-eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.vs-live-indicator { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; color: var(--signal); font-size: 13px; font-weight: 700; }
.vs-live-indicator i { position: relative; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px color-mix(in srgb, var(--signal) 16%, transparent); }
.vs-live-indicator i::after { content: ''; position: absolute; inset: -5px; border-radius: 50%; background: color-mix(in srgb, var(--signal) 34%, transparent); pointer-events: none; animation: vs-live-pulse 2.2s ease-out infinite; }
@keyframes vs-live-pulse { 0% { opacity: .7; transform: scale(.62); } 72%, 100% { opacity: 0; transform: scale(1.75); } }
@media (prefers-reduced-motion: reduce) { .vs-live-indicator i::after { animation: none; opacity: 0; } }
.vs-topic-strip { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 14px 28px; border-bottom: 1px solid var(--border); }
.vs-topic-strip::-webkit-scrollbar { display: none; }
.vs-topic-strip a { min-height: 38px; flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-decoration: none; }
.vs-topic-strip a .material-symbols-rounded { font-size: 18px; }
.vs-topic-strip a:hover, .vs-topic-strip a.is-active { color: var(--text); border-color: var(--accent); background: color-mix(in srgb, var(--accent) 12%, transparent); }
.vs-story-rail { overflow: hidden; padding: 14px 0 12px; border-bottom: 1px solid var(--border); }
.vs-story-scroll { display: flex; gap: 12px; overflow-x: auto; padding: 0 28px; scrollbar-width: none; scroll-snap-type: x proximity; }
.vs-story-scroll.is-resetting-position { scroll-snap-type: none; scroll-behavior: auto; }
.vs-story-scroll::-webkit-scrollbar { display: none; }
.vs-story-bubble { width: 76px; flex: 0 0 76px; display: grid; justify-items: center; gap: 7px; padding: 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; scroll-snap-align: start; }
.vs-story-ring { width: 68px; height: 68px; padding: 2px; overflow: hidden; border: 2px solid var(--accent); border-radius: 50%; background: var(--bg); }
.vs-story-ring img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.vs-story-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--muted); background: var(--surface-soft); }
.vs-story-placeholder .material-symbols-rounded { font-size: 28px; }
.vs-story-bubble-label { width: 100%; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align: center; font-size: 10px; line-height: 1.2; }
.vs-story-bubble:hover { color: var(--text); }
.vs-story-bubble:hover .vs-story-ring { border-color: var(--signal); }
.vs-story-bubble.is-partially-viewed .vs-story-ring { border-color: var(--accent); }
.vs-story-bubble.is-viewed { color: var(--muted); }
.vs-story-bubble.is-viewed .vs-story-ring { border-color: color-mix(in srgb, var(--muted) 72%, transparent); }
.vs-story-bubble.is-viewed .vs-story-ring img { opacity: .72; }
.vs-story-viewer[hidden] { display: none; }
.vs-story-viewer { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; touch-action: manipulation; }
.vs-story-viewer-backdrop { position: absolute; inset: 0; background: rgba(2, 6, 12, .82); backdrop-filter: blur(12px); }
.vs-story-viewer-panel { position: relative; width: min(460px, 100%); height: min(780px, calc(100dvh - 48px)); overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: #070b12; box-shadow: 0 30px 90px rgba(0, 0, 0, .48); transition: transform 180ms ease, opacity 180ms ease; }
.vs-story-viewer-panel.is-gesture-active { transition: none; will-change: transform, opacity; }
.vs-story-viewer-panel.is-cube-hidden { visibility: hidden; }
.vs-story-cube-stage { position: fixed; z-index: 5; pointer-events: none; perspective: 1200px; perspective-origin: center; }
.vs-story-cube-rotor { position: absolute; inset: 0; transform-style: preserve-3d; transform: translateZ(calc(-1 * var(--story-cube-depth))) rotateY(0deg); transition: transform 460ms cubic-bezier(.45, 0, .2, 1); will-change: transform; }
.vs-story-cube-stage.is-forward.is-animating .vs-story-cube-rotor { transform: translateZ(calc(-1 * var(--story-cube-depth))) rotateY(-90deg); }
.vs-story-cube-stage.is-reverse.is-animating .vs-story-cube-rotor { transform: translateZ(calc(-1 * var(--story-cube-depth))) rotateY(90deg); }
.vs-story-cube-face { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; pointer-events: none; backface-visibility: hidden; transform-style: preserve-3d; }
.vs-story-cube-face.is-outgoing { transform: rotateY(0deg) translateZ(var(--story-cube-depth)); }
.vs-story-cube-stage.is-forward .vs-story-cube-face.is-incoming { transform: rotateY(90deg) translateZ(var(--story-cube-depth)); }
.vs-story-cube-stage.is-reverse .vs-story-cube-face.is-incoming { transform: rotateY(-90deg) translateZ(var(--story-cube-depth)); }
.vs-story-cube-stage.is-animating .vs-story-cube-face.is-outgoing { filter: brightness(.62); }
@media (prefers-reduced-motion: reduce) { .vs-story-cube-stage { display: none; } }
.vs-story-progress { --story-progress-fill: rgba(255, 255, 255, .96); position: absolute; z-index: 4; top: 12px; left: 14px; right: 14px; display: flex; gap: 5px; pointer-events: none; }
.vs-story-progress i { position: relative; height: 3px; flex: 1; overflow: hidden; border-radius: 3px; background: rgba(255, 255, 255, .28); }
.vs-story-progress i::after { content: ''; position: absolute; inset: 0; background: var(--story-progress-fill); transform: scaleX(var(--story-progress, 0)); transform-origin: left center; }
.vs-story-progress i.is-complete::after { transform: scaleX(1); }
.vs-story-viewer-header { position: absolute; z-index: 4; top: 25px; left: 16px; right: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: white; }
.vs-story-viewer-header > div { min-width: 0; display: flex; align-items: baseline; gap: 8px; }
.vs-story-viewer-header > div { pointer-events: none; }
.vs-story-viewer-header strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vs-story-viewer-header span { flex: none; color: rgba(255, 255, 255, .72); font-size: 12px; }
.vs-story-viewer-header .vs-icon-button { width: 48px; height: 48px; flex: 0 0 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; color: white; background: rgba(0, 0, 0, .44); backdrop-filter: blur(10px); cursor: pointer; }
.vs-story-viewer-header .vs-icon-button .material-symbols-rounded { font-size: 28px; line-height: 1; }
.vs-story-viewer-header .vs-icon-button:hover { background: rgba(0, 0, 0, .65); }
.vs-story-stage, .vs-story-stage > img { width: 100%; height: 100%; }
.vs-story-stage > img { object-fit: cover; }
.vs-story-stage::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.34), transparent 25%, transparent 48%, rgba(0,0,0,.92)); pointer-events: none; }
.vs-story-tap-zone { position: absolute; z-index: 2; top: 74px; bottom: 0; width: 50%; appearance: none; -webkit-appearance: none; border: 0; outline: 0; background: transparent; -webkit-tap-highlight-color: transparent; touch-action: manipulation; user-select: none; }
.vs-story-tap-zone:hover, .vs-story-tap-zone:active, .vs-story-tap-zone:focus { outline: 0; background: transparent; box-shadow: none; }
.vs-story-tap-zone.is-previous { left: 0; }
.vs-story-tap-zone.is-next { right: 0; }
.vs-story-tap-zone:disabled { cursor: default; }
.vs-story-copy { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px; color: white; pointer-events: none; }
.vs-story-copy > span { font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, .68); }
.vs-story-copy h2 { margin: 8px 0; font-size: clamp(24px, 5vw, 34px); line-height: 1.08; }
.vs-story-copy p { margin: 0 0 18px; color: rgba(255, 255, 255, .78); font-size: 14px; line-height: 1.5; }
.vs-story-read { position: relative; z-index: 3; min-height: 46px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border-radius: 999px; background: white; color: #080b11; font-weight: 800; pointer-events: auto; }
body.vs-story-open { overflow: hidden; }
.vs-story-card { padding: 24px 28px 20px; border-bottom: 1px solid var(--border); }
.vs-story-card[hidden] { display: none !important; }
.vs-story-card:hover { background: color-mix(in srgb, var(--surface) 72%, transparent); }
.vs-story-meta, .vs-article-meta { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; }
.vs-story-meta a { color: var(--text); font-weight: 700; }
.vs-category-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.vs-story-link { display: block; }
.vs-story-link h2 { margin: 12px 0 8px; overflow-wrap: anywhere; font-size: clamp(21px, 2.3vw, 28px); line-height: 1.18; }
.vs-story-link p { margin: 0 0 16px; color: var(--muted); font-size: 15px; }
.vs-story-image { margin: 16px 0 0; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 6px; background: var(--surface-soft); }
.vs-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vs-story-card:hover .vs-story-image img { transform: scale(1.015); }
.vs-story-footer { min-height: 40px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; padding-top: 12px; color: var(--subtle); font-size: 12px; }
.vs-story-footer span, .vs-story-footer time { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.vs-story-footer .vs-story-stat { min-width: 0; }
.vs-story-footer .material-symbols-rounded { flex: 0 0 auto; font-size: 17px; }
.vs-share-button { margin-left: auto; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--muted); background: transparent; cursor: pointer; }
.vs-share-button:hover { color: var(--text); background: var(--surface-soft); }
.vs-share-button.is-copied { color: var(--signal); }
.pagination { padding: 24px 28px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 5px; }
.page-numbers.current { background: var(--accent); border-color: var(--accent); color: white; }

.vs-right-rail { position: sticky; top: 0; height: 100vh; padding: 22px 0 22px; overflow-y: auto; }
.vs-rail-language-bar { min-height: 40px; display: flex; justify-content: flex-end; align-items: center; gap: 8px; margin-bottom: 10px; }
.vs-rail-settings-button { width: 38px; height: 38px; flex: 0 0 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; }
.vs-rail-settings-button:hover { color: var(--text); border-color: var(--accent); background: var(--surface-soft); }
.vs-settings-overlay { position: fixed; z-index: 200; inset: 0; background: rgb(0 0 0 / 42%); }
.vs-settings-overlay[hidden] { display: none; }
.vs-settings-panel { position: absolute; top: 72px; right: 24px; width: min(390px, calc(100vw - 32px)); max-height: calc(100vh - 96px); overflow-y: auto; border: 1px solid var(--border); border-radius: 8px; background: var(--bg); box-shadow: var(--shadow); }
.vs-settings-header { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.vs-settings-header h2 { margin: 0; font-size: 22px; }
.vs-settings-close { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--muted); background: transparent; cursor: pointer; }
.vs-settings-close:hover { color: var(--text); background: var(--surface-soft); }
.vs-settings-group, .vs-settings-links { padding: 10px; }
.vs-settings-links { padding-top: 0; }
.vs-settings-row, .vs-settings-links > a, .vs-settings-about { min-height: 72px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 12px; border-bottom: 1px solid var(--border); }
.vs-settings-row:last-child, .vs-settings-links > :last-child { border-bottom: 0; }
.vs-settings-icon { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--text); background: var(--surface-soft); }
.vs-settings-copy { min-width: 0; display: grid; gap: 2px; }
.vs-settings-copy strong { font-size: 15px; }
.vs-settings-copy small { color: var(--muted); }
.vs-settings-options { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; padding-top: 4px; }
.vs-settings-options button, .vs-settings-languages a { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 5px; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.vs-settings-options button { gap: 6px; }
.vs-settings-options button .material-symbols-rounded { font-size: 17px; }
.vs-settings-options button[aria-pressed="true"], .vs-settings-languages a[aria-current="true"] { color: white; border-color: var(--accent); background: var(--accent-strong); }
.vs-settings-languages { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vs-settings-options-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vs-settings-links > a:hover { background: var(--surface-soft); }
:root[data-font-size="large"] .vs-story-link p { font-size: 18px; line-height: 1.62; }
:root[data-font-size="large"] .vs-story-link h2 { font-size: clamp(26px, 2.5vw, 32px); }
:root[data-font-size="large"] .vs-article-content { font-size: 22px; line-height: 1.78; }
:root[data-font-size="large"] .vs-story-copy p { font-size: 16px; }
.vs-blog-topbar, .vs-blog-lead, .vs-blog-section-title { display: none; }
.vs-article-backbar { display: flex; padding: 14px 28px 10px; }
.vs-article-backbar a { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px 0 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: var(--surface-raised); font-size: 13px; font-weight: 750; }
.vs-article-backbar a:hover { border-color: var(--accent); color: var(--text); background: var(--surface-soft); }
.vs-article-backbar .material-symbols-rounded { font-size: 20px; }
.vs-blog-lead[hidden] { display: none !important; }
:root[data-view-mode="blog"] .vs-shell { width: min(100%, 1540px); grid-template-columns: minmax(0, 1fr); gap: 0; padding: 0 30px; }
:root[data-view-mode="blog"] .vs-sidebar,
:root[data-view-mode="blog"] .vs-right-rail { display: none; }
:root[data-view-mode="blog"] .vs-feed { border: 0; }
:root[data-view-mode="blog"] .vs-feed-header { display: none; }
:root[data-view-mode="blog"] .vs-blog-topbar { position: sticky; z-index: 48; top: 0; min-height: 72px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(18px); }
:root[data-view-mode="blog"] .vs-blog-home { display: flex; align-items: center; }
:root[data-view-mode="blog"] .vs-blog-brand { width: 150px; display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; }
:root[data-view-mode="blog"] .vs-blog-brand img { display: block; width: 100%; height: auto; content: var(--vs-logo-dark); }
:root[data-theme="light"][data-view-mode="blog"] .vs-blog-brand img { content: var(--vs-logo-light); }
:root[data-view-mode="blog"] .vs-blog-brand .vs-beta-label { margin-right: 6px; }
:root[data-view-mode="blog"] .vs-blog-nav,
:root[data-view-mode="blog"] .vs-blog-tools { min-width: 0; display: flex; align-items: center; gap: 8px; }
:root[data-view-mode="blog"] .vs-blog-nav { overflow-x: auto; scrollbar-width: none; }
:root[data-view-mode="blog"] .vs-blog-nav::-webkit-scrollbar { display: none; }
:root[data-view-mode="blog"] .vs-blog-nav a,
:root[data-view-mode="blog"] .vs-blog-mode-button { min-height: 38px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 13px; border: 1px solid transparent; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: 13px; font-weight: 750; }
:root[data-view-mode="blog"] .vs-blog-nav a { text-decoration: none; }
:root[data-view-mode="blog"] .vs-blog-nav a:hover,
:root[data-view-mode="blog"] .vs-blog-nav a.is-active { color: var(--text); background: var(--surface-soft); }
:root[data-view-mode="blog"] .vs-blog-nav .material-symbols-rounded,
:root[data-view-mode="blog"] .vs-blog-mode-button .material-symbols-rounded { font-size: 18px; }
:root[data-view-mode="blog"] .vs-blog-mode-button { border-color: var(--text); color: var(--text); background: var(--surface-raised); }
:root[data-view-mode="blog"] .vs-blog-mode-button:hover { border-color: var(--accent); background: var(--surface-soft); }
:root[data-view-mode="blog"] .vs-blog-tools { justify-content: flex-end; padding-right: 10px; }
:root[data-view-mode="blog"] .vs-blog-search-menu { position: relative; flex: 0 0 auto; }
:root[data-view-mode="blog"] .vs-blog-search-menu > summary { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); background: var(--surface-raised); cursor: pointer; list-style: none; }
:root[data-view-mode="blog"] .vs-blog-search-menu > summary::-webkit-details-marker { display: none; }
:root[data-view-mode="blog"] .vs-blog-search-menu > summary:hover,
:root[data-view-mode="blog"] .vs-blog-search-menu[open] > summary { border-color: var(--accent); color: var(--text); background: var(--surface-soft); }
:root[data-view-mode="blog"] .vs-blog-search-menu > summary .material-symbols-rounded { font-size: 20px; }
:root[data-view-mode="blog"] .vs-blog-search-popover { position: absolute; z-index: 190; top: calc(100% + 10px); right: 0; width: min(420px, calc(100vw - 32px)); padding: 8px; box-sizing: border-box; border: 1px solid var(--border); border-radius: 8px; background: var(--surface-raised); box-shadow: var(--shadow); }
:root[data-view-mode="blog"] .vs-blog-search-popover .vs-search-form { background: var(--surface); }
:root[data-view-mode="blog"] .vs-auth-trigger-blog { max-width: 150px; min-height: 40px; padding: 0 16px; border: 1px solid var(--text); border-radius: 999px; color: var(--bg); background: var(--text); font-size: 13px; }
:root[data-view-mode="blog"] .vs-auth-trigger-blog:hover { border-color: var(--accent); background: var(--accent); color: white; }
:root[data-view-mode="blog"] .vs-account-menu-wrap-blog { width: 150px; max-width: 150px; }
:root[data-view-mode="blog"] .vs-account-menu-wrap-blog .vs-auth-trigger-blog { width: 100%; max-width: none; }
:root[data-view-mode="blog"] .vs-article-backbar { padding: 14px 0 10px; }
@media (min-width: 901px) {
  .vs-article-toolbar .vs-language-list-inline { display: none; }
  .vs-article-toolbar { justify-content: flex-end; }
}
:root[data-view-mode="blog"] .vs-blog-lead { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 2.25fr); grid-template-rows: repeat(2, minmax(200px, 1fr)); gap: 18px; padding: 30px 0; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-card { position: relative; min-height: 190px; overflow: hidden; padding: 0; border: 0; border-radius: 7px; background: #090c11; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-card:first-child { grid-column: 2; grid-row: 1 / 3; min-height: 418px; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-card:nth-child(2) { grid-column: 1; grid-row: 1; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-card:nth-child(3) { grid-column: 1; grid-row: 2; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; color: white; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, transparent 24%, rgba(3, 6, 10, .18) 48%, rgba(3, 6, 10, .94) 100%); }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link > *:not(.vs-story-image) { position: relative; z-index: 2; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; margin: 0; border-radius: 0; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-image img { width: 100%; height: 100%; object-fit: cover; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link h2 { margin: 0; font-size: 19px; line-height: 1.18; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-card:first-child .vs-story-link h2 { max-width: 90%; font-size: 31px; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link p { display: none; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-footer { position: absolute; z-index: 4; right: 18px; bottom: 14px; left: 18px; min-height: 32px; gap: 8px 10px; padding: 0; color: rgb(255 255 255 / 72%); }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-footer .vs-story-source { display: none; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link { padding-bottom: 82px; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-card:first-child .vs-story-link { padding-bottom: 64px; }
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-link h2 { margin-bottom: 0; }
:root[data-view-mode="blog"] .vs-story-rail { padding: 18px 0; border-top: 1px solid var(--border); }
:root[data-view-mode="blog"] .vs-story-scroll { padding-inline: 0; }
:root[data-view-mode="blog"] .vs-topic-strip { display: none; }
:root[data-view-mode="blog"] .vs-blog-section-title { display: flex; align-items: center; gap: 16px; margin: 0; padding: 30px 0 16px; font-size: 22px; line-height: 1.2; }
:root[data-view-mode="blog"] .vs-blog-section-title::after { content: ''; height: 1px; flex: 1; background: var(--border); }
:root[data-view-mode="blog"] .vs-story-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; padding: 0 0 36px; }
:root[data-view-mode="blog"] .vs-story-list.has-blog-lead > .vs-story-card:nth-of-type(-n+3) { display: none; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-card { position: relative; grid-column: span 2; min-width: 0; overflow: hidden; padding: 0; border: 1px solid var(--border); border-radius: 7px; background: var(--surface); }
:root[data-view-mode="blog"] .vs-story-list .vs-story-card:hover { background: var(--surface-raised); }
:root[data-view-mode="blog"] .vs-story-list .vs-story-meta,
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-meta {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 16px;
  width: fit-content;
  max-width: calc(100% - 32px);
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 7px;
  color: rgb(255 255 255 / 72%);
  background: rgb(14 18 24 / 76%);
  box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 1;
}
:root[data-view-mode="blog"] .vs-story-list .vs-story-meta a,
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-meta a { overflow: hidden; color: white; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-meta time,
:root[data-view-mode="blog"] .vs-blog-lead .vs-story-meta time { flex: 0 0 auto; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-card:not(.has-post-thumbnail) .vs-story-meta { position: static; margin: 14px 14px 0; color: var(--muted); background: var(--surface-soft); box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-card:not(.has-post-thumbnail) .vs-story-meta a { color: var(--text); }
:root[data-view-mode="blog"] .vs-story-list .vs-story-link { display: flex; flex-direction: column; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-image { order: -1; margin: 0 0 14px; border-radius: 0; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-link h2 { min-height: 3.54em; margin: 8px 14px 7px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 18px; line-height: 1.18; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-link p { min-height: 4.5em; margin: 0 14px 4px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 13px; line-height: 1.5; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-footer { gap: 7px 12px; padding: 8px 14px 12px; }
:root[data-view-mode="blog"] .vs-story-list .vs-story-source { display: none; }
:root[data-view-mode="blog"] .vs-story-card .vs-share-button { width: 32px; height: 32px; flex: 0 0 32px; border: 1px solid rgb(255 255 255 / 26%); color: white; background: rgb(5 8 12 / 68%); box-shadow: 0 2px 10px rgb(0 0 0 / 32%); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
:root[data-view-mode="blog"] .vs-story-card .vs-share-button:hover { color: white; border-color: rgb(255 255 255 / 48%); background: rgb(5 8 12 / 88%); }
@media (min-width: 901px) {
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-hero { grid-column: span 4; grid-row: span 2; min-height: 590px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-stack { grid-column: span 2; min-height: 286px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-wide { grid-column: 1 / -1; min-height: 340px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-half { grid-column: span 3; min-height: 210px; }

  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) { position: relative; background: #090c11; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-link { position: absolute; inset: 0; display: flex; justify-content: flex-end; padding: 22px; color: white; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-link::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, transparent 30%, rgb(3 6 10 / 90%) 100%); }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-link > *:not(.vs-story-image) { position: relative; z-index: 2; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; margin: 0; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-image img { height: 100%; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-footer { position: absolute; z-index: 4; right: 22px; bottom: 16px; left: 22px; min-height: 28px; gap: 12px; padding: 0; color: rgb(255 255 255 / 72%); }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack) .vs-story-footer .vs-story-source { display: none; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-hero .vs-story-link { padding-bottom: 72px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-hero .vs-story-link h2 { min-height: 0; margin: 0; font-size: clamp(27px, 2.7vw, 39px); -webkit-line-clamp: 3; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-hero .vs-story-link p { min-height: 0; max-width: 70ch; margin: 14px 0 0; color: rgb(255 255 255 / 82%); font-size: 15px; -webkit-line-clamp: 3; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-stack .vs-story-link { padding-bottom: 72px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-stack .vs-story-link h2 { min-height: 0; margin: 0; font-size: 19px; -webkit-line-clamp: 3; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-stack .vs-story-link p { display: none; }

  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) { position: relative; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-wide .vs-story-link { display: grid; grid-template-columns: 52% 48%; grid-template-rows: 1fr 1fr; min-height: 340px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-half .vs-story-link { display: grid; grid-template-columns: 40% 60%; grid-template-rows: 1fr 1fr; min-height: 210px; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) .vs-story-image { grid-column: 1; grid-row: 1 / -1; width: 100%; height: 100%; margin: 0; border-radius: 0; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) .vs-story-image img { height: 100%; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) .vs-story-link h2 { grid-column: 2; grid-row: 1; align-self: end; min-height: 0; margin: 54px 26px 10px; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) .vs-story-link p { grid-column: 2; grid-row: 2; align-self: start; min-height: 0; margin: 0 26px 54px; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-wide .vs-story-link h2 { font-size: clamp(25px, 2.3vw, 36px); -webkit-line-clamp: 3; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-wide .vs-story-link p { font-size: 15px; -webkit-line-clamp: 4; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-half .vs-story-link h2 { margin: 46px 20px 8px; font-size: 18px; -webkit-line-clamp: 3; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-half .vs-story-link p { margin: 0 20px 44px; font-size: 13px; -webkit-line-clamp: 2; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) .vs-story-footer { position: absolute; right: 24px; bottom: 18px; z-index: 2; padding: 0; }
  :root[data-view-mode="blog"] .vs-story-card.vs-editorial-half .vs-story-footer { right: 18px; bottom: 14px; }
  :root[data-view-mode="blog"] .vs-story-card:is(.vs-editorial-wide, .vs-editorial-half) .vs-story-source { display: none; }
}
:root.vs-infinite-enabled .vs-pagination-fallback { display: none; }
.vs-infinite-feed { display: none; min-height: 72px; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 13px; }
:root.vs-infinite-enabled .vs-infinite-feed { display: flex; }
.vs-infinite-feed.is-complete { min-height: 28px; }
.vs-infinite-spinner { width: 22px; height: 22px; display: none; border: 2px solid var(--border); border-top-color: var(--accent); border-radius: 50%; animation: vs-infinite-spin 700ms linear infinite; }
.vs-infinite-feed.is-loading .vs-infinite-spinner { display: block; }
@keyframes vs-infinite-spin { to { transform: rotate(360deg); } }
.vs-search-form { position: relative; height: 46px; display: flex; align-items: center; gap: 8px; padding: 0 14px; overflow: visible; background: var(--surface-raised); border: 1px solid var(--border); border-radius: 999px; }
.vs-search-form input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); }
.vs-search-form.is-searching::after { width: 14px; height: 14px; flex: 0 0 auto; content: ''; border: 2px solid var(--border); border-top-color: var(--accent); border-radius: 50%; animation: vs-infinite-spin .7s linear infinite; }
.vs-live-search-results { position: absolute; z-index: 230; top: calc(100% + 8px); left: 0; width: min(440px, calc(100vw - 32px)); min-width: 100%; max-height: min(52dvh, 420px); padding: 6px; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 18px 42px rgba(0, 0, 0, .28); }
.vs-live-search-results[hidden] { display: none; }
.vs-live-search-item { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 64px; padding: 7px; color: var(--text); text-decoration: none; border-radius: 6px; }
.vs-live-search-item:hover, .vs-live-search-item:focus-visible { background: var(--surface-soft); outline: 0; }
.vs-live-search-thumb { width: 56px; height: 56px; object-fit: cover; background: var(--surface-soft); border-radius: 5px; }
.vs-live-search-thumb.is-placeholder { display: block; }
.vs-live-search-copy { display: grid; gap: 3px; min-width: 0; }
.vs-live-search-copy small { overflow: hidden; color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; }
.vs-live-search-copy strong { display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; font-size: 13px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vs-live-search-empty { margin: 0; padding: 14px; color: var(--muted); font-size: 12px; }
.vs-blog-search-popover .vs-live-search-results { right: auto; left: 0; width: 100%; min-width: 0; }
.vs-search-wrap, .vs-search-wrap .vs-search-form, .vs-search-wrap .vs-live-search-results, .vs-search-wrap .vs-live-search-item, .vs-search-wrap .vs-live-search-copy { min-width: 0; max-width: 100%; box-sizing: border-box; }
.vs-search-wrap .vs-live-search-results { right: 0; left: 0; width: 100%; }
.vs-rail-section { margin-top: 18px; border: 1px solid var(--border); border-radius: 7px; overflow: hidden; background: var(--surface); }
.vs-section-heading { height: 54px; display: flex; align-items: center; gap: 9px; padding: 0 16px; border-bottom: 1px solid var(--border); }
.vs-section-heading .material-symbols-rounded { color: var(--accent); }
.vs-section-heading h2 { margin: 0; font-size: 15px; }
.vs-topic-list a { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.vs-topic-list a:last-child { border-bottom: 0; }
.vs-topic-list a:hover { background: var(--surface-soft); }
.vs-topic-list span { font-weight: 700; }
.vs-topic-list small { color: var(--subtle); }
.vs-rail-links { margin-top: 18px; color: var(--subtle); font-size: 11px; line-height: 1.8; }
.vs-rail-links ul { display: flex; flex-wrap: wrap; gap: 4px 12px; margin: 0 0 8px; padding: 0; }
.vs-rail-links li { list-style: none; }

.vs-article-header { border-bottom: 1px solid var(--border); background: var(--surface); }
.vs-article-hero-media { width: 100%; height: min(37.5vw, 540px); min-height: 360px; overflow: hidden; background: var(--surface-soft); }
.vs-article-image-open { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.vs-article-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vs-article-image-open:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
.vs-image-lightbox[hidden] { display: none !important; }
body.vs-image-lightbox-open { overflow: hidden; }
.vs-image-lightbox { position: fixed; inset: 0; z-index: 360; display: flex; align-items: center; justify-content: center; padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom)); isolation: isolate; }
.vs-image-lightbox-backdrop { position: absolute; inset: 0; z-index: 0; background: rgb(3 5 8 / 96%); -webkit-backdrop-filter: none; backdrop-filter: none; }
.vs-image-lightbox-panel { position: relative; z-index: 1; box-sizing: border-box; width: min(1400px, calc(100vw - 28px)); height: min(900px, calc(100vh - 28px)); height: min(900px, calc(100dvh - 28px)); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgb(255 255 255 / 16%); border-radius: 8px; background: #080a0d; box-shadow: 0 28px 90px rgb(0 0 0 / 58%); }
.vs-image-lightbox-canvas { flex: 1 1 auto; min-width: 0; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 6px; }
.vs-image-lightbox-canvas img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; }
.vs-image-lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 20%); border-radius: 50%; color: #fff; background: rgb(8 10 13 / 76%); cursor: pointer; }
.vs-image-lightbox-close:hover { background: rgb(30 34 40 / 92%); }
.vs-image-lightbox-credit { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 5px; margin: 0; padding: 9px 52px 10px; border-top: 1px solid rgb(255 255 255 / 12%); color: #9da6b3; font-size: 11px; line-height: 1.4; text-align: center; }
.vs-image-lightbox-credit a, .vs-image-lightbox-credit strong { color: #e5e9ef; font-weight: 650; }
.vs-image-lightbox-credit a { text-decoration: underline; text-underline-offset: 2px; }
.vs-article-heading { padding: 28px 32px 26px; }
.vs-category-pill { display: inline-flex; min-height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; background: var(--accent-strong); color: white; font-size: 12px; font-weight: 800; }
.vs-article-heading h1 { max-width: 880px; margin: 12px 0 12px; overflow-wrap: anywhere; color: var(--text); font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; }
.vs-article-heading .vs-article-meta { color: var(--muted); }
.vs-article-toolbar { min-height: 62px; display: flex; align-items: center; gap: 16px; padding: 12px 28px; border-bottom: 1px solid var(--border); }
.vs-language-list-inline { flex-wrap: wrap; }
.vs-share-button-text { width: auto; padding: 0 13px; border-radius: 999px; gap: 7px; }
.vs-article-content { padding: 34px 42px; color: var(--text); font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.72; }
.vs-article-content > * { max-width: 680px; margin-left: auto; margin-right: auto; }
.vs-article-content p { margin-top: 0; margin-bottom: 1.35em; }
.vs-article-content h2, .vs-article-content h3 { margin-top: 1.7em; margin-bottom: .65em; font-family: Inter, system-ui, sans-serif; line-height: 1.18; }
.vs-article-content h2 { font-size: 28px; }
.vs-article-content h3 { font-size: 23px; }
.vs-article-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.vs-article-content img { width: 100%; height: auto; border-radius: 5px; }
.vs-article-content blockquote { padding-left: 20px; border-left: 3px solid var(--accent); color: var(--muted); }
.vs-ai-notice { max-width: 680px; margin: -8px auto 28px; padding: 0 42px; color: var(--muted); font-size: 12px; line-height: 1.45; text-align: center; opacity: .62; }
.vs-ai-bot-name { color: var(--text); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.vs-page-header { padding: 48px 42px 30px; border-bottom: 1px solid var(--border); background: var(--surface); }
.vs-page-backbar { min-height: 58px; display: flex; align-items: center; padding: 8px 42px; border-bottom: 1px solid var(--border); background: var(--surface); }
.vs-page-backbar a { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 750; }
.vs-page-backbar a:hover { color: var(--text); }
.vs-page-backbar .material-symbols-rounded { font-size: 22px; }
.vs-page-header h1 { max-width: 760px; margin: 9px 0 0; overflow-wrap: anywhere; font-size: clamp(34px, 4vw, 50px); line-height: 1.06; }
.vs-page-content { min-height: 52vh; }
.vs-brand-homepage .vs-page-header p { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.vs-brand-links { display: flex; flex-wrap: wrap; gap: 12px 22px; padding-top: 22px; border-top: 1px solid var(--border); }
.vs-brand-links a { font-weight: 750; }
.vs-page-content .wpforms-container { font-family: Inter, system-ui, sans-serif; }
.vs-page-content .wpforms-container input:not([type="checkbox"]):not([type="radio"]),
.vs-page-content .wpforms-container textarea,
.vs-page-content .wpforms-container select { border-color: var(--border) !important; background: var(--surface-raised) !important; color: var(--text) !important; }
.vs-page-content .wpforms-container label, .vs-page-content .wpforms-container .wpforms-field-label { color: var(--text) !important; }
.vs-page-content .wpforms-container button[type="submit"] { min-height: 44px; border: 0 !important; border-radius: 5px !important; background: var(--accent-strong) !important; color: white !important; font-weight: 750; }
.vs-page-content .wpforms-container button[type="submit"]:hover { background: var(--accent) !important; }
.vs-secondary-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--border); border-radius: 5px; color: var(--text); background: var(--surface-raised); font-weight: 700; }
.vs-secondary-button:hover { border-color: var(--accent); }
.vs-provenance { width: calc(100% - 68px); max-width: 680px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 0 auto 30px; }
.vs-source-link { min-width: 0; min-height: 38px; max-width: min(100%, 360px); display: inline-flex; align-items: center; justify-content: flex-start; gap: 9px; padding: 7px 10px; border: 1px solid var(--border); border-color: color-mix(in srgb, var(--border) 72%, transparent); border-radius: 6px; background: var(--surface); background: color-mix(in srgb, var(--surface) 62%, transparent); color: var(--muted); opacity: .68; transition: opacity 160ms ease, color 160ms ease, border-color 160ms ease, background-color 160ms ease; }
.vs-source-link:hover, .vs-source-link:focus-visible { border-color: var(--border); background: var(--surface-raised); color: var(--text); opacity: 1; }
.vs-source-link span { min-width: 0; display: flex; align-items: baseline; gap: 6px; }
.vs-source-link small { flex: 0 0 auto; color: var(--subtle); font-size: 11px; line-height: 1; }
.vs-source-link strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; line-height: 1.2; }
.vs-source-link .material-symbols-rounded { flex: 0 0 auto; margin-left: 2px; font-size: 16px; }
.vs-post-navigation { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); }
.vs-post-navigation > div { min-width: 0; }
.vs-post-navigation a { min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 20px 28px; }
.vs-post-navigation > div + div { border-left: 1px solid var(--border); text-align: right; }
.vs-post-navigation small { color: var(--subtle); }
.vs-post-navigation strong { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.vs-empty-state, .vs-error-page { padding: 48px 28px; }
.vs-primary-button { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 5px; background: var(--accent); color: white; font-weight: 700; }

.vs-mobile-header, .vs-mobile-search, .vs-bottom-nav { display: none; }
.vs-pull-refresh { display: none; }

@media (max-width: 1120px) {
  :root { --sidebar: 190px; --rail: 260px; }
  .vs-shell { gap: 16px; padding: 0 12px; }
  .vs-story-card { padding-left: 22px; padding-right: 22px; }
  .vs-article-content { padding-left: 30px; padding-right: 30px; }
  :root[data-view-mode="blog"] .vs-shell { gap: 0; padding-inline: 20px; }
  :root[data-view-mode="blog"] .vs-blog-nav a:nth-of-type(n+5) { display: none; }
}

@media (max-width: 900px) {
  .vs-blog-topbar { display: none !important; }
  :root.vs-installed-app { overscroll-behavior-y: none; }
  :root.vs-installed-app .vs-article-image-open { pointer-events: none; cursor: default; }
  :root.vs-installed-app .vs-image-lightbox { display: none !important; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  body.vs-story-open { padding-bottom: 0; }
  .vs-story-viewer { padding: 0; }
  .vs-story-viewer-panel { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
  :root.vs-installed-app .vs-story-progress { top: calc(12px + env(safe-area-inset-top)); }
  :root.vs-installed-app .vs-story-viewer-header { top: calc(25px + env(safe-area-inset-top)); }
  .vs-mobile-header { position: sticky; z-index: 50; top: 0; height: calc(62px + env(safe-area-inset-top)); display: flex; align-items: center; justify-content: space-between; padding: env(safe-area-inset-top) 16px 0; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: blur(16px); }
  :root.vs-installed-app .vs-mobile-header { position: sticky; height: 62px; padding: 0 16px; border-bottom: 0; background: var(--bg); box-shadow: inset 0 -1px var(--border); -webkit-backdrop-filter: none; backdrop-filter: none; }
  :root.vs-installed-app .vs-pull-refresh { position: fixed; z-index: 49; top: 62px; left: 0; width: 100%; height: 72px; display: block; overflow: hidden; opacity: 0; pointer-events: none; filter: drop-shadow(0 7px 12px rgb(0 0 0 / 18%)); transform: translateY(-82px); transition: opacity 120ms ease, transform 180ms ease; }
  :root.vs-installed-app .vs-pull-refresh.is-visible { opacity: 1; transform: translateY(0); }
  :root.vs-installed-app .vs-shell { transform: translateY(var(--vs-pull-content-y, 0)); transition: transform 180ms ease; }
  :root.vs-installed-app.vs-pull-active .vs-shell { transition: none; }
  .vs-pull-refresh-logo { position: absolute; z-index: 3; top: 4px; left: 50%; width: 98px; height: auto; content: var(--vs-logo-dark); opacity: var(--vs-pull-scene-opacity, 0); transform: translate(-50%, var(--vs-pull-logo-y, 18px)); transition: opacity 80ms linear; }
  :root[data-theme="light"] .vs-pull-refresh-logo { content: var(--vs-logo-light); }
  .vs-pull-refresh-sun { position: absolute; z-index: 1; top: 7px; left: 50%; width: 40px; height: 40px; border-radius: 50%; background: var(--mountain-sun); opacity: var(--vs-pull-sun-opacity, 0); transform: translate(-50%, var(--vs-pull-sun-y, 24px)) scale(var(--vs-pull-sun-scale, .65)); box-shadow: 0 0 24px color-mix(in srgb, var(--mountain-sun) 68%, transparent); }
  .vs-pull-refresh-mountain { position: absolute; right: 0; bottom: 0; left: 0; transform: translateY(var(--vs-pull-mountain-y, 10px)); transition: background-color 140ms ease; }
  .vs-pull-refresh-mountain-back { z-index: 2; height: 45px; background: var(--mountain-back); clip-path: polygon(0 100%, 0 76%, 8% 52%, 15% 67%, 24% 18%, 33% 63%, 43% 37%, 51% 70%, 61% 12%, 71% 66%, 81% 34%, 91% 70%, 100% 48%, 100% 100%); }
  .vs-pull-refresh-mountain-mid { z-index: 4; height: 35px; background: var(--mountain-mid); clip-path: polygon(0 100%, 0 68%, 11% 28%, 22% 72%, 34% 42%, 46% 77%, 57% 27%, 69% 73%, 82% 38%, 92% 72%, 100% 57%, 100% 100%); }
  .vs-pull-refresh-mountain-front { z-index: 5; height: 25px; background: var(--mountain-front); clip-path: polygon(0 100%, 0 72%, 14% 48%, 27% 77%, 42% 39%, 58% 76%, 72% 51%, 86% 79%, 100% 44%, 100% 100%); }
  :root.vs-installed-app .vs-pull-refresh.is-ready .vs-pull-refresh-sun { opacity: 1; }
  :root.vs-installed-app .vs-pull-refresh.is-refreshing .vs-pull-refresh-logo { animation: vs-veridia-rise 720ms ease-in-out infinite alternate; }
  :root.vs-installed-app .vs-pull-refresh.is-refreshing .vs-pull-refresh-sun { animation: vs-veridia-sun 720ms ease-in-out infinite alternate; }
  .vs-mobile-brand { width: 124px; display: flex; flex-direction: column; align-items: flex-end; transform: translateX(-14px); }
  .vs-mobile-brand-image { width: 100%; height: auto; }
  .vs-mobile-brand-image-light { display: none; }
  :root[data-theme="light"] .vs-mobile-brand-image-dark { display: none; }
  :root[data-theme="light"] .vs-mobile-brand-image-light { display: block; }
  .vs-mobile-brand .vs-beta-label { margin: 0 7px 0 0; font-size: 7px; }
  :root.vs-installed-app .vs-mobile-brand { width: 121px; height: 32px; margin-left: -14px; transform: none; }
  :root.vs-installed-app .vs-mobile-brand img { width: 121px; height: 24px; }
  .vs-mobile-actions { display: flex; gap: 4px; }
  .vs-mobile-language { position: relative; }
  .vs-mobile-language summary { min-width: 58px; height: 44px; padding: 0 10px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; color: var(--text); cursor: pointer; font-size: 12px; font-weight: 800; list-style: none; }
  :root.vs-installed-app .vs-mobile-language summary { width: 62px; min-width: 62px; padding-inline: 0; }
  .vs-mobile-language summary .material-symbols-rounded { font-size: 19px; }
  .vs-mobile-language summary::-webkit-details-marker { display: none; }
  .vs-mobile-language[open] summary { background: var(--surface-soft); }
  .vs-mobile-language-menu { position: absolute; z-index: 80; top: 50px; right: 0; display: flex; gap: 6px; padding: 10px; border: 1px solid var(--border); border-radius: 7px; background: var(--surface-raised); box-shadow: var(--shadow); }
  .vs-mobile-language-menu a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--border); border-radius: 50%; color: var(--muted); font-size: 11px; font-weight: 800; }
  .vs-mobile-language-menu a[aria-current="true"] { color: var(--bg); background: var(--text); border-color: var(--text); }
  .vs-icon-button { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: transparent; color: var(--text); }
  .vs-settings-overlay { background: rgb(0 0 0 / 54%); }
  .vs-settings-panel { position: absolute; top: calc(62px + env(safe-area-inset-top)); right: 0; bottom: 0; left: 0; width: 100%; max-height: none; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 8px 8px 0 0; }
  :root.vs-installed-app .vs-settings-panel { top: 62px; }
  .vs-desktop-view-setting { display: none; }
  .vs-mobile-search { position: sticky; z-index: 49; top: calc(62px + env(safe-area-inset-top)); padding: 10px 14px; border-bottom: 1px solid var(--border); background: var(--bg); }
  :root.vs-installed-app .vs-mobile-search { top: 62px; }
  .vs-mobile-search:not([hidden]) { display: block; }
  .vs-mobile-search .vs-search-form { width: 100%; box-sizing: border-box; }
  .vs-mobile-search .vs-search-form input { font-size: 16px; }
  .vs-mobile-search .vs-live-search-results { width: 100%; min-width: 0; max-height: min(48dvh, 360px); }
  .vs-shell { width: min(100%, 720px); display: block; min-height: auto; padding: 0; }
  .vs-sidebar, .vs-right-rail { display: none; }
  .vs-feed, .vs-article-column { border-left: 0; border-right: 0; }
  .vs-bottom-nav { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: calc(64px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3, 1fr); padding: 5px 8px env(safe-area-inset-bottom); border-top: 1px solid var(--border); background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(18px); }
  .vs-bottom-nav a, .vs-bottom-nav button { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: var(--muted); font-size: 10px; }
  .vs-bottom-nav .is-active { color: var(--text); }
  .vs-feed-header { min-height: 86px; padding: 19px 16px 14px; }
  .vs-feed-preferences { display: none; }
  .vs-feed-header h1, .vs-home-title { font-size: 25px; }
  .vs-feed-header .vs-home-brand { font-size: 12px; }
  .vs-article-backbar,
  :root[data-view-mode="blog"] .vs-article-backbar { padding: 10px max(16px, env(safe-area-inset-right)) 8px max(16px, env(safe-area-inset-left)); }
  .vs-article-backbar a,
  :root[data-view-mode="blog"] .vs-article-backbar a { width: 44px; min-width: 44px; height: 44px; min-height: 44px; justify-content: center; gap: 0; padding: 0; border-radius: 50%; }
  .vs-article-backbar .vs-back-label { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .vs-install-prompt { grid-template-columns: 46px minmax(0, 1fr) 40px; gap: 11px; margin: 12px 16px; padding: 12px; }
  .vs-install-prompt > img { width: 46px; height: 46px; }
  .vs-install-action { grid-column: 2 / -1; width: 100%; min-height: 44px; }
  .vs-install-dismiss { position: absolute; top: 8px; right: 8px; }
  .vs-install-copy { padding-right: 34px; }
  .vs-topic-strip { padding: 11px 16px; }
  .vs-story-scroll,
  :root[data-view-mode="blog"] .vs-story-scroll {
    padding-left: calc(20px + env(safe-area-inset-left));
    padding-right: calc(20px + env(safe-area-inset-right));
    scroll-padding-left: calc(20px + env(safe-area-inset-left));
    scroll-padding-right: calc(20px + env(safe-area-inset-right));
  }
  .vs-story-card { padding: 20px 16px 16px; }
  :root[data-view-mode="blog"] .vs-story-list { display: grid; grid-template-columns: 1fr; gap: 14px; padding: 0 14px 28px; }
  :root[data-view-mode="blog"] .vs-story-list .vs-story-card,
  :root[data-view-mode="blog"] .vs-story-list .vs-story-card:is(.vs-editorial-hero, .vs-editorial-stack, .vs-editorial-wide, .vs-editorial-half) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 0;
  }
  .vs-story-link h2 { font-size: 23px; }
  .vs-story-footer { gap: 12px; }
  .vs-article-hero-media { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .vs-article-heading { padding: 20px 18px 18px; }
  .vs-article-heading h1 { margin-top: 10px; font-size: clamp(24px, 6.6vw, 30px); line-height: 1.12; }
  .vs-article-meta { flex-wrap: wrap; }
  .vs-article-toolbar { padding: 10px 16px; }
  .vs-article-content { padding: 28px 20px; font-size: 18px; }
  .vs-ai-notice { margin-top: -4px; padding: 0 20px; }
  .vs-page-header { padding: 34px 20px 24px; }
  .vs-page-backbar { padding: 7px 20px; }
  .vs-provenance { width: calc(100% - 32px); margin: 0 auto 24px; }
  .vs-post-navigation { grid-template-columns: 1fr; }
  .vs-post-navigation > div + div { border-left: 0; border-top: 1px solid var(--border); text-align: left; }
}

@media (max-width: 900px) and (display-mode: standalone) {
  .vs-mobile-header { position: sticky; height: 62px; padding: 0 16px; border-bottom: 0; background: var(--bg); box-shadow: inset 0 -1px var(--border); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .vs-mobile-brand { width: 121px; height: 32px; margin-left: -14px; overflow: hidden; transform: none; }
  .vs-mobile-brand-image { width: 121px; height: auto; }
  .vs-pull-refresh, .vs-settings-panel, .vs-mobile-search { top: 62px; }
  .vs-article-image-open { pointer-events: none; cursor: default; }
  .vs-image-lightbox { display: none !important; }
}

@media (max-width: 900px) and (display-mode: standalone) {
  @supports (-webkit-touch-callout: none) {
    body { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
    .vs-bottom-nav { height: calc(80px + env(safe-area-inset-bottom)); padding: 6px 8px calc(16px + env(safe-area-inset-bottom)); }
  }
}

@keyframes vs-veridia-rise { to { transform: translate(-50%, -3px); } }
@keyframes vs-veridia-sun { to { opacity: 1; transform: translate(-50%, -7px) scale(1.08); } }

@media (max-width: 440px) {
  .vs-story-footer .vs-story-source { display: none; }
  .vs-article-heading { padding-inline: 16px; }
  .vs-article-heading h1 { font-size: clamp(23px, 6.5vw, 29px); }
  .vs-article-content { padding-left: 17px; padding-right: 17px; }
}

@media (max-width: 620px) {
  .vs-blog-lead, .vs-blog-section-title { display: none !important; }
}
/* Reader authentication and consent */
body.vs-auth-open,
body.vs-account-dialog-open { overflow: hidden; }
.vs-auth-overlay[hidden],
.vs-account-overlay[hidden],
.vs-cookie-consent[hidden] { display: none !important; }
.vs-auth-overlay,
.vs-account-overlay {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: grid;
  place-items: center;
  padding: max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));
  background: rgb(5 7 10 / 74%);
  backdrop-filter: blur(10px);
}
.vs-auth-dialog {
  position: relative;
  width: min(100%, 500px);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  background: var(--surface);
  box-shadow: 0 28px 80px rgb(0 0 0 / 38%);
  text-align: center;
}
.vs-auth-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}
.vs-auth-close:hover { color: var(--text); background: var(--surface-soft); }
.vs-auth-logo { width: min(148px, 42vw); height: 62px; content: var(--vs-logo-dark); object-fit: contain; margin: 0 auto 12px; }
:root[data-theme="light"] .vs-auth-logo { content: var(--vs-logo-light); }
.vs-auth-eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.vs-auth-dialog h2 { margin: 0; font-size: clamp(28px, 5vw, 36px); line-height: 1.08; }
.vs-auth-intro { max-width: 390px; margin: 14px auto 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.vs-auth-divider { height: 1px; margin: 26px 0; background: var(--border); }
.vs-auth-provider {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  border: 1px solid #d7dbe2;
  border-radius: 8px;
  padding: 12px 18px;
  color: #111318;
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}
.vs-auth-provider:hover { border-color: #aeb6c2; background: #f5f7fa; }
.vs-google-mark { width: 22px; height: 22px; flex: 0 0 22px; display: block; }
.vs-auth-privacy, .vs-auth-legal { color: var(--muted); font-size: 13px; line-height: 1.55; }
.vs-auth-privacy { margin: 22px 0 0; }
.vs-auth-legal { margin: 14px 0 0; }
.vs-auth-legal a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.vs-auth-message { margin: 0 0 18px; padding: 12px; border-radius: 6px; background: var(--surface-soft); }
.vs-auth-message.is-error { color: #ffb4b4; background: rgb(229 72 77 / 14%); }
.vs-auth-context { min-height: 72vh; padding: clamp(36px, 8vw, 100px); filter: saturate(.72); }
.vs-auth-context-header span { color: var(--accent); font-weight: 800; }
.vs-auth-context-header h1 { margin: 4px 0 28px; font-size: clamp(38px, 6vw, 72px); }
.vs-auth-context-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vs-auth-context-grid article { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.vs-auth-context-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.vs-auth-context-grid strong { display: block; padding: 16px; }

.vs-account-dialog {
  position: relative;
  width: min(100%, 420px);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  background: var(--surface);
  box-shadow: 0 28px 80px rgb(0 0 0 / 42%);
  text-align: center;
}
.vs-account-dialog-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  flex: 0 0 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 999px;
  color: var(--accent);
  background: var(--surface-soft);
  overflow: hidden;
  isolation: isolate;
}
.vs-account-dialog-icon .material-symbols-rounded { font-size: 34px; }
.vs-account-dialog-icon img,
.vs-account-dialog-avatar {
  width: 68px !important;
  height: 68px !important;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  display: block;
  border: 0;
  border-radius: 999px !important;
  object-fit: cover;
  object-position: center;
}
.vs-account-dialog h2 { margin: 0; font-size: clamp(26px, 5vw, 34px); line-height: 1.1; overflow-wrap: anywhere; }
.vs-account-dialog-email { margin: 10px 0 0; color: var(--muted); overflow-wrap: anywhere; }
.vs-account-dialog-privacy {
  max-width: 310px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}
.vs-account-dialog-privacy-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--accent);
  font-size: 16px;
  line-height: 1;
  transform: translateY(1px);
}
.vs-account-dialog-privacy > span:last-child {
  min-width: 0;
}
.vs-account-signout {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  background: var(--surface-soft);
  font-weight: 800;
  text-decoration: none;
}
.vs-account-signout:hover { border-color: var(--accent); color: var(--text); }
.vs-account-comments-open {
  width: 100%; min-height: 58px; display: grid; grid-template-columns: 24px minmax(0, 1fr) 20px; align-items: center; gap: 10px;
  margin: 0 0 12px; padding: 10px 14px; border: 1px solid var(--border); border-radius: 8px; color: var(--text); background: transparent; font: inherit; text-align: left; cursor: pointer;
}
.vs-account-comments-open:hover { border-color: var(--accent); background: var(--surface-soft); }
.vs-account-comments-open > span { min-width: 0; display: grid; gap: 2px; }
.vs-account-comments-open strong, .vs-account-comments-open small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vs-account-comments-open small { color: var(--muted); font-size: 12px; font-weight: 500; }
.vs-account-comments-open .material-symbols-rounded { font-size: 20px; }
.vs-account-delete { margin: 16px 0 0; }
.vs-account-delete button { border: 0; color: var(--danger); background: transparent; font: inherit; font-weight: 750; cursor: pointer; }
.vs-account-dialog.is-comments-view { width: min(100%, 560px); padding: 28px; text-align: left; }
.vs-my-comments[hidden] { display: none !important; }
.vs-my-comments > header { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 12px; padding-right: 42px; }
.vs-my-comments > header button { width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--muted); background: transparent; cursor: pointer; }
.vs-my-comments > header button:hover { color: var(--text); background: var(--surface-soft); }
.vs-my-comments > header h2 { margin: 1px 0 4px; font-size: 24px; }
.vs-my-comments > header p { margin: 0; color: var(--muted); font-size: 13px; }
.vs-my-comments-status { margin: 28px 0 8px; color: var(--muted); text-align: center; }
.vs-my-comments-list { display: grid; margin-top: 18px; border-top: 1px solid var(--border); }
.vs-my-comment { min-width: 0; display: grid; gap: 10px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.vs-my-comment-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 0; color: var(--muted); font-size: 12px; }
.vs-my-comment-copy { display: -webkit-box; overflow: hidden; margin: 0; color: var(--text); line-height: 1.5; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.vs-my-comment-article { overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.vs-my-comment-actions { display: flex; align-items: center; gap: 18px; }
.vs-my-comment-actions :is(a, button), .vs-comment footer button { border: 0; padding: 0; color: var(--muted); background: transparent; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.vs-my-comment-actions a:hover { color: var(--text); }
.vs-my-comment-actions button, .vs-comment footer button { color: var(--danger); }
.vs-my-comment-actions button:disabled, .vs-comment footer button:disabled { opacity: .55; cursor: wait; }
.vs-my-comments-delete-all { width: 100%; min-height: 44px; margin-top: 18px; border: 1px solid color-mix(in srgb, var(--danger) 50%, var(--border)); border-radius: 8px; color: var(--danger); background: transparent; font: inherit; font-weight: 750; cursor: pointer; }
.vs-my-comments-delete-all:hover { background: color-mix(in srgb, var(--danger) 9%, transparent); }
.vs-my-comments-delete-all:disabled { opacity: .55; cursor: wait; }

.vs-cookie-consent {
  position: fixed;
  z-index: 300;
  left: max(20px, env(safe-area-inset-left));
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: 0 22px 70px rgb(0 0 0 / 32%);
  backdrop-filter: blur(16px);
}
.vs-cookie-copy { min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; align-items: start; }
.vs-cookie-icon { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--accent); background: color-mix(in srgb, var(--accent) 14%, transparent); }
.vs-cookie-copy h2 { margin: 0 0 5px; font-size: 18px; }
.vs-cookie-copy p { max-width: 720px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.vs-cookie-copy a { color: var(--text); text-underline-offset: 3px; }
.vs-cookie-actions { display: flex; gap: 10px; }
.vs-cookie-actions button { min-height: 48px; padding: 0 18px; border-radius: 8px; font: inherit; font-weight: 800; cursor: pointer; }
.vs-cookie-secondary { border: 1px solid var(--border); color: var(--text); background: transparent; }
.vs-cookie-primary { border: 1px solid var(--accent); color: #fff; background: var(--accent); }
.vs-settings-about { width: 100%; border: 0; border-bottom: 1px solid var(--border); color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.vs-settings-about:hover { background: var(--surface-soft); }

/* Native WordPress comments. Originals remain the stored source of truth. */
.vs-comments {
  width: min(100%, 820px);
  margin: clamp(48px, 8vw, 88px) auto 0;
  padding: 0 24px clamp(48px, 7vw, 80px) 0;
  box-sizing: border-box;
}
.vs-comments-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.vs-comments-heading h2 { margin: 0; font-size: clamp(22px, 3vw, 28px); line-height: 1.2; }
.vs-comments-heading span { color: var(--muted); font-size: 14px; }
.vs-comment-list, .vs-comment-list .children { margin: 0; padding: 0; list-style: none; }
.vs-comment-list .children { margin-left: 56px; }
.vs-comment > article {
  min-width: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.vs-comment-header { display: flex; align-items: center; gap: 12px; min-width: 0; }
.vs-comment-avatar { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; object-fit: cover; }
.vs-comment-header > div { min-width: 0; display: grid; gap: 2px; }
.vs-comment-header strong { overflow-wrap: anywhere; font-size: 15px; line-height: 1.25; }
.vs-comment-header time { color: var(--muted); font-size: 12px; }
.vs-comment-copy, .vs-comment-original {
  margin: 14px 0 0 56px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.vs-comment-copy p, .vs-comment-original p { margin: 0 0 10px; }
.vs-comment-copy p:last-child, .vs-comment-original p:last-child { margin-bottom: 0; }
.vs-comment-original {
  padding-left: 14px;
  border-left: 2px solid var(--border);
  color: var(--muted);
}
.vs-comment-translation-note {
  margin: 9px 0 0 56px;
  color: var(--muted);
  font-size: 12px;
}
.vs-comment-translation-note button, .vs-comment footer a, .vs-comment footer button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.vs-comment-translation-note button:hover, .vs-comment footer a:hover { color: var(--text); }
.vs-comment footer { margin: 10px 0 0 56px; display: flex; gap: 16px; color: var(--muted); font-size: 13px; }
.vs-comment-pending { margin: 12px 0 0 56px; color: #d49b45; font-size: 13px; }
.vs-comments-empty { margin: 28px 0; color: var(--muted); text-align: center; }
.vs-comment-form-wrap { margin-top: 30px; }
.vs-comment-form-wrap .comment-reply-title { margin: 0 0 14px; font-size: 20px; }
.vs-comment-form-wrap .comment-form-comment { margin: 0; }
.vs-comment-form-wrap textarea {
  width: 100%;
  min-height: 118px;
  resize: vertical;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--text);
  background: var(--surface);
  font: inherit;
  line-height: 1.55;
}
.vs-comment-form-wrap textarea:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.vs-comment-form-wrap .form-submit { margin: 14px 0 0; }
.vs-comment-submit {
  min-height: 44px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  background: var(--accent);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.vs-comment-submit:hover { filter: brightness(1.08); }
.vs-comment-signin {
  margin-top: 28px;
  padding: 28px 20px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.vs-comment-signin p { margin: 0 0 14px; color: var(--muted); }
.vs-comment-signin button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  padding: 0 20px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.vs-comment-signin button:hover { filter: brightness(1.08); }
.vs-comment-signin button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.vs-comment-signin button .material-symbols-rounded { font-size: 21px; }
.vs-comment-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 700px) {
  .vs-auth-overlay, .vs-account-overlay { align-items: end; padding: 12px 12px max(12px, env(safe-area-inset-bottom)); }
  .vs-auth-dialog, .vs-account-dialog { width: 100%; max-height: calc(100dvh - max(24px, env(safe-area-inset-top))); padding: 30px 22px 24px; }
  .vs-account-dialog.is-comments-view { padding: 22px 18px max(22px, env(safe-area-inset-bottom)); }
  .vs-auth-logo { height: 52px; }
  .vs-auth-context { padding: 28px 18px 110px; }
  .vs-auth-context-grid { grid-template-columns: 1fr; }
  .vs-auth-context-grid article:nth-child(n+2) { display: none; }
  .vs-cookie-consent { bottom: calc(76px + env(safe-area-inset-bottom)); grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .vs-cookie-copy { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; }
  .vs-cookie-icon { width: 36px; height: 36px; }
  .vs-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .vs-cookie-actions button { padding-inline: 12px; }
  .vs-comments { padding-right: 18px; }
  .vs-comment-list .children { margin-left: 24px; }
  .vs-comment-copy, .vs-comment-original, .vs-comment-translation-note, .vs-comment footer, .vs-comment-pending { margin-left: 0; }
  .vs-comment-original { padding-left: 12px; }
  .vs-comment-submit { width: 100%; }
}

@media (max-width: 400px) {
  .vs-cookie-actions { grid-template-columns: 1fr; }
}
