/* Vector Ridge app manual — route-scoped visual system. */
html.vrag-page {
  --vrag-appbar-height: 61px;
  --vrag-jump-height: 54px;
  min-width: 320px;
  min-height: 100%;
  background: #050506;
  color-scheme: dark;
  scroll-behavior: smooth;
}

html.vrag-page,
html.vrag-page body {
  margin: 0;
  padding: 0;
}

html.vrag-page body {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -180px, rgba(116, 184, 255, 0.08), transparent 420px),
    #050506;
  color: #f5f6f7;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html.vrag-page.vrag-dialog-open,
html.vrag-page.vrag-dialog-open body {
  overflow: hidden;
}

.vrag-appbar {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr);
  min-height: var(--vrag-appbar-height);
  align-items: center;
  gap: 10px;
  padding: 8px max(13px, env(safe-area-inset-right)) 8px max(13px, env(safe-area-inset-left));
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(6, 6, 7, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.vrag-appbar a {
  box-sizing: border-box;
  min-width: 0;
  color: #d8dade;
  text-decoration: none;
}

.vrag-appbar-back,
.vrag-appbar-open {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vrag-appbar-back {
  justify-self: start;
}

.vrag-appbar-open {
  justify-self: end;
}

.vrag-appbar-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.vrag-appbar-logo img {
  display: block;
  width: 42px;
  height: auto;
}

.vrag-appbar-logo strong {
  overflow: hidden;
  color: #f4f5f6;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.19em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vrag-reading-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.vrag-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #74b8ff, #d6ebff);
  box-shadow: 0 0 12px rgba(116, 184, 255, 0.7);
  transition: transform 0.08s linear;
}

.vrag-route-main {
  box-sizing: border-box;
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 14px 13px calc(44px + env(safe-area-inset-bottom));
}

.vrag-skip {
  position: fixed;
  top: 7px;
  left: 7px;
  z-index: 100;
  padding: 8px 10px;
  border-radius: 7px;
  background: #fff;
  color: #000;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 0.15s ease;
}

.vrag-skip:focus {
  transform: translateY(0);
}

.vrag {
  --vrag-bg: #070708;
  --vrag-panel: #0b0c0e;
  --vrag-panel-2: #0f1013;
  --vrag-line: rgba(255, 255, 255, 0.1);
  --vrag-line-strong: rgba(255, 255, 255, 0.22);
  --vrag-copy: #a4a7ad;
  --vrag-muted: #6f737a;
  --vrag-white: #f5f6f7;
  --vrag-blue: #74b8ff;
  --vrag-green: #48df91;
  --vrag-amber: #f4bf3f;
  color: var(--vrag-white);
  margin: 0 auto;
  max-width: 760px;
  padding: 4px 0 42px;
}

.vrag *,
.vrag-dialog * {
  box-sizing: border-box;
}

.vrag button,
.vrag a,
.vrag-dialog button {
  font: inherit;
}

.vrag-hero {
  position: relative;
  overflow: hidden;
  padding: 27px 22px 22px;
  border: 1px solid var(--vrag-line);
  border-radius: 17px;
  background:
    radial-gradient(circle at 88% 11%, rgba(116, 184, 255, 0.12), transparent 32%),
    linear-gradient(155deg, #101216 0%, #090a0c 55%, #080809 100%);
}

.vrag-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
}

.vrag-hero > * {
  position: relative;
  z-index: 1;
}

.vrag-kicker,
.vrag-chapter-kicker,
.vrag-screen-label,
.vrag-callout-label,
.vrag-card-kicker,
.vrag-map-label {
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vrag-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: var(--vrag-blue);
  font-size: 8px;
}

.vrag-kicker::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vrag-blue);
  box-shadow: 0 0 12px rgba(116, 184, 255, 0.65);
  content: "";
}

