*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-\[1px\] {
  top: 1px;
  bottom: 1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-\[-8\%\] {
  bottom: -8%;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.left-\[1px\] {
  left: 1px;
}
.right-\[-10\%\] {
  right: -10%;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-5 {
  top: 1.25rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.-z-30 {
  z-index: -30;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[80\] {
  z-index: 80;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[124\%\] {
  height: 124%;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[3\.65rem\] {
  height: 3.65rem;
}
.h-full {
  height: 100%;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-\[100svh\] {
  min-height: 100svh;
}
.min-h-\[10rem\] {
  min-height: 10rem;
}
.min-h-\[28rem\] {
  min-height: 28rem;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[76svh\] {
  min-height: 76svh;
}
.min-h-\[82svh\] {
  min-height: 82svh;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[118rem\] {
  max-width: 118rem;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.max-w-\[38rem\] {
  max-width: 38rem;
}
.max-w-\[7\.5rem\] {
  max-width: 7.5rem;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[8ch\] {
  max-width: 8ch;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.15rem\] {
  border-radius: 1.15rem;
}
.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}
.rounded-\[2\.4rem\] {
  border-radius: 2.4rem;
}
.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#b7b2ff\]\/40 {
  border-color: rgb(183 178 255 / 0.4);
}
.border-\[\#c59a5a\]\/55 {
  border-color: rgb(197 154 90 / 0.55);
}
.border-amber-200\/40 {
  border-color: rgb(253 230 138 / 0.4);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-ember {
  --tw-border-opacity: 1;
  border-color: rgb(182 106 44 / var(--tw-border-opacity, 1));
}
.border-ember\/20 {
  border-color: rgb(182 106 44 / 0.2);
}
.border-ember\/25 {
  border-color: rgb(182 106 44 / 0.25);
}
.border-ember\/30 {
  border-color: rgb(182 106 44 / 0.3);
}
.border-ember\/35 {
  border-color: rgb(182 106 44 / 0.35);
}
.border-ember\/40 {
  border-color: rgb(182 106 44 / 0.4);
}
.border-ember\/50 {
  border-color: rgb(182 106 44 / 0.5);
}
.border-ember\/60 {
  border-color: rgb(182 106 44 / 0.6);
}
.border-ember\/70 {
  border-color: rgb(182 106 44 / 0.7);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-sky-400\/25 {
  border-color: rgb(56 189 248 / 0.25);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.bg-\[\#070604\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 6 4 / var(--tw-bg-opacity, 1));
}
.bg-\[\#120d0a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 13 10 / var(--tw-bg-opacity, 1));
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(182\2c 106\2c 44\2c 0\.16\)\2c transparent_34\%\)\2c \#090806\] {
  background-color: radial-gradient(circle at top left,rgba(182,106,44,0.16),transparent 34%),#090806;
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-ash {
  --tw-bg-opacity: 1;
  background-color: rgb(143 135 123 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-ember {
  --tw-bg-opacity: 1;
  background-color: rgb(182 106 44 / var(--tw-bg-opacity, 1));
}
.bg-ember\/10 {
  background-color: rgb(182 106 44 / 0.1);
}
.bg-ember\/15 {
  background-color: rgb(182 106 44 / 0.15);
}
.bg-ember\/20 {
  background-color: rgb(182 106 44 / 0.2);
}
.bg-ember\/5 {
  background-color: rgb(182 106 44 / 0.05);
}
.bg-ember\/\[0\.06\] {
  background-color: rgb(182 106 44 / 0.06);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-obsidian {
  --tw-bg-opacity: 1;
  background-color: rgb(9 8 6 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.025\] {
  background-color: rgb(255 255 255 / 0.025);
}
.bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-\[linear-gradient\(180deg\2c \#060608_0\%\2c \#0a0908_100\%\)\] {
  background-image: linear-gradient(180deg,#060608 0%,#0a0908 100%);
}
.bg-\[linear-gradient\(180deg\2c \#090806_0\%\2c \#0c0907_36\%\2c \#120d09_100\%\)\] {
  background-image: linear-gradient(180deg,#090806 0%,#0c0907 36%,#120d09 100%);
}
.bg-\[linear-gradient\(180deg\2c \#090806_0\%\2c \#0d0907_100\%\)\] {
  background-image: linear-gradient(180deg,#090806 0%,#0d0907 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.04\)\2c rgba\(0\2c 0\2c 0\2c 0\.16\)\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.04),rgba(0,0,0,0.16));
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.04\)\2c rgba\(0\2c 0\2c 0\2c 0\.82\)\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.04),rgba(0,0,0,0.82));
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.08\)\2c rgba\(0\2c 0\2c 0\2c 0\.7\)\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.08),rgba(0,0,0,0.7));
}
.bg-\[linear-gradient\(180deg\2c rgba\(58\2c 10\2c 14\2c 0\.92\)\2c rgba\(15\2c 5\2c 7\2c 0\.96\)\)\] {
  background-image: linear-gradient(180deg,rgba(58,10,14,0.92),rgba(15,5,7,0.96));
}
.bg-\[linear-gradient\(90deg\2c rgba\(182\2c 106\2c 44\2c 0\.72\)\2c rgba\(255\2c 230\2c 196\2c 0\.88\)\)\] {
  background-image: linear-gradient(90deg,rgba(182,106,44,0.72),rgba(255,230,196,0.88));
}
.bg-\[linear-gradient\(90deg\2c rgba\(5\2c 5\2c 6\2c 0\.94\)_0\%\2c rgba\(5\2c 5\2c 6\2c 0\.8\)_24\%\2c rgba\(5\2c 5\2c 6\2c 0\.42\)_46\%\2c rgba\(5\2c 5\2c 6\2c 0\.08\)_68\%\2c rgba\(5\2c 5\2c 6\2c 0\.2\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(5,5,6,0.94) 0%,rgba(5,5,6,0.8) 24%,rgba(5,5,6,0.42) 46%,rgba(5,5,6,0.08) 68%,rgba(5,5,6,0.2) 100%);
}
.bg-\[radial-gradient\(circle_at_10\%_10\%\2c rgba\(182\2c 106\2c 44\2c 0\.16\)\2c transparent_30\%\)\2c radial-gradient\(circle_at_88\%_74\%\2c rgba\(70\2c 91\2c 122\2c 0\.12\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at 10% 10%,rgba(182,106,44,0.16),transparent 30%),radial-gradient(circle at 88% 74%,rgba(70,91,122,0.12),transparent 34%);
}
.bg-\[radial-gradient\(circle_at_18\%_18\%\2c rgba\(182\2c 106\2c 44\2c 0\.14\)\2c transparent_26\%\)\2c radial-gradient\(circle_at_80\%_70\%\2c rgba\(255\2c 255\2c 255\2c 0\.05\)\2c transparent_20\%\)\] {
  background-image: radial-gradient(circle at 18% 18%,rgba(182,106,44,0.14),transparent 26%),radial-gradient(circle at 80% 70%,rgba(255,255,255,0.05),transparent 20%);
}
.bg-\[radial-gradient\(circle_at_20\%_30\%\2c rgba\(182\2c 106\2c 44\2c 0\.15\)\2c transparent_32\%\)\] {
  background-image: radial-gradient(circle at 20% 30%,rgba(182,106,44,0.15),transparent 32%);
}
.bg-\[radial-gradient\(circle_at_20\%_30\%\2c rgba\(182\2c 106\2c 44\2c 0\.18\)\2c transparent_32\%\)\] {
  background-image: radial-gradient(circle at 20% 30%,rgba(182,106,44,0.18),transparent 32%);
}
.bg-\[radial-gradient\(circle_at_22\%_28\%\2c rgba\(182\2c 106\2c 44\2c 0\.16\)\2c transparent_30\%\)\2c linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\.03\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.08\)_56\%\2c rgba\(0\2c 0\2c 0\2c 0\.24\)_100\%\)\] {
  background-image: radial-gradient(circle at 22% 28%,rgba(182,106,44,0.16),transparent 30%),linear-gradient(180deg,rgba(0,0,0,0.03) 0%,rgba(0,0,0,0.08) 56%,rgba(0,0,0,0.24) 100%);
}
.bg-\[radial-gradient\(circle_at_35\%_22\%\2c rgba\(182\2c 106\2c 44\2c 0\.28\)\2c transparent_26\%\)\2c linear-gradient\(180deg\2c rgba\(23\2c 18\2c 15\2c 0\.82\)\2c rgba\(6\2c 5\2c 4\2c 0\.96\)\)\] {
  background-image: radial-gradient(circle at 35% 22%,rgba(182,106,44,0.28),transparent 26%),linear-gradient(180deg,rgba(23,18,15,0.82),rgba(6,5,4,0.96));
}
.bg-\[radial-gradient\(circle_at_72\%_32\%\2c rgba\(129\2c 104\2c 255\2c 0\.2\)\2c transparent_32\%\)\] {
  background-image: radial-gradient(circle at 72% 32%,rgba(129,104,255,0.2),transparent 32%);
}
.bg-\[radial-gradient\(circle_at_74\%_42\%\2c rgba\(213\2c 149\2c 81\2c 0\.13\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at 74% 42%,rgba(213,149,81,0.13),transparent 34%);
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(171\2c 116\2c 68\2c 0\.22\)\2c transparent_40\%\)\2c linear-gradient\(135deg\2c rgba\(255\2c 255\2c 255\2c 0\.05\)\2c rgba\(255\2c 255\2c 255\2c 0\.02\)\)\] {
  background-image: radial-gradient(circle at top left,rgba(171,116,68,0.22),transparent 40%),linear-gradient(135deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(182\2c 106\2c 44\2c 0\.14\)\2c transparent_34\%\)\2c linear-gradient\(180deg\2c \#090806_0\%\2c \#0d0a07_100\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(182,106,44,0.14),transparent 34%),linear-gradient(180deg,#090806 0%,#0d0a07 100%);
}
.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(182\2c 106\2c 44\2c 0\.16\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(182,106,44,0.16),transparent 34%);
}
.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(182\2c 106\2c 44\2c 0\.16\)\2c transparent_24\%\)\2c radial-gradient\(circle_at_10\%_85\%\2c rgba\(255\2c 255\2c 255\2c 0\.04\)\2c transparent_18\%\)\] {
  background-image: radial-gradient(circle at top right,rgba(182,106,44,0.16),transparent 24%),radial-gradient(circle at 10% 85%,rgba(255,255,255,0.04),transparent 18%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#05050b\]\/90 {
  --tw-gradient-from: rgb(5 5 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 5 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#070604\]\/55 {
  --tw-gradient-from: rgb(7 6 4 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 6 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/\[0\.06\] {
  --tw-gradient-from: rgb(255 255 255 / 0.06) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}
.to-black\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0.05) var(--tw-gradient-to-position);
}
.to-white\/\[0\.02\] {
  --tw-gradient-to: rgb(255 255 255 / 0.02) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-body {
  font-family: Cormorant Garamond, Palatino Linotype, Georgia, serif;
}
.font-display {
  font-family: Cinzel Decorative, Palatino Linotype, Book Antiqua, Georgia, serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.68rem\] {
  font-size: 0.68rem;
}
.text-\[0\.72rem\] {
  font-size: 0.72rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.32em\] {
  letter-spacing: 0.32em;
}
.tracking-\[0\.34em\] {
  letter-spacing: 0.34em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#b7b2ff\] {
  --tw-text-opacity: 1;
  color: rgb(183 178 255 / var(--tw-text-opacity, 1));
}
.text-\[\#d6ae71\] {
  --tw-text-opacity: 1;
  color: rgb(214 174 113 / var(--tw-text-opacity, 1));
}
.text-\[\#d8c9b1\] {
  --tw-text-opacity: 1;
  color: rgb(216 201 177 / var(--tw-text-opacity, 1));
}
.text-\[\#e5d5bd\] {
  --tw-text-opacity: 1;
  color: rgb(229 213 189 / var(--tw-text-opacity, 1));
}
.text-\[\#ecd4b2\] {
  --tw-text-opacity: 1;
  color: rgb(236 212 178 / var(--tw-text-opacity, 1));
}
.text-\[\#f0d9b7\] {
  --tw-text-opacity: 1;
  color: rgb(240 217 183 / var(--tw-text-opacity, 1));
}
.text-\[\#f3e2c6\] {
  --tw-text-opacity: 1;
  color: rgb(243 226 198 / var(--tw-text-opacity, 1));
}
.text-\[\#fff0d3\] {
  --tw-text-opacity: 1;
  color: rgb(255 240 211 / var(--tw-text-opacity, 1));
}
.text-\[\#fff0d7\] {
  --tw-text-opacity: 1;
  color: rgb(255 240 215 / var(--tw-text-opacity, 1));
}
.text-\[\#fff3dc\] {
  --tw-text-opacity: 1;
  color: rgb(255 243 220 / var(--tw-text-opacity, 1));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-ash {
  --tw-text-opacity: 1;
  color: rgb(143 135 123 / var(--tw-text-opacity, 1));
}
.text-bone {
  --tw-text-opacity: 1;
  color: rgb(232 220 199 / var(--tw-text-opacity, 1));
}
.text-bone\/35 {
  color: rgb(232 220 199 / 0.35);
}
.text-bone\/40 {
  color: rgb(232 220 199 / 0.4);
}
.text-bone\/45 {
  color: rgb(232 220 199 / 0.45);
}
.text-bone\/50 {
  color: rgb(232 220 199 / 0.5);
}
.text-bone\/55 {
  color: rgb(232 220 199 / 0.55);
}
.text-bone\/60 {
  color: rgb(232 220 199 / 0.6);
}
.text-bone\/65 {
  color: rgb(232 220 199 / 0.65);
}
.text-bone\/70 {
  color: rgb(232 220 199 / 0.7);
}
.text-bone\/75 {
  color: rgb(232 220 199 / 0.75);
}
.text-bone\/80 {
  color: rgb(232 220 199 / 0.8);
}
.text-bone\/85 {
  color: rgb(232 220 199 / 0.85);
}
.text-bone\/90 {
  color: rgb(232 220 199 / 0.9);
}
.text-ember {
  --tw-text-opacity: 1;
  color: rgb(182 106 44 / var(--tw-text-opacity, 1));
}
.text-ember\/75 {
  color: rgb(182 106 44 / 0.75);
}
.text-ember\/80 {
  color: rgb(182 106 44 / 0.8);
}
.text-ember\/85 {
  color: rgb(182 106 44 / 0.85);
}
.text-ember\/90 {
  color: rgb(182 106 44 / 0.9);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-white\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-ember {
  accent-color: #b66a2c;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.14\] {
  opacity: 0.14;
}
.opacity-\[1\] {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_55px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 20px 55px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 20px 55px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_80px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 20px 80px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 20px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(0\2c 0\2c 0\2c 0\.26\)\] {
  --tw-shadow: 0 24px 60px rgba(0,0,0,0.26);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: 0 24px 80px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_70px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 30px 70px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 30px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_80px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 30px 80px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.24\)\2c inset_0_1px_0_rgba\(255\2c 236\2c 205\2c 0\.08\)\] {
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.24),inset 0 1px 0 rgba(255,236,205,0.08);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-ember {
  --tw-shadow: 0 0 60px rgba(182, 106, 44, 0.24);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-ember {
  --tw-shadow-color: #b66a2c;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.brightness-\[1\.02\] {
  --tw-brightness: brightness(1.02);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.contrast-\[1\.16\] {
  --tw-contrast: contrast(1.16);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_3px_18px_rgba\(0\2c 0\2c 0\2c 0\.98\)\] {
  --tw-drop-shadow: drop-shadow(0 3px 18px rgba(0,0,0,0.98));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_4px_18px_rgba\(0\2c 0\2c 0\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0 4px 18px rgba(0,0,0,1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_4px_22px_rgba\(0\2c 0\2c 0\2c 0\.98\)\] {
  --tw-drop-shadow: drop-shadow(0 4px 22px rgba(0,0,0,0.98));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-\[1\.05\] {
  --tw-saturate: saturate(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.saturate-\[1\.08\] {
  --tw-saturate: saturate(1.08);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[1400ms\] {
  transition-duration: 1400ms;
}
.duration-\[1500ms\] {
  transition-duration: 1500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[vh\:translation\] {
  vh: translation;
}

:root {
  color-scheme: dark;
  background: #090806;
  font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
  --vh-mobile-nav-height: 4.9rem;
  --vh-mobile-player-height: 4.6rem;
}

body {
  margin: 0;
  min-width: 320px;
  background: #090806;
  overflow-x: hidden;
}

#top {
  scroll-margin-top: 96px;
}

.vh-anchor-section,
#prerelease {
  scroll-margin-top: 112px;
}

.portal-cta {
  display: inline-flex;
  margin-top: 1.5rem;
  border: 1px solid rgba(182, 106, 44, 0.7);
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  color: #e8dcc7;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
}

.platform-overview {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.98), rgba(7, 9, 14, 0.985)),
    #05070b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.platform-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.78), rgba(7, 9, 14, 0.62)),
    url("/assets/overview-D1TVTkai.png") center / cover no-repeat;
  opacity: 0.60;
}

.platform-overview__inner {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.5rem 0 2.5rem;
}

.platform-overview__header {
  max-width: 42rem;
  margin-bottom: 1.5rem;
}

.platform-overview__eyebrow {
  margin: 0 0 0.55rem;
  color: rgba(206, 200, 188, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.platform-overview__title {
  margin: 0;
  color: rgba(242, 238, 230, 0.94);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  font-weight: 600;
}

.platform-overview__subtitle {
  margin: 0.5rem 0 0;
  color: rgba(198, 194, 186, 0.72);
  font-size: 0.96rem;
  line-height: 1.6;
}

.platform-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.platform-overview__card {
  padding: 1rem 1rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.platform-overview__card--continuity {
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 84% 50%, rgba(182, 106, 44, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.025);
}

.platform-overview__card-title {
  margin: 0 0 0.7rem;
  color: rgba(245, 240, 232, 0.9);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-overview__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.platform-overview__list li,
.platform-overview__note {
  color: rgba(205, 201, 193, 0.76);
  font-size: 0.92rem;
  line-height: 1.58;
}

.platform-overview__list li::before {
  content: "";
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.6rem;
  border-radius: 999px;
  background: rgba(214, 189, 144, 0.5);
  vertical-align: middle;
}

.platform-overview__note {
  margin: 0.75rem 0 0;
  white-space: pre-line;
}

.platform-overview__support-link,
.platform-overview__legal-link {
  color: rgba(232, 220, 199, 0.88);
  text-decoration: none;
}

.platform-overview__support-link {
  display: inline-flex;
  margin-top: 0.7rem;
  font-size: 0.92rem;
}

.platform-overview__action {
  display: inline-flex;
  margin-top: 0.85rem;
  color: rgba(232, 220, 199, 0.88);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.platform-overview__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  margin-top: 0.8rem;
}

.platform-overview__legal-link {
  border-bottom: 1px solid rgba(232, 220, 199, 0.22);
  font-size: 0.88rem;
  line-height: 1.4;
}

.platform-overview__support-link:hover,
.platform-overview__legal-link:hover,
.platform-overview__action:hover {
  color: #f4efe6;
}

@media (max-width: 820px) {
  .platform-overview__inner {
    padding: 3rem 0 2.2rem;
  }

  .platform-overview__grid {
    grid-template-columns: 1fr;
  }
}

.mobile-nav-scroll {
  scrollbar-width: none;
}

.mobile-nav-scroll::-webkit-scrollbar {
  display: none;
}

.vh-lang-sidebar {
  position: fixed;
  top: 50%;
  right: 1.25rem;
  z-index: 60;
  display: flex;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 0.45rem;
  border: 1px solid rgba(182, 106, 44, 0.28);
  border-radius: 999px;
  background: rgba(5, 4, 3, 0.72);
  padding: 0.35rem;
  box-shadow: 0 0 22px rgba(182, 106, 44, 0.2);
  backdrop-filter: blur(14px);
}

.vh-lang-sidebar-btn {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(232, 220, 199, 0.78);
  cursor: pointer;
  font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
  letter-spacing: 0.12em;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.vh-lang-sidebar-btn:hover,
.vh-lang-sidebar-btn.active {
  border-color: rgba(182, 106, 44, 0.72);
  background: rgba(182, 106, 44, 0.2);
  color: #e8dcc7;
}

.vh-lang-sidebar-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
}

.vh-app-shell {
  padding-bottom: calc(var(--vh-mobile-nav-height) + 1rem + env(safe-area-inset-bottom, 0px));
}

.vh-app-main {
  min-width: 0;
}

.vh-app-shell[data-mobile-player="true"] {
  padding-bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height) + 1.2rem + env(safe-area-inset-bottom, 0px));
}

.vh-home-panel {
  background:
    radial-gradient(circle at top left, rgba(182, 106, 44, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.vh-micro-phrase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at 22% 18%, rgba(182, 106, 44, 0.14), transparent 30%);
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.22);
}

.vh-prologue-shell {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.1)),
    radial-gradient(circle at top left, rgba(182, 106, 44, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.01));
  box-shadow: 0 24px 84px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(9px);
}

.vh-prologue-top {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 24px
    );
}

.vh-waveform-bar {
  display: block;
  width: 100%;
  max-width: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 230, 196, 0.96), rgba(182, 106, 44, 0.34));
  height: calc(0.75rem + (var(--bar-scale, 0.5) * 2.1rem));
  animation: vh-wave-rise 1900ms ease-in-out infinite;
  animation-delay: calc(var(--bar-index, 0) * 55ms);
  transform-origin: center bottom;
}

.vh-prologue-progress {
  cursor: pointer;
}

.vh-prologue-progress-hit {
  z-index: 3;
  cursor: pointer;
  background: transparent;
  touch-action: none;
}

.vh-prologue-progress-hit:disabled {
  cursor: not-allowed;
}

.vh-prologue-progress-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  touch-action: pan-y;
  z-index: 2;
}

.vh-prologue-progress-input:disabled {
  cursor: not-allowed;
}

.vh-prologue-progress-input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 1.25rem;
  width: 1.25rem;
}

.vh-prologue-progress-input::-moz-range-thumb {
  border: 0;
  height: 1.25rem;
  width: 1.25rem;
}

.vh-prologue-pillar {
  transform-origin: 62% 56%;
  will-change: transform, filter, opacity;
}

.vh-prologue-pillar.is-awakening {
  animation: vh-prologue-awaken 2900ms ease-in-out infinite;
  filter:
    brightness(calc(1.02 + (var(--vh-prologue-awake-progress, 0) * 0.05)))
    contrast(calc(1.16 + (var(--vh-prologue-awake-progress, 0) * 0.03)))
    saturate(calc(1.05 + (var(--vh-prologue-awake-progress, 0) * 0.06)));
}

.vh-prologue-burst-video {
  will-change: opacity, transform, filter;
  transform-origin: 62% 56%;
  filter:
    blur(calc((1 - var(--vh-prologue-awake-progress, 0)) * 0.8px))
    saturate(calc(1.02 + (var(--vh-prologue-awake-progress, 0) * 0.08)));
}

@keyframes vh-prologue-awaken {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  35% {
    transform: translate3d(-0.3%, 0.2%, 0) scale(1.005);
  }

  70% {
    transform: translate3d(0.26%, -0.16%, 0) scale(1.009);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1.002);
  }
}

@keyframes vh-wave-rise {
  0%,
  100% {
    transform: scaleY(0.72);
    opacity: 0.52;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .section-bg {
    background-attachment: scroll !important;
  }

  .portal-cta {
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    text-align: center;
  }

  .vh-lang-sidebar {
    top: auto;
    right: 0.75rem;
    bottom: calc(var(--vh-mobile-nav-height) + 0.85rem + env(safe-area-inset-bottom, 0px));
    transform: none;
    flex-direction: row;
  }

  .vh-lang-sidebar-btn {
    width: 2.2rem;
    height: 2.2rem;
  }

  .vh-lang-sidebar--reader-rail {
    flex-direction: column !important;
    top: 50% !important;
    bottom: auto !important;
    right: clamp(0.65rem, 2vw, 1rem) !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 1023px) {
  .vh-lang-sidebar--reader-rail {
    flex-direction: column !important;
    top: 50% !important;
    bottom: auto !important;
    right: clamp(0.65rem, 2vw, 1rem) !important;
    transform: translateY(-50%) !important;
  }
}

.vh-app-shell[data-mobile-player="true"] .vh-lang-sidebar {
  bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height) + 1.05rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 1024px) {
  .vh-app-shell {
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vh-waveform-bar {
    animation: none;
  }

  .vh-ae-breathe,
  .vh-ae-rain,
  .vh-ae-fog,
  .vh-ae-bats,
  .vh-ae-storm-flash,
  .vh-ae-particles,
  .vh-ae-ia-rain {
    animation: none !important;
  }

  .vh-ae-scene-bat {
    animation: none !important;
  }

  .vh-ae-cover-ring.is-playing .vh-ae-cover-inner,
  .vh-ae-cover-ring--stage-corner.is-playing .vh-ae-cover-inner--stage-corner {
    animation: none;
  }

  .vh-ae-stage.is-playing .vh-ae-stage-prime-visual {
    animation: none;
  }

  .vh-ae-wave-dot,
  .vh-ae-wave-dot::before,
  .vh-ae-wave-dot::after {
    animation: none !important;
  }

  .vh-ae-chron-bar {
    animation: none;
  }
}

/* â€”â€” Van Helsin Audio Experience â€”â€” */
.vh-ae-sr-audio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.vh-ae-page {
  background: #050403;
  color: #e8dcc7;
}

:root {
  --vh-ae-rail-w: 15.5rem;
}

.vh-ae-page--rail .vh-ae-page-body {
  min-width: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .vh-ae-page--rail {
    padding-left: var(--vh-ae-rail-w);
  }

  .vh-ae-page--rail .vh-ae-stage > .vh-ae-stage-front {
    padding-top: 1.35rem;
  }

  .vh-ae-page--rail .vh-ae-side-sticky {
    top: 1.25rem;
    max-height: calc(100vh - 2rem);
  }
}

@media (max-width: 1023px) {
  .vh-ae-stage {
    min-height: auto;
  }

  .vh-ae-stage-prime-visual {
    background-size: var(--vh-ae-stage-bg-mobile-size, cover);
    background-position: var(--vh-ae-stage-bg-mobile-pos, center center);
    filter: brightness(0.96) contrast(1) saturate(0.98);
  }

  .vh-ae-stage-front {
    padding-top: max(6.75rem, calc(env(safe-area-inset-top, 0px) + 5.75rem)) !important;
    padding-bottom: 1rem;
  }

  .vh-ae-desk-grid {
    gap: 0.85rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.65rem;
  }

  .vh-ae-desk-main {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
  }

  .vh-ae-player {
    min-height: auto;
  }

  .vh-ae-player--floating-cover {
    padding-bottom: 0;
  }

  .vh-ae-cover-ring--stage-corner {
    display: none;
  }

  .vh-ae-cover-inner--stage-corner {
    width: clamp(4.75rem, 22vw, 6rem);
    background:
      radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.08), transparent 42%),
      linear-gradient(180deg, rgba(20, 24, 32, 0.9), rgba(8, 10, 16, 0.94));
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 10px 28px rgba(0, 0, 0, 0.34),
      0 18px 38px rgba(0, 0, 0, 0.2);
  }

  .vh-ae-cover-inner--stage-corner .vh-ae-cover-img {
    opacity: 0.16;
    filter: grayscale(0.2) brightness(0.72);
    transform: translate(-50%, -50%) scale(0.82);
    pointer-events: none;
  }

  .vh-ae-cover-inner--stage-corner .vh-ae-premium-mark {
    display: none;
  }

  .vh-ae-mobile-chron {
    padding-bottom: 0.35rem;
  }

  .vh-ae-masthead {
    margin-bottom: 0.8rem;
    padding-top: 0.35rem;
  }

  .vh-ae-masthead-brand {
    font-size: 0.58rem;
    letter-spacing: 0.34em;
  }

  .vh-ae-masthead-title {
    margin-top: 0.35rem;
    font-size: clamp(1.45rem, 7.4vw, 2rem);
    line-height: 1.04;
    text-wrap: balance;
  }

  .vh-ae-masthead-tag {
    margin-top: 0.45rem;
    max-width: 22rem;
    font-size: 0.76rem;
    line-height: 1.42;
    padding-inline: 0.2rem;
  }

  .vh-ae-chronicle {
    border-radius: 1rem;
    padding: 0.85rem 0.7rem 0.45rem;
    background: linear-gradient(180deg, rgba(10, 12, 18, 0.86), rgba(5, 6, 10, 0.95));
  }

  .vh-ae-chronicle-list {
    max-height: none;
  }

  .vh-ae-satellite {
    border-top-color: rgba(255, 255, 255, 0.04);
  }
}

.vh-ae-footer--rail {
  padding-left: 1.25rem;
}

@media (min-width: 1024px) {
  .vh-ae-footer--rail {
    padding-left: calc(var(--vh-ae-rail-w) + 1.25rem);
  }
}

.vh-ae-left-rail {
  display: none;
}

@media (min-width: 1024px) {
  .vh-ae-left-rail {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--vh-ae-rail-w);
    z-index: 45;
    padding: 1.5rem 1rem 1.25rem 1.15rem;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(
      180deg,
      rgba(14, 15, 20, 0.98) 0%,
      rgba(10, 11, 16, 0.98) 42%,
      rgba(8, 9, 12, 0.99) 100%
    );
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.35);
  }
}

.vh-ae-left-rail-brand {
  margin-bottom: 1.75rem;
}

.vh-ae-left-rail-title {
  margin: 0;
  font-family: "Cinzel Decorative", Palatino, Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.28em;
  font-weight: 400;
  color: rgba(244, 239, 232, 0.95);
  text-transform: uppercase;
}

.vh-ae-left-rail-sub {
  margin: 0.35rem 0 0;
  font-size: 0.58rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(200, 196, 188, 0.45);
}

.vh-ae-left-rail-nav {
  flex: 0 0 auto;
}

.vh-ae-left-rail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.vh-ae-left-rail-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.45rem 0.5rem;
  border: none;
  border-radius: 0.35rem;
  background: transparent;
  text-decoration: none;
  text-align: left;
  color: rgba(210, 206, 198, 0.72);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.vh-ae-left-rail-link:hover {
  color: rgba(244, 240, 232, 0.92);
  background: rgba(255, 255, 255, 0.03);
}

.vh-ae-left-rail-link.is-active {
  color: rgba(244, 240, 232, 0.94);
  background: rgba(255, 255, 255, 0.05);
}

.vh-ae-left-rail-link.is-active.is-audio {
  color: #f8f4ef;
  background: rgba(110, 28, 36, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 28px rgba(160, 42, 52, 0.22);
}

.vh-ae-left-rail-ico {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  opacity: 0.78;
}

.vh-ae-left-rail-link.is-active .vh-ae-left-rail-ico {
  opacity: 0.95;
}

.vh-ae-left-rail-ico--audio {
  color: rgba(230, 76, 86, 0.95);
  opacity: 1;
}

.vh-ae-left-rail-link.is-active.is-audio .vh-ae-left-rail-ico--audio {
  color: #ff6b6b;
}

.vh-ae-left-rail-spacer {
  flex: 1;
  min-height: 1rem;
}

.vh-ae-left-rail-ai {
  display: block;
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
  border-radius: 999px;
  border: 1px solid rgba(182, 106, 44, 0.45);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(232, 220, 199, 0.88);
  transition: background 200ms ease;
}

.vh-ae-left-rail-ai--break-seal {
  margin-bottom: 0.45rem;
}

.vh-ae-left-rail-ai:hover {
  background: rgba(182, 106, 44, 0.12);
  color: #f4efe6;
}

.vh-ae-left-rail-quote {
  margin: 0;
  padding: 0 0.15rem 5.5rem;
  border: none;
  font-family: "Cormorant Garamond", Palatino, Georgia, serif;
  font-size: 0.78rem;
  line-height: 1.5;
  font-style: italic;
  color: rgba(200, 195, 186, 0.5);
}

.vh-ae-left-rail-quote p {
  margin: 0;
}

.vh-ae-left-rail-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.14em;
  color: rgba(180, 175, 168, 0.38);
}

.vh-ae-left-rail-lantern {
  position: absolute;
  left: 0.75rem;
  bottom: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 190, 120, 0.35) 0%,
    rgba(255, 140, 60, 0.12) 45%,
    transparent 70%
  );
  pointer-events: none;
  filter: blur(0.5px);
  opacity: 0.85;
}

.vh-ae-stage {
  isolation: isolate;
  position: relative;
  background-color: #0c0e14;
  overflow: hidden;
}

/* Fundo do palco: `background-image` na caixa garante pintura mesmo quando `<img>` falha. */
.vh-ae-stage-prime-visual {
  max-width: none;
  min-height: 100%;
  background-color: #1a1f28;
  background-image: var(--vh-ae-stage-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.2) contrast(1.09) saturate(1.07);
  transform-origin: center center;
}

.vh-ae-stage-bg-img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.84;
  filter: brightness(0.74) contrast(1.04) saturate(0.96);
}

.vh-ae-stage.is-playing .vh-ae-stage-prime-visual {
  animation: vh-ae-stage-bg-pulse 3.15s ease-in-out infinite;
}

.vh-ae-atmosphere {
  overflow: hidden;
}

.vh-ae-atmosphere-dim {
  position: absolute;
  inset: 0;
}

.vh-ae-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 140% 90% at 50% 25%,
      rgba(255, 255, 255, 0.04) 0%,
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(4, 6, 14, 0.05) 0%,
      transparent 38%,
      transparent 58%,
      rgba(0, 0, 0, 0.33) 100%
    );
  pointer-events: none;
}

.vh-ae-fog {
  position: absolute;
  inset: -8%;
  opacity: calc(0.06 + var(--ae-intensity) * 0.12);
  background: radial-gradient(circle at 40% 60%, rgba(160, 180, 210, 0.06), transparent 48%);
  animation: vh-ae-fog-drift 48s ease-in-out infinite;
  mix-blend-mode: normal;
}

.vh-ae-rain {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: repeating-linear-gradient(
    165deg,
    transparent 0,
    transparent 14px,
    rgba(180, 200, 230, 0.045) 14px,
    rgba(180, 200, 230, 0.045) 15px
  );
  animation: vh-ae-rain-fall 22s linear infinite;
}

.vh-ae-void {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 40%, transparent 30%, rgba(0, 0, 0, 0.55) 88%);
  mix-blend-mode: multiply;
}

.vh-ae-storm-flash {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 20%, rgba(200, 220, 255, 0.12), transparent 42%);
  animation: vh-ae-flash 11s ease-in-out infinite;
}

.vh-ae-particles {
  position: absolute;
  inset: 0;
  opacity: calc(0.02 + var(--ae-intensity) * 0.05);
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.04) 0, transparent 0.5%),
    radial-gradient(circle at 70% 55%, rgba(255, 255, 255, 0.035) 0, transparent 0.45%),
    radial-gradient(circle at 45% 80%, rgba(255, 255, 255, 0.03) 0, transparent 0.4%);
  background-size: 120% 120%, 100% 100%, 130% 130%;
  animation: vh-ae-drift 36s linear infinite;
}

.vh-ae-breathe {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 50% 48%, rgba(182, 106, 44, 0.06), transparent 50%);
  transition: opacity 800ms ease;
}

.vh-ae-atmosphere[data-playing="true"] .vh-ae-breathe {
  opacity: 0.45;
  animation: vh-ae-breathe-pulse 6.8s ease-in-out infinite;
}

.vh-ae-bats {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(ellipse 40% 20% at 72% 22%, rgba(0, 0, 0, 0.35), transparent 70%);
  animation: vh-ae-bats-skim 26s ease-in-out infinite;
}

.vh-ae-scene-bat {
  position: absolute;
  top: clamp(3.5rem, 9vh, 6.5rem);
  right: clamp(0.75rem, 4vw, 2.5rem);
  width: clamp(4.5rem, 14vw, 8.25rem);
  z-index: 3;
  color: rgba(12, 10, 14, 0.92);
  opacity: calc(0.42 + var(--ae-intensity, 0.38) * 0.38);
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.9)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
  transform-origin: 50% 50%;
  animation: vh-ae-scene-bat-float 22s ease-in-out infinite;
  pointer-events: none;
}

.vh-ae-scene-bat--still {
  animation: none;
}

.vh-ae-scene-bat-svg {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes vh-ae-scene-bat-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg) scale(1);
  }
  35% {
    transform: translate3d(-6px, 8px, 0) rotate(2deg) scale(1.03);
  }
  70% {
    transform: translate3d(4px, -4px, 0) rotate(-2deg) scale(0.98);
  }
}

/* mode weights */
.vh-ae-mode--fog .vh-ae-fog {
  opacity: calc(0.1 + var(--ae-intensity) * 0.18);
}
.vh-ae-mode--rain .vh-ae-rain {
  opacity: calc(0.18 + var(--ae-intensity) * 0.22);
}
.vh-ae-mode--storm .vh-ae-rain {
  opacity: calc(0.26 + var(--ae-intensity) * 0.22);
}
.vh-ae-mode--storm .vh-ae-storm-flash {
  opacity: 0.08;
}
.vh-ae-mode--void .vh-ae-void {
  opacity: 0.18;
  mix-blend-mode: normal;
  background: radial-gradient(circle at 50% 40%, transparent 28%, rgba(0, 0, 0, 0.38) 94%);
}
.vh-ae-mode--fire .vh-ae-gradient {
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(40, 8, 2, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(8, 5, 3, 0.12), rgba(3, 4, 8, 0.28));
}
.vh-ae-mode--ritual .vh-ae-fog {
  opacity: calc(0.1 + var(--ae-intensity) * 0.18);
}
.vh-ae-mode--ritual .vh-ae-gradient {
  background:
    radial-gradient(circle at 50% 120%, rgba(90, 40, 80, 0.06), transparent 45%),
    linear-gradient(180deg, rgba(5, 3, 8, 0.14), rgba(2, 3, 8, 0.28));
}
.vh-ae-mode--bats .vh-ae-bats {
  opacity: calc(0.12 + var(--ae-intensity) * 0.1);
}

@keyframes vh-ae-fog-drift {
  0%,
  100% {
    transform: translate3d(-1.5%, 0, 0);
  }
  50% {
    transform: translate3d(1.5%, -0.5%, 0);
  }
}

@keyframes vh-ae-rain-fall {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 220px;
  }
}

@keyframes vh-ae-flash {
  0%,
  94%,
  100% {
    opacity: 0;
  }
  95% {
    opacity: 0.22;
  }
  96% {
    opacity: 0.06;
  }
}

@keyframes vh-ae-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3%, -2%, 0);
  }
}

@keyframes vh-ae-breathe-pulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(1);
  }
  50% {
    opacity: 0.32;
    transform: scale(1.02);
  }
}

@keyframes vh-ae-bats-skim {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.35;
  }
  40% {
    transform: translate3d(-3%, 1%, 0);
    opacity: 0.55;
  }
}

.vh-ae-stage-front {
  isolation: isolate;
}

.vh-ae-desk-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .vh-ae-desk-grid {
    grid-template-columns: 1fr min(22rem, 36vw);
    align-items: start;
    gap: 1.5rem;
  }

  .vh-ae-mobile-chron {
    display: none;
  }

  .vh-ae-side-sticky {
    position: sticky;
    top: 4.75rem;
    max-height: calc(100vh - 5.25rem);
    overflow: auto;
    padding-bottom: 2rem;
    scrollbar-width: thin;
  }
}

@media (min-width: 1024px) {
  .vh-ae-desk-grid {
    grid-template-columns: 1fr min(26.5rem, 32vw);
    gap: 1.75rem;
  }

  .vh-ae-side-sticky {
    top: 5.5rem;
    max-height: calc(100vh - 6rem);
  }
}

.vh-ae-ui-sans {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.vh-ae-masthead {
  margin-bottom: 1.75rem;
}

.vh-ae-masthead--center {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.vh-ae-masthead-brand {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(200, 200, 210, 0.45);
}

.vh-ae-masthead-title {
  margin: 0.5rem 0 0;
  font-family: "Cinzel Decorative", Palatino, Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #f4efe6;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.45);
}

.vh-ae-masthead-tag {
  margin: 0.65rem 0 0;
  max-width: 36rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(210, 205, 195, 0.55);
}

.vh-ae-player {
  position: relative;
  margin: 0;
  max-width: none;
  padding: 0;
  text-align: left;
}

/* Capa do palco: metade do tamanho, canto inferior esquerdo, visual discreto */
.vh-ae-player--floating-cover {
  padding-bottom: clamp(6.25rem, 20vw, 9rem);
}

.vh-ae-cover-ring--stage-corner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  border-radius: 0.2rem;
}

.vh-ae-cover-ring--stage-corner:focus-visible {
  outline: 2px solid rgba(196, 66, 66, 0.65);
  outline-offset: 3px;
}

.vh-ae-cover-inner--stage-corner {
  width: min(38vw, 8.75rem);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.045),
    0 5px 18px rgba(0, 0, 0, 0.32),
    0 14px 36px rgba(0, 0, 0, 0.22);
  opacity: 0.92;
}

@media (min-width: 768px) {
  .vh-ae-cover-inner--stage-corner {
    width: min(15vw, 9.25rem);
  }
}

.vh-ae-cover-inner--stage-corner .vh-ae-premium-mark {
  font-size: 0.42rem;
  letter-spacing: 0.12em;
  padding: 0.18rem 0.38rem;
  right: 0.35rem;
  bottom: 0.35rem;
}

.vh-ae-cover-ring--stage-corner.is-playing .vh-ae-cover-inner--stage-corner {
  animation: vh-ae-cover-pulse-subtle 3.4s ease-in-out infinite;
}

@keyframes vh-ae-cover-pulse-subtle {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.045),
      0 5px 18px rgba(0, 0, 0, 0.32),
      0 14px 36px rgba(0, 0, 0, 0.22);
  }
  50% {
    transform: scale(1.008);
    opacity: 0.97;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 7px 22px rgba(0, 0, 0, 0.38),
      0 18px 42px rgba(0, 0, 0, 0.26),
      0 0 18px rgba(255, 235, 220, 0.06);
  }
}

.vh-ae-player-core {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
}

@media (min-width: 768px) {
  .vh-ae-player-core {
    flex-direction: row;
    align-items: flex-end;
    gap: 2.5rem 3rem;
  }
}

.vh-ae-cover-ring {
  position: relative;
  flex-shrink: 0;
}

.vh-ae-cover-inner {
  width: min(76vw, 17.5rem);
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0.2rem;
  transform-origin: center center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07),
    0 12px 50px rgba(0, 0, 0, 0.45),
    0 36px 90px rgba(0, 0, 0, 0.35);
}

.vh-ae-cover-ring.is-playing .vh-ae-cover-inner {
  animation: vh-ae-cover-pulse 3.15s ease-in-out infinite;
}

@keyframes vh-ae-cover-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.07),
      0 12px 50px rgba(0, 0, 0, 0.45),
      0 36px 90px rgba(0, 0, 0, 0.35);
  }
  50% {
    transform: scale(1.028);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.16),
      0 16px 56px rgba(0, 0, 0, 0.52),
      0 44px 104px rgba(0, 0, 0, 0.38),
      0 0 32px rgba(255, 235, 220, 0.14),
      0 0 52px rgba(200, 70, 80, 0.12);
  }
}

@keyframes vh-ae-stage-bg-pulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1.2) contrast(1.09) saturate(1.07);
  }
  50% {
    transform: scale(1.022);
    filter: brightness(1.32) contrast(1.11) saturate(1.14);
  }
}

@media (min-width: 768px) {
  .vh-ae-cover-inner {
    width: min(30vw, 18.5rem);
  }
}

.vh-ae-cover-img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.vh-ae-premium-mark {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 220, 199, 0.48);
  background: rgba(0, 0, 0, 0.42);
  padding: 0.28rem 0.5rem;
}

.vh-ae-player-copy {
  flex: 1;
  min-width: 0;
  width: 100%;
}

.vh-ae-now {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(196, 66, 66, 0.88);
  font-weight: 600;
}

.vh-ae-title {
  margin: 0.5rem 0 0;
  font-family: "Cinzel Decorative", Palatino, Georgia, serif;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  line-height: 1.15;
  font-weight: 400;
  color: #f2ebe0;
}

.vh-ae-chapter-line {
  margin: 0.45rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(160, 155, 148, 0.72);
}

.vh-ae-sub {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  color: rgba(182, 106, 44, 0.85);
}

.vh-ae-desc {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(220, 215, 206, 0.58);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vh-ae-avail {
  margin: 0.65rem 0 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 220, 199, 0.38);
}

.vh-ae-inline-actions {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.vh-ae-icon-btn {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(232, 220, 199, 0.5);
  font-size: 0.85rem;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    color 200ms ease,
    background 200ms ease;
}

.vh-ae-icon-btn:hover {
  color: rgba(232, 220, 199, 0.85);
  border-color: rgba(255, 255, 255, 0.15);
}

.vh-ae-icon-btn.is-on {
  color: rgba(196, 66, 66, 0.92);
  border-color: rgba(196, 66, 66, 0.35);
}

.vh-ae-icon-btn.is-ghost {
  cursor: default;
  opacity: 0.35;
}

.vh-ae-wave-wrap {
  margin-top: 1.25rem;
}

.vh-ae-wave {
  position: relative;
  height: 6.15rem;
  margin-top: 0.25rem;
  cursor: pointer;
  touch-action: none;
  border-radius: 0.35rem;
  background: rgba(0, 0, 0, 0.22);
  overflow: visible;
}

.vh-ae-wave::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  right: 0.42rem;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
  z-index: 0;
  pointer-events: none;
}

.vh-ae-wave.is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

.vh-ae-wave-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0.22rem 0.38rem;
  gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.vh-ae-wave-playhead-only {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.vh-ae-wave-playhead-track,
.vh-ae-wave-playhead-fill {
  position: absolute;
  left: 0.42rem;
  right: 0.42rem;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.vh-ae-wave-playhead-track {
  background: rgba(255, 255, 255, 0.14);
}

.vh-ae-wave-playhead-fill {
  right: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(255, 120, 120, 0.72));
  box-shadow: 0 0 12px rgba(220, 40, 50, 0.25);
}

.vh-ae-wave-bar {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  max-width: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.vh-ae-wave-bar::before {
  content: "";
  width: 1px;
  max-width: 100%;
  height: calc(2% + var(--wave-h, 0.5) * 96%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(245, 242, 236, 0.62) 42%,
    rgba(210, 208, 218, 0.48) 100%
  );
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.32),
    0 0 2px rgba(255, 255, 255, 0.5);
  transition:
    background 70ms ease,
    box-shadow 70ms ease,
    height 26ms linear;
}

.vh-ae-wave-bar.is-played::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 248, 242, 0.96) 48%,
    rgba(235, 230, 248, 0.62) 100%
  );
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.48),
    0 0 22px rgba(255, 250, 245, 0.28),
    0 0 3px rgba(255, 255, 255, 0.75);
}

.vh-ae-wave-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 28%, #fff1f0, #ff7a7a 42%, #e02020 68%, #6a0606);
  border: 1px solid rgba(255, 230, 230, 0.85);
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.55),
    0 0 14px rgba(255, 130, 110, 1),
    0 0 28px rgba(255, 80, 80, 0.85),
    0 0 46px rgba(220, 40, 50, 0.55);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
  animation: vh-ae-playhead-core 2.05s ease-in-out infinite;
}

.vh-ae-wave-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240%;
  height: 240%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(255, 210, 210, 0.75) 0%,
    rgba(255, 100, 90, 0.35) 38%,
    rgba(255, 60, 60, 0.12) 58%,
    transparent 72%
  );
  z-index: -1;
  animation: vh-ae-playhead-halo 2.05s ease-in-out infinite;
}

.vh-ae-wave-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 280%;
  height: 280%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.85;
  background:
    linear-gradient(90deg, transparent 47%, rgba(255, 248, 248, 0.75) 50%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(255, 248, 248, 0.75) 50%, transparent 53%),
    linear-gradient(60deg, transparent 48%, rgba(255, 220, 220, 0.35) 50%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(255, 220, 220, 0.35) 50%, transparent 52%);
  filter: blur(0.6px);
  z-index: -2;
  animation: vh-ae-playhead-starburst 2.6s ease-in-out infinite;
}

@keyframes vh-ae-playhead-core {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: brightness(1) saturate(1.05);
    box-shadow:
      0 0 0 2px rgba(0, 0, 0, 0.55),
      0 0 14px rgba(255, 130, 110, 0.92),
      0 0 28px rgba(255, 80, 80, 0.75),
      0 0 46px rgba(220, 40, 50, 0.5);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.2);
    filter: brightness(1.45) saturate(1.2);
    box-shadow:
      0 0 0 2px rgba(0, 0, 0, 0.45),
      0 0 22px rgba(255, 200, 170, 1),
      0 0 40px rgba(255, 120, 100, 0.95),
      0 0 64px rgba(255, 60, 80, 0.65);
  }
  58% {
    transform: translate(-50%, -50%) scale(1.08);
    filter: brightness(1.22) saturate(1.12);
    box-shadow:
      0 0 0 2px rgba(0, 0, 0, 0.52),
      0 0 18px rgba(255, 160, 130, 0.98),
      0 0 34px rgba(255, 90, 80, 0.82),
      0 0 54px rgba(220, 50, 60, 0.55);
  }
}

@keyframes vh-ae-playhead-halo {
  0%,
  100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(0.88);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes vh-ae-playhead-starburst {
  0%,
  100% {
    opacity: 0.45;
    transform: translate(-50%, -50%) scale(0.82) rotate(0deg);
  }
  50% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.18) rotate(6deg);
  }
}

.vh-ae-times {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  color: rgba(232, 220, 199, 0.42);
  font-variant-numeric: tabular-nums;
}

.vh-ae-controls {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.75rem;
  flex-wrap: wrap;
  width: 100%;
}

.vh-ae-transport {
  border: none;
  background: transparent;
  color: rgba(210, 206, 198, 0.55);
  font-size: 1.15rem;
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 999px;
  transition:
    color 200ms ease,
    background 200ms ease;
}

.vh-ae-transport:hover {
  color: #f4efe6;
  background: rgba(255, 255, 255, 0.04);
}

.vh-ae-transport.is-on {
  color: rgba(196, 66, 66, 0.9);
}

.vh-ae-play-fab {
  width: 3.35rem;
  height: 3.35rem;
  margin: 0 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.12), rgba(8, 8, 12, 0.75));
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.vh-ae-play-fab:hover {
  border-color: rgba(255, 255, 255, 0.35);
  transform: scale(1.04);
}

.vh-ae-play-fab-inner {
  font-size: 1rem;
  color: rgba(245, 240, 232, 0.92);
  margin-left: 0.1rem;
}

.vh-ae-vol {
  margin-top: 1.1rem;
  display: block;
  max-width: 18rem;
}

.vh-ae-vol input[type="range"] {
  width: 100%;
  accent-color: rgba(196, 66, 66, 0.55);
  opacity: 0.6;
}

/* â€”â€” Chronicle sidebar (mockup right column) â€”â€” */
.vh-ae-chronicle {
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(165deg, rgba(10, 12, 18, 0.72), rgba(4, 5, 9, 0.86));
  backdrop-filter: blur(12px);
  padding: 1rem 0.75rem 0.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.vh-ae-chronicle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0.35rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vh-ae-chronicle-icon {
  color: rgba(220, 220, 230, 0.45);
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.vh-ae-chronicle-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-family: "Cinzel Decorative", Palatino, Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(236, 231, 222, 0.78);
}

.vh-ae-chronicle-list {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0;
  max-height: min(52vh, 28rem);
  overflow-y: auto;
  scrollbar-width: thin;
}

.vh-ae-chron-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.4rem;
  margin-bottom: 0.15rem;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: background 200ms ease;
}

.vh-ae-chron-row:hover {
  background: rgba(255, 255, 255, 0.03);
}

.vh-ae-chron-row.is-active {
  background: linear-gradient(90deg, rgba(110, 28, 38, 0.42), rgba(46, 12, 18, 0.35));
  box-shadow: inset 0 0 0 1px rgba(196, 66, 66, 0.22);
}

.vh-ae-chron-row.is-active .vh-ae-chron-row-title {
  color: rgba(232, 86, 86, 0.96);
}

.vh-ae-chron-row.is-active .vh-ae-chron-row-meta {
  color: rgba(220, 200, 200, 0.48);
}

.vh-ae-chron-thumb {
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  opacity: 0.92;
}