.vrag-title {
  max-width: 610px;
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(31px, 7vw, 52px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.vrag-deck {
  max-width: 620px;
  margin: 15px 0 0;
  color: #afb2b7;
  font-size: 13px;
  line-height: 1.6;
}

.vrag-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.vrag-button,
.vrag-screen-open,
.vrag-action {
  min-height: 44px;
  border: 1px solid var(--vrag-line-strong);
  border-radius: 9px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.vrag-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #f5f6f7;
  color: #070708;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vrag-button.secondary {
  background: rgba(255, 255, 255, 0.025);
  color: #d8dade;
}

.vrag-button:hover,
.vrag-button:focus-visible,
.vrag-action:hover,
.vrag-action:focus-visible,
.vrag-screen-open:hover,
.vrag-screen-open:focus-visible {
  border-color: rgba(116, 184, 255, 0.72);
  outline: none;
}

.vrag-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--vrag-line);
  border-radius: 10px;
  background: var(--vrag-line);
}

.vrag-stat {
  min-width: 0;
  padding: 12px 10px;
  background: rgba(7, 7, 8, 0.9);
}

.vrag-stat strong {
  display: block;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
}

.vrag-stat span {
  display: block;
  margin-top: 2px;
  color: var(--vrag-muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vrag-jump {
  position: sticky;
  top: var(--vrag-appbar-height);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0;
  padding: 8px 4px;
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 7, 8, 0.94);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.vrag-jump::-webkit-scrollbar {
  display: none;
}

.vrag-jump a {
  display: inline-flex;
  min-height: 44px;
  flex: none;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--vrag-line);
  border-radius: 999px;
  background: #0b0c0e;
  color: #95999f;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.vrag-jump a:hover,
.vrag-jump a:focus-visible,
.vrag-jump a.is-active {
  border-color: rgba(116, 184, 255, 0.5);
  color: #fff;
  outline: none;
}

.vrag-jump a.is-active {
  background: rgba(116, 184, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(116, 184, 255, 0.07);
}

.vrag-jump-status {
  position: sticky;
  left: 0;
  z-index: 2;
  display: inline-flex;
  min-width: 49px;
  min-height: 31px;
  flex: none;
  align-items: baseline;
  justify-content: center;
  padding: 7px 8px;
  border: 1px solid rgba(116, 184, 255, 0.28);
  border-radius: 999px;
  background: #08090b;
  color: #69707a;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.vrag-jump-status b {
  color: var(--vrag-blue);
  font-size: 9px;
}

.vrag-phase {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  margin: 24px 4px 2px;
  color: #747982;
}

.vrag-phase::after {
  grid-column: 1 / -1;
  height: 1px;
  background: linear-gradient(90deg, rgba(116, 184, 255, 0.38), rgba(255, 255, 255, 0.05), transparent);
  content: "";
}

.vrag-phase span,
.vrag-phase strong {
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.vrag-phase span {
  color: var(--vrag-blue);
}

.vrag-phase strong {
  color: #e7e9ec;
}

.vrag-phase p {
  margin: 0;
  overflow: hidden;
  font-size: 9px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vrag-chapter {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--vrag-line);
  border-radius: 15px;
  background: var(--vrag-panel);
  scroll-margin-top: calc(var(--vrag-appbar-height) + var(--vrag-jump-height) + 4px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vrag-chapter.is-current {
  border-color: rgba(116, 184, 255, 0.23);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.vrag-chapter-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  padding: 20px 18px 17px;
  border-bottom: 1px solid var(--vrag-line);
}

.vrag-chapter-num {
  color: #3e4249;
  font-family: "JetBrains Mono", monospace;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.vrag-chapter-kicker {
  margin-bottom: 5px;
  color: var(--vrag-blue);
  font-size: 7px;
}

.vrag-chapter h2 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 740;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.vrag-chapter-copy {
  margin: 9px 0 0;
  color: var(--vrag-copy);
  font-size: 12px;
  line-height: 1.58;
}

.vrag-chapter-copy strong {
  color: #eff1f3;
  font-weight: 720;
}

.vrag-screen {
  padding: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 45%),
    #08090a;
}

.vrag-screen-frame + .vrag-screen-frame {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vrag-screen-track {
  min-width: 0;
}

.vrag-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding: 10px 11px;
  border: 1px solid rgba(116, 184, 255, 0.2);
  border-radius: 9px;
  background: rgba(116, 184, 255, 0.055);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.vrag-gallery-head span {
  color: var(--vrag-blue);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.vrag-gallery-head strong {
  color: #d8dce1;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.vrag-screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.vrag-screen-label {
  color: #747880;
  font-size: 7px;
}

.vrag-screen-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 9px;
  background: #0e1013;
  color: #d8dbe0;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vrag-phone,
.vrag-wide-shot,
.vrag-map,
.vrag-product-map {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: #030304;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.vrag-phone {
  max-width: 390px;
  cursor: zoom-in;
  outline: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.vrag-wide-shot {
  cursor: zoom-in;
  outline: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.vrag-phone:hover,
.vrag-phone:focus-visible,
.vrag-wide-shot:hover,
.vrag-wide-shot:focus-visible {
  border-color: rgba(116, 184, 255, 0.55);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.45), 0 0 0 2px rgba(116, 184, 255, 0.1);
  transform: translateY(-2px);
}

.vrag-phone::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.vrag-phone img,
.vrag-wide-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.vrag-wide-shot {
  border-radius: 10px;
}

.vrag-screen-zoom {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: rgba(4, 5, 6, 0.86);
  color: #dfe2e6;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.vrag-screen-zoom span {
  color: var(--vrag-blue);
}

.vrag-range-crop {
  aspect-ratio: 400 / 877;
}

.vrag-range-crop img {
  width: 171.25%;
  max-width: none;
  transform: translateX(-14.45%);
}

.vrag-callouts {
  display: grid;
  gap: 8px;
  padding: 0 15px 16px;
}

.vrag-callout {
  position: relative;
  padding: 12px 12px 12px 43px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 10px;
  background: #0a0b0d;
}

.vrag-callout-num {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid rgba(116, 184, 255, 0.5);
  border-radius: 50%;
  color: var(--vrag-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 900;
}

.vrag-callout-label {
  display: block;
  margin-bottom: 3px;
  color: #eff1f4;
  font-size: 8px;
}

.vrag-callout p {
  margin: 0;
  color: #90949b;
  font-size: 11px;
  line-height: 1.5;
}

.vrag-callout p strong {
  color: #dfe2e6;
}

.vrag-operator {
  margin: 0 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(116, 184, 255, 0.2);
  border-radius: 11px;
  background: #07090b;
}

.vrag-operator-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: linear-gradient(90deg, rgba(116, 184, 255, 0.08), transparent);
  font-family: "JetBrains Mono", monospace;
  text-transform: uppercase;
}

.vrag-operator-head span {
  color: var(--vrag-blue);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.vrag-operator-head strong {
  color: #8f949c;
  font-size: 6px;
  letter-spacing: 0.07em;
  text-align: right;
}

.vrag-operator-grid {
  display: grid;
}

.vrag-operator-item {
  min-width: 0;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.vrag-operator-item:first-child {
  border-top: 0;
}

.vrag-operator-item span {
  display: block;
  margin-bottom: 5px;
  color: #f0f2f4;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vrag-operator-item p {
  margin: 0;
  color: #9398a0;
  font-size: 11px;
  line-height: 1.55;
}

.vrag-operator-item p strong {
  color: #e5e7ea;
}

.vrag-chapter-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 15px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #090a0c;
}

.vrag-footnote {
  color: #70747b;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.vrag-chapter-actions {
  display: grid;
  min-width: min(100%, 360px);
  gap: 7px;
}

.vrag-reader-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.vrag-previous,
.vrag-next {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid var(--vrag-line);
  border-radius: 8px;
  background: #0c0d0f;
  color: #aeb3ba;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.vrag-previous:hover,
.vrag-previous:focus-visible,
.vrag-next:hover,
.vrag-next:focus-visible {
  border-color: rgba(116, 184, 255, 0.45);
  color: #fff;
  outline: none;
}

.vrag-previous span,
.vrag-next span {
  color: var(--vrag-blue);
}

.vrag-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 11px;
  background: #f3f4f5;
  color: #08090a;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vrag-map {
  padding: 15px;
}

.vrag-map-head {
  display: grid;
  grid-template-columns: 39px 1fr 35px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--vrag-line);
  border-radius: 10px;
  background: #0c0d0f;
}

.vrag-map-menu,
.vrag-map-avatar {
  display: grid;
  min-height: 35px;
  place-items: center;
  border: 1px solid var(--vrag-line-strong);
  border-radius: 8px;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
}

.vrag-map-avatar {
  border-radius: 50%;
}

.vrag-map-brand {
  text-align: center;
}

.vrag-map-brand strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.vrag-map-brand span {
  display: block;
  margin-top: 3px;
  color: #6f737a;
  font-family: "JetBrains Mono", monospace;
  font-size: 6px;
  letter-spacing: 0.12em;
}

.vrag-map-body {
  display: grid;
  gap: 8px;
  margin: 9px 0;
}

.vrag-map-panel {
  min-height: 66px;
  padding: 12px;
  border: 1px solid var(--vrag-line);
  border-radius: 10px;
  background: linear-gradient(145deg, #111318, #090a0c);
}

.vrag-map-panel strong {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.vrag-map-label {
  color: var(--vrag-blue);
  font-size: 6px;
}

.vrag-map-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--vrag-line);
  border-radius: 12px;
  background: #0d0e10;
}

.vrag-map-nav span {
  padding: 10px;
  border-radius: 8px;
  color: #777b82;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.vrag-map-nav span:first-child {
  background: #f3f4f5;
  color: #08090a;
}

.vrag-product-map {
  padding: 15px;
}

.vrag-product-map-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 12px;
  border-bottom: 1px solid var(--vrag-line);
}

.vrag-product-map-head span,
.vrag-product-result span {
  color: #737880;
  font-family: "JetBrains Mono", monospace;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vrag-product-map-head strong {
  color: #eef0f3;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vrag-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 10px 0;
}

.vrag-product-card {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
  min-height: 83px;
  align-content: start;
  padding: 11px 10px;
  border: 1px solid var(--vrag-line);
  border-radius: 10px;
  background: linear-gradient(145deg, #111318, #090a0c);
}

.vrag-product-card.is-active {
  border-color: rgba(116, 184, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(116, 184, 255, 0.08);
}

.vrag-product-num {
  color: var(--vrag-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
}

.vrag-product-card strong,
.vrag-product-card small,
.vrag-product-card em {
  display: block;
}

.vrag-product-card strong {
  color: #f1f2f4;
  font-size: 10px;
}

.vrag-product-card small {
  margin-top: 3px;
  color: #70757d;
  font-family: "JetBrains Mono", monospace;
  font-size: 6px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vrag-product-card em {
  grid-column: 1 / -1;
  align-self: end;
  color: #aab0b8;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-style: normal;
}

.vrag-product-result {
  position: relative;
  padding: 13px 14px 13px 18px;
  border: 1px solid var(--vrag-line);
  border-radius: 10px;
  background: #0b0c0f;
}

.vrag-product-result::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 10px 0 0 10px;
  background: var(--vrag-blue);
  content: "";
}

.vrag-product-result strong,
.vrag-product-result small {
  display: block;
}

.vrag-product-result strong {
  margin-top: 5px;
  color: #f4f5f6;
  font-size: 17px;
}

.vrag-product-result small {
  margin-top: 4px;
  color: #7d828a;
  font-size: 8px;
}

.vrag-model-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  padding: 0 15px 16px;
}

.vrag-model-link {
  display: flex;
  min-height: 44px;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 11px;
  border: 1px solid var(--vrag-line);
  border-radius: 9px;
  background: #0a0b0d;
  color: #dfe1e4;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.vrag-model-link span {
  color: var(--vrag-blue);
}

.vrag-flow {
  display: grid;
  gap: 8px;
  padding: 15px;
}

.vrag-flow-step {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--vrag-line);
  border-radius: 10px;
  background: #0a0b0d;
}

.vrag-flow-step > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(116, 184, 255, 0.09);
  color: var(--vrag-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 900;
}

.vrag-flow-step strong {
  display: block;
  color: #fff;
  font-size: 11px;
}

.vrag-flow-step p {
  margin: 4px 0 0;
  color: #858990;
  font-size: 9px;
  line-height: 1.5;
}

.vrag-end {
  margin-top: 14px;
  padding: 22px 18px;
  border: 1px solid rgba(72, 223, 145, 0.25);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(72, 223, 145, 0.07), #090a0c 52%);
}

.vrag-end strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.vrag-end p {
  margin: 7px 0 14px;
  color: #999da3;
  font-size: 10px;
  line-height: 1.55;
}

.vrag-dialog {
  width: min(94vw, 900px);
  max-width: 900px;
  max-height: 92vh;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: #050506;
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.78);
}

.vrag-dialog[open] {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.vrag-dialog::backdrop {
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(4px);
}

.vrag-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 10px 12px 10px 15px;
  border-bottom: 1px solid var(--vrag-line);
}

.vrag-dialog-title {
  overflow: hidden;
  color: #d9dce0;
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vrag-dialog-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: none;
  place-items: center;
  border: 1px solid var(--vrag-line-strong);
  border-radius: 8px;
  background: #0c0d0f;
  color: #fff;
  cursor: pointer;
}

.vrag-dialog-body {
  max-height: calc(92vh - 102px);
  overflow: auto;
  padding: 13px;
  background: #030304;
}

.vrag-dialog-body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(92vh - 129px);
  margin: 0 auto;
}

.vrag-dialog-body.is-zoomed img {
  width: auto;
  max-width: none;
  max-height: none;
  cursor: zoom-out;
}

.vrag-dialog-nav {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  gap: 8px;
  min-height: 51px;
  align-items: center;
  padding: 8px 10px;
  border-top: 1px solid var(--vrag-line);
  background: #08090b;
}

.vrag-dialog-nav button {
  min-height: 44px;
  padding: 7px 10px;
  border: 1px solid var(--vrag-line);
  border-radius: 8px;
  background: #0d0f12;
  color: #cfd3d8;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.vrag-dialog-nav button:last-child {
  justify-self: end;
}

.vrag-dialog-nav button:hover,
.vrag-dialog-nav button:focus-visible {
  border-color: rgba(116, 184, 255, 0.5);
  color: #fff;
  outline: none;
}

.vrag-dialog-nav span {
  color: var(--vrag-blue);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.vrag-to-top {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
  z-index: 24;
  display: inline-flex;
  min-width: 54px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(116, 184, 255, 0.35);
  border-radius: 999px;
  background: rgba(9, 10, 12, 0.92);
  color: #d8dde3;
  font-family: "JetBrains Mono", monospace;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
  backdrop-filter: blur(14px);
}

.vrag-to-top span {
  color: var(--vrag-blue);
}

.vrag-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.vrag-to-top:hover,
.vrag-to-top:focus-visible {
  border-color: rgba(116, 184, 255, 0.75);
  outline: none;
}

@media (min-width: 620px) {
  .vrag-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vrag-operator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vrag-operator-item:nth-child(2) {
    border-top: 0;
  }

  .vrag-operator-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.055);
  }

  .vrag-screen {
    padding: 20px;
  }

  .vrag-callouts,
  .vrag-model-links {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vrag-chapter-foot {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 960px) {
  .vrag-route-main {
    width: min(100%, 1160px);
    padding: 20px 20px calc(56px + env(safe-area-inset-bottom));
  }

  .vrag {
    max-width: 1080px;
  }

  .vrag-hero {
    padding: 36px 34px 28px;
  }

  .vrag-chapter--split {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  }

  .vrag-chapter--split .vrag-chapter-head,
  .vrag-chapter--split .vrag-chapter-foot {
    grid-column: 1 / -1;
  }

  .vrag-chapter--split > .vrag-screen,
  .vrag-chapter--split > .vrag-map,
  .vrag-chapter--split > .vrag-product-map,
  .vrag-chapter--split > .vrag-flow {
    grid-column: 1;
    grid-row: 2 / span 3;
    align-self: stretch;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }

  .vrag-chapter--split > .vrag-map,
  .vrag-chapter--split > .vrag-product-map,
  .vrag-chapter--split > .vrag-flow {
    margin: 20px;
  }

  .vrag-chapter--split .vrag-callouts {
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 1fr;
    align-content: start;
    padding: 20px 20px 12px;
  }

  .vrag-chapter--split .vrag-operator {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    margin: 0 20px 12px;
  }

  .vrag-chapter--split .vrag-operator-grid {
    grid-template-columns: 1fr;
  }

  .vrag-chapter--split .vrag-operator-item:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.055);
  }

  .vrag-chapter--split .vrag-operator-item:nth-child(even) {
    border-left: 0;
  }

  .vrag-chapter--split .vrag-model-links {
    grid-column: 2;
    grid-row: 4;
    align-self: end;
  }

  .vrag-chapter--split .vrag-chapter-foot {
    grid-row: 5;
  }

  .vrag-chapter--split .vrag-phone {
    width: min(100%, 390px);
  }
}

@media (max-width: 619px) {
  html.vrag-page {
    --vrag-appbar-height: calc(58px + env(safe-area-inset-top));
    --vrag-jump-height: 58px;
  }

  html.vrag-page body {
    background:
      radial-gradient(circle at 50% -80px, rgba(116, 184, 255, 0.11), transparent 310px),
      #050506;
  }

  .vrag-appbar {
    min-height: var(--vrag-appbar-height);
    padding-top: calc(8px + env(safe-area-inset-top));
    border-bottom-color: rgba(116, 184, 255, 0.13);
    background: rgba(5, 6, 8, 0.9);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
  }

  .vrag-appbar-back,
  .vrag-appbar-open {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.025);
  }

  .vrag-route-main {
    padding-top: 10px;
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
  }

  .vrag {
    padding-top: 0;
  }

  .vrag-hero {
    padding: 24px 18px 18px;
    border-color: rgba(116, 184, 255, 0.16);
    border-radius: 18px;
    background:
      radial-gradient(circle at 88% 8%, rgba(116, 184, 255, 0.15), transparent 34%),
      linear-gradient(160deg, #11141a 0%, #090b0e 53%, #070809 100%);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  }

  .vrag-kicker {
    margin-bottom: 12px;
    font-size: 8px;
  }

  .vrag-title {
    max-width: 330px;
    font-size: clamp(30px, 9vw, 37px);
    line-height: 0.98;
  }

  .vrag-deck {
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.55;
  }

  .vrag-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .vrag-hero-actions .vrag-button {
    width: 100%;
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .vrag-hero-actions .vrag-button:first-child {
    grid-column: 1 / -1;
    min-height: 50px;
    font-size: 9px;
  }

  .vrag-stats {
    margin-top: 17px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 11px;
  }

  .vrag-stat {
    padding: 11px 9px;
  }

  .vrag-stat span {
    color: #878c94;
    font-size: 0;
    letter-spacing: 0.07em;
  }

  .vrag-stat span::after {
    font-size: 7px;
    content: attr(data-mobile-label);
  }

  .vrag-jump {
    margin-right: -13px;
    margin-left: -13px;
    padding: 7px 13px;
    border-top-color: rgba(255, 255, 255, 0.055);
    border-bottom-color: rgba(116, 184, 255, 0.12);
    background: rgba(5, 6, 8, 0.91);
  }

  .vrag-jump a {
    min-height: 44px;
    padding-right: 11px;
    padding-left: 11px;
    border-radius: 12px;
    font-size: 7.5px;
  }

  .vrag-jump-status {
    min-height: 42px;
    border-radius: 12px;
    background: #090c10;
    box-shadow: -16px 0 0 #050608, 10px 0 18px rgba(5, 6, 8, 0.96);
  }

  .vrag.is-reader .vrag-phase,
  .vrag.is-reader .vrag-chapter {
    display: none;
  }

  .vrag.is-reader .vrag-chapter.is-reader-active {
    display: block;
    margin-top: 12px;
  }

  .vrag-chapter {
    border-color: rgba(255, 255, 255, 0.115);
    border-radius: 18px;
    background: linear-gradient(180deg, #0c0e11 0%, #090a0c 100%);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
  }

  .vrag-chapter.is-current {
    border-color: rgba(116, 184, 255, 0.35);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(116, 184, 255, 0.04);
  }

  .vrag-chapter-head {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    padding: 18px 15px 16px;
    border-bottom-color: rgba(116, 184, 255, 0.11);
  }

  .vrag-chapter-num {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(116, 184, 255, 0.25);
    border-radius: 10px;
    background: rgba(116, 184, 255, 0.055);
    color: #7f8995;
    font-size: 14px;
  }

  .vrag-chapter-kicker {
    margin-bottom: 6px;
    font-size: 7.5px;
  }

  .vrag-chapter h2 {
    font-size: 21px;
    line-height: 1.12;
  }

  .vrag-chapter-copy {
    margin-top: 10px;
    color: #b0b4ba;
    font-size: 13px;
    line-height: 1.56;
  }

  .vrag-screen {
    padding: 12px 10px 14px;
    background:
      linear-gradient(180deg, rgba(116, 184, 255, 0.025), transparent 38%),
      #070809;
  }

  .vrag-gallery-head {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
  }

  .vrag-gallery-head span,
  .vrag-gallery-head strong {
    font-size: 7.5px;
  }

  .vrag-screen--gallery .vrag-screen-track {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 1px 20px 7px 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0 20px;
    scroll-snap-type: inline mandatory;
    scrollbar-color: rgba(116, 184, 255, 0.45) rgba(255, 255, 255, 0.035);
    scrollbar-width: thin;
    touch-action: pan-x pan-y;
    transition: height 0.22s ease;
  }

  .vrag-screen--gallery .vrag-screen-frame {
    width: calc(100% - 18px);
    min-width: calc(100% - 18px);
    flex: 0 0 calc(100% - 18px);
    margin: 0;
    padding: 0;
    border: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .vrag-screen--gallery .vrag-screen-frame + .vrag-screen-frame {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .vrag-screen-top {
    margin-bottom: 8px;
  }

  .vrag-screen-label {
    max-width: 58%;
    font-size: 7.5px;
    line-height: 1.35;
  }

  .vrag-screen-open {
    min-height: 44px;
    border-radius: 10px;
    font-size: 7.5px;
  }

  .vrag-phone,
  .vrag-wide-shot {
    border-color: rgba(255, 255, 255, 0.19);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  }

  .vrag-phone:hover,
  .vrag-phone:focus-visible,
  .vrag-wide-shot:hover,
  .vrag-wide-shot:focus-visible {
    transform: none;
  }

  .vrag-screen-zoom {
    min-height: 32px;
    padding: 7px 9px;
    border-radius: 9px;
    font-size: 7.5px;
  }

  .vrag-callouts {
    gap: 9px;
    padding: 0 10px 14px;
  }

  .vrag-callout {
    min-height: 70px;
    padding: 13px 12px 13px 45px;
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: linear-gradient(145deg, #0b0d10, #090a0c);
  }

  .vrag-callout-num {
    top: 13px;
    width: 23px;
    height: 23px;
    border-color: rgba(116, 184, 255, 0.58);
    background: rgba(116, 184, 255, 0.05);
    font-size: 8px;
  }

  .vrag-callout-label {
    margin-bottom: 4px;
    font-size: 8px;
  }

  .vrag-callout p {
    color: #a4a9b0;
    font-size: 12.5px;
    line-height: 1.52;
  }

  .vrag-operator {
    margin: 0 10px 14px;
    border-radius: 13px;
    background: linear-gradient(180deg, #080b0e, #070809);
  }

  .vrag-operator-head {
    padding: 12px;
  }

  .vrag-operator-head span {
    font-size: 7.5px;
  }

  .vrag-operator-head strong {
    max-width: 190px;
    font-size: 6.5px;
    line-height: 1.35;
  }

  .vrag-operator-item {
    padding: 13px 12px;
  }

  .vrag-operator-item span {
    font-size: 7.5px;
  }

  .vrag-operator-item p {
    color: #a1a6ae;
    font-size: 12px;
    line-height: 1.55;
  }

  .vrag-chapter-foot {
    align-items: stretch;
    flex-direction: column;
    padding: 13px 10px 10px;
    background: linear-gradient(180deg, #090a0c, #08090a);
  }

  .vrag-footnote {
    padding: 0 2px;
    font-size: 7.5px;
    line-height: 1.5;
  }

  .vrag-chapter-actions {
    width: 100%;
    min-width: 0;
  }

  .vrag-reader-steps > span:empty {
    display: none;
  }

  .vrag-reader-steps > a:only-of-type {
    grid-column: 1 / -1;
  }

  .vrag-previous,
  .vrag-next,
  .vrag-action {
    min-height: 48px;
    border-radius: 11px;
    font-size: 8px;
  }

  html.vrag-page body #vrcc .in {
    gap: 0.5rem !important;
    padding: 0.65rem 0.8rem !important;
  }

  html.vrag-page body #vrcc p {
    max-width: none !important;
    font-size: 0.69rem !important;
    line-height: 1.4 !important;
  }

  html.vrag-page body #vrcc .b {
    gap: 0.45rem !important;
  }

  html.vrag-page body #vrcc button {
    min-height: 40px;
    padding: 0.48rem 0.75rem !important;
  }

  .vrag.is-reader:not(.is-reader-complete) .vrag-end {
    display: none;
  }

  .vrag.is-reader .vrag-jump {
    margin-top: 10px;
  }

  .vrag-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .vrag-dialog-head {
    min-height: calc(54px + env(safe-area-inset-top));
    padding-top: calc(8px + env(safe-area-inset-top));
    padding-right: max(10px, env(safe-area-inset-right));
    padding-left: max(15px, env(safe-area-inset-left));
  }

  .vrag-dialog-body {
    min-height: 0;
    max-height: none;
    padding: 10px;
  }

  .vrag-dialog.is-wide-screen .vrag-dialog-body {
    display: block;
    overscroll-behavior: contain;
  }

  .vrag-dialog.is-wide-screen .vrag-dialog-body.is-zoomed img {
    width: 840px;
    max-width: none;
    height: auto;
    max-height: none;
    cursor: grab;
  }

  .vrag-dialog-nav {
    grid-template-columns: minmax(0, 1fr) auto auto minmax(0, 1fr);
    padding-right: max(10px, env(safe-area-inset-right));
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    padding-left: max(10px, env(safe-area-inset-left));
  }

  .vrag-dialog-nav button {
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (max-width: 400px) {
  .vrag-appbar-logo {
    gap: 4px;
  }

  .vrag-appbar-logo strong {
    letter-spacing: 0.15em;
  }
}

@media (max-width: 390px) {
  .vrag-appbar {
    grid-template-columns: 82px 1fr 82px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .vrag-appbar-back,
  .vrag-appbar-open {
    padding-right: 7px;
    padding-left: 7px;
    letter-spacing: 0.07em;
  }

  .vrag-route-main {
    padding-right: 9px;
    padding-left: 9px;
  }

  .vrag-jump {
    margin-right: -9px;
    margin-left: -9px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .vrag-hero {
    padding: 22px 16px 17px;
  }

  .vrag-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vrag-stat {
    padding: 10px 8px;
  }

  .vrag-stat strong {
    font-size: 14px;
  }

  .vrag-stat span {
    font-size: 0;
    letter-spacing: 0.06em;
  }

  .vrag-chapter-head {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 17px 13px 15px;
  }

  .vrag-chapter-num {
    font-size: 14px;
  }

  .vrag-chapter h2 {
    font-size: 20px;
  }

  .vrag-screen,
  .vrag-callouts,
  .vrag-model-links,
  .vrag-flow {
    padding-right: 10px;
    padding-left: 10px;
  }

  .vrag-model-links {
    grid-template-columns: 1fr;
  }

  .vrag-chapter-foot {
    padding-right: 10px;
    padding-left: 10px;
  }

  .vrag-action {
    width: 100%;
  }

  .vrag-phase {
    grid-template-columns: auto auto;
  }

  .vrag-phase p {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .vrag-operator-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .vrag-operator-head strong {
    text-align: left;
  }
}

@media (max-width: 350px) {
  .vrag-appbar-logo strong {
    display: none;
  }

  .vrag-appbar-logo img {
    width: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vrag-button,
  .vrag-screen-open,
  .vrag-action,
  .vrag-reading-progress span,
  .vrag-phone,
  .vrag-wide-shot,
  .vrag-to-top {
    transition: none;
  }
}