.vh-ae-chron-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vh-ae-chron-body {
  flex: 1;
  min-width: 0;
}

.vh-ae-chron-row-title {
  display: block;
  font-size: 0.78rem;
  line-height: 1.25;
  color: rgba(237, 232, 224, 0.86);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vh-ae-chron-row-meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(200, 195, 188, 0.38);
}

.vh-ae-chron-unlock {
  display: block;
  margin-top: 0.22rem;
  font-size: 0.62rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: rgba(215, 181, 132, 0.74);
  text-wrap: balance;
}

.vh-ae-chron-tail {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.4rem;
  flex-shrink: 0;
  padding-left: 0.25rem;
}

.vh-ae-chron-dur {
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  color: rgba(200, 196, 188, 0.42);
  min-width: 2.35rem;
  text-align: right;
}

.vh-ae-chron-row.is-active .vh-ae-chron-dur {
  color: rgba(232, 224, 216, 0.78);
}

.vh-ae-chron-play {
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
  height: 1.22rem;
  padding-bottom: 0.02rem;
}

.vh-ae-chron-bar {
  width: 2px;
  border-radius: 999px;
  align-self: flex-end;
  background: rgba(248, 240, 240, 0.92);
  transform-origin: 50% 100%;
  animation: vh-ae-chron-pulse 0.62s ease-in-out infinite;
}

.vh-ae-chron-bar:nth-child(1) {
  height: 44%;
  animation-delay: 0ms;
}

.vh-ae-chron-bar:nth-child(2) {
  height: 72%;
  animation-delay: 70ms;
}

.vh-ae-chron-bar:nth-child(3) {
  height: 100%;
  animation-delay: 130ms;
}

.vh-ae-chron-bar:nth-child(4) {
  height: 58%;
  animation-delay: 35ms;
}

@keyframes vh-ae-chron-pulse {
  0%,
  100% {
    transform: scaleY(0.48);
    opacity: 0.52;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.vh-ae-chronicle-foot {
  margin: 0.35rem 0 0;
  padding: 0.55rem 0.35rem 0.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vh-ae-chronicle-foot-link {
  color: rgba(196, 66, 66, 0.75);
  text-decoration: none;
  transition: color 200ms ease;
}

.vh-ae-chronicle-foot-link::after {
  content: " >";
  letter-spacing: 0.08em;
}

.vh-ae-chronicle-foot-link:hover {
  color: rgba(220, 90, 90, 0.92);
}

.vh-ae-wave--compact {
  height: 2.95rem;
}

.vh-ae-wave--compact .vh-ae-wave-bars {
  padding: 0.18rem 0.34rem;
}

.vh-ae-wave--compact .vh-ae-wave-dot {
  width: 0.48rem;
  height: 0.48rem;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.55),
    0 0 8px rgba(255, 90, 90, 0.9),
    0 0 18px rgba(220, 50, 50, 0.55);
}

.vh-ae-mini {
  --mini-pad: 0.65rem;
  left: 0;
  right: 0;
  bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
  padding: 0 0.45rem;
}

@media (min-width: 1024px) {
  .vh-ae-page--rail > .vh-ae-mini {
    left: var(--vh-ae-rail-w);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .vh-ae-page--rail > .vh-ae-mini .vh-ae-mini-inner {
    max-width: min(76rem, calc(100vw - var(--vh-ae-rail-w) - 1.25rem));
  }
}

.vh-ae-mini .vh-ae-mini-inner {
  margin: 0 auto;
  padding: var(--mini-pad) calc(var(--mini-pad) + 0.25rem);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(14, 16, 22, 0.82), rgba(5, 6, 10, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
  max-width: min(76rem, calc(100vw - 1.25rem));
}

.vh-ae-mini-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.vh-ae-mini-left {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 15rem;
  min-width: 0;
}

.vh-ae-mini-heart {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(210, 206, 198, 0.45);
  font-size: 0.85rem;
  cursor: pointer;
  transition:
    color 200ms ease,
    background 200ms ease;
}

.vh-ae-mini-heart:hover {
  color: rgba(242, 237, 230, 0.88);
  background: rgba(255, 255, 255, 0.06);
}

.vh-ae-mini-heart.is-on {
  color: rgba(196, 66, 66, 0.92);
}

.vh-ae-mini-center {
  flex: 2 1 16rem;
  min-width: min(100%, 14rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.vh-ae-mini-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  margin-left: auto;
}

.vh-ae-mini-cover {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.35rem;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0.95;
}

.vh-ae-mini-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vh-ae-mini-meta {
  flex: 1;
  min-width: 0;
}

.vh-ae-mini-title {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(241, 236, 228, 0.9);
}

.vh-ae-mini-sub {
  margin: 0.12rem 0 0;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 196, 188, 0.36);
}

.vh-ae-mini-wave {
  width: 100%;
  max-width: 28rem;
}

.vh-ae-mini-transport {
  display: flex;
  align-items: center;
  gap: 0.05rem;
  flex-shrink: 0;
}

.vh-ae-mini-tbtn {
  border: none;
  background: transparent;
  color: rgba(210, 206, 198, 0.5);
  font-size: 0.92rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
  transition:
    color 200ms ease,
    background 200ms ease;
}

.vh-ae-mini-tbtn:hover {
  color: rgba(242, 237, 230, 0.88);
  background: rgba(255, 255, 255, 0.04);
}

.vh-ae-mini-tbtn.is-on {
  color: rgba(196, 66, 66, 0.88);
}

.vh-ae-mini-play {
  width: 2.45rem;
  height: 2.45rem;
  margin: 0 0.12rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.09), rgba(6, 7, 12, 0.8));
  color: rgba(245, 240, 232, 0.92);
  font-size: 0.78rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vh-ae-mini-time {
  margin: 0;
  font-size: 0.6rem;
  color: rgba(200, 196, 188, 0.38);
  font-variant-numeric: tabular-nums;
  text-align: center;
  width: 100%;
}

.vh-ae-mini-time-sep {
  opacity: 0.35;
}

.vh-ae-mini-vol {
  width: 4.5rem;
}

@media (min-width: 640px) {
  .vh-ae-mini-vol {
    width: 6rem;
  }
}

.vh-ae-mini-vol input {
  width: 100%;
  accent-color: rgba(196, 66, 66, 0.5);
  opacity: 0.55;
}

.vh-ae-mini-moon {
  border: none;
  background: transparent;
  color: rgba(180, 186, 200, 0.4);
  font-size: 0.95rem;
  cursor: default;
  padding: 0.15rem;
  line-height: 1;
}

.vh-ae-satellite {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.5), rgba(5, 5, 6, 0.88));
}

.vh-mobile-bottom-nav {
  position: fixed;
  left: 0.7rem;
  right: 0.7rem;
  bottom: calc(0.45rem + env(safe-area-inset-bottom, 0px));
  z-index: 80;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(13, 15, 21, 0.95), rgba(6, 7, 12, 0.98));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.vh-mobile-bottom-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.45rem 0.2rem;
  border: none;
  border-radius: 0.95rem;
  background: transparent;
  color: rgba(214, 210, 203, 0.58);
  text-decoration: none;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.vh-mobile-bottom-item.is-active {
  background: linear-gradient(180deg, rgba(112, 26, 34, 0.6), rgba(64, 12, 18, 0.48));
  color: rgba(250, 245, 238, 0.94);
}

.vh-mobile-bottom-ico {
  width: 1.15rem;
  height: 1.15rem;
}

.vh-mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 74;
  background: rgba(2, 3, 6, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.vh-mobile-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vh-mobile-drawer {
  position: fixed;
  left: 0.7rem;
  right: 0.7rem;
  bottom: calc(var(--vh-mobile-nav-height) + 0.9rem + env(safe-area-inset-bottom, 0px));
  z-index: 75;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(11, 13, 19, 0.98), rgba(5, 6, 10, 0.98));
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.5);
  transform: translateY(1rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.vh-mobile-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.vh-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.vh-mobile-drawer-kicker {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(224, 218, 209, 0.68);
}

.vh-mobile-drawer-close {
  border: none;
  background: transparent;
  color: rgba(224, 218, 209, 0.78);
  font-size: 1.6rem;
  line-height: 1;
}

.vh-mobile-drawer-nav {
  display: grid;
  gap: 0.45rem;
}

  .vh-mobile-drawer-link {
  display: flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0.8rem 0.95rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(240, 234, 226, 0.86);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-mobile-drawer-link-btn {
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
}

.vh-mobile-drawer-link.is-active {
  border: 1px solid rgba(213, 149, 81, 0.28);
  background: rgba(124, 43, 26, 0.18);
  color: rgba(255, 208, 135, 0.96);
}

.vh-mobile-player-shell {
  position: fixed;
  left: 0.7rem;
  right: 0.7rem;
  bottom: calc(var(--vh-mobile-nav-height) + 0.85rem + env(safe-area-inset-bottom, 0px));
  z-index: 79;
}

.vh-mobile-player-mini {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(14, 16, 22, 0.96), rgba(6, 7, 11, 0.98)),
    radial-gradient(circle at 15% 0, rgba(182, 106, 44, 0.16), transparent 30%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.vh-mobile-player-cover {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.65rem;
  flex-shrink: 0;
}

.vh-mobile-player-cover img,
.vh-mobile-player-hero-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.vh-mobile-player-copy {
  flex: 1;
  min-width: 0;
}

.vh-mobile-player-title {
  display: block;
  color: rgba(244, 239, 233, 0.94);
  font-size: 0.9rem;
  line-height: 1.22;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vh-mobile-player-subline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.22rem;
  color: rgba(196, 192, 185, 0.54);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vh-mobile-player-progress {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.vh-mobile-player-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(196, 66, 66, 0.72));
  transform-origin: left center;
}

.vh-mobile-player-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.vh-mobile-player-buffer {
  max-width: 4.3rem;
  color: rgba(196, 192, 185, 0.44);
  font-size: 0.56rem;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.vh-mobile-player-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.1), rgba(8, 9, 14, 0.85));
  color: rgba(244, 239, 233, 0.94);
  font-size: 0.78rem;
}

.vh-mobile-player-dismiss {
  border: none;
  background: transparent;
  color: rgba(224, 218, 209, 0.78);
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0 0.15rem;
}

.vh-mobile-player-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 180ms ease;
}

.vh-mobile-player-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vh-mobile-player-modal-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 4, 8, 0.22), rgba(2, 3, 6, 0.62)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 34%),
    var(--vh-mobile-player-cover) var(--vh-mobile-player-cover-pos, center center) / cover no-repeat,
    radial-gradient(circle at top, rgba(120, 26, 34, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(2, 3, 6, 0.45), rgba(2, 3, 6, 0.74));
  filter: saturate(0.98) brightness(0.82) contrast(1.04);
  backdrop-filter: blur(10px);
}

.vh-mobile-player-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-height: 100vh;
  padding: calc(1.25rem + env(safe-area-inset-top, 0px)) 1.15rem calc(1.25rem + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.vh-mobile-player-close {
  position: sticky;
  top: 0;
  align-self: flex-end;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 239, 233, 0.88);
  font-size: 1.5rem;
  line-height: 1;
  z-index: 2;
}

.vh-mobile-player-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 3rem;
  padding: 0.2rem 0 0.1rem;
}

.vh-mobile-player-hero-glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(182, 106, 44, 0.16), transparent 64%);
  filter: blur(14px);
}

.vh-mobile-player-meta {
  text-align: center;
}

.vh-mobile-player-kicker {
  margin: 0;
  color: rgba(214, 210, 203, 0.56);
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.vh-mobile-player-heading {
  margin: 0.7rem 0 0;
  font-family: "Cinzel Decorative", Palatino, Georgia, serif;
  font-size: clamp(1.55rem, 6vw, 2.25rem);
  line-height: 1.14;
  color: rgba(247, 241, 233, 0.96);
}

.vh-mobile-player-language {
  margin: 0.5rem 0 0;
  color: rgba(196, 192, 185, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vh-mobile-player-chapter {
  margin: 0.55rem 0 0;
  color: rgba(214, 210, 203, 0.54);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vh-mobile-player-wave {
  margin-top: 1.6rem;
}

.vh-mobile-player-times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.55rem;
  color: rgba(196, 192, 185, 0.58);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.vh-mobile-player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.vh-mobile-player-ghost,
.vh-mobile-player-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(244, 239, 233, 0.88);
}

.vh-mobile-player-ghost {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.vh-mobile-player-ghost.is-on {
  color: rgba(255, 125, 125, 0.94);
  border-color: rgba(196, 66, 66, 0.32);
}

.vh-mobile-player-primary {
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.12), rgba(8, 9, 14, 0.85));
  font-size: 1rem;
}

.vh-mobile-player-volume {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.5rem;
  color: rgba(196, 192, 185, 0.66);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vh-mobile-player-volume input {
  width: 100%;
  accent-color: rgba(196, 66, 66, 0.6);
}

.vh-mobile-player-tools {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.vh-mobile-player-tool {
  min-height: 2.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 239, 233, 0.84);
  font-size: 0.9rem;
}

.vh-mobile-player-tool.is-on {
  color: rgba(255, 125, 125, 0.94);
  border-color: rgba(196, 66, 66, 0.32);
}

.vh-mobile-player-status {
  margin: 0.85rem 0 0;
  color: rgba(196, 192, 185, 0.6);
  font-size: 0.68rem;
  text-align: center;
  text-transform: uppercase;
}

@media (max-height: 780px) {
  .vh-mobile-player-panel {
    padding-top: calc(0.9rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-mobile-player-hero {
    min-height: 2.25rem;
    padding: 0.1rem 0;
  }

  .vh-mobile-player-wave {
    margin-top: 1rem;
  }

  .vh-mobile-player-controls {
    margin-top: 1rem;
  }

  .vh-mobile-player-volume {
    margin-top: 1rem;
  }
}

@media (max-width: 1023px) {
  .vh-mobile-player-hero {
    min-height: 2.5rem;
    padding: 0.1rem 0 0;
  }

  .vh-mobile-player-hero-glow {
    width: min(88vw, 24rem);
    height: min(34vw, 6rem);
    background:
      radial-gradient(circle at 50% 50%, rgba(182, 106, 44, 0.18), transparent 58%),
      radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.08), transparent 42%);
    filter: blur(18px);
  }
}

@media (min-width: 1024px) {
  .vh-mobile-bottom-nav,
  .vh-mobile-drawer,
  .vh-mobile-drawer-backdrop,
  .vh-mobile-player-shell,
  .vh-mobile-player-modal {
    display: none;
  }
}

.vh-ae-outro-text {
  font-size: clamp(1.05rem, 3vw, 1.25rem);
  line-height: 1.65;
  color: rgba(232, 220, 199, 0.78);
  margin: 0;
  animation: vh-ae-outro-in 2.2s ease forwards;
}

@keyframes vh-ae-outro-in {
  from {
    opacity: 0;
    filter: blur(6px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

.vh-ae-outro-dismiss {
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  color: rgba(232, 220, 199, 0.55);
}

.vh-ae-ia {
  position: relative;
}

.vh-ae-ia-rain {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: repeating-linear-gradient(
    165deg,
    transparent 0,
    transparent 12px,
    rgba(140, 160, 200, 0.04) 12px,
    rgba(140, 160, 200, 0.04) 13px
  );
  animation: vh-ae-rain-fall 24s linear infinite;
  pointer-events: none;
}

.vh-ae-ia-silhouette {
  position: absolute;
  left: 50%;
  bottom: 28%;
  width: min(40%, 12rem);
  height: 42%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 50% 100% at 50% 100%, rgba(0, 0, 0, 0.55), transparent 72%);
  opacity: 0.35;
  pointer-events: none;
}

.vh-ae-ia-line {
  position: relative;
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  line-height: 1.55;
  color: rgba(232, 220, 199, 0.55);
  margin: 0;
}

.vh-ae-ia-sub {
  position: relative;
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: rgba(232, 220, 199, 0.38);
}

/* —— Van Helsin Forbidden Archives —— */
.vh-fa-page {
  --fa-bg: #070706;
  --fa-panel: rgba(12, 11, 10, 0.78);
  --fa-panel-strong: rgba(16, 14, 12, 0.9);
  --fa-line: rgba(255, 255, 255, 0.08);
  --fa-text: rgba(239, 232, 219, 0.9);
  --fa-muted: rgba(218, 209, 194, 0.56);
  --fa-accent: rgba(182, 106, 44, 0.88);
  min-height: 100svh;
  background:
    radial-gradient(circle at 74% 18%, rgba(182, 106, 44, 0.1), transparent 26%),
    radial-gradient(circle at 12% 82%, rgba(120, 44, 28, 0.18), transparent 28%),
    linear-gradient(180deg, var(--fa-bg), #030303 100%);
  color: var(--fa-text);
  isolation: isolate;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 12rem;
}

.vh-fa-temp-cold {
  --fa-bg: #06090d;
  --fa-panel: rgba(8, 12, 16, 0.82);
  --fa-panel-strong: rgba(10, 15, 20, 0.92);
  --fa-accent: rgba(154, 178, 190, 0.86);
}

.vh-fa-temp-warm {
  --fa-bg: #120d07;
  --fa-panel: rgba(28, 18, 10, 0.78);
  --fa-panel-strong: rgba(34, 22, 12, 0.9);
  --fa-accent: rgba(222, 159, 90, 0.9);
}

.vh-fa-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.22;
  pointer-events: none;
}

.vh-fa-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.94), rgba(4, 4, 4, 0.48) 44%, rgba(4, 4, 4, 0.9)),
    linear-gradient(180deg, rgba(2, 2, 2, 0.25), rgba(2, 2, 2, 0.92));
}

.vh-fa-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.85);
}

.vh-fa-left-rail {
  display: none;
}

@media (min-width: 1024px) {
  .vh-fa-left-rail {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 45;
    display: flex;
    width: 15.5rem;
    flex-direction: column;
    box-sizing: border-box;
    border-right: 1px solid var(--fa-line);
    background:
      radial-gradient(circle at 14% 92%, rgba(182, 106, 44, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(15, 15, 16, 0.98), rgba(7, 7, 8, 0.99));
    padding: 1.5rem 1rem 1.25rem 1.15rem;
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.35);
  }

  .vh-fa-page {
    padding-left: 15.5rem;
  }

  .vh-fa-page.vh-fa-reading-catalog-page .vh-fa-reading-catalog-shell {
    padding-left: 0;
  }
}

.vh-fa-left-brand {
  margin-bottom: 1.75rem;
}

.vh-fa-left-title {
  margin: 0;
  font-family: "Cinzel Decorative", Palatino, Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.vh-fa-left-sub {
  margin: 0.35rem 0 0;
  color: rgba(200, 196, 188, 0.45);
  font-size: 0.58rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.vh-fa-left-nav {
  display: grid;
  gap: 0.16rem;
}

.vh-fa-left-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 0.35rem;
  padding: 0.48rem 0.5rem;
  color: rgba(210, 206, 198, 0.7);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.vh-fa-left-link:hover,
.vh-fa-left-link.is-active {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(246, 240, 232, 0.94);
}

.vh-fa-left-ico {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  color: var(--fa-accent);
}

.vh-fa-left-spacer {
  flex: 1;
}

.vh-fa-left-ai {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid rgba(182, 106, 44, 0.44);
  border-radius: 999px;
  padding: 0.5rem;
  color: rgba(232, 220, 199, 0.88);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.vh-fa-left-ai--break-seal {
  margin-bottom: 0.45rem;
}

.vh-fa-left-quote {
  margin: 0;
  padding: 0 0.15rem 5rem;
  border: 0;
  color: rgba(200, 195, 186, 0.52);
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.5;
}

.vh-fa-left-quote p {
  margin: 0;
}

.vh-fa-left-quote cite {
  display: block;
  margin-top: 0.5rem;
  color: rgba(180, 175, 168, 0.38);
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.14em;
}

.vh-fa-left-lantern {
  position: absolute;
  left: 0.75rem;
  bottom: 0.5rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 190, 120, 0.35), rgba(255, 140, 60, 0.12) 45%, transparent 70%);
  filter: blur(0.5px);
}

.vh-fa-main {
  width: min(100%, 118rem);
  margin: 0 auto;
  padding: max(5rem, calc(env(safe-area-inset-top, 0px) + 4.5rem)) 1rem 2rem;
}

@media (min-width: 768px) {
  .vh-fa-main {
    padding-inline: 1.5rem;
  }
}

.vh-fa-hero {
  max-width: 72rem;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.vh-fa-kicker,
.vh-fa-panel-kicker {
  margin: 0;
  color: var(--fa-accent);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.vh-fa-hero h1 {
  margin: 0.55rem 0 0;
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.vh-fa-hero p:last-child {
  margin: 0.8rem auto 0;
  max-width: 40rem;
  color: var(--fa-muted);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
}

.vh-fa-layout {
  display: grid;
  gap: 1rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .vh-fa-layout {
    grid-template-columns: minmax(0, 1fr) min(25rem, 30vw);
    gap: 1.25rem;
  }
}

.vh-fa-reader-card,
.vh-fa-index,
.vh-fa-panel,
.vh-fa-notes,
.vh-fa-restricted {
  border: 1px solid var(--fa-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    var(--fa-panel);
  box-shadow: 0 22px 74px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.vh-fa-reader-card {
  min-height: 72svh;
  border-radius: 2rem;
  padding: clamp(1rem, 2.6vw, 2.2rem);
}

.vh-fa-reader-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--fa-line);
  padding-bottom: 1rem;
}

.vh-fa-reader-head h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  font-weight: 400;
}

.vh-fa-reader-head > span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  color: var(--fa-muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.vh-fa-reader {
  max-width: var(--fa-width);
  margin: 2rem auto 0;
  color: var(--fa-text);
  font-size: var(--fa-font-size);
  line-height: var(--fa-line-height);
  letter-spacing: calc(var(--fa-spacing) * 0.01);
}

.vh-fa-font-classic {
  font-family: Georgia, "Times New Roman", serif;
}

.vh-fa-font-modern {
  font-family: "Aptos", "Segoe UI", sans-serif;
}

.vh-fa-reader h1,
.vh-fa-reader h2,
.vh-fa-reader h3 {
  margin: 2.2em 0 0.65em;
  color: rgba(255, 244, 225, 0.96);
  font-weight: 400;
  line-height: 1.08;
}

.vh-fa-reader p {
  margin: 1.2em 0;
}

.vh-fa-reader blockquote {
  margin: 2rem 0;
  border-left: 1px solid var(--fa-accent);
  padding-left: 1.2rem;
  color: rgba(232, 220, 199, 0.7);
  font-style: italic;
}

.vh-fa-loading {
  margin: 2rem auto;
  max-width: var(--fa-width);
  color: var(--fa-muted);
}

.vh-fa-side {
  display: grid;
  gap: 1rem;
}

.vh-fa-index,
.vh-fa-panel {
  border-radius: 1.35rem;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .vh-fa-side {
    position: sticky;
    top: 1.25rem;
    max-height: calc(100vh - 2.5rem);
    overflow: auto;
    scrollbar-width: thin;
  }
}

.vh-fa-index-list {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.vh-fa-index-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.028);
  padding: 0.72rem;
  color: var(--fa-text);
  text-align: left;
  cursor: pointer;
}

.vh-fa-index-row.is-active {
  border-color: rgba(182, 106, 44, 0.38);
  background: rgba(182, 106, 44, 0.11);
}

.vh-fa-index-row.is-locked {
  cursor: not-allowed;
  opacity: 0.48;
}

.vh-fa-index-num {
  color: var(--fa-accent);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.vh-fa-index-copy {
  flex: 1;
  min-width: 0;
}

.vh-fa-index-copy span,
.vh-fa-index-copy small {
  display: block;
}

.vh-fa-index-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.88rem;
}

.vh-fa-index-copy small,
.vh-fa-lock {
  color: var(--fa-muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vh-fa-search,
.vh-fa-notes textarea,
.vh-fa-tuning select,
.vh-fa-tuning input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.24);
  color: var(--fa-text);
}

.vh-fa-search {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
}

.vh-fa-results {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.85rem;
  color: var(--fa-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.vh-fa-results p {
  margin: 0;
}

.vh-fa-personal-library-panel {
  gap: 12px;
}

.vh-fa-personal-library-locked-panel {
  gap: 12px;
  border-color: rgba(201, 177, 122, 0.18);
}

.vh-fa-personal-library-locked-badge {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 177, 122, 0.32);
  color: rgba(226, 220, 204, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-fa-personal-library-usage {
  margin: 0;
  color: rgba(243, 237, 228, 0.88);
  font-size: 0.92rem;
  line-height: 1.5;
}

.vh-fa-personal-library-delete-confirm {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(201, 177, 122, 0.28);
  border-radius: 12px;
  background: rgba(19, 18, 16, 0.92);
}

.vh-fa-personal-library-delete-title,
.vh-fa-personal-library-delete-warning,
.vh-fa-personal-library-delete-target {
  margin: 0;
  color: rgba(226, 220, 204, 0.84);
  font-size: 0.92rem;
  line-height: 1.5;
}

.vh-fa-personal-library-delete-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.vh-fa-personal-library-section {
  display: grid;
  gap: 10px;
}

.vh-fa-personal-library-section-label {
  margin: 0;
  color: rgba(243, 237, 228, 0.88);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vh-fa-personal-library-title {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-fa-personal-library-copy,
.vh-fa-personal-library-meta,
.vh-fa-personal-library-state,
.vh-fa-personal-library-error,
.vh-fa-personal-library-ready,
.vh-fa-personal-library-item p {
  margin: 0;
  color: rgba(226, 220, 204, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
}

.vh-fa-personal-library-error {
  color: #f0b9b9;
}

.vh-fa-personal-library-actions,
.vh-fa-personal-library-item-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.vh-fa-personal-library-input {
  display: none;
}

.vh-fa-personal-library-refresh,
.vh-fa-personal-library-item-actions button {
  border: 1px solid rgba(201, 177, 122, 0.28);
  background: rgba(19, 18, 16, 0.82);
  color: rgba(243, 237, 228, 0.88);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font: inherit;
  cursor: pointer;
}

.vh-fa-personal-library-list {
  display: grid;
  gap: 10px;
}

.vh-fa-personal-library-item {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(201, 177, 122, 0.18);
  background: rgba(13, 12, 11, 0.56);
}

.vh-fa-notes {
  max-width: min(100%, 64rem);
  margin: 1rem auto 0;
  border-radius: 1.4rem;
  padding: 1rem;
}

.vh-fa-notes textarea {
  min-height: 8rem;
  margin-top: 0.85rem;
  padding: 1rem;
  resize: vertical;
}

.vh-fa-restricted {
  max-width: 76rem;
  margin: 1rem auto 0;
  border-radius: 1.6rem;
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
}

.vh-fa-restricted-text {
  margin: 0.8rem auto 0;
  max-width: 46rem;
  color: var(--fa-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.vh-fa-plan-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

@media (min-width: 768px) {
  .vh-fa-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.vh-fa-plan {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 1rem;
  text-align: left;
}

.vh-fa-plan h3 {
  margin: 0;
  color: rgba(255, 244, 225, 0.94);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.vh-fa-plan ul {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--fa-muted);
  line-height: 1.7;
}

.vh-fa-plan li::before {
  content: "• ";
  color: var(--fa-accent);
}

.vh-fa-controls {
  position: fixed;
  right: 0.75rem;
  bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  left: 0.75rem;
  z-index: 70;
  display: grid;
  gap: 0.65rem;
  border: 1px solid var(--fa-line);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(12, 12, 13, 0.9), rgba(4, 4, 5, 0.95));
  padding: 0.75rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

@media (min-width: 1024px) {
  .vh-fa-controls {
    left: calc(15.5rem + 0.9rem);
    grid-template-columns: 1fr auto 1.2fr 1fr;
    align-items: center;
  }
}

.vh-fa-progress-pack {
  display: grid;
  gap: 0.28rem;
  color: var(--fa-muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vh-fa-progress {
  height: 0.28rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.vh-fa-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fa-accent), rgba(255, 238, 204, 0.9));
}

.vh-fa-control-group,
.vh-fa-tuning {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.vh-fa-control-btn {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(232, 220, 199, 0.82);
  padding: 0.48rem 0.72rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vh-fa-control-btn.is-on,
.vh-fa-control-btn:hover {
  border-color: rgba(182, 106, 44, 0.42);
  color: rgba(255, 244, 225, 0.96);
}

.vh-fa-tuning label {
  display: grid;
  min-width: 5.2rem;
  gap: 0.2rem;
  color: var(--fa-muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vh-fa-tuning select {
  min-height: 2rem;
  padding: 0.25rem 0.45rem;
}

.vh-fa-tuning input {
  accent-color: var(--fa-accent);
}

.vh-fa-page.is-focus .vh-fa-left-rail,
.vh-fa-page.is-focus .vh-fa-side,
.vh-fa-page.is-focus .vh-fa-hero,
.vh-fa-page.is-focus .vh-fa-notes,
.vh-fa-page.is-focus .vh-fa-restricted {
  opacity: 0.08;
  pointer-events: none;
}

.vh-fa-page.is-focus .vh-fa-layout {
  display: block;
}

.vh-fa-page.is-focus .vh-fa-reader-card {
  max-width: min(100%, 72rem);
  margin: 0 auto;
}

.vh-fa-drawer-backdrop,
.vh-fa-mobile-drawer {
  display: none;
}

@media (max-width: 1023px) {
  .vh-fa-main {
    padding-top: max(2rem, calc(env(safe-area-inset-top, 0px) + 1rem));
  }

  .vh-fa-hero {
    margin-bottom: 0.8rem;
    padding-inline: 0.25rem;
  }

  .vh-fa-layout {
    display: block;
  }

  .vh-fa-side {
    display: none;
  }

  .vh-fa-reader-card {
    min-height: 80svh;
    border-radius: 1.35rem;
    padding: 1rem;
  }

  .vh-fa-reader {
    margin-top: 1.2rem;
    font-size: clamp(1rem, var(--fa-font-size), 1.28rem);
  }

  .vh-fa-controls {
    bottom: calc(var(--vh-mobile-nav-height) + 0.75rem + env(safe-area-inset-bottom, 0px));
    max-height: 42svh;
    overflow: auto;
  }

  .vh-fa-progress-pack--archive {
    display: none;
  }

  .vh-fa-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 74;
    display: block;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .vh-fa-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .vh-fa-mobile-drawer {
    position: fixed;
    right: 0.7rem;
    bottom: calc(var(--vh-mobile-nav-height) + 1rem + env(safe-area-inset-bottom, 0px));
    left: 0.7rem;
    z-index: 75;
    display: block;
    transform: translateY(1rem);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .vh-fa-mobile-drawer.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .vh-fa-mobile-drawer .vh-fa-index {
    max-height: 62svh;
    overflow: auto;
  }
}

/* Reader V1.1: modelokindle-inspired fixed archive desk */
.vh-fa-page {
  height: 100svh;
  overflow: hidden;
  padding-bottom: 0;
}

.vh-fa-bg {
  opacity: 1;
}

.vh-fa-bg::after {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 188, 112, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(3, 6, 8, 0.92) 0%, rgba(3, 6, 8, 0.5) 18%, rgba(3, 6, 8, 0.18) 46%, rgba(3, 6, 8, 0.72) 78%, rgba(3, 6, 8, 0.94) 100%),
    linear-gradient(180deg, rgba(2, 3, 4, 0.26), rgba(2, 3, 4, 0.82));
}

.vh-fa-bg img {
  filter: saturate(0.92) contrast(1.08) brightness(0.7);
}

.vh-fa-main {
  height: 100svh;
  overflow: hidden;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .vh-fa-main {
    padding: 1rem 1rem 1rem 1.05rem;
  }
}

.vh-fa-stage-shell {
  display: flex;
  flex-direction: column;
  height: calc(100svh - 9.8rem);
  min-height: 0;
  border: 1px solid rgba(213, 149, 81, 0.16);
  background:
    linear-gradient(180deg, rgba(2, 5, 7, 0.36), rgba(2, 5, 7, 0.62)),
    radial-gradient(circle at 50% 12%, rgba(213, 149, 81, 0.08), transparent 24%);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.58), 0 24px 80px rgba(0, 0, 0, 0.42);
}

.vh-fa-hero {
  display: flex;
  max-width: none;
  margin: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(213, 149, 81, 0.17);
  padding: 1.05rem 1.5rem 0.85rem;
  text-align: left;
}

.vh-fa-hero h1 {
  margin-top: 0.12rem;
  font-size: clamp(1.65rem, 2.35vw, 2.4rem);
  letter-spacing: 0.04em;
}

.vh-fa-hero p:last-child {
  margin: 0.25rem 0 0;
  max-width: none;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.vh-fa-notes-pill {
  flex: 0 0 auto;
  border: 1px solid rgba(213, 149, 81, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.26);
  color: rgba(239, 222, 195, 0.82);
  padding: 0.72rem 1.15rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vh-fa-layout {
  flex: 1;
  min-height: 0;
  padding: 0.85rem;
}

@media (min-width: 1024px) {
  .vh-fa-layout {
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 26rem);
  }
}

.vh-fa-reader-card {
  position: relative;
  display: flex;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-color: rgba(213, 149, 81, 0.18);
  border-radius: 1.1rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(4, 8, 10, 0.2) 24%, rgba(4, 8, 10, 0.25) 76%, rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 50% 12%, rgba(213, 149, 81, 0.1), transparent 18%),
    rgba(2, 5, 7, 0.38);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.56);
  padding: 0;
}

.vh-fa-reader-ornament {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  z-index: 2;
  width: min(16rem, 36%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(213, 149, 81, 0.48), transparent);
}

.vh-fa-reader-head {
  display: block;
  flex: 0 0 auto;
  border-bottom: 0;
  padding: 1.75rem 1rem 0.65rem;
  text-align: center;
}

.vh-fa-reader-head h2 {
  margin: 0.15rem 0 0;
  color: rgba(255, 239, 212, 0.98);
  font-size: clamp(1.65rem, 3.1vw, 3rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.vh-fa-reader-head > span {
  display: inline-flex;
  margin-top: 0.55rem;
  border-color: rgba(213, 149, 81, 0.22);
}

.vh-fa-reader-chapter {
  margin: 0.55rem 0 0;
  color: rgba(245, 232, 212, 0.9);
  font-size: clamp(1rem, 1.6vw, 1.45rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vh-fa-reader-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0.5rem clamp(1rem, 4vw, 4.5rem) 6.8rem;
  scrollbar-color: rgba(213, 149, 81, 0.38) rgba(255, 255, 255, 0.05);
  scrollbar-width: thin;
  touch-action: auto;
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.vh-fa-reader-scroll::-webkit-scrollbar,
.vh-fa-side::-webkit-scrollbar,
.vh-fa-index-list::-webkit-scrollbar {
  width: 0.45rem;
}

.vh-fa-reader-scroll::-webkit-scrollbar-track,
.vh-fa-side::-webkit-scrollbar-track,
.vh-fa-index-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.vh-fa-reader-scroll::-webkit-scrollbar-thumb,
.vh-fa-side::-webkit-scrollbar-thumb,
.vh-fa-index-list::-webkit-scrollbar-thumb {
  background: rgba(213, 149, 81, 0.42);
  border-radius: 999px;
}

.vh-fa-reader {
  margin-top: 0;
  touch-action: auto;
  -webkit-touch-callout: default;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.vh-fa-reader * {
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.vh-fa-reader::-moz-selection, .vh-fa-reader *::-moz-selection {
  background: rgba(205, 152, 70, 0.36);
  color: rgba(255, 248, 235, 0.98);
  text-shadow: none;
}

.vh-fa-reader::selection,
.vh-fa-reader *::selection {
  background: rgba(205, 152, 70, 0.36);
  color: rgba(255, 248, 235, 0.98);
  text-shadow: none;
}

.vh-fa-reader img {
  display: block;
  max-width: min(100%, 42rem);
  height: auto;
  margin: 2rem auto;
  border: 1px solid rgba(213, 149, 81, 0.18);
  border-radius: 0.8rem;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.45);
}

.vh-fa-reader-actions {
  position: absolute;
  right: 50%;
  bottom: 1.25rem;
  z-index: 3;
  display: flex;
  transform: translateX(50%);
  overflow: hidden;
  border: 1px solid rgba(213, 149, 81, 0.22);
  border-radius: 0.85rem;
  background: rgba(3, 5, 7, 0.78);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.vh-fa-action {
  min-width: 6.4rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(235, 220, 198, 0.78);
  padding: 0.8rem 0.9rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.68rem;
}

.vh-fa-action:last-child {
  border-right: 0;
}

.vh-fa-action.is-on,
.vh-fa-action:hover {
  color: rgba(255, 199, 112, 0.98);
}

.vh-reader-ai-layer {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.vh-fa-reader-card {
  position: relative;
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.vh-reader-ai-menu,
.vh-reader-ai-panel,
.vh-reader-ai-mobile-trigger {
  pointer-events: auto;
}

.vh-fa-reader-card.vh-fa-reader-card--ai-menu-open {
  overflow: visible;
  z-index: 4;
}

.vh-reader-ai-menu {
  position: absolute;
  width: min(18.5rem, calc(100% - 2rem));
  max-height: min(24rem, calc(100% - 1.5rem));
  overflow: auto;
  display: grid;
  gap: 0.28rem;
  padding: 0.55rem;
  border: 1px solid rgba(213, 149, 81, 0.26);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(22, 15, 12, 0.98), rgba(8, 9, 12, 0.98));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(16px);
}

.vh-reader-ai-menu-item {
  border: 1px solid rgba(213, 149, 81, 0.08);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(239, 224, 202, 0.92);
  padding: 0.68rem 0.78rem;
  text-align: left;
  font: inherit;
  font-size: 0.84rem;
  line-height: 1.35;
  white-space: normal;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
}

.vh-reader-ai-menu-item:hover,
.vh-reader-ai-menu-item:focus-visible {
  border-color: rgba(213, 149, 81, 0.24);
  background: rgba(124, 43, 26, 0.22);
  color: rgba(255, 208, 135, 0.98);
  transform: translateX(2px);
}

.vh-reader-ai-menu--locked {
  gap: 0.42rem;
}

.vh-reader-ai-menu-lock-notice {
  margin: 0;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(213, 149, 81, 0.16);
  background: rgba(124, 43, 26, 0.14);
  color: rgba(255, 208, 135, 0.92);
  font-size: 0.82rem;
  line-height: 1.45;
}

.vh-reader-ai-menu-item--locked {
  opacity: 0.58;
  cursor: not-allowed;
}

.vh-reader-ai-menu-item--locked:hover,
.vh-reader-ai-menu-item--locked:focus-visible {
  border-color: rgba(213, 149, 81, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(239, 224, 202, 0.72);
  transform: none;
}

.vh-reader-ai-menu-lock-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
  padding: 0.72rem 0.85rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(213, 149, 81, 0.24);
  background: rgba(124, 43, 26, 0.28);
  color: rgba(255, 208, 135, 0.98);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.vh-reader-ai-menu-lock-cta:hover,
.vh-reader-ai-menu-lock-cta:focus-visible {
  border-color: rgba(255, 208, 135, 0.34);
  background: rgba(124, 43, 26, 0.42);
  color: #fff1d6;
}

.vh-reader-ai-panel {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  width: min(24rem, calc(100% - 2.2rem));
  max-height: min(70%, 32rem);
  overflow: auto;
  padding: 1rem;
  border: 1px solid rgba(213, 149, 81, 0.18);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(19, 14, 13, 0.98), rgba(6, 8, 12, 0.96));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
}

.vh-reader-ai-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.vh-reader-ai-panel-head h3 {
  margin: 0;
  color: rgba(244, 230, 209, 0.94);
}

.vh-reader-ai-close,
.vh-reader-ai-submit {
  border: 1px solid rgba(213, 149, 81, 0.2);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 230, 209, 0.92);
  padding: 0.55rem 0.8rem;
  font: inherit;
}

.vh-reader-ai-close:hover,
.vh-reader-ai-close:focus-visible,
.vh-reader-ai-submit:hover,
.vh-reader-ai-submit:focus-visible {
  border-color: rgba(213, 149, 81, 0.32);
  color: rgba(255, 208, 135, 0.98);
}

.vh-reader-ai-submit:disabled {
  opacity: 0.55;
}

.vh-reader-ai-block + .vh-reader-ai-block {
  margin-top: 1rem;
}

.vh-reader-ai-label,
.vh-reader-ai-count {
  color: rgba(221, 198, 170, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-reader-ai-selection,
.vh-reader-ai-answer,
.vh-reader-ai-status,
.vh-reader-ai-error {
  margin: 0.45rem 0 0;
  padding: 0.85rem 0.95rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(242, 228, 205, 0.92);
}

.vh-reader-ai-selection {
  border-left: 2px solid rgba(213, 149, 81, 0.52);
}

.vh-reader-ai-error {
  color: rgba(255, 194, 178, 0.96);
}

.vh-reader-ai-question {
  width: 100%;
  min-height: 6.5rem;
  margin-top: 0.45rem;
  border: 1px solid rgba(213, 149, 81, 0.16);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(242, 228, 205, 0.92);
  padding: 0.85rem 0.95rem;
  resize: vertical;
  font: inherit;
}

.vh-reader-ai-question-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.65rem;
}

.vh-reader-ai-mobile-trigger {
  display: none;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(213, 149, 81, 0.2);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.9);
  color: rgba(241, 226, 203, 0.92);
  padding: 0.7rem 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.vh-reader-copy-notice {
  position: fixed;
  right: clamp(1rem, 4vw, 2.5rem);
  left: clamp(1rem, 4vw, 2.5rem);
  bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  z-index: 82;
  margin: 0 auto;
  max-width: 34rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(213, 149, 81, 0.28);
  border-radius: 0.75rem;
  background: rgba(12, 9, 7, 0.92);
  color: rgba(245, 232, 212, 0.88);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
  pointer-events: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.vh-reader-sticky-toolbar {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.55rem;
  padding: 0.45rem 0.35rem;
  border: 1px solid rgba(213, 149, 81, 0.14);
  border-radius: 0.85rem;
  background: rgba(8, 10, 14, 0.88);
  backdrop-filter: blur(10px);
}

.vh-reader-sticky-toolbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.vh-reader-sticky-toolbar-select {
  display: none;
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(213, 149, 81, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(241, 226, 203, 0.94);
  padding: 0.48rem 0.85rem;
  font: inherit;
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vh-reader-sticky-toolbar-cross {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(213, 149, 81, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(241, 226, 203, 0.92);
  flex-shrink: 0;
}

.vh-reader-sticky-toolbar-cross.is-on {
  border-color: rgba(213, 149, 81, 0.48);
  background: rgba(124, 43, 26, 0.24);
}

.vh-reader-sticky-toolbar-hint {
  display: none;
  margin: 0;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(124, 43, 26, 0.16);
  color: rgba(255, 208, 135, 0.92);
  font-size: 0.74rem;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 900px) and (pointer: coarse) {
  .vh-reader-sticky-toolbar-select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .vh-reader-sticky-toolbar-hint {
    display: block;
  }
}

@media (min-width: 1024px) {
  .vh-reader-sticky-toolbar {
    margin-bottom: 0.75rem;
    padding-inline: 0.5rem;
  }
}

.vh-reader-ai-mobile-hint {
  display: none;
  position: fixed;
  right: 1rem;
  left: 1rem;
  bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height, 0px) + 9rem + env(safe-area-inset-bottom, 0px));
  z-index: 83;
  margin: 0;
  border: 1px solid rgba(213, 149, 81, 0.22);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.94);
  color: rgba(241, 226, 203, 0.96);
  padding: 0.68rem 0.92rem;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

@media (max-width: 900px) and (pointer: coarse) {
  .vh-reader-ai-panel {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
    width: auto;
    max-height: min(56vh, 28rem);
  }

  .vh-reader-ai-mobile-trigger {
    display: inline-flex;
    position: fixed;
    right: 1rem;
    left: auto;
    bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height, 0px) + 5.4rem + env(safe-area-inset-bottom, 0px));
    z-index: 82;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 1;
  }

  .vh-reader-ai-mobile-hint {
    display: block;
  }
}

.vh-fa-side {
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.vh-fa-index {
  max-height: min(52svh, 32rem);
  overflow: hidden;
  border-color: rgba(213, 149, 81, 0.18);
  background: rgba(2, 5, 7, 0.72);
}

.vh-fa-index-list {
  max-height: calc(min(52svh, 32rem) - 4rem);
  overflow-y: auto;
  padding-right: 0.25rem;
}

.vh-fa-index-row {
  border-radius: 0.55rem;
  border-color: rgba(213, 149, 81, 0.08);
  background: rgba(1, 4, 6, 0.42);
}

.vh-fa-index-row.is-active {
  border-color: rgba(213, 89, 58, 0.32);
  background: linear-gradient(90deg, rgba(90, 24, 18, 0.54), rgba(50, 17, 14, 0.34));
  box-shadow: inset 0 0 24px rgba(213, 89, 58, 0.12);
}

.vh-fa-panel,
.vh-fa-restricted {
  border-color: rgba(213, 149, 81, 0.18);
  background: rgba(2, 5, 7, 0.72);
}

.vh-fa-side .vh-fa-restricted {
  margin-top: 1rem;
  padding: 1rem;
}

.vh-fa-side .vh-fa-plan-grid,
.vh-fa-side .vh-fa-plan {
  display: none;
}

.vh-fa-side .portal-cta {
  width: 100%;
  justify-content: center;
  margin-top: 0.9rem;
  padding-block: 0.62rem;
}

.vh-fa-notes,
.vh-fa-main > .vh-fa-restricted {
  display: none;
}

.vh-fa-controls {
  left: 0.95rem;
  right: 0.95rem;
  bottom: calc(0.7rem + env(safe-area-inset-bottom, 0px));
  border-radius: 0.8rem;
  border-color: rgba(213, 149, 81, 0.16);
  background: rgba(2, 5, 7, 0.78);
}

@media (min-width: 1024px) {
  .vh-fa-controls {
    left: calc(15.5rem + 0.95rem);
    grid-template-columns: minmax(12rem, 1fr) auto minmax(30rem, 2.4fr) minmax(12rem, 1fr);
  }
}

.vh-fa-left-link {
  position: relative;
}

.vh-fa-left-link small {
  display: none;
}

.vh-fa-left-link.is-archive {
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid rgba(213, 88, 58, 0.14);
  background: linear-gradient(90deg, rgba(92, 24, 18, 0.55), rgba(56, 15, 13, 0.36));
  padding-block: 0.72rem;
}

.vh-fa-left-link.is-archive span {
  flex: 1;
  line-height: 1.35;
}

.vh-fa-left-link.is-archive small {
  display: block;
  width: 100%;
  margin-left: 1.6rem;
  color: rgba(222, 174, 111, 0.68);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
}

@media (max-width: 1023px) {
  .vh-fa-page {
    height: auto;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .vh-fa-main {
    height: auto;
    min-height: 100svh;
    overflow: visible;
    padding-bottom: calc(var(--vh-mobile-nav-height) + 12rem);
  }

  .vh-fa-stage-shell {
    height: auto;
    min-height: calc(100svh - 14rem);
  }

  .vh-fa-hero {
    padding: 0.95rem;
  }

  .vh-fa-notes-pill {
    display: none;
  }

  .vh-fa-layout {
    padding: 0.55rem;
  }

  .vh-fa-reader-card {
    height: calc(100svh - 14rem);
  }

  .vh-fa-reader-head {
    padding: 1.2rem 0.75rem 0.4rem;
  }

  .vh-fa-reader-scroll {
    padding: 0.35rem 1rem 6rem;
  }

  .vh-fa-reader-actions {
    width: calc(100% - 1rem);
    justify-content: stretch;
  }

  .vh-fa-action {
    min-width: 0;
    flex: 1;
    padding-inline: 0.4rem;
  }
}

/* Reader V1.2: closer to modelokindle proportions */
.vh-fa-stage-shell {
  height: calc(100svh - 7.1rem);
}

.vh-fa-hero {
  padding: 0.7rem 1.25rem 0.6rem;
}

.vh-fa-hero h1 {
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.vh-fa-notes-pill {
  padding: 0.62rem 0.95rem;
  font-size: 0.62rem;
}

.vh-fa-layout {
  padding: 0.55rem 0.6rem 0.35rem;
}

@media (min-width: 1024px) {
  .vh-fa-layout {
    grid-template-columns: minmax(0, 1fr) 21rem;
    gap: 0.7rem;
  }
}

.vh-fa-reader-card {
  border-radius: 0.95rem;
}

.vh-fa-reader-head {
  padding: 1.2rem 1rem 0.35rem;
}

.vh-fa-reader-head h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.vh-fa-reader-chapter {
  margin-top: 0.35rem;
}

.vh-fa-reader-scroll {
  padding: 0.25rem clamp(1rem, 3vw, 2.2rem) 4.9rem;
}

.vh-fa-reader {
  max-width: min(var(--fa-width), 100%);
  font-size: clamp(1.08rem, calc(var(--fa-font-size) * 1px), 1.5rem);
}

.vh-fa-index {
  max-height: none;
  height: calc(100svh - 14.7rem);
  padding: 0.85rem 0.8rem;
}

.vh-fa-index-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.vh-fa-index-title {
  margin: 0;
  color: rgba(247, 233, 207, 0.94);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vh-fa-index-head-tools {
  display: inline-flex;
  gap: 0.55rem;
  color: rgba(225, 208, 177, 0.7);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.vh-fa-index-archive-line {
  margin-top: 0.85rem;
  margin-bottom: 0.7rem;
}

.vh-fa-index-list {
  max-height: calc(100% - 4.6rem);
  margin-top: 0;
  gap: 0.2rem;
}

.vh-fa-index-row {
  gap: 0.55rem;
  border-radius: 0.65rem;
  padding: 0.72rem 0.7rem;
}

.vh-fa-index-num {
  min-width: 1.45rem;
  color: rgba(241, 216, 172, 0.9);
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.vh-fa-index-copy span {
  font-size: 0.96rem;
}

.vh-fa-index-copy small,
.vh-fa-lock {
  font-size: 0.58rem;
}

.vh-fa-lock {
  min-width: 0.8rem;
  text-align: right;
  color: rgba(255, 196, 112, 0.78);
}

.vh-fa-side .vh-fa-panel {
  display: none;
}

.vh-fa-side .vh-fa-personal-library-panel {
  display: grid;
}

.vh-fa-restricted.is-compact {
  margin-top: 0.65rem;
  padding: 0.95rem 0.9rem;
  text-align: left;
}

.vh-fa-restricted.is-compact .vh-fa-restricted-text {
  margin: 0.55rem 0 0;
  max-width: none;
  font-size: 0.84rem;
  line-height: 1.55;
}

.vh-fa-restricted.is-compact .portal-cta {
  margin-top: 0.75rem;
}

.vh-fa-controls {
  gap: 0.45rem;
  padding: 0.5rem 0.65rem;
}

@media (min-width: 1024px) {
  .vh-fa-controls {
    grid-template-columns: 1fr;
  }
}

.vh-fa-progress-strip {
  display: grid;
  grid-template-columns: auto minmax(8rem, 15rem) auto auto;
  align-items: center;
  gap: 0.75rem;
  color: var(--fa-muted);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vh-fa-progress-value {
  color: rgba(246, 226, 193, 0.92);
}

.vh-fa-control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.vh-fa-tuning {
  gap: 0.32rem;
}

.vh-fa-tuning label {
  min-width: 4.3rem;
  font-size: 0.52rem;
}

.vh-fa-tuning select {
  min-height: 1.7rem;
  padding: 0.18rem 0.35rem;
  border-radius: 0.55rem;
}

.vh-fa-control-btn {
  padding: 0.38rem 0.56rem;
  font-size: 0.58rem;
}

.vh-fa-reader-actions {
  bottom: 0.8rem;
}

.vh-fa-action {
  min-width: 5rem;
  padding: 0.64rem 0.7rem;
  font-size: 0.62rem;
}

@media (max-width: 1023px) {
  .vh-fa-stage-shell {
    height: auto;
  }

  .vh-fa-reader-card {
    height: calc(100svh - 11.4rem);
  }

  .vh-fa-index {
    height: auto;
  }

  .vh-fa-progress-strip {
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
  }

  .vh-fa-progress-strip span:last-child,
  .vh-fa-progress-strip span:nth-child(3) {
    display: none;
  }

  .vh-fa-control-row {
    flex-direction: column;
    align-items: stretch;
  }

  .vh-fa-control-group {
    justify-content: space-between;
  }
}

/* Reader V1.3: fixed Kindle frame, stronger mockup proportions */
html.vh-fa-lock-scroll,
body.vh-fa-lock-scroll {
  height: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
}

html.vh-fa-lock-scroll #root,
body.vh-fa-lock-scroll #root,
body.vh-fa-lock-scroll .vh-app-shell,
body.vh-fa-lock-scroll .vh-app-main {
  height: 100%;
  overflow: hidden !important;
}

body.vh-fa-lock-scroll .vh-app-shell {
  padding-bottom: 0 !important;
}

.vh-app-shell[data-reader-route="true"] {
  padding-bottom: 0 !important;
}

.vh-fa-page {
  position: fixed;
  inset: 0;
  z-index: 60;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden !important;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .vh-fa-drawer-backdrop,
  .vh-fa-mobile-drawer {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }
}

.vh-fa-bg {
  opacity: 1;
}

.vh-fa-bg::after {
  background:
    radial-gradient(circle at 50% 18%, rgba(229, 177, 107, 0.12), transparent 21%),
    radial-gradient(circle at 52% 78%, rgba(90, 25, 17, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(3, 5, 6, 0.96) 0%, rgba(3, 5, 6, 0.52) 18%, rgba(3, 5, 6, 0.22) 50%, rgba(3, 5, 6, 0.66) 78%, rgba(3, 5, 6, 0.98) 100%),
    linear-gradient(180deg, rgba(1, 2, 3, 0.22), rgba(1, 2, 3, 0.86));
}

.vh-fa-bg img {
  filter: saturate(0.94) contrast(1.13) brightness(0.72);
}

.vh-fa-main {
  height: 100svh;
  min-height: 0;
  overflow: hidden;
  padding: 0.52rem 0.62rem 4rem;
}

@media (min-width: 1024px) {
  .vh-fa-main {
    padding: 0.52rem 0.72rem 4.05rem;
  }
}

.vh-fa-stage-shell {
  height: calc(100svh - 4.65rem);
  min-height: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 4%, rgba(230, 177, 102, 0.12), transparent 18%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(2, 5, 7, 0.14) 28%, rgba(2, 5, 7, 0.16) 72%, rgba(0, 0, 0, 0.48)),
    rgba(2, 4, 5, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(233, 176, 102, 0.1),
    inset 0 0 96px rgba(0, 0, 0, 0.62),
    0 22px 80px rgba(0, 0, 0, 0.48);
}

.vh-fa-hero {
  flex: 0 0 auto;
  min-height: 0;
  padding: 0.44rem 1rem 0.34rem;
}

.vh-fa-kicker,
.vh-fa-panel-kicker {
  font-size: 0.54rem;
  letter-spacing: 0.28em;
}

.vh-fa-hero h1 {
  margin-top: 0.14rem;
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.22rem, 1.7vw, 1.72rem);
  letter-spacing: 0.08em;
}

.vh-fa-hero p:last-child {
  margin-top: 0.14rem;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  opacity: 0.62;
}

.vh-fa-layout {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  align-items: stretch;
  padding: 0.34rem 0.42rem 0.3rem;
}

@media (min-width: 1024px) {
  .vh-fa-layout {
    grid-template-columns: minmax(0, 1fr) 20.2rem;
    gap: 0.58rem;
  }
}

.vh-fa-reader-card {
  height: 100%;
  min-height: 0;
  border-radius: 0.92rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(5, 8, 9, 0.24) 18%, rgba(8, 9, 8, 0.16) 50%, rgba(5, 8, 9, 0.26) 82%, rgba(0, 0, 0, 0.6)),
    radial-gradient(circle at 50% 0%, rgba(233, 178, 107, 0.12), transparent 19%),
    rgba(3, 5, 6, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(234, 180, 111, 0.11),
    inset 0 0 70px rgba(0, 0, 0, 0.58);
}

.vh-fa-reader-head {
  padding: 0.82rem 1rem 0.16rem;
}

.vh-fa-reader-head h2 {
  margin-top: 0.08rem;
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 2.05rem);
  font-weight: 400;
  letter-spacing: 0.11em;
}

.vh-fa-reader-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.1rem clamp(1.1rem, 3.2vw, 3.15rem) 1.6rem;
  overscroll-behavior: contain;
}

.vh-fa-reader {
  max-width: min(var(--fa-width), 100%);
  margin: 0.2rem auto 0;
  color: rgba(244, 232, 213, 0.92);
  font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.16rem, calc(var(--fa-font-size) * 1px), 1.42rem);
  line-height: min(var(--fa-line-height), 1.72);
  letter-spacing: calc(var(--fa-spacing) * 0.008em);
  text-rendering: optimizeLegibility;
}

.vh-fa-font-serif,
.vh-fa-font-classic {
  font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
}

.vh-fa-font-modern {
  font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
}

.vh-fa-reader h1,
.vh-fa-reader h2,
.vh-fa-reader h3 {
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.07em;
}

.vh-fa-reader p {
  margin: 0.78em 0;
}

.vh-fa-reader img {
  max-width: min(100%, 38rem);
  margin: 1.35rem auto;
  border: 1px solid rgba(223, 164, 91, 0.22);
  border-radius: 0.7rem;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(0, 0, 0, 0.18);
  padding: 0.25rem;
}

.vh-fa-reader-actions {
  display: none;
}

.vh-fa-action {
  min-width: 3.7rem;
  padding: 0.43rem 0.58rem;
  font-size: 0.54rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vh-fa-side {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  gap: 0.52rem;
  padding-right: 0;
  scrollbar-width: thin;
}

.vh-fa-side .vh-fa-index {
  display: flex;
  flex: 1 1 auto;
  min-height: 10rem;
  height: auto;
  max-height: none;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.9rem;
  padding: 0.72rem 0.72rem 0.66rem;
}

.vh-fa-index-title {
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.vh-fa-index-head-tools {
  font-size: 0.65rem;
}

.vh-fa-index-archive-line {
  margin-top: 0.52rem;
  margin-bottom: 0.46rem;
}

.vh-fa-index-list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.18rem;
}

.vh-fa-index-group {
  margin: 0.85rem 0 0.35rem;
  color: rgba(231, 197, 144, 0.74);
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.vh-fa-index-group:first-child {
  margin-top: 0.1rem;
}

.vh-fa-index-document-group {
  margin: 0.85rem 0 0.35rem;
  color: rgba(231, 197, 144, 0.88);
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.vh-fa-index-document-group:first-child {
  margin-top: 0.1rem;
}

.vh-fa-index-version-row {
  padding-left: 0.35rem;
}

.vh-fa-index-row.is-processing {
  opacity: 0.92;
  cursor: default;
}

.vh-fa-index-row-progress {
  display: block;
  margin-top: 0.35rem;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.vh-fa-index-row-progress > span {
  display: block;
  height: 100%;
  background: var(--color-ember, #e7a043);
  transition: width 0.35s ease;
}

.vh-fa-index-row {
  padding: 0.58rem 0.6rem;
}

.vh-fa-index-num {
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: 0.92rem;
}

.vh-fa-index-copy span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.94rem;
}

.vh-fa-side .vh-fa-restricted.is-compact {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  border-radius: 0.9rem;
  padding: 0.68rem 0.72rem;
}

.vh-fa-side .vh-fa-personal-library-panel {
  flex: 0 0 auto;
  max-height: min(28svh, 18rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  margin-top: 0.35rem;
  padding: 0.85rem 0.72rem 0.72rem;
  padding-right: 0.2rem;
  border-radius: 0.9rem;
  border-top: 1px solid rgba(213, 149, 81, 0.14);
}

.vh-fa-restricted.is-compact .vh-fa-restricted-text {
  margin-top: 0.36rem;
  font-size: 0.75rem;
  line-height: 1.35;
}

.vh-fa-restricted.is-compact .portal-cta {
  margin-top: 0.48rem;
  padding-block: 0.48rem;
  font-size: 0.58rem;
}

.vh-fa-controls {
  right: 0.78rem;
  bottom: calc(0.42rem + env(safe-area-inset-bottom, 0px));
  left: 0.78rem;
  gap: 0.38rem;
  border-radius: 0.82rem;
  padding: 0.34rem 0.48rem;
}

@media (min-width: 1024px) {
  .vh-fa-controls {
    left: calc(15.5rem + 0.78rem);
  }
}

.vh-fa-progress-strip {
  grid-template-columns: auto minmax(7rem, 16rem) auto auto;
  gap: 0.58rem;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
}

.vh-fa-progress {
  height: 0.18rem;
}

.vh-fa-control-row {
  gap: 0.52rem;
}

.vh-fa-tuning {
  gap: 0.28rem;
}

.vh-fa-tuning label {
  min-width: 3.55rem;
  gap: 0.12rem;
  font-size: 0.47rem;
}

.vh-fa-type-select {
  width: 5.8rem;
}

.vh-fa-tuning select {
  min-height: 1.42rem;
  border-radius: 0.45rem;
  padding: 0.1rem 0.28rem;
  font-size: 0.56rem;
}

.vh-fa-tuning input {
  height: 0.9rem;
}

.vh-fa-temperature-swatches {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  padding-left: 0.12rem;
}

.vh-fa-swatch {
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.34);
}

.vh-fa-swatch-cold {
  background: radial-gradient(circle, #b8d4dc, #314755);
}

.vh-fa-swatch-neutral {
  background: radial-gradient(circle, #e8d6ba, #6b5740);
}

.vh-fa-swatch-warm {
  background: radial-gradient(circle, #f1bd78, #70361e);
}

.vh-fa-swatch.is-active {
  border-color: rgba(255, 224, 177, 0.92);
  box-shadow: 0 0 0 2px rgba(182, 106, 44, 0.2), 0 0 18px rgba(222, 159, 90, 0.28);
}

.vh-fa-control-group {
  gap: 0.28rem;
}

.vh-fa-control-btn {
  min-width: 2rem;
  padding: 0.32rem 0.48rem;
  font-size: 0.51rem;
  letter-spacing: 0.1em;
}

.vh-fa-page.is-focus .vh-fa-side,
.vh-fa-page.is-focus .vh-fa-hero {
  opacity: 0;
}

.vh-fa-page.is-focus .vh-fa-controls {
  opacity: 0.18;
  transition: opacity 180ms ease;
}

.vh-fa-page.is-focus .vh-fa-controls:hover,
.vh-fa-page.is-focus .vh-fa-controls:focus-within {
  opacity: 1;
}

@media (max-width: 1023px) {
  .vh-fa-page {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden !important;
  }

  .vh-fa-main {
    height: 100svh;
    min-height: 0;
    overflow: hidden;
    padding: 0.38rem 0.4rem 4.55rem;
  }

  .vh-fa-stage-shell {
    height: calc(100svh - 4.95rem);
  }

  .vh-fa-hero {
    padding: 0.38rem 0.72rem 0.3rem;
  }

  .vh-fa-hero p:last-child {
    display: none;
  }

  .vh-fa-layout {
    display: block;
    height: 100%;
    padding: 0.34rem;
  }

  .vh-fa-reader-card {
    height: 100%;
  }

  .vh-fa-reader-head {
    padding: 0.7rem 0.75rem 0.08rem;
  }

  .vh-fa-reader-head h2 {
    font-size: clamp(1.06rem, 5vw, 1.45rem);
  }

  .vh-fa-reader-scroll {
    padding: 0.1rem 0.9rem 1.45rem;
  }

  .vh-fa-side {
    display: none;
  }

  .vh-fa-reader-actions {
    width: auto;
    min-width: 7.2rem;
  }

  .vh-fa-controls {
    right: 0.42rem;
    left: 0.42rem;
    bottom: calc(0.38rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-fa-control-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.34rem;
  }

  .vh-fa-tuning,
  .vh-fa-control-group {
    justify-content: center;
  }

  .vh-fa-progress-strip {
    grid-template-columns: auto 1fr auto;
  }

  .vh-fa-progress-strip span:nth-child(4) {
    display: none;
  }

  .vh-fa-mobile-drawer.is-open .vh-fa-index {
    display: flex;
    max-height: 70svh;
  }

  .vh-fa-mobile-drawer-cta {
    padding: 0 1rem 1rem;
  }
}

/* Reader V1.4: discreet reading comfort layer */
.vh-fa-position-rail {
  position: absolute;
  top: 4.8rem;
  right: 0.54rem;
  bottom: 1.08rem;
  z-index: 4;
  width: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  pointer-events: none;
}

.vh-fa-position-rail span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 232, 190, 0.42), rgba(182, 106, 44, 0.88));
  box-shadow: 0 0 14px rgba(214, 151, 83, 0.34);
}

.vh-fa-auto-temp {
  height: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(232, 220, 199, 0.68);
  padding: 0 0.42rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.42rem;
  letter-spacing: 0.1em;
}

.vh-fa-auto-temp.is-active {
  border-color: rgba(255, 224, 177, 0.72);
  color: rgba(255, 239, 212, 0.95);
  box-shadow: 0 0 0 2px rgba(182, 106, 44, 0.14), 0 0 16px rgba(222, 159, 90, 0.18);
}

.vh-fa-note-backdrop {
  position: fixed;
  inset: 0;
  z-index: 78;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.vh-fa-note-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.vh-fa-note-drawer {
  position: fixed;
  top: 0.7rem;
  right: 0.72rem;
  bottom: calc(0.7rem + env(safe-area-inset-bottom, 0px));
  z-index: 79;
  width: min(23rem, calc(100vw - 1.4rem));
  transform: translateX(calc(100% + 1.2rem));
  border: 1px solid rgba(213, 149, 81, 0.2);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 30% 0%, rgba(213, 149, 81, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(12, 12, 13, 0.96), rgba(4, 4, 5, 0.98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: transform 210ms ease, opacity 210ms ease;
  backdrop-filter: blur(18px);
}

.vh-fa-note-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.vh-fa-note-drawer h3 {
  margin: 0.5rem 0 0.9rem;
  color: rgba(255, 239, 212, 0.94);
  font-family: "Cinzel Decorative", "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-fa-note-drawer textarea {
  width: 100%;
  height: calc(100% - 5.8rem);
  min-height: 16rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.82rem;
  background: rgba(0, 0, 0, 0.28);
  color: rgba(244, 232, 213, 0.9);
  padding: 0.9rem;
  font-family: "Cormorant Garamond", "Palatino Linotype", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.55;
  resize: none;
}

.vh-fa-note-close {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(232, 220, 199, 0.72);
}

@media (min-width: 1024px) {
  .vh-fa-note-drawer {
    right: 1rem;
  }
}

@media (max-width: 1023px) {
  .vh-fa-position-rail {
    top: 4rem;
    right: 0.35rem;
    bottom: 0.82rem;
  }

  .vh-fa-note-drawer {
    top: auto;
    right: 0.48rem;
    bottom: calc(0.48rem + env(safe-area-inset-bottom, 0px));
    left: 0.48rem;
    width: auto;
    height: min(68svh, 32rem);
    transform: translateY(calc(100% + 1rem));
  }

  .vh-fa-note-drawer.is-open {
    transform: translateY(0);
  }
}

/* Reader V1.5: let the mockup background lead the composition */
.vh-fa-page {
  background: #020405;
}

.vh-fa-bg {
  z-index: 0;
  opacity: 1;
}

.vh-fa-bg::after {
  background:
    radial-gradient(circle at 50% 44%, rgba(1, 3, 4, 0.015), rgba(1, 3, 4, 0.05) 36%, rgba(1, 3, 4, 0.2) 78%),
    linear-gradient(90deg, rgba(1, 4, 5, 0.28) 0%, rgba(1, 4, 5, 0.06) 23%, rgba(1, 4, 5, 0.008) 52%, rgba(1, 4, 5, 0.08) 74%, rgba(1, 4, 5, 0.32) 100%),
    linear-gradient(180deg, rgba(1, 2, 3, 0.015), rgba(1, 2, 3, 0.1));
}

.vh-fa-bg img {
  -o-object-position: center center;
     object-position: center center;
  filter: saturate(1.09) contrast(1.08) brightness(1.14);
}

.vh-fa-main {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .vh-fa-left-rail {
    position: fixed;
    z-index: 45;
  }
}

.vh-fa-controls {
  position: fixed;
  z-index: 70;
}

.vh-fa-drawer-backdrop {
  position: fixed;
  z-index: 74;
}

.vh-fa-mobile-drawer {
  position: fixed;
  z-index: 75;
}

.vh-fa-note-backdrop {
  position: fixed;
  z-index: 78;
}

.vh-fa-note-drawer {
  position: fixed;
  z-index: 79;
}

.vh-fa-stage-shell {
  border-color: rgba(221, 162, 92, 0.1);
  background:
    radial-gradient(circle at 50% 16%, rgba(240, 184, 107, 0.05), transparent 19%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.18));
  box-shadow:
    inset 0 0 0 1px rgba(233, 176, 102, 0.06),
    inset 0 0 48px rgba(0, 0, 0, 0.22),
    0 18px 58px rgba(0, 0, 0, 0.28);
}

.vh-fa-reader-card {
  border-color: rgba(221, 162, 92, 0.1);
  background:
    radial-gradient(circle at 50% 8%, rgba(244, 202, 139, 0.045), transparent 20%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(4, 7, 8, 0.08) 20%, rgba(4, 7, 8, 0.03) 50%, rgba(4, 7, 8, 0.1) 80%, rgba(0, 0, 0, 0.26));
  box-shadow:
    inset 0 0 0 1px rgba(234, 180, 111, 0.08),
    inset 0 0 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: none;
}

.vh-fa-reader-scroll {
  background:
    radial-gradient(circle at 50% 16%, rgba(0, 0, 0, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1));
}

.vh-fa-hero {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
}

.vh-fa-hero > div {
  margin-left: 2.9rem;
}

.vh-fa-hero-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.vh-fa-hero-title-row h1 {
  margin: 0;
}

.vh-fa-hero .vh-lang-sidebar--inline {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  flex-shrink: 0;
  flex-direction: row;
  gap: 0.3rem;
  margin: 0;
  padding: 0.2rem;
  transform: none;
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(182, 106, 44, 0.14);
}

.vh-fa-hero .vh-lang-sidebar--inline .vh-lang-sidebar-btn {
  width: 2rem;
  height: 2rem;
}

.vh-fa-hero .vh-lang-sidebar--inline .vh-lang-sidebar-label {
  font-size: 0.62rem;
}

.vh-fa-index,
.vh-fa-restricted.is-compact,
.vh-fa-controls,
.vh-fa-note-drawer {
  background:
    radial-gradient(circle at 28% 0%, rgba(213, 149, 81, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(3, 8, 10, 0.74), rgba(2, 4, 6, 0.82));
}

/* Reader V1.6: collapsible archive rails */
.vh-fa-rail-toggle {
  position: fixed;
  z-index: 82;
  display: none;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(226, 168, 96, 0.32);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(235, 178, 99, 0.18), rgba(4, 7, 8, 0.84) 62%),
    rgba(3, 6, 7, 0.78);
  color: rgba(255, 223, 172, 0.94);
  font-family: "Cinzel Decorative", Georgia, serif;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 0 0 0 rgba(226, 168, 96, 0.28), 0 12px 34px rgba(0, 0, 0, 0.42);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  animation: vh-fa-cross-pulse 2.4s ease-in-out infinite;
}

.vh-fa-rail-toggle:hover {
  transform: scale(1.07) rotate(45deg);
  border-color: rgba(255, 214, 151, 0.64);
  background:
    radial-gradient(circle, rgba(255, 202, 127, 0.24), rgba(42, 10, 7, 0.88) 68%),
    rgba(5, 6, 7, 0.82);
}

.vh-fa-rail-toggle-left {
  top: 50%;
  left: 14.42rem;
  transform: translateY(-50%);
}

.vh-fa-rail-toggle-right {
  top: 50%;
  right: 0.95rem;
  transform: translateY(-50%);
}

.vh-fa-rail-toggle-left:hover,
.vh-fa-rail-toggle-right:hover {
  transform: translateY(-50%) scale(1.07) rotate(45deg);
}

@keyframes vh-fa-cross-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(226, 168, 96, 0.22), 0 12px 34px rgba(0, 0, 0, 0.42);
  }

  50% {
    box-shadow: 0 0 0 0.55rem rgba(226, 168, 96, 0), 0 16px 44px rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 1024px) {
  .vh-fa-rail-toggle {
    display: grid;
    place-items: center;
  }

  .vh-fa-page,
  .vh-fa-left-rail,
  .vh-fa-layout,
  .vh-fa-controls,
  .vh-fa-side,
  .vh-fa-stage-shell {
    transition:
      padding-left 240ms ease,
      grid-template-columns 240ms ease,
      transform 240ms ease,
      opacity 180ms ease,
      left 240ms ease,
      right 240ms ease;
  }

  .vh-fa-page.is-left-collapsed {
    padding-left: 0;
  }

  .vh-fa-page.is-left-collapsed .vh-fa-left-rail {
    transform: translateX(calc(-100% + 0.45rem));
    opacity: 0.16;
    pointer-events: none;
  }

  .vh-fa-page.is-left-collapsed .vh-fa-rail-toggle-left {
    left: 0.72rem;
  }

  .vh-fa-page.is-left-collapsed .vh-fa-controls {
    left: 0.78rem;
  }

  .vh-fa-page.is-right-collapsed .vh-fa-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vh-fa-page.is-right-collapsed .vh-fa-side {
    display: none;
    transform: translateX(calc(100% + 0.8rem));
    opacity: 0;
    pointer-events: none;
  }

  .vh-fa-page.is-right-collapsed .vh-fa-rail-toggle-right {
    right: 0.72rem;
  }

  .vh-fa-page.is-left-collapsed.is-right-collapsed .vh-fa-reader-card {
    max-width: min(100%, 92rem);
    margin-inline: auto;
  }

  .vh-fa-page.is-left-collapsed.is-right-collapsed .vh-fa-bg img {
    filter: saturate(1.08) contrast(1.08) brightness(1);
  }

.vh-fa-page.is-left-collapsed.is-right-collapsed .vh-fa-bg::after {
  background:
      radial-gradient(circle at 50% 44%, rgba(1, 3, 4, 0.02), rgba(1, 3, 4, 0.08) 42%, rgba(1, 3, 4, 0.28) 82%),
      linear-gradient(90deg, rgba(1, 4, 5, 0.34) 0%, rgba(1, 4, 5, 0.08) 22%, rgba(1, 4, 5, 0.01) 52%, rgba(1, 4, 5, 0.1) 76%, rgba(1, 4, 5, 0.38) 100%);
  }
}

@media (max-width: 1023px) {
  .vh-fa-rail-toggle-left {
    display: none;
  }

  .vh-fa-rail-toggle-right {
    display: grid;
    top: auto;
    right: 0.65rem;
    bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
    place-items: center;
  }
}

/* Reader V1.7: visible carved crosses for rail toggles */
.vh-fa-rail-toggle {
  z-index: 120;
  display: grid !important;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-color: rgba(255, 207, 137, 0.72);
  background:
    radial-gradient(circle, rgba(255, 207, 137, 0.28), rgba(82, 28, 18, 0.82) 58%, rgba(4, 7, 8, 0.92)),
    rgba(3, 6, 7, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 224, 177, 0.12),
    0 0 22px rgba(226, 145, 72, 0.34),
    0 16px 42px rgba(0, 0, 0, 0.58);
}

.vh-fa-rail-toggle span {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}

.vh-fa-rail-toggle span::before,
.vh-fa-rail-toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 230, 188, 0.98);
  box-shadow: 0 0 12px rgba(255, 198, 112, 0.74);
  transform: translate(-50%, -50%);
}

.vh-fa-rail-toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vh-fa-rail-toggle-left {
  left: max(0.65rem, calc(15.5rem - 1.25rem));
}

.vh-fa-rail-toggle-right {
  right: 1.25rem;
}

.vh-fa-page.is-left-collapsed .vh-fa-rail-toggle-left {
  left: 0.82rem;
}

.vh-fa-page.is-right-collapsed .vh-fa-rail-toggle-right {
  right: 0.82rem;
}

@media (max-width: 1023px) {
  .vh-fa-hero > div {
    margin-left: 0;
  }

  .vh-fa-rail-toggle-left {
    display: none !important;
  }

  .vh-fa-rail-toggle-right {
    display: grid !important;
  }
}

/* Reader V1.8: reuse Van Helsin frontend cross semantics */
.vh-fa-toggle-icon {
  display: inline-flex;
  line-height: 0;
  pointer-events: none;
}

.vh-fa-cross {
  display: block;
  pointer-events: none;
}

.vh-fa-panel-cross,
.vh-fa-rail-toggle {
  color: rgba(245, 250, 255, 0.96);
  cursor: pointer;
  touch-action: manipulation;
}

.vh-fa-panel-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(230, 240, 255, 0.22);
  border-radius: 0.65rem;
  background: rgba(10, 14, 24, 0.78);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
  animation: vh-fa-cross-pulse 2.2s ease-in-out infinite;
}

.vh-fa-panel-cross:hover {
  border-color: rgba(245, 250, 255, 0.44);
  color: rgba(255, 255, 255, 1);
  background: rgba(14, 20, 34, 0.92);
}

.vh-fa-panel-cross .vh-fa-cross {
  width: 1rem;
  height: 1rem;
}

.vh-fa-rail-toggle {
  position: fixed;
  z-index: 160;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(230, 240, 255, 0.22);
  border-radius: 0.72rem;
  background: rgba(10, 14, 24, 0.78);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28), 0 0 22px rgba(226, 145, 72, 0.24);
  backdrop-filter: blur(4px);
  animation: vh-fa-cross-pulse 2.2s ease-in-out infinite;
}

.vh-fa-rail-toggle .vh-fa-cross {
  width: 1.18rem;
  height: 1.18rem;
}

.vh-fa-rail-toggle .vh-fa-toggle-icon::before,
.vh-fa-rail-toggle .vh-fa-toggle-icon::after {
  content: none;
}

.vh-fa-rail-toggle:hover {
  border-color: rgba(245, 250, 255, 0.44);
  color: rgba(255, 255, 255, 1);
  background: rgba(14, 20, 34, 0.92);
}

.vh-fa-rail-toggle-left {
  top: 1rem;
  left: 15.78rem;
  transform: none;
}

.vh-fa-page.is-left-collapsed .vh-fa-rail-toggle-left {
  left: 0.95rem;
}

.vh-fa-rail-toggle-right {
  top: 1rem;
  right: 1rem;
  display: none !important;
  transform: none;
}

.vh-fa-page.is-right-collapsed .vh-fa-rail-toggle-right {
  display: inline-flex !important;
}

.vh-fa-rail-toggle-left:hover,
.vh-fa-rail-toggle-right:hover {
  transform: none;
}

.vh-fa-index-head-tools {
  align-items: center;
}

@media (max-width: 1023px) {
  .vh-fa-rail-toggle-left {
    display: none !important;
  }

  .vh-fa-rail-toggle-right {
    top: auto;
    right: 0.65rem;
    bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
  }
}

/* Mobile Surgical Refinement V1.7
   Goal: compact mobile UI, preserve Van Helsin identity, reduce visual/GPU cost. */
@media (max-width: 1023px) {
  :root {
    --vh-mobile-player-height: 4.2rem;
  }

  .vh-app-shell[data-mobile-player="true"] {
    padding-bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height) + 0.86rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-app-shell[data-mobile-player="true"] .vh-lang-sidebar {
    bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height) + 0.72rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-app-shell[data-mobile-player="true"] .vh-lang-sidebar--reader-rail {
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    flex-direction: column !important;
  }

  .vh-mobile-player-shell {
    left: 0.56rem;
    right: 0.56rem;
    bottom: calc(var(--vh-mobile-nav-height) + 0.62rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-mobile-player-mini {
    gap: 0.58rem;
    padding: 0.56rem 0.66rem;
    border-radius: 1rem;
    box-shadow: 0 11px 28px rgba(0, 0, 0, 0.34);
    transition: transform 160ms ease, opacity 160ms ease, border-color 160ms ease;
  }

  .vh-mobile-player-cover {
    width: 2.62rem;
    height: 2.62rem;
    border-radius: 0.55rem;
  }

  .vh-mobile-player-title {
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .vh-mobile-player-subline {
    margin-top: 0.16rem;
    font-size: 0.55rem;
    letter-spacing: 0.11em;
  }

  .vh-mobile-player-progress {
    margin-top: 0.34rem;
    height: 1px;
  }

  .vh-mobile-player-actions {
    gap: 0.35rem;
  }

  .vh-mobile-player-buffer {
    max-width: 3.5rem;
    font-size: 0.5rem;
  }

  .vh-mobile-player-toggle {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.72rem;
  }

  .vh-mobile-player-modal {
    transition: opacity 160ms ease;
  }

  .vh-mobile-player-modal-bg {
    background:
      linear-gradient(180deg, rgba(3, 4, 8, 0.28), rgba(2, 3, 6, 0.66)),
      radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 32%),
      var(--vh-mobile-player-cover) var(--vh-mobile-player-cover-pos, center center) / cover no-repeat,
      linear-gradient(180deg, rgba(2, 3, 6, 0.5), rgba(2, 3, 6, 0.76));
    filter: saturate(0.95) brightness(0.84) contrast(1.02);
    backdrop-filter: blur(6px);
  }

  .vh-mobile-player-panel {
    padding: calc(0.9rem + env(safe-area-inset-top, 0px)) 0.9rem calc(0.92rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-mobile-player-close {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.3rem;
  }

  .vh-mobile-player-hero {
    min-height: 2rem;
    padding: 0.05rem 0;
  }

  .vh-mobile-player-hero-glow {
    width: min(78vw, 18rem);
    height: min(26vw, 4.8rem);
    filter: blur(11px);
    opacity: 0.78;
  }

  .vh-mobile-player-kicker {
    font-size: 0.56rem;
    letter-spacing: 0.24em;
  }

  .vh-mobile-player-heading {
    margin-top: 0.5rem;
    font-size: clamp(1.2rem, 5.1vw, 1.62rem);
    line-height: 1.08;
  }

  .vh-mobile-player-language {
    margin-top: 0.34rem;
    font-size: 0.64rem;
    letter-spacing: 0.13em;
  }

  .vh-mobile-player-chapter {
    margin-top: 0.34rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .vh-mobile-player-wave {
    margin-top: 1rem;
  }

  .vh-mobile-player-times {
    margin-top: 0.4rem;
    font-size: 0.66rem;
  }

  .vh-mobile-player-controls {
    gap: 0.46rem;
    margin-top: 1rem;
  }

  .vh-mobile-player-ghost {
    width: 2.56rem;
    height: 2.56rem;
  }

  .vh-mobile-player-primary {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 0.88rem;
  }

  .vh-mobile-player-tools {
    margin-top: 0.88rem;
    gap: 0.5rem;
  }

  .vh-mobile-player-tool {
    min-height: 2.48rem;
    border-radius: 0.78rem;
    font-size: 0.82rem;
  }

  .vh-mobile-player-volume {
    margin-top: 1rem;
    gap: 0.42rem;
    font-size: 0.64rem;
  }

  .vh-mobile-player-status {
    margin-top: 0.64rem;
    font-size: 0.62rem;
  }

  .vh-ae-stage-prime-visual {
    filter: brightness(0.93) contrast(1.01) saturate(0.95);
  }

  .vh-ae-stage.is-playing .vh-ae-stage-prime-visual {
    animation-duration: 5.4s;
  }

  .vh-ae-fog {
    opacity: calc(0.045 + var(--ae-intensity) * 0.07);
    animation-duration: 62s;
  }

  .vh-ae-rain {
    opacity: 0;
    animation-duration: 28s;
  }

  .vh-ae-particles {
    opacity: calc(0.015 + var(--ae-intensity) * 0.03);
    animation-duration: 46s;
  }

  .vh-ae-storm-flash {
    opacity: 0.05;
    animation-duration: 14s;
  }

  .vh-ae-breathe {
    transition: opacity 680ms ease;
  }

  .vh-ae-atmosphere[data-playing="true"] .vh-ae-breathe {
    opacity: 0.35;
    animation-duration: 8.8s;
  }

  .vh-fa-main {
    padding: 0.28rem 0.3rem 4.2rem;
  }

  .vh-fa-stage-shell {
    height: calc(100svh - 4.5rem);
    border-radius: 0.88rem;
    box-shadow:
      inset 0 0 0 1px rgba(233, 176, 102, 0.06),
      inset 0 0 40px rgba(0, 0, 0, 0.2),
      0 12px 32px rgba(0, 0, 0, 0.2);
  }

  .vh-fa-hero {
    padding: 0.3rem 0.58rem 0.22rem;
  }

  .vh-fa-hero > div {
    margin-left: 2.35rem;
  }

  .vh-fa-kicker,
  .vh-fa-panel-kicker {
    font-size: 0.5rem;
    letter-spacing: 0.23em;
  }

  .vh-fa-hero h1 {
    font-size: clamp(1rem, 4.2vw, 1.32rem);
    letter-spacing: 0.07em;
  }

  .vh-fa-layout {
    padding: 0.26rem;
  }

  .vh-fa-reader-card {
    border-radius: 0.76rem;
  }

  .vh-fa-reader-head {
    padding: 0.54rem 0.62rem 0.06rem;
  }

  .vh-fa-reader-head h2 {
    font-size: clamp(0.9rem, 4.35vw, 1.18rem);
    letter-spacing: 0.08em;
  }

  .vh-fa-reader-scroll {
    padding: 0.08rem 0.74rem 1rem;
  }

  .vh-fa-reader {
    margin-top: 0.08rem;
    font-size: clamp(1rem, calc(var(--fa-font-size) * 1px), 1.24rem);
    line-height: min(var(--fa-line-height), 1.62);
  }

  .vh-fa-reader p {
    margin: 0.72em 0;
  }

  .vh-fa-reader img {
    margin: 1rem auto;
  }

  .vh-fa-controls {
    right: 0.34rem;
    left: 0.34rem;
    bottom: calc(0.3rem + env(safe-area-inset-bottom, 0px));
    border-radius: 0.68rem;
    gap: 0.28rem;
    padding: 0.28rem 0.34rem;
  }

  .vh-fa-progress-strip {
    gap: 0.4rem;
    font-size: 0.5rem;
    letter-spacing: 0.14em;
  }

  .vh-fa-progress {
    height: 0.16rem;
  }

  .vh-fa-control-row {
    gap: 0.24rem;
  }

  .vh-fa-tuning {
    gap: 0.2rem;
  }

  .vh-fa-tuning label {
    min-width: 3.2rem;
    font-size: 0.45rem;
  }

  .vh-fa-type-select {
    width: 4.9rem;
  }

  .vh-fa-tuning select {
    min-height: 1.26rem;
    border-radius: 0.4rem;
    font-size: 0.52rem;
  }

  .vh-fa-control-group {
    gap: 0.2rem;
  }

  .vh-fa-control-btn {
    min-width: 1.82rem;
    padding: 0.24rem 0.34rem;
    font-size: 0.48rem;
  }

  .vh-fa-temperature-swatches {
    gap: 0.18rem;
  }

  .vh-fa-swatch {
    width: 0.95rem;
    height: 0.95rem;
  }
}

@media (max-width: 390px) {
  .vh-mobile-player-title {
    font-size: 0.8rem;
  }

  .vh-mobile-player-cover {
    width: 2.5rem;
    height: 2.5rem;
  }

  .vh-mobile-player-toggle {
    width: 2.18rem;
    height: 2.18rem;
  }

  .vh-mobile-player-heading {
    font-size: clamp(1.12rem, 5vw, 1.48rem);
  }

  .vh-fa-hero > div {
    margin-left: 2.18rem;
  }

  .vh-fa-reader-scroll {
    padding-left: 0.68rem;
    padding-right: 0.68rem;
  }
}

@media (max-width: 360px) {
  :root {
    --vh-mobile-player-height: 4.05rem;
  }

  .vh-mobile-player-shell {
    left: 0.5rem;
    right: 0.5rem;
  }

  .vh-mobile-player-mini {
    gap: 0.5rem;
    padding: 0.52rem 0.58rem;
  }

  .vh-mobile-player-title {
    font-size: 0.76rem;
  }

  .vh-mobile-player-subline {
    font-size: 0.52rem;
  }

  .vh-mobile-player-ghost {
    width: 2.44rem;
    height: 2.44rem;
  }

  .vh-mobile-player-primary {
    width: 3.1rem;
    height: 3.1rem;
  }

  .vh-fa-main {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

  .vh-fa-hero {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .vh-fa-hero > div {
    margin-left: 2.02rem;
  }

  .vh-fa-reader-head h2 {
    font-size: clamp(0.86rem, 4.2vw, 1.06rem);
  }
}

@media (max-width: 320px) {
  :root {
    --vh-mobile-player-height: 3.9rem;
  }

  .vh-mobile-player-mini {
    padding: 0.46rem 0.52rem;
  }

  .vh-mobile-player-cover {
    width: 2.34rem;
    height: 2.34rem;
  }

  .vh-mobile-player-title {
    font-size: 0.72rem;
  }

  .vh-mobile-player-toggle {
    width: 2.05rem;
    height: 2.05rem;
    font-size: 0.68rem;
  }

  .vh-mobile-player-panel {
    padding-left: 0.74rem;
    padding-right: 0.74rem;
  }

  .vh-mobile-player-heading {
    font-size: clamp(1.04rem, 4.8vw, 1.3rem);
  }

  .vh-fa-hero > div {
    margin-left: 1.92rem;
  }

  .vh-fa-controls {
    right: 0.28rem;
    left: 0.28rem;
  }

  .vh-fa-control-btn {
    min-width: 1.72rem;
    padding: 0.21rem 0.3rem;
  }
}

@media (max-width: 390px) and (max-height: 740px) {
  .vh-mobile-player-panel {
    padding-top: calc(0.7rem + env(safe-area-inset-top, 0px));
    padding-bottom: calc(0.74rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-mobile-player-wave,
  .vh-mobile-player-controls,
  .vh-mobile-player-volume {
    margin-top: 0.8rem;
  }

  .vh-mobile-player-tools {
    margin-top: 0.72rem;
  }

  .vh-fa-stage-shell {
    height: calc(100svh - 4.18rem);
  }

  .vh-fa-reader-head {
    padding-top: 0.48rem;
  }

  .vh-fa-reader-scroll {
    padding-bottom: 0.82rem;
  }
}

@media (max-width: 390px) and (max-height: 667px) {
  :root {
    --vh-mobile-player-height: 3.78rem;
  }

  .vh-mobile-player-shell {
    bottom: calc(var(--vh-mobile-nav-height) + 0.5rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-mobile-player-mini {
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
  }

  .vh-mobile-player-controls {
    gap: 0.4rem;
  }

  .vh-mobile-player-ghost {
    width: 2.34rem;
    height: 2.34rem;
  }

  .vh-mobile-player-primary {
    width: 2.98rem;
    height: 2.98rem;
  }

  .vh-fa-main {
    padding-bottom: 3.9rem;
  }

  .vh-fa-stage-shell {
    height: calc(100svh - 3.94rem);
  }

  .vh-fa-controls {
    bottom: calc(0.22rem + env(safe-area-inset-bottom, 0px));
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
  }
}

/* Mobile Surgical Refinement V1.8
   Functional exception: controls use fixed grids on narrow phones to prevent overlap. */
@media (max-width: 1023px) {
  .vh-fa-controls,
  .vh-fa-control-row,
  .vh-fa-tuning,
  .vh-fa-control-group,
  .vh-mobile-player-mini,
  .vh-mobile-player-copy,
  .vh-mobile-player-actions {
    min-width: 0;
    box-sizing: border-box;
  }

  .vh-fa-controls {
    overflow: visible;
  }

  .vh-fa-progress-strip {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-width: 0;
  }

  .vh-fa-progress-strip span:nth-child(4) {
    display: none;
  }

  .vh-fa-control-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0.26rem;
  }

  .vh-fa-tuning {
    display: grid;
    grid-template-columns: minmax(4.45rem, 0.9fr) minmax(3.6rem, 1fr) minmax(3.6rem, 1fr) auto;
    align-items: end;
    gap: 0.24rem;
    width: 100%;
  }

  .vh-fa-tuning label,
  .vh-fa-type-select {
    min-width: 0;
    width: auto;
  }

  .vh-fa-tuning select,
  .vh-fa-tuning input {
    min-width: 0;
    max-width: 100%;
  }

  .vh-fa-temperature-swatches {
    justify-self: end;
    white-space: nowrap;
  }

  .vh-fa-control-group {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: 100%;
  }

  .vh-fa-control-btn {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
  }

  .vh-mobile-player-copy {
    overflow: hidden;
  }

  .vh-mobile-player-actions {
    flex: 0 0 auto;
  }
}

@media (max-width: 360px) {
  .vh-fa-tuning {
    grid-template-columns: minmax(4.15rem, 0.9fr) minmax(3.25rem, 1fr) minmax(3.25rem, 1fr) auto;
    gap: 0.2rem;
  }

  .vh-fa-auto-temp {
    padding-inline: 0.34rem;
  }

  .vh-fa-swatch {
    width: 0.86rem;
    height: 0.86rem;
  }
}

@media (max-width: 320px) {
  .vh-fa-tuning {
    grid-template-columns: minmax(3.95rem, 0.9fr) minmax(3rem, 1fr) minmax(3rem, 1fr) auto;
    gap: 0.16rem;
  }

  .vh-fa-tuning label {
    font-size: 0.42rem;
  }

  .vh-fa-auto-temp {
    height: 0.95rem;
    padding-inline: 0.28rem;
    font-size: 0.38rem;
  }

  .vh-fa-swatch {
    width: 0.8rem;
    height: 0.8rem;
  }

  .vh-fa-control-group {
    gap: 0.16rem;
  }

  .vh-fa-control-btn {
    padding-inline: 0.22rem;
    letter-spacing: 0.07em;
  }
}

/* Mobile Surgical Refinement V1.9
   Keep navigation, reader controls and text from competing in narrow viewports. */
@media (max-width: 1023px) {
  .vh-mobile-bottom-nav {
    left: 0.52rem;
    right: 0.52rem;
    gap: 0.22rem;
    padding: 0.34rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
  }

  .vh-mobile-bottom-item {
    gap: 0.18rem;
    min-width: 0;
    min-height: 3.42rem;
    padding: 0.34rem 0.08rem;
    border-radius: 0.78rem;
    font-size: 0.5rem;
    letter-spacing: 0.07em;
    line-height: 1.12;
    overflow: hidden;
  }

  .vh-mobile-bottom-item span {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  .vh-mobile-bottom-ico {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
  }

  .vh-fa-controls {
    bottom: calc(var(--vh-mobile-nav-height) + 0.28rem + env(safe-area-inset-bottom, 0px));
    z-index: 79;
  }

  .vh-fa-page,
  .vh-fa-main,
  .vh-fa-stage-shell,
  .vh-fa-layout,
  .vh-fa-reader-card,
  .vh-fa-reader-scroll,
  .vh-fa-reader {
    max-width: 100vw;
    min-width: 0;
    box-sizing: border-box;
  }

  .vh-fa-reader-scroll {
    overflow-x: hidden;
    padding-bottom: 6.25rem;
  }

  .vh-fa-reader {
    width: 100%;
    max-width: min(100%, 34rem);
    overflow-wrap: break-word;
  }

  .vh-fa-reader p,
  .vh-fa-reader h1,
  .vh-fa-reader h2,
  .vh-fa-reader h3,
  .vh-fa-reader strong {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .vh-fa-reader-head h2,
  .vh-fa-hero h1 {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .vh-mobile-bottom-nav {
    left: 0.42rem;
    right: 0.42rem;
    gap: 0.18rem;
    padding: 0.3rem;
  }

  .vh-mobile-bottom-item {
    min-height: 3.28rem;
    font-size: 0.46rem;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 390px) and (max-height: 667px) {
  .vh-fa-controls {
    bottom: calc(var(--vh-mobile-nav-height) + 0.18rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-fa-reader-scroll {
    padding-bottom: 5.9rem;
  }
}

/* Mobile Surgical Refinement V1.10
   Reader-only mobile guardrails: no floating language controls over the reader player. */
@media (max-width: 1023px) {
  body.vh-fa-lock-scroll .vh-lang-sidebar:not(.vh-lang-sidebar--inline) {
    display: none;
  }

  .vh-fa-page {
    width: 100vw !important;
    inline-size: 100vw !important;
  }

  .vh-fa-main {
    width: 100vw !important;
    inline-size: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
  }

  .vh-fa-stage-shell {
    width: calc(100vw - 0.6rem) !important;
    inline-size: calc(100vw - 0.6rem) !important;
    max-width: calc(100vw - 0.6rem) !important;
    margin-inline: auto;
  }

  .vh-fa-layout,
  .vh-fa-reader-card,
  .vh-fa-reader-scroll,
  .vh-fa-reader {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: 100% !important;
  }

  .vh-fa-reader {
    padding-inline: 0;
  }

  .vh-fa-reader p,
  .vh-fa-reader h1,
  .vh-fa-reader h2,
  .vh-fa-reader h3 {
    width: 100%;
    inline-size: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

/* Mobile Surgical Refinement V1.11
   Force archive content to use the real phone viewport, even when imported HTML is wide. */
@media (max-width: 1023px) {
  .vh-fa-reader > p,
  .vh-fa-reader > h1,
  .vh-fa-reader > h2,
  .vh-fa-reader > h3,
  .vh-fa-reader > blockquote,
  .vh-fa-reader > ul,
  .vh-fa-reader > ol {
    width: calc(100vw - 2rem) !important;
    max-width: calc(100vw - 2rem) !important;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .vh-fa-reader > img,
  .vh-fa-reader p > img {
    width: auto !important;
    max-width: calc(100vw - 2rem) !important;
  }

  .vh-fa-reader-head h2 {
    font-size: clamp(0.84rem, 4vw, 1.04rem);
    line-height: 1.02;
    letter-spacing: 0.045em;
  }
}

@media (max-width: 360px) {
  .vh-fa-reader > p,
  .vh-fa-reader > h1,
  .vh-fa-reader > h2,
  .vh-fa-reader > h3,
  .vh-fa-reader > blockquote,
  .vh-fa-reader > ul,
  .vh-fa-reader > ol {
    width: calc(100vw - 1.6rem) !important;
    max-width: calc(100vw - 1.6rem) !important;
  }

  .vh-fa-reader-head h2 {
    font-size: 0.74rem;
    letter-spacing: 0.015em;
  }
}

/* Mobile Surgical Refinement V1.12
   Final phone-width clamp for display titles and imported reading text. */
@media (max-width: 1023px) {
  .vh-ae-masthead-title {
    max-width: calc(100vw - 2rem);
    margin-inline: auto;
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .vh-fa-hero h1 {
    max-width: calc(100vw - 1.4rem);
    font-size: clamp(1.02rem, 5vw, 1.32rem);
    line-height: 1.02;
    letter-spacing: 0.04em;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .vh-fa-reader {
    width: calc(100vw - 3rem) !important;
    inline-size: calc(100vw - 3rem) !important;
    max-width: calc(100vw - 3rem) !important;
    margin-inline: auto;
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .vh-fa-reader > p,
  .vh-fa-reader > h1,
  .vh-fa-reader > h2,
  .vh-fa-reader > h3,
  .vh-fa-reader > blockquote,
  .vh-fa-reader > ul,
  .vh-fa-reader > ol {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 360px) {
  .vh-ae-masthead-title {
    font-size: 1rem;
  }

  .vh-fa-hero h1 {
    font-size: 0.96rem;
    letter-spacing: 0.025em;
  }

  .vh-fa-reader {
    width: calc(100vw - 2.7rem) !important;
    inline-size: calc(100vw - 2.7rem) !important;
    max-width: calc(100vw - 2.7rem) !important;
    font-size: 0.92rem;
  }
}

/* Mobile Surgical Refinement V1.13
   Narrow-phone typography pass: no title or imported paragraph may leave the viewport. */
@media (max-width: 1023px) {
  .vh-ae-masthead-title {
    max-width: 78vw;
    font-size: clamp(0.9rem, 4.4vw, 1.18rem);
  }

  .vh-fa-hero h1 {
    max-width: 78vw;
    font-size: clamp(0.86rem, 4.2vw, 1.08rem);
  }

  .vh-fa-reader-head h2 {
    max-width: min(100%, 14rem);
    margin-inline: auto;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .vh-fa-reader {
    width: 74vw !important;
    inline-size: 74vw !important;
    max-width: 20rem !important;
  }
}

@media (max-width: 360px) {
  .vh-ae-masthead-title {
    max-width: 76vw;
    font-size: 0.84rem;
  }

  .vh-fa-hero h1 {
    max-width: 76vw;
    font-size: 0.76rem;
  }

  .vh-fa-reader-head h2 {
    max-width: 10.5rem;
    font-size: 0.66rem;
    line-height: 1.05;
  }

  .vh-fa-reader {
    width: 72vw !important;
    inline-size: 72vw !important;
  }
}

/* Mobile Music Scene V1.14
   The audio artwork becomes a quiet app background; the file list stays sovereign. */
@media (max-width: 1023px) {
  .vh-ae-stage {
    min-height: 100svh;
    background: #05070b;
  }

  .vh-ae-stage-prime-visual {
    inset: 0;
    min-height: 100%;
    opacity: 0.86;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: brightness(0.58) contrast(1.04) saturate(0.9);
    transform: none;
  }

  .vh-ae-stage.is-playing .vh-ae-stage-prime-visual {
    animation: none;
  }

  .vh-ae-stage-prime-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(2, 4, 8, 0.16), rgba(2, 4, 8, 0.52) 44%, rgba(2, 3, 6, 0.82) 100%),
      radial-gradient(circle at 50% 22%, rgba(160, 185, 220, 0.14), transparent 40%);
  }

  .vh-ae-gradient,
  .vh-ae-fog,
  .vh-ae-rain,
  .vh-ae-particles,
  .vh-ae-breathe,
  .vh-ae-bats,
  .vh-ae-storm-flash {
    opacity: 0 !important;
    animation: none !important;
  }

  .vh-ae-stage-front {
    padding-top: max(5.2rem, calc(env(safe-area-inset-top, 0px) + 4.45rem)) !important;
  }

  .vh-ae-masthead {
    margin-bottom: 0.7rem;
    opacity: 0.9;
  }

  .vh-ae-masthead-brand {
    color: rgba(232, 220, 199, 0.34);
  }

  .vh-ae-masthead-title {
    max-width: 14rem;
    font-size: clamp(0.9rem, 4.4vw, 1.12rem);
    line-height: 1;
    color: rgba(246, 239, 228, 0.92);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
  }

  .vh-ae-masthead-tag {
    max-width: min(19rem, calc(100vw - 2rem));
    color: rgba(232, 220, 199, 0.62);
  }

  .vh-ae-mobile-chron {
    position: relative;
    z-index: 3;
  }

  .vh-ae-chronicle {
    border-color: rgba(255, 255, 255, 0.075);
    background:
      linear-gradient(180deg, rgba(8, 11, 17, 0.72), rgba(4, 6, 10, 0.78)),
      radial-gradient(circle at 18% 0, rgba(180, 70, 80, 0.16), transparent 36%);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(3px);
  }

  .vh-ae-chron-row {
    background: linear-gradient(180deg, rgba(14, 18, 26, 0.42), rgba(8, 11, 17, 0.52));
    border-color: rgba(255, 255, 255, 0.08);
  }

  .vh-ae-chron-row.is-active {
    background:
      linear-gradient(180deg, rgba(34, 26, 23, 0.56), rgba(15, 19, 28, 0.62)),
      radial-gradient(circle at 6% 50%, rgba(255, 113, 64, 0.14), transparent 44%);
  }
}

@media (max-width: 360px) {
  .vh-ae-masthead--center {
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0.5rem;
  }

  .vh-ae-masthead-title {
    max-width: 10.8rem;
    font-size: 0.78rem;
    letter-spacing: 0;
  }

  .vh-ae-stage-front {
    padding-top: max(4.8rem, calc(env(safe-area-inset-top, 0px) + 4.05rem)) !important;
  }
}

/* Mobile Music Scene V1.15
   Stronger phone-only rules: full artwork visible, page stable, audio list translucent. */
@media (max-width: 1023px) {
  .vh-ae-page.vh-ae-page--rail {
    min-height: 100svh;
    padding-bottom: 0 !important;
    overflow-x: hidden;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-stage {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-prime-visual {
    opacity: 1;
    background-color: #030509;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: brightness(0.72) contrast(1.02) saturate(0.96);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-prime-visual::after {
    background:
      linear-gradient(180deg, rgba(2, 4, 8, 0.1), rgba(2, 4, 8, 0.32) 36%, rgba(2, 3, 6, 0.68) 100%),
      radial-gradient(circle at 50% 34%, rgba(40, 120, 190, 0.12), transparent 46%);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-front {
    height: 100%;
    padding-top: max(4.7rem, calc(env(safe-area-inset-top, 0px) + 3.9rem)) !important;
    padding-bottom: calc(var(--vh-mobile-nav-height) + var(--vh-mobile-player-height) + 1rem + env(safe-area-inset-bottom, 0px));
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-desk-grid {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    gap: 0.5rem;
    padding-inline: 0.72rem;
    padding-bottom: 0;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-desk-main {
    padding: 0;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-masthead {
    margin-bottom: 0.36rem;
    padding-top: 0;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-masthead-brand,
  .vh-ae-page.vh-ae-page--rail .vh-ae-masthead-tag {
    display: none;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-masthead-title {
    max-width: min(16rem, calc(100vw - 3rem));
    font-size: 0.92rem;
    line-height: 1.04;
    color: rgba(246, 239, 228, 0.88);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-mobile-chron {
    min-height: 0;
    overflow: hidden;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    max-height: 100%;
    padding: 0.58rem 0.52rem 0.38rem;
    border-color: rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(7, 10, 16, 0.5), rgba(3, 5, 9, 0.62)),
      radial-gradient(circle at 18% 0, rgba(235, 91, 64, 0.12), transparent 38%);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(2px);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle-head {
    padding: 0 0.22rem 0.42rem;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle-title {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle-list {
    max-height: 100%;
    overflow-y: auto;
    padding-top: 0.24rem;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chron-row {
    margin-bottom: 0.12rem;
    padding: 0.46rem 0.34rem;
    border-radius: 0.42rem;
    background: linear-gradient(180deg, rgba(13, 17, 25, 0.34), rgba(5, 8, 13, 0.44));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chron-row.is-active {
    background:
      linear-gradient(180deg, rgba(54, 34, 26, 0.48), rgba(13, 17, 24, 0.54)),
      radial-gradient(circle at 8% 50%, rgba(255, 112, 67, 0.16), transparent 42%);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle-foot {
    margin-top: 0.34rem;
  }

}

@media (max-width: 390px) and (max-height: 740px) {
  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-front {
    padding-top: max(4.25rem, calc(env(safe-area-inset-top, 0px) + 3.55rem)) !important;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chron-row {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

@media (max-width: 390px) and (max-height: 667px) {
  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-front {
    padding-top: max(3.9rem, calc(env(safe-area-inset-top, 0px) + 3.28rem)) !important;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-masthead {
    display: none;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chron-row {
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
  }
}

/* Audio Experience Fixed View V1.16
   The audio surface is one app screen on every viewport; only lists scroll internally. */
.vh-ae-page.vh-ae-page--rail {
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-page-body,
.vh-ae-page.vh-ae-page--rail .vh-ae-stage,
.vh-ae-page.vh-ae-page--rail .vh-ae-stage-front {
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-stage {
  min-height: 100svh;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-desk-grid {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-desk-main,
.vh-ae-page.vh-ae-page--rail .vh-ae-desk-side,
.vh-ae-page.vh-ae-page--rail .vh-ae-mobile-chron,
.vh-ae-page.vh-ae-page--rail .vh-ae-side-sticky {
  min-height: 0;
  overflow: hidden;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-chronicle {
  min-height: 0;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-chronicle-list {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-satellite,
.vh-ae-page.vh-ae-page--rail .vh-ae-ia,
.vh-ae-page.vh-ae-page--rail .vh-ae-page-body > section:not(.vh-ae-stage) {
  display: none !important;
}

.vh-ae-footer--rail {
  display: none !important;
}

.vh-app-shell[data-audio-fixed="true"] {
  height: 100svh;
  max-height: 100svh;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.vh-app-shell[data-audio-fixed="true"] .vh-app-main {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vh-ae-page.vh-ae-page--rail .vh-ae-desk-grid {
    align-items: stretch;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-side-sticky {
    position: relative;
    top: auto;
    height: 100%;
    max-height: 100%;
    padding-bottom: 0;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100%;
    max-height: 100%;
  }

}

@media (min-width: 1024px) {
  .vh-ae-page.vh-ae-page--rail .vh-ae-stage > .vh-ae-stage-front {
    padding-top: 1.1rem;
    padding-bottom: 5.25rem;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-desk-grid {
    padding-bottom: 0;
  }
}

/* Audio Experience Background Restore V1.17 */
.vh-ae-page.vh-ae-page--rail .vh-ae-stage {
  background:
    linear-gradient(180deg, rgba(2, 3, 7, 0.08), rgba(2, 3, 7, 0.38)),
    var(--vh-ae-stage-bg) center center / cover no-repeat,
    #030509;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-stage-prime-visual {
  z-index: 0;
  opacity: 0.28 !important;
  background-image: var(--vh-ae-stage-bg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  filter: brightness(0.82) contrast(1.03) saturate(0.98);
}

.vh-ae-page.vh-ae-page--rail .vh-ae-stage-bg-img {
  opacity: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: brightness(0.78) contrast(1.05) saturate(0.98);
}

.vh-ae-page.vh-ae-page--rail .vh-ae-stage-prime-visual::after {
  background:
    linear-gradient(180deg, rgba(2, 4, 8, 0.04), rgba(2, 4, 8, 0.22) 46%, rgba(2, 3, 6, 0.54) 100%),
    radial-gradient(circle at 50% 34%, rgba(50, 130, 205, 0.1), transparent 48%);
}

.vh-ae-page.vh-ae-page--rail .vh-ae-atmosphere {
  opacity: 0.72;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-chronicle {
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.38), rgba(3, 5, 9, 0.52)),
    radial-gradient(circle at 18% 0, rgba(235, 91, 64, 0.1), transparent 38%);
}

.vh-ae-page.vh-ae-page--rail .vh-ae-chron-row {
  background: linear-gradient(180deg, rgba(13, 17, 25, 0.26), rgba(5, 8, 13, 0.36));
}

@media (max-width: 1023px) {
  .vh-ae-page.vh-ae-page--rail .vh-ae-stage {
    background:
      linear-gradient(180deg, rgba(2, 3, 7, 0.06), rgba(2, 3, 7, 0.32)),
      var(--vh-ae-stage-bg) center center / cover no-repeat,
      #030509;
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-prime-visual {
    background-size: cover !important;
    background-position: center center !important;
    filter: brightness(0.86) contrast(1.02) saturate(1);
  }

  .vh-ae-page.vh-ae-page--rail .vh-ae-stage-bg-img {
    opacity: 0.95;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    filter: brightness(0.84) contrast(1.04) saturate(1);
  }
}

/* Audio Experience Background Hard Restore V1.18 */
.vh-ae-page.vh-ae-page--rail .vh-ae-stage-bg-img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: brightness(0.92) contrast(1.04) saturate(1) !important;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-stage-prime-visual {
  display: none !important;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-atmosphere {
  z-index: 1;
  opacity: 0.36;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-stage-front {
  position: relative;
  z-index: 20;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-chronicle {
  background:
    linear-gradient(180deg, rgba(7, 10, 16, 0.28), rgba(3, 5, 9, 0.42)),
    radial-gradient(circle at 18% 0, rgba(235, 91, 64, 0.08), transparent 38%) !important;
  backdrop-filter: blur(1px);
}

.vh-ae-page.vh-ae-page--rail .vh-ae-chron-row {
  background: linear-gradient(180deg, rgba(13, 17, 25, 0.2), rgba(5, 8, 13, 0.3)) !important;
}

/* Audio Experience panel toggles â€” mirror left-rail drawer on the right chronicle panel */
.vh-ae-page.vh-ae-page--rail button.vh-ae-rail-toggle-left,
.vh-ae-page.vh-ae-page--rail button.vh-ae-rail-toggle-right {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: fixed !important;
  z-index: 220 !important;
  top: max(1rem, calc(env(safe-area-inset-top, 0px) + 0.65rem)) !important;
  bottom: auto !important;
  animation: vh-fa-cross-pulse 2.2s ease-in-out infinite !important;
}

.vh-ae-page.vh-ae-page--rail .vh-ae-left-rail,
.vh-ae-page.vh-ae-page--rail .vh-ae-desk-side,
.vh-ae-page.vh-ae-page--rail .vh-ae-mobile-chron {
  transition:
    transform 280ms ease,
    opacity 220ms ease;
}

@media (min-width: 1024px) {
  .vh-ae-page.vh-ae-page--rail button.vh-ae-rail-toggle-left {
    left: calc(var(--vh-ae-rail-w) + 0.28rem) !important;
    right: auto !important;
  }

  .vh-ae-page.vh-ae-page--rail button.vh-ae-rail-toggle-right {
    right: 1rem !important;
    left: auto !important;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-left-collapsed {
    padding-left: 0 !important;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-left-collapsed .vh-ae-left-rail {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-left-collapsed button.vh-ae-rail-toggle-left {
    left: 0.72rem !important;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-right-collapsed .vh-ae-desk-side {
    transform: translateX(calc(100% + 1.5rem));
    opacity: 0;
    pointer-events: none;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-right-collapsed .vh-ae-desk-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-right-collapsed button.vh-ae-rail-toggle-right {
    right: 0.72rem !important;
  }
}

@media (max-width: 1023px) {
  .vh-ae-page.vh-ae-page--rail button.vh-ae-rail-toggle-left {
    display: none !important;
  }

  .vh-ae-page.vh-ae-page--rail button.vh-ae-rail-toggle-right {
    right: 0.72rem !important;
    left: auto !important;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-right-collapsed .vh-ae-mobile-chron {
    transform: translateX(calc(100% + 1.25rem));
    opacity: 0;
    pointer-events: none;
  }

  .vh-ae-page.vh-ae-page--rail.is-ae-right-collapsed .vh-ae-desk-grid {
    grid-template-rows: auto;
  }
}

/* Reader Mobile Text Menu V1.24 â€” pulsing cross in bottom controls opens chapter index */
.vh-fa-control-cross {
  display: none;
}

@media (max-width: 1023px) {
  .vh-fa-control-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.82rem;
    height: 1.82rem;
    min-width: 1.82rem;
    padding: 0;
    border: 1px solid rgba(230, 240, 255, 0.22);
    border-radius: 0.52rem;
    background: rgba(10, 14, 24, 0.78);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28), 0 0 22px rgba(226, 145, 72, 0.24);
    color: rgba(245, 250, 255, 0.96);
    cursor: pointer;
    touch-action: manipulation;
    animation: vh-fa-cross-pulse 2.2s ease-in-out infinite;
  }

  .vh-fa-control-cross .vh-fa-cross {
    width: 0.82rem;
    height: 0.82rem;
  }

  .vh-fa-control-cross.is-on,
  .vh-fa-control-cross:hover {
    border-color: rgba(245, 250, 255, 0.44);
    background: rgba(14, 20, 34, 0.92);
    color: rgba(255, 255, 255, 1);
  }

  .vh-fa-page .vh-fa-rail-toggle-right {
    display: none !important;
  }

  .vh-fa-mobile-drawer.is-open {
    z-index: 80;
  }

  .vh-fa-drawer-backdrop.is-open {
    z-index: 79;
  }
}

/* â€”â€” Orb Portal (A IA) â€”â€” */
.vh-orb-portal > video,
.vh-orb-portal > img {
  transform-origin: 50% 50%;
}

.vh-orb-portal.is-active > video,
.vh-orb-portal.is-active > img {
  will-change: transform, filter;
}

.vh-orb-portal-hitbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: clamp(3rem, 36%, 9.5rem);
  height: clamp(3rem, 36%, 9.5rem);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.vh-orb-portal-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: clamp(3rem, 36%, 9.5rem);
  height: clamp(3rem, 36%, 9.5rem);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  pointer-events: none;
}

.vh-orb-portal-glow,
.vh-orb-portal-particles,
.vh-orb-portal-ripple {
  pointer-events: none;
}

.vh-orb-portal-glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle, rgba(120, 180, 255, 0.62) 0%, rgba(80, 140, 255, 0.32) 38%, transparent 72%);
  box-shadow:
    0 0 24px rgba(100, 160, 255, 0.55),
    0 0 48px rgba(80, 140, 255, 0.38),
    0 0 72px rgba(60, 120, 255, 0.22);
  transition: opacity 220ms ease, box-shadow 220ms ease;
}

.vh-orb-portal-particles {
  position: absolute;
  inset: -18%;
  border-radius: inherit;
  opacity: 0;
  box-shadow:
    -14px -10px 0 2px rgba(140, 190, 255, 0.58),
    16px 8px 0 2px rgba(120, 170, 255, 0.48),
    -6px 18px 0 2px rgba(100, 160, 255, 0.42);
}

.vh-orb-portal-ripple {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(140, 190, 255, 0.62);
  opacity: 0;
  transform: scale(0.6);
}

.vh-orb-portal.is-active > video,
.vh-orb-portal.is-active > img {
  filter: brightness(1.14) saturate(1.18);
  transition: filter 220ms ease;
}

.vh-orb-portal.is-active .vh-orb-portal-glow {
  opacity: 1;
}

.vh-orb-portal.is-active .vh-orb-portal-particles {
  opacity: 1;
}

.vh-orb-portal.is-activating .vh-orb-portal-particles {
  animation: vh-orb-portal-particles 520ms ease-out forwards;
}

.vh-orb-portal.is-activating .vh-orb-portal-ripple {
  animation: vh-orb-portal-ripple 520ms ease-out forwards;
}

.vh-orb-portal-hint {
  position: absolute;
  left: 50%;
  top: calc(50% + clamp(2.4rem, 22%, 4.5rem));
  z-index: 3;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(232, 220, 199, 0.4);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  animation: vh-orb-portal-hint 4s ease forwards;
}

.vh-orb-portal-depart {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #090806;
  animation: vh-orb-portal-depart 500ms ease forwards;
}

@keyframes vh-orb-portal-particles {
  0% {
    opacity: 0.75;
    transform: scale(0.88);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes vh-orb-portal-ripple {
  0% {
    opacity: 0.72;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes vh-orb-portal-hint {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes vh-orb-portal-depart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .vh-orb-portal-page .vh-orb-portal-footer-cta {
    display: none;
  }

  .vh-orb-portal-hitbox {
    width: clamp(3.25rem, 38%, 10rem);
    height: clamp(3.25rem, 38%, 10rem);
  }

  .vh-orb-portal.is-active {
    touch-action: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vh-orb-portal.is-active .vh-orb-portal-core {
    box-shadow: 0 0 32px rgba(100, 160, 255, 0.55);
  }

  .vh-orb-portal.is-active .vh-orb-portal-glow {
    opacity: 1;
  }

  .vh-orb-portal-particles {
    animation: none !important;
  }

  .vh-orb-portal-ripple {
    animation: none !important;
  }

  .vh-orb-portal-hint {
    animation: none !important;
    opacity: 0.4;
  }

  .vh-archive-seal--opening .vh-archive-seal-emblem,
  .vh-archive-seal--restored .vh-archive-seal-emblem,
  .vh-archive-seal--released .vh-archive-seal-emblem {
    animation: none !important;
  }
}

/* P5.5 — Archive seal (visual only; never used for access control) */
.vh-archive-seal {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  vertical-align: middle;
}

.vh-archive-seal-emblem {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}

.vh-archive-seal--sm .vh-archive-seal-emblem {
  width: 1.25rem;
  height: 1.25rem;
}

.vh-archive-seal--lg .vh-archive-seal-emblem {
  width: 2.25rem;
  height: 2.25rem;
}

.vh-archive-seal-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(180, 150, 90, 0.45);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.55), 0 0 6px rgba(120, 90, 40, 0.2);
}

.vh-archive-seal-core {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(90, 70, 45, 0.9), rgba(30, 22, 14, 0.95));
}

.vh-archive-seal-rune {
  position: absolute;
  inset: 38% 32%;
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(200, 170, 100, 0.35), rgba(80, 60, 30, 0.5));
  transform: rotate(45deg);
}

.vh-archive-seal-label {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(210, 195, 170, 0.65);
  max-width: 8rem;
  text-align: center;
  line-height: 1.3;
}

.vh-archive-seal--sealed .vh-archive-seal-ring {
  border-color: rgba(140, 110, 60, 0.55);
}

.vh-archive-seal--opening .vh-archive-seal-emblem {
  animation: vh-archive-seal-glow 2.4s ease-in-out infinite;
}

.vh-archive-seal--restored .vh-archive-seal-ring {
  animation: vh-archive-seal-crack 1.2s ease forwards;
  opacity: 0.35;
}

.vh-archive-seal--released .vh-archive-seal-emblem {
  animation: vh-archive-seal-dissolve 1.4s ease forwards;
  opacity: 0.2;
}

.vh-archive-seal--error .vh-archive-seal-ring {
  border-color: rgba(120, 80, 80, 0.45);
  opacity: 0.5;
}

@keyframes vh-archive-seal-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 4px rgba(180, 140, 80, 0.25));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(200, 160, 90, 0.45));
  }
}

@keyframes vh-archive-seal-crack {
  to {
    transform: scale(1.08);
    opacity: 0.15;
  }
}

@keyframes vh-archive-seal-dissolve {
  to {
    transform: scale(1.15);
    opacity: 0;
    filter: blur(4px);
  }
}

.vh-restore-archive-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.65rem 0;
}

.vh-restore-archive-inner.is-compact {
  gap: 0.5rem;
}

.vh-restore-archive-button {
  position: relative;
  font-family: inherit;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 220, 199, 0.82);
  border: 1px solid rgba(180, 120, 60, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.vh-restore-archive-button:hover:not(:disabled) {
  border-color: rgba(200, 140, 70, 0.55);
  color: rgba(245, 235, 215, 0.95);
}

.vh-restore-archive-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.vh-archive-opening-mist {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(180, 150, 100, 0.12), transparent 70%);
  pointer-events: none;
  animation: vh-archive-seal-glow 1.8s ease-in-out infinite;
}

.vh-restore-archive-hint {
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(200, 190, 170, 0.48);
  max-width: 22rem;
  margin: 0;
}

.vh-restore-archive-error {
  font-size: 0.72rem;
  color: rgba(190, 150, 140, 0.65);
  margin: 0.25rem 0 0;
}

.vh-restore-archive--paid {
  padding: 0.25rem 0;
}

.vh-archive-veil {
  position: relative;
  max-height: 14rem;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}

.vh-archive-veil::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(8, 6, 4, 0.85) 100%);
  pointer-events: none;
}

.vh-fa-reader-sealed-wrap {
  position: relative;
}

.vh-fa-reader-seal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.vh-fa-restricted-ai {
  margin-top: 1rem;
}

.vh-ae-stage-seal {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
}

.vh-fa-index-row .vh-archive-seal {
  flex-shrink: 0;
}

.vh-fa-lock-rune {
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(180, 150, 100, 0.5);
}

/* Sample outro: atmospheric, non-blocking (z below mini player chrome ~60) */
.vh-ae-outro-overlay {
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.vh-ae-outro-backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.78));
  pointer-events: auto;
  cursor: pointer;
  border: 0;
}

.vh-ae-outro-panel {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  max-width: 28rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 6, 4, 0.82);
  border-radius: 0.5rem;
}

.vh-ae-outro-panel .vh-restore-archive {
  margin-top: 1.25rem;
}

.vh-app-shell[data-legal-route="true"] {
  background:
    linear-gradient(180deg, rgba(6, 5, 4, 0.34) 0%, rgba(8, 6, 5, 0.5) 42%, rgba(5, 4, 3, 0.62) 100%),
    url("/imagemfundolegal.png") center center / cover no-repeat fixed;
}

.vh-app-shell[data-legal-route="true"] .vh-app-main {
  background: transparent;
}

.vh-app-shell[data-workstation-route="true"] {
  background:
    radial-gradient(circle at top left, rgba(182, 106, 44, 0.16), transparent 34%),
    linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.42)),
    url("/imagemfundolegal.png") center center / cover no-repeat fixed;
}

.vh-app-shell[data-workstation-route="true"] .vh-app-main {
  background: transparent;
}

/* Legal module */
.legal-page-wrapper {
  position: relative;
  padding: calc(5.75rem + 2rem) 1.1rem 3rem;
  min-height: calc(100vh - 8rem);
  background: transparent;
  isolation: isolate;
}

.legal-page-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(7, 6, 5, 0.12) 0%, rgba(9, 7, 5, 0.22) 38%, rgba(6, 5, 4, 0.34) 100%),
    url("/imagemfundolegal.png") center center / cover no-repeat;
  opacity: 1;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: center center;
}

.legal-page-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top, rgba(182, 131, 70, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.03) 24%, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.legal-page-scroll {
  z-index: 1;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

.legal-page {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(17, 12, 9, 0.34), rgba(9, 7, 6, 0.5)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(224, 187, 132, 0.14);
  border-radius: 24px;
  padding: 1.65rem 1.3rem 1.5rem;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.legal-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(197, 146, 85, 0.06), transparent 24%, transparent 76%, rgba(197, 146, 85, 0.04));
  pointer-events: none;
}

.legal-page > * {
  position: relative;
  z-index: 1;
}

.legal-page-title {
  margin: 0 0 1.15rem;
  color: #fff0d4;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-page-intro {
  margin: 0 0 1.35rem;
  color: rgba(236, 226, 207, 0.88);
  font-size: 1.02rem;
  line-height: 1.8;
}

.legal-subtitle {
  margin: 0 0 0.65rem;
  color: #f2dfbc;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-page p,
.legal-page li {
  color: #d8d1c5;
  line-height: 1.78;
  font-size: 0.98rem;
}

.legal-page ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.legal-page li + li {
  margin-top: 0.55rem;
}

.legal-section {
  margin: 0;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.legal-page > .legal-section:first-of-type,
.legal-page > .legal-page-intro + .legal-section,
.legal-page > .legal-page-title + .legal-section {
  border-top: 0;
  padding-top: 0;
}

.legal-section-block {
  margin: 0.4rem 0 0.25rem;
  padding: 1rem 1rem 1rem 1.1rem;
  border: 1px solid rgba(224, 187, 132, 0.1);
  border-radius: 16px;
  background: rgba(255, 248, 238, 0.01);
}

.legal-section-heading {
  margin: 0 0 0.55rem;
  color: #f4e0bd;
}

.legal-pricing-plan {
  margin-top: 1rem;
  padding: 1.1rem 1.1rem 1rem;
  border: 1px solid rgba(214, 174, 113, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.008));
}

.legal-pricing-plan + .legal-pricing-plan {
  margin-top: 1.05rem;
}

.legal-pricing-cta-row {
  margin-top: 1rem;
}

.legal-pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 174, 113, 0.28);
  background: rgba(0, 0, 0, 0.28);
  color: #f2dfbc;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.legal-pricing-cta:hover {
  border-color: rgba(232, 196, 141, 0.5);
  color: #fff0d4;
  transform: translateY(-1px);
}

.legal-plan-note {
  margin-top: 0.85rem;
  color: rgba(234, 223, 204, 0.86);
}

.vh-checkout-review {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.vh-checkout-review-card,
.vh-checkout-art-secondary {
  border: 1px solid rgba(224, 187, 132, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 12, 9, 0.44), rgba(9, 7, 6, 0.58)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.vh-checkout-review-card {
  padding: 1.35rem;
}

.vh-checkout-review-plan-code,
.vh-checkout-review-section-label {
  margin: 0;
  color: rgba(222, 179, 116, 0.88);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.vh-checkout-review-plan-title {
  margin: 0.65rem 0 0;
  color: #fff0d4;
  font-size: clamp(1.8rem, 3.6vw, 2.5rem);
  line-height: 1.05;
}

.vh-checkout-review-plan-description {
  margin: 0.95rem 0 0;
  color: rgba(236, 226, 207, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.vh-checkout-review-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.8rem;
  margin-top: 1.15rem;
  color: #f5dfba;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.vh-checkout-review-price-meta {
  color: rgba(210, 197, 173, 0.6);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.vh-checkout-review-included {
  margin-top: 1.2rem;
}

.vh-checkout-review-included ul {
  margin: 0.85rem 0 0;
  padding-left: 1.25rem;
}

.vh-checkout-review-included li {
  color: #d8d1c5;
  line-height: 1.72;
}

.vh-checkout-review-included li + li {
  margin-top: 0.45rem;
}

.vh-checkout-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.vh-checkout-review-error {
  margin: 0.85rem 0 0;
  color: rgba(224, 190, 170, 0.9);
  font-size: 0.84rem;
  line-height: 1.6;
}

.vh-checkout-review-button,
.vh-checkout-art-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.78rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 174, 113, 0.32);
  background: rgba(0, 0, 0, 0.45);
  color: #fff0d4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.vh-checkout-review-button:hover,
.vh-checkout-art-button:hover {
  border-color: rgba(232, 196, 141, 0.54);
  color: #fff7ea;
  transform: translateY(-1px);
}

.vh-checkout-review-button--ghost {
  background: rgba(255, 255, 255, 0.03);
}

.vh-checkout-review-button--disabled,
.vh-checkout-art-button:disabled {
  cursor: not-allowed;
  opacity: 0.64;
}

.vh-checkout-art-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vh-checkout-return {
  display: block;
}

.vh-checkout-art-frame {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(224, 187, 132, 0.14);
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.78), rgba(7, 6, 5, 0.9));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.vh-checkout-art-frame--return {
  max-width: 52rem;
  margin: 0 auto;
}

.vh-checkout-art-image,
.vh-checkout-art-fallback {
  width: 100%;
  height: 100%;
  min-height: 26rem;
}

.vh-checkout-art-image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(0, 0, 0, 0.18);
}

.vh-checkout-art-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 2rem;
  text-align: center;
  color: #f2dfbc;
  background:
    radial-gradient(circle at top, rgba(182, 106, 44, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(16, 12, 9, 0.94), rgba(8, 6, 4, 0.98));
}

.vh-checkout-art-fallback p {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vh-checkout-art-fallback span {
  max-width: 26rem;
  color: rgba(236, 226, 207, 0.72);
  line-height: 1.7;
}

.vh-checkout-art-overlay {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 4vw, 1.8rem);
  transform: translateX(-50%);
  width: min(82%, 26rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
}

.vh-checkout-art-button {
  width: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: vh-checkout-cta-pulse 1.55s ease-in-out infinite;
}

.vh-checkout-art-button--link {
  text-decoration: none;
}

.vh-checkout-art-hint,
.vh-checkout-art-secondary-copy {
  margin: 0;
  color: rgba(234, 223, 204, 0.8);
  line-height: 1.65;
}

.vh-checkout-art-hint {
  font-size: 0.76rem;
}

.vh-checkout-art-secondary {
  padding: 1rem 1.15rem;
}

@keyframes vh-checkout-cta-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(214, 174, 113, 0.08);
    border-color: rgba(214, 174, 113, 0.32);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(214, 174, 113, 0);
    border-color: rgba(232, 196, 141, 0.56);
  }
}

@media (max-width: 900px) {
  .vh-checkout-review {
    grid-template-columns: 1fr;
  }

  .vh-checkout-art-frame,
  .vh-checkout-art-image,
  .vh-checkout-art-fallback {
    min-height: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vh-checkout-art-button {
    animation: none;
  }
}

.legal-data-request {
  margin-top: 1.2rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.012);
}

.legal-note-emphasis {
  color: #e9d7b4;
}

.legal-data-request a,
.legal-page a {
  color: #f2d39b;
  text-decoration-color: rgba(242, 211, 155, 0.4);
}

.about-page .about-intro,
.about-page .about-section,
.about-page .about-institutional {
  margin-top: 1.2rem;
}

.about-orb-wrap {
  margin-top: 1.15rem;
  margin-bottom: 1.15rem;
  text-align: center;
}

.about-orb-img {
  width: min(220px, 58vw);
  max-width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.28));
}

.about-page .about-subtitle {
  margin: 0 0 0.9rem;
  color: rgba(241, 223, 190, 0.9);
}

.about-page .about-section {
  padding: 1rem 1rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(224, 187, 132, 0.1);
}

.about-page .about-section-title {
  margin-top: 0;
}

.about-page .about-institutional {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(233, 198, 138, 0.14);
  background: linear-gradient(180deg, rgba(82, 53, 25, 0.08), rgba(255, 255, 255, 0.01));
}

.arquivo-confidencial-page .arquivo-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.arquivo-confidencial-page .arquivo-meta-line {
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(214, 174, 113, 0.13);
  background: rgba(255, 255, 255, 0.01);
  color: #ecddc1;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arquivo-confidencial-page .arquivo-h2 {
  margin-top: 0;
  color: rgba(241, 226, 196, 0.82);
}

.arquivo-confidencial-page .arquivo-divider {
  border: 0;
  height: 1px;
  margin: 1.15rem 0 1.3rem;
  background: linear-gradient(90deg, rgba(214, 174, 113, 0), rgba(214, 174, 113, 0.4), rgba(214, 174, 113, 0));
}

.arquivo-confidencial-page .arquivo-entity-card {
  margin-top: 1rem;
  padding: 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(214, 174, 113, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.008));
}

.arquivo-confidencial-page .arquivo-entity-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.15rem;
  align-items: flex-start;
}

.arquivo-confidencial-page .arquivo-entity-img-wrap {
  flex: 0 0 200px;
  min-width: 140px;
  position: relative;
}

.arquivo-confidencial-page .arquivo-entity-img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(214, 174, 113, 0.18);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.arquivo-confidencial-page .arquivo-entity-img-placeholder {
  display: none;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: rgba(50, 24, 20, 0.25);
  border: 1px dashed rgba(214, 174, 113, 0.22);
  border-radius: 12px;
}

.arquivo-confidencial-page .arquivo-entity-img-placeholder.visible {
  display: block;
}

.arquivo-confidencial-page .arquivo-entity-dossier {
  flex: 1;
  min-width: 280px;
}

.arquivo-confidencial-page .arquivo-entity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.65rem 0 0.8rem;
}

.arquivo-confidencial-page .arquivo-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: rgba(208, 165, 100, 0.12);
  border: 1px solid rgba(208, 165, 100, 0.18);
  color: #eedcb8;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.arquivo-confidencial-page .arquivo-section + .arquivo-section {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.arquivo-confidencial-page .arquivo-section-heading {
  margin-bottom: 0.35rem;
  color: #f0dfbf;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.arquivo-confidencial-page .arquivo-line + .arquivo-line {
  margin-top: 0.25rem;
}

@media (max-width: 900px) {
  .legal-page-wrapper {
    padding: calc(4.5rem + 1.2rem) 0.75rem 2rem;
  }

  .vh-app-shell[data-legal-route="true"] {
    background-attachment: scroll;
  }

  .legal-page-background {
    background-position: center top;
    background-size: cover;
    transform: none;
  }

  .legal-page {
    padding: 1.2rem 0.95rem 1.1rem;
    border-radius: 20px;
  }

  .legal-page-title {
    font-size: 1.55rem;
  }

  .arquivo-confidencial-page .arquivo-entity-img-wrap {
    flex-basis: 100%;
    max-width: 220px;
  }

  .arquivo-confidencial-page .arquivo-entity-dossier {
    min-width: 0;
  }
}

.vh-reader-ai-panel--gate .vh-reader-ai-gate-cta {
  display: inline-flex;
  margin-top: 0.75rem;
  text-decoration: none;
  justify-content: center;
}

.vh-restore-access-panel {
  max-width: 32rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.35);
}

.vh-restore-access-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 240, 212, 0.72);
}

.vh-restore-access-input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.45);
  color: #f5efe3;
}

.vh-restore-access-hint,
.vh-restore-access-secondary {
  margin-top: 0.85rem;
  color: rgba(216, 209, 197, 0.82);
  font-size: 0.88rem;
  line-height: 1.6;
}

.vh-restore-access-error {
  margin-top: 0.75rem;
  color: rgba(224, 190, 170, 0.92);
  font-size: 0.84rem;
}

.vh-restore-access-button,
.vh-restore-access-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  min-height: 2.85rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 174, 113, 0.32);
  background: rgba(0, 0, 0, 0.45);
  color: #fff0d4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
}

.vh-checkout-review-restore {
  margin-top: 1rem;
}

.vh-checkout-review-restore-link {
  color: rgba(255, 240, 212, 0.82);
  font-size: 0.82rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-pricing-cta--ghost {
  background: transparent;
}

.vh-fa-reader-head-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.vh-translation-toggle {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 174, 113, 0.28);
  background: rgba(0, 0, 0, 0.35);
}

.vh-translation-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  background: transparent;
  color: rgba(255, 240, 212, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.vh-translation-toggle-btn:disabled {
  color: rgba(255, 240, 212, 0.34);
  cursor: not-allowed;
}

.vh-translation-toggle-btn.is-active {
  background: rgba(214, 174, 113, 0.22);
  color: #fff0d4;
}

.vh-translation-toggle-status {
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  opacity: 0.72;
}

.vh-translation-loading {
  margin: 0.35rem 0 0;
  color: rgba(255, 240, 212, 0.72);
  font-size: 0.78rem;
}

.vh-translation-progress {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 0.4rem 0 0;
  border-radius: 999px;
  background: rgba(214, 174, 113, 0.12);
  overflow: visible;
  transition: opacity 0.6s ease;
}

.vh-translation-progress.is-done {
  opacity: 0;
  pointer-events: none;
}

.vh-translation-progress-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(214, 174, 113, 0.5), #d6ae71);
  box-shadow: 0 0 6px rgba(214, 174, 113, 0.4);
  transition: width 0.5s ease;
}

.vh-translation-progress-label {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  color: rgba(255, 240, 212, 0.45);
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}

.vh-translation-retry {
  margin: 0.35rem 0 0;
  border: 1px solid rgba(214, 174, 113, 0.32);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  color: #fff0d4;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  cursor: pointer;
}

.translator-reader-content {
  line-height: 1.75;
  color: rgba(255, 240, 212, 0.92);
}

.translator-reader-content h1,
.translator-reader-content h2,
.translator-reader-content h3 {
  font-family: var(--font-display, serif);
  margin-top: 1.5rem;
}

.translator-paywall-cta {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(214, 174, 113, 0.35);
  background: rgba(214, 174, 113, 0.08);
}

.translator-paywall-cta a {
  color: #f0c98d;
  text-decoration: underline;
}

/* VH-4.4 — Reader comfort: texto contido no viewport (Tradutor, Biblioteca, Pergaminhos) */
.vh-fa-layout,
.vh-fa-reader-card,
.vh-fa-reader-scroll,
.vh-fa-reader {
  min-width: 0;
  box-sizing: border-box;
}

.vh-fa-reader-scroll {
  overflow-x: hidden;
}

.vh-fa-page .vh-fa-reader {
  width: 100%;
  max-width: min(var(--fa-width, 920px), var(--fa-reader-available, 100%));
  margin-inline: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.vh-fa-page .vh-fa-reader p,
.vh-fa-page .vh-fa-reader h1,
.vh-fa-page .vh-fa-reader h2,
.vh-fa-page .vh-fa-reader h3,
.vh-fa-page .vh-fa-reader li,
.vh-fa-page .vh-fa-reader blockquote {
  max-width: 100%;
  overflow-wrap: break-word;
}

.vh-fa-page .vh-fa-reader pre,
.vh-fa-page .vh-fa-reader code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  max-width: 100%;
}

.vh-fa-page .vh-fa-reader table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.vh-fa-page .vh-fa-reader img,
.vh-fa-page .vh-fa-reader figure,
.vh-fa-page .vh-fa-reader iframe,
.vh-fa-page .vh-fa-reader video {
  max-width: 100%;
  height: auto;
}

.translator-job-progress-indeterminate {
  width: 38% !important;
  animation: translator-job-indeterminate 1.3s ease-in-out infinite alternate;
}

.translator-library-pair-row strong {
  font-weight: 600;
}

.translator-library-pair-row + .translator-library-pair-row {
  margin-top: 0.35rem;
}

.translator-credit-usage {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(214, 174, 113, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(182, 106, 44, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.translator-credit-usage-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.translator-credit-usage-kicker,
.translator-credit-usage-limit {
  margin: 0;
  color: rgba(255, 240, 212, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.translator-credit-usage-title {
  margin: 0.25rem 0 0;
  color: #fff0d4;
  font-size: 1.2rem;
}

.translator-credit-usage-bar {
  width: 100%;
  height: 0.52rem;
  margin-top: 0.8rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.translator-credit-usage-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(214, 174, 113, 0.38), rgba(214, 174, 113, 0.92));
  transition: width 220ms ease;
}

.translator-credit-usage-fill.is-unknown {
  width: 100%;
  opacity: 0.36;
  background: linear-gradient(90deg, rgba(214, 174, 113, 0.22), rgba(214, 174, 113, 0.42));
}

.translator-credit-usage-copy {
  margin-top: 0.7rem;
  color: rgba(255, 240, 212, 0.74);
  font-size: 0.82rem;
  line-height: 1.5;
}

.translator-credit-usage-copy p {
  margin: 0;
}

.translator-credit-usage-copy p + p {
  margin-top: 0.35rem;
}

.translator-library-progress {
  list-style: none;
  margin-top: -0.05rem;
  padding: 0.15rem 0.2rem 0.05rem;
}

.translator-library-progress-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
}

.translator-library-progress-label,
.translator-library-progress-meta {
  color: rgba(255, 240, 212, 0.68);
  font-size: 0.72rem;
}

.translator-library-progress-meta {
  font-variant-numeric: tabular-nums;
}

.translator-library-progress-bar {
  width: 100%;
  height: 0.34rem;
  margin-top: 0.28rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.translator-library-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(214, 174, 113, 0.4), rgba(214, 174, 113, 0.95));
}

.translator-library-progress-fill.is-indeterminate {
  width: 38%;
  animation: translator-job-indeterminate 1.3s ease-in-out infinite alternate;
}

.translator-library-progress-message {
  margin: 0.34rem 0 0;
  color: rgba(255, 240, 212, 0.62);
  font-size: 0.73rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.translator-library-progress-action {
  margin-top: 0.42rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #d6ae71;
  font-size: 0.74rem;
  line-height: 1.3;
  cursor: pointer;
}

.translator-library-progress-action:hover {
  color: #f0c98d;
}

.translator-delete-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
}

/* /tradutor: biblioteca pessoal rola na coluna principal (não no frame Kindle do reader) */
.vh-fa-page.vh-fa-translator-workspace .vh-fa-translator-workspace-main {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(213, 149, 81, 0.38) rgba(255, 255, 255, 0.05);
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.vh-fa-page.vh-fa-translator-workspace .vh-fa-translator-workspace-main::-webkit-scrollbar {
  width: 0.45rem;
}

.vh-fa-page.vh-fa-translator-workspace .vh-fa-translator-workspace-main::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.vh-fa-page.vh-fa-translator-workspace .vh-fa-translator-workspace-main::-webkit-scrollbar-thumb {
  background: rgba(213, 149, 81, 0.42);
  border-radius: 999px;
}

.vh-fa-page.vh-fa-translator-workspace .vh-fa-translator-workspace-content {
  padding-bottom: max(6rem, env(safe-area-inset-bottom, 0px) + 4rem);
}

@keyframes translator-job-indeterminate {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 62%;
  }
}

/* Reader mobile index drawer — override seguro (Etapa 1) */
@media (max-width: 1023px) {
  .vh-fa-mobile-drawer.is-open {
    left: 0;
    right: 0;
    width: min(92vw, 32rem);
    margin-inline: auto;
    top: max(0.65rem, env(safe-area-inset-top, 0px));
    bottom: calc(var(--vh-mobile-nav-height, 4rem) + 1rem + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    transform: translateY(0);
  }

  .vh-fa-mobile-drawer.is-open .vh-fa-index {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .vh-fa-mobile-drawer.is-open .vh-fa-index-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .vh-fa-mobile-drawer.is-open .vh-fa-mobile-index-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}

/* Audio Experience — ajustes pontuais (lista mobile, player mestre, painel direito desktop) */
.vh-ae-chronicle-foot {
  display: none !important;
}

@media (max-width: 1023px) {
  .vh-ae-page.vh-ae-page--rail .vh-ae-chronicle {
    grid-template-rows: auto minmax(0, 1fr);
  }

  body[data-mobile-player-expanded="true"] .vh-ae-rail-toggle-right,
  body[data-mobile-player-expanded="true"] .vh-ae-rail-toggle-left,
  body[data-mobile-player-expanded="true"] .vh-fa-rail-toggle-right,
  body[data-mobile-player-expanded="true"] .vh-fa-rail-toggle-left {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.vh-mobile-player-close {
  display: none !important;
}

@media (min-width: 1024px) {
  .vh-ae-page.vh-ae-page--rail.is-ae-right-collapsed .vh-ae-desk-grid {
    grid-template-columns: 1fr min(26.5rem, 32vw);
  }
}

/* Rail workspaces (catalog + translator library): preserve site scroll and reallocate reading space */
.vh-fa-page.vh-fa-reading-catalog-page {
  position: relative;
  inset: auto;
  z-index: auto;
  height: auto;
  min-height: 0;
  overflow: visible;
  background: transparent;
  isolation: auto;
  padding-bottom: 0;
}

.vh-fa-left-rail-workspace-body {
  width: 100%;
  min-width: 0;
}

.vh-fa-workspace-main {
  width: 100%;
  margin-inline: auto;
  transition:
    max-width 240ms ease,
    font-size 240ms ease,
    line-height 240ms ease;
}

@media (min-width: 1024px) {
  .vh-fa-workspace-main--catalog {
    max-width: min(80rem, var(--fa-reader-available, 100%));
    font-size: 1rem;
    line-height: 1.65;
  }

  .vh-fa-workspace-main--catalog-detail {
    max-width: min(72rem, var(--fa-reader-available, 100%));
    font-size: 1rem;
    line-height: 1.68;
  }

  .vh-fa-workspace-main--translator {
    max-width: min(64rem, var(--fa-reader-available, 100%));
    font-size: 1rem;
    line-height: 1.7;
  }

  .vh-fa-page.vh-fa-reading-catalog-page.is-left-collapsed .vh-fa-workspace-main--catalog {
    max-width: min(96rem, var(--fa-reader-available, 100%));
    font-size: 1.0625rem;
    line-height: 1.72;
  }

  .vh-fa-page.vh-fa-reading-catalog-page.is-left-collapsed .vh-fa-workspace-main--catalog-detail {
    max-width: min(88rem, var(--fa-reader-available, 100%));
    font-size: 1.0625rem;
    line-height: 1.72;
  }

  .vh-fa-page.vh-fa-translator-workspace.is-left-collapsed .vh-fa-workspace-main--translator {
    max-width: min(80rem, var(--fa-reader-available, 100%));
    font-size: 1.0625rem;
    line-height: 1.74;
  }

  .vh-fa-page.is-left-collapsed .vh-fa-workspace-main .font-display {
    transition: font-size 240ms ease;
  }
}

@media (max-width: 1023px) {
  .vh-fa-page.vh-fa-reading-catalog-page {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.hover\:border-\[\#d6ae71\]\/80:hover {
  border-color: rgb(214 174 113 / 0.8);
}

.hover\:border-ember:hover {
  --tw-border-opacity: 1;
  border-color: rgb(182 106 44 / var(--tw-border-opacity, 1));
}

.hover\:border-ember\/35:hover {
  border-color: rgb(182 106 44 / 0.35);
}

.hover\:border-ember\/40:hover {
  border-color: rgb(182 106 44 / 0.4);
}

.hover\:border-ember\/50:hover {
  border-color: rgb(182 106 44 / 0.5);
}

.hover\:border-ember\/55:hover {
  border-color: rgb(182 106 44 / 0.55);
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-ember\/10:hover {
  background-color: rgb(182 106 44 / 0.1);
}

.hover\:bg-ember\/15:hover {
  background-color: rgb(182 106 44 / 0.15);
}

.hover\:bg-ember\/20:hover {
  background-color: rgb(182 106 44 / 0.2);
}

.hover\:bg-ember\/25:hover {
  background-color: rgb(182 106 44 / 0.25);
}

.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.hover\:bg-sky-500\/25:hover {
  background-color: rgb(14 165 233 / 0.25);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/\[0\.02\]:hover {
  background-color: rgb(255 255 255 / 0.02);
}

.hover\:bg-white\/\[0\.04\]:hover {
  background-color: rgb(255 255 255 / 0.04);
}

.hover\:bg-white\/\[0\.07\]:hover {
  background-color: rgb(255 255 255 / 0.07);
}

.hover\:bg-\[linear-gradient\(180deg\2c rgba\(72\2c 14\2c 18\2c 0\.94\)\2c rgba\(20\2c 6\2c 9\2c 0\.98\)\)\]:hover {
  background-image: linear-gradient(180deg,rgba(72,14,18,0.94),rgba(20,6,9,0.98));
}

.hover\:text-\[\#fff5e8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 245 232 / var(--tw-text-opacity, 1));
}

.hover\:text-bone:hover {
  --tw-text-opacity: 1;
  color: rgb(232 220 199 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:border-ember\/45:focus {
  border-color: rgb(182 106 44 / 0.45);
}

.focus\:border-ember\/60:focus {
  border-color: rgb(182 106 44 / 0.6);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:border-white\/10:disabled {
  border-color: rgb(255 255 255 / 0.1);
}

.disabled\:text-bone\/40:disabled {
  color: rgb(232 220 199 / 0.4);
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:right-\[-4\%\] {
    right: -4%;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[136\%\] {
    height: 136%;
  }

  .md\:h-\[4rem\] {
    height: 4rem;
  }

  .md\:min-h-\[82vh\] {
    min-height: 82vh;
  }

  .md\:min-h-\[88vh\] {
    min-height: 88vh;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:max-w-\[7ch\] {
    max-width: 7ch;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1\.2fr_0\.8fr\] {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[minmax\(150px\2c 220px\)_1fr\] {
    grid-template-columns: minmax(150px,220px) 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[1\.28rem\] {
    font-size: 1.28rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:tracking-\[0\.28em\] {
    letter-spacing: 0.28em;
  }

  .md\:tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
  }

  .md\:text-bone\/50 {
    color: rgb(232 220 199 / 0.5);
  }
}

@media (min-width: 1024px) {

  .lg\:right-\[1\%\] {
    right: 1%;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[148\%\] {
    height: 148%;
  }

  .lg\:max-w-\[40rem\] {
    max-width: 40rem;
  }

  .lg\:max-w-\[46rem\] {
    max-width: 46rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .lg\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(0\2c 0\.95fr\)\] {
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
  }

  .lg\:grid-cols-\[minmax\(280px\2c 360px\)_1fr\] {
    grid-template-columns: minmax(280px,360px) 1fr;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:text-right {
    text-align: right;
  }
}

@media (min-width: 1280px) {

  .xl\:flex {
    display: flex;
  }

  .xl\:max-w-\[calc\(100vw-1\.5rem\)\] {
    max-width: calc(100vw - 1.5rem);
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\[\&_button\]\:pointer-events-auto button {
  pointer-events: auto;
}
.vh-rex-enter-btn {
  position: fixed;
  top: calc(0.75rem + env(safe-area-inset-top, 0px));
  right: 0.75rem;
  z-index: 65;
  border: 1px solid rgba(213, 149, 81, 0.28);
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.82);
  color: rgba(241, 226, 203, 0.9);
  padding: 0.42rem 0.85rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.vh-rex-enter-btn:hover {
  border-color: rgba(213, 149, 81, 0.48);
  color: rgba(255, 244, 225, 0.96);
}

.vh-fa-page.is-rex-active .vh-rex-enter-btn {
  display: none;
}

.vh-rex-toolbar-host {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 85;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: calc(0.35rem + env(safe-area-inset-top, 0px)) 0.75rem 0.35rem;
  border-bottom: 1px solid rgba(213, 149, 81, 0.12);
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.88), rgba(8, 10, 14, 0.72));
  backdrop-filter: blur(14px);
}

.vh-rex-exit-btn {
  border: 1px solid rgba(213, 149, 81, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(241, 226, 203, 0.78);
  padding: 0.28rem 0.62rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: none;
  cursor: pointer;
  flex-shrink: 0;
}

.vh-rex-exit-btn:hover {
  border-color: rgba(213, 149, 81, 0.36);
  color: rgba(255, 244, 225, 0.92);
}

.vh-rex-panel-aa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  color: rgba(232, 220, 199, 0.82);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vh-rex-panel-aa label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.vh-rex-panel-aa select,
.vh-rex-panel-aa input[type="range"] {
  accent-color: rgba(213, 149, 81, 0.85);
}

/* Rex: hide chrome only — keep reader card, stage shell and background as normal */
.vh-fa-page.is-rex-active .vh-fa-left-rail,
.vh-fa-page.is-rex-active .vh-fa-rail-toggle,
.vh-fa-page.is-rex-active .vh-fa-rail-toggle-left,
.vh-fa-page.is-rex-active .vh-fa-rail-toggle-right,
.vh-fa-page.is-rex-active.is-right-collapsed .vh-fa-rail-toggle-right,
.vh-fa-page[data-rex-active] .vh-fa-rail-toggle,
.vh-fa-page[data-rex-active] .vh-fa-rail-toggle-left,
.vh-fa-page[data-rex-active] .vh-fa-rail-toggle-right,
.vh-fa-page.is-rex-active .vh-fa-hero,
.vh-fa-page.is-rex-active .vh-fa-side,
.vh-fa-page.is-rex-active .vh-fa-reader-head,
.vh-fa-page.is-rex-active .vh-reader-sticky-toolbar,
.vh-fa-page.is-rex-active .vh-fa-controls,
.vh-fa-page.is-rex-active .vh-fa-position-rail,
.vh-fa-page.is-rex-active .vh-fa-drawer-backdrop,
.vh-fa-page.is-rex-active .vh-fa-mobile-drawer,
.vh-fa-page.is-rex-active .vh-fa-note-backdrop,
.vh-fa-page.is-rex-active .vh-fa-note-drawer {
  display: none !important;
}

/* Rex: zero reserved space for rails/sidebar — full viewport width */
.vh-fa-page.is-rex-active,
.vh-fa-page[data-rex-active] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  width: 100vw !important;
  max-width: none !important;
}

.vh-fa-page.is-rex-active .vh-fa-main,
.vh-fa-page[data-rex-active] .vh-fa-main {
  height: 100svh;
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding: calc(2.65rem + env(safe-area-inset-top, 0px)) 0 0 !important;
}

@media (min-width: 1024px) {
  .vh-fa-page.is-rex-active .vh-fa-main,
  .vh-fa-page[data-rex-active] .vh-fa-main {
    padding-inline: 0 !important;
  }
}

.vh-fa-page.is-rex-active .vh-fa-stage-shell,
.vh-fa-page[data-rex-active] .vh-fa-stage-shell {
  height: 100%;
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  margin-inline: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Block layout — grid keeps a phantom column even when .vh-fa-side is display:none */
.vh-fa-page.is-rex-active .vh-fa-layout,
.vh-fa-page[data-rex-active] .vh-fa-layout {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  height: 100%;
  padding: 0 !important;
}

.vh-fa-page.is-rex-active .vh-fa-side,
.vh-fa-page[data-rex-active] .vh-fa-side {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.vh-fa-page.is-rex-active .vh-fa-reader-card,
.vh-fa-page.is-rex-active.is-left-collapsed.is-right-collapsed .vh-fa-reader-card,
.vh-fa-page[data-rex-active] .vh-fa-reader-card {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.vh-fa-page.is-rex-active .vh-fa-reader-scroll,
.vh-fa-page[data-rex-active] .vh-fa-reader-scroll {
  flex: 1;
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  height: 100%;
  padding: 0.35rem clamp(0.75rem, 2vw, 1.5rem) 1.25rem !important;
}

.vh-fa-page.is-rex-active .vh-fa-reader,
.vh-fa-page[data-rex-active] .vh-fa-reader {
  width: min(var(--vh-rex-width, 100%), 100%) !important;
  max-width: min(var(--vh-rex-width, 100%), 100%) !important;
  margin-inline: auto;
  font-size: var(--vh-rex-font-size, var(--fa-font-size));
  line-height: var(--vh-rex-line-height, var(--fa-line-height));
  letter-spacing: calc(var(--vh-rex-spacing, var(--fa-spacing)) * 0.01em);
}

.vh-fa-page.is-rex-active.vh-rex-shell-font-classic .vh-fa-reader {
  font-family: Georgia, "Times New Roman", serif;
}

.vh-fa-page.is-rex-active.vh-rex-shell-font-modern .vh-fa-reader {
  font-family: "Aptos", "Segoe UI", sans-serif;
}

.vh-fa-page.is-rex-active.vh-rex-shell-font-serif .vh-fa-reader {
  font-family: inherit;
}
