/* ============================================================
   LINIA ALVA — the White Line
   A slow-television transmission of one winter day.
   Cyclorama light phases behind real 4K winter rail footage;
   signal red belongs to the live train and the primary action.
   ============================================================ */

:root {
  --night: #0A1017;
  --slate: #111A25;
  --porcelain: #EDF1F5;
  --snow: #F7F9FB;
  --cobalt: #1C3A5E;
  --cobalt-deep: #12253C;
  --rose: #B0616B;
  --gold: #D9A05B;
  --red: #C8362B;
  --red-bright: #E04A3F;

  --ink: var(--porcelain);
  --ink-dim: rgba(237, 241, 245, 0.64);
  --ink-faint: rgba(237, 241, 245, 0.38);
  --line: rgba(237, 241, 245, 0.16);

  --dark-ink: #101823;
  --dark-dim: rgba(16, 24, 35, 0.66);
  --dark-line: rgba(16, 24, 35, 0.16);

  --sign: 'Saira Condensed', 'Arial Narrow', sans-serif;
  --prose: 'Literata', Georgia, serif;
  --mono: 'Red Hat Mono', ui-monospace, monospace;

  --third-h: 84px;
  --ease: cubic-bezier(0.25, 0.8, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--night);
  color: var(--ink);
  font-family: var(--prose);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--third-h);
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }
[hidden] { display: none !important; }

.skip {
  position: absolute; left: -999px; top: 8px; z-index: 300;
  background: var(--porcelain); color: var(--dark-ink);
  padding: 10px 18px; font-family: var(--sign); letter-spacing: 0.06em;
}
.skip:focus { left: 8px; }

:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 3px; }

/* ---------- cyclorama backdrop: four stacked light phases ---------- */
.cyc { position: fixed; inset: 0; z-index: -2; background: var(--night); }
.cyc i {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.2s linear;
}
.cyc-night {
  opacity: 1;
  background:
    linear-gradient(180deg, #070C12 0%, #0A1017 42%, #10202F 78%, #16324A 100%);
}
.cyc-first {
  background:
    linear-gradient(180deg, #0B1119 0%, #1C3A5E 52%, #7A4A55 82%, #D9A05B 100%);
}
.cyc-day {
  background:
    linear-gradient(180deg, #C9D6E2 0%, #E4EAF0 55%, #EDF1F5 100%);
}
.cyc-dusk {
  background:
    linear-gradient(180deg, #0C1420 0%, #23334E 48%, #8A4A55 84%, #C77B5A 100%);
}

/* ---------- masthead ---------- */
.mast {
  position: absolute; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; gap: 22px;
  padding: 20px clamp(18px, 3.4vw, 44px);
}
.mark { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.mark svg { width: 30px; height: 30px; color: var(--porcelain); }
.mark-word {
  font-family: var(--sign); font-weight: 600; font-size: 1.24rem;
  letter-spacing: 0.14em;
}
.mast-line {
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em;
  color: var(--ink-dim); border-left: 1px solid var(--line); padding-left: 22px;
}
.mast-back {
  margin-left: auto; text-decoration: none;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em;
  color: var(--ink-faint); transition: color 0.3s;
}
.mast-back:hover { color: var(--ink); }

/* ---------- shared film blocks ---------- */
.film { position: relative; overflow: hidden; background: #05080C; }
.film-v { width: 100%; height: 100%; object-fit: cover; }
.film-bleed { position: absolute; inset: 0; }
.film-bleed::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 11, 17, 0.42) 0%, rgba(7, 11, 17, 0.12) 30%, rgba(7, 11, 17, 0.2) 62%, rgba(7, 11, 17, 0.72) 100%);
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
}
.hero-plate {
  position: relative; z-index: 2;
  padding: 0 clamp(18px, 4vw, 56px) clamp(96px, 16svh, 150px);
  max-width: 860px;
}
.hero-live {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.22em;
  color: var(--ink-dim); margin-bottom: 14px; text-transform: uppercase;
}
.live-pip {
  width: 8px; height: 8px; border-radius: 50%; background: var(--red-bright);
  box-shadow: 0 0 0 0 rgba(224, 74, 63, 0.6);
  animation: pip 2.6s ease-out infinite;
}
@keyframes pip {
  0% { box-shadow: 0 0 0 0 rgba(224, 74, 63, 0.55); }
  70% { box-shadow: 0 0 0 9px rgba(224, 74, 63, 0); }
  100% { box-shadow: 0 0 0 0 rgba(224, 74, 63, 0); }
}
.hero-title {
  font-family: var(--sign); font-weight: 600; line-height: 0.96;
  font-size: clamp(4.4rem, 12.5vw, 9.8rem);
  letter-spacing: 0.015em;
  display: flex; align-items: baseline; gap: 0.22em; flex-wrap: wrap;
}
.hero-dest {
  font-family: var(--prose); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 3.4vw, 2.6rem); letter-spacing: 0;
  color: var(--ink-dim);
}
.hero-sub {
  margin-top: 20px; max-width: 46ch;
  font-size: clamp(1rem, 1.5vw, 1.14rem); color: var(--ink-dim);
  text-wrap: pretty;
}
.hero-cue {
  margin-top: 34px; font-family: var(--mono); font-size: 0.7rem;
  letter-spacing: 0.18em; color: var(--ink-faint); text-transform: uppercase;
}
.cue-arrow { display: inline-block; margin-left: 9px; animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ---------- sections ---------- */
.section { position: relative; }
.wrap { max-width: 1180px; margin-inline: auto; padding: 0 clamp(18px, 3.4vw, 44px); }

.h-sign {
  font-family: var(--sign); font-weight: 600;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  letter-spacing: 0.04em; line-height: 1.04;
  text-transform: uppercase;
}
.h-small { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }

.line-section { padding: clamp(90px, 14vw, 160px) 0; }
.lede {
  max-width: 62ch; margin-top: 22px;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.7;
  color: var(--ink-dim);
}

/* elevation profile card */
.profile-card {
  margin-top: clamp(40px, 6vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(26px, 4vw, 44px) 0 clamp(18px, 3vw, 30px);
}
#profileBig { width: 100%; height: clamp(120px, 18vw, 190px); overflow: visible; }
.pf-grid { stroke: var(--line); stroke-width: 1; fill: none; }
.pf-line { stroke: var(--porcelain); stroke-width: 2; fill: none; stroke-linejoin: round; }
.pf-tunnel { stroke: var(--night); stroke-width: 4; stroke-dasharray: 7 5; }
.pf-st circle { fill: var(--night); stroke: var(--porcelain); stroke-width: 1.6; }
#profileTrain { fill: var(--red-bright); stroke: none; }
.profile-stations {
  display: flex; justify-content: space-between; gap: 8px;
  margin-top: 16px; flex-wrap: wrap;
}
.profile-stations li { display: grid; gap: 2px; min-width: 0; }
.profile-stations b {
  font-family: var(--sign); font-weight: 600; letter-spacing: 0.1em;
  font-size: clamp(0.82rem, 1.4vw, 1rem);
}
.profile-stations span { font-family: var(--mono); font-size: 0.66rem; color: var(--ink-faint); letter-spacing: 0.04em; }

.line-facts {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(34px, 5vw, 56px);
}
.line-facts > div { padding: 6px 18px 6px 0; }
.line-facts > div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.line-facts dt { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }
.line-facts dd { font-family: var(--sign); font-weight: 500; font-size: clamp(1.05rem, 1.8vw, 1.45rem); margin-top: 4px; letter-spacing: 0.03em; }

/* ---------- chapters ---------- */
.chapter { min-height: 108svh; display: flex; align-items: flex-end; }
.chapter-plate {
  position: relative; z-index: 2;
  margin: 0 clamp(18px, 4vw, 56px) clamp(80px, 12svh, 130px);
  max-width: 560px;
  /* keeps prose legible over lit windows and bright snow without boxing it */
  text-shadow: 0 1px 3px rgba(7, 11, 17, 0.85), 0 2px 26px rgba(7, 11, 17, 0.75);
}
.chapter-light .chapter-plate, #plateau .chapter-plate { text-shadow: none; }
.plate-right { margin-left: auto; }
.ch-km {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.2em;
  color: var(--ink-dim); margin-bottom: 12px;
}
.ch-prose {
  margin-top: 16px; font-size: clamp(0.99rem, 1.45vw, 1.12rem);
  line-height: 1.72; color: var(--ink-dim); text-wrap: pretty;
}
.chapter-light .ch-prose { color: var(--dark-dim); }

.inset {
  margin-top: 26px; max-width: 340px;
  border: 1px solid var(--line); padding: 8px; background: rgba(7, 11, 17, 0.55);
  backdrop-filter: blur(6px);
}
.inset video { aspect-ratio: 16 / 9; }
.inset figcaption {
  padding: 10px 4px 4px; font-size: 0.8rem; font-style: italic;
  color: var(--ink-dim); line-height: 1.5;
}

/* ---------- tunnel ---------- */
.tunnel {
  position: relative; min-height: 165svh; background: #04070B;
  box-shadow: 0 -40px 90px 40px #04070B, 0 40px 90px 40px #04070B;
}
.tunnel-hold {
  position: sticky; top: 0; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 0 clamp(18px, 4vw, 56px);
}
.tunnel .h-sign { color: var(--porcelain); }
.tunnel-line {
  margin-top: 18px; max-width: 44ch; font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: var(--ink-dim); font-style: italic;
}
.tunnel-counter {
  margin-top: 44px; font-family: var(--mono); font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 2.6rem); letter-spacing: 0.08em;
  color: var(--ink-faint); font-variant-numeric: tabular-nums;
}

/* ---------- light chapters (the day wash) ---------- */
.chapter-light { color: var(--dark-ink); }
.chapter-light .h-sign { color: var(--dark-ink); }
.chapter-light .ch-km { color: var(--dark-dim); }

#plateau { display: block; padding: clamp(90px, 13vw, 150px) 0 0; min-height: 0; background: var(--porcelain); }
#plateau .chapter-plate { margin: 0 auto; max-width: 1180px; padding: 0 clamp(18px, 3.4vw, 44px); }
#plateau .film-frame {
  margin-top: clamp(40px, 6vw, 70px);
  width: 100%; aspect-ratio: 21 / 9; max-height: 78svh;
}
#plateau .film-frame video { width: 100%; height: 100%; object-fit: cover; }

/* ---------- seats ---------- */
.seats-section { background: var(--porcelain); padding: clamp(90px, 13vw, 150px) 0; }
.seats-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 5vw, 72px); align-items: center;
}
.fare-list { margin-top: 30px; border-top: 1px solid var(--dark-line); }
.fare {
  display: grid; grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 14px; align-items: baseline;
  padding: 16px 0; border-bottom: 1px solid var(--dark-line);
}
.fare-name { font-family: var(--sign); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 1.02rem; }
.fare-note { color: var(--dark-dim); font-size: 0.94rem; font-style: italic; }
.fare-price { font-family: var(--mono); font-size: 0.95rem; font-variant-numeric: tabular-nums; }
.fare-fine { margin-top: 14px; font-size: 0.82rem; color: var(--dark-dim); }

.carriage-window {
  position: relative;
  border-radius: clamp(22px, 4vw, 44px);
  overflow: hidden;
  box-shadow:
    0 0 0 10px #1A222D,
    0 0 0 12px #2A3441,
    0 26px 60px -18px rgba(16, 24, 35, 0.55);
  aspect-ratio: 4 / 3;
}
.carriage-window video { width: 100%; height: 100%; object-fit: cover; }
.carriage-window::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1) 0%, transparent 24%, transparent 78%, rgba(255, 255, 255, 0.05) 100%);
}

/* reserve desk */
.reserve-wrap { margin-top: clamp(50px, 7vw, 84px); }
.reserve {
  border: 1px solid var(--dark-line);
  background: var(--snow);
  padding: clamp(24px, 4vw, 44px);
}
#reserveForm { margin-top: 22px; display: grid; gap: 22px; }
.rf-group { border: 0; }
.rf-group legend {
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--dark-dim); margin-bottom: 10px;
}
.rf-deps, .rf-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.rf-deps label, .rf-opts label { position: relative; }
.rf-deps input, .rf-opts input { position: absolute; opacity: 0; inset: 0; }
.rf-deps span, .rf-opts span {
  display: inline-block; padding: 9px 16px;
  border: 1px solid var(--dark-line);
  font-family: var(--sign); font-weight: 500; letter-spacing: 0.06em;
  font-size: 0.94rem; cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.rf-deps input:checked + span, .rf-opts input:checked + span {
  background: var(--dark-ink); color: var(--porcelain); border-color: var(--dark-ink);
}
.rf-deps input:focus-visible + span, .rf-opts input:focus-visible + span {
  outline: 2px solid var(--red-bright); outline-offset: 2px;
}
.rf-deps label.is-gone span { opacity: 0.38; text-decoration: line-through; cursor: not-allowed; }
.btn-res {
  justify-self: start;
  background: var(--red); color: #fff;
  font-family: var(--sign); font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; font-size: 0.95rem;
  padding: 14px 30px;
  transition: background 0.25s, transform 0.25s var(--ease);
}
.btn-res:hover { background: var(--red-bright); transform: translateY(-2px); }
.btn-res:active { transform: translateY(0); }
.rf-note { font-size: 0.8rem; color: var(--dark-dim); }

.chit {
  margin-top: 8px;
  border: 1px dashed rgba(16, 24, 35, 0.4);
  background: #fff;
  padding: 22px 26px;
  max-width: 460px;
}
.chit-head { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.16em; color: var(--red); }
.chit-body { margin-top: 10px; font-family: var(--mono); font-size: 0.92rem; line-height: 1.8; white-space: pre-line; }
.chit-cancel {
  margin-top: 14px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em;
  color: var(--dark-dim); text-decoration: underline; text-underline-offset: 3px;
}
.chit-cancel:hover { color: var(--red); }

/* ---------- arrival board ---------- */
.board {
  margin-top: 30px; border: 1px solid var(--line);
  background: rgba(7, 11, 17, 0.6); backdrop-filter: blur(8px);
  padding: clamp(18px, 3vw, 28px);
}
.board-title {
  font-family: var(--sign); font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; font-size: 1rem;
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}
.board-next { font-family: var(--mono); font-weight: 400; font-size: 0.7rem; letter-spacing: 0.1em; color: var(--gold); text-transform: none; }
.board-table { width: 100%; margin-top: 14px; border-collapse: collapse; font-family: var(--mono); font-size: 0.88rem; }
.board-table th {
  text-align: left; font-weight: 400; font-size: 0.64rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-faint);
  padding: 0 12px 8px 0; border-bottom: 1px solid var(--line);
}
.board-table td { padding: 9px 12px 9px 0; border-bottom: 1px solid rgba(237, 241, 245, 0.07); font-variant-numeric: tabular-nums; }
.board-table tr.is-next td { color: var(--gold); }
.board-table tr.is-gone td { color: var(--ink-faint); }
.board-fine { margin-top: 12px; font-size: 0.78rem; color: var(--ink-dim); font-style: italic; }

/* ---------- end card ---------- */
.endcard { position: relative; min-height: 88svh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.end-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
/* buries the top edge of the frame in true night: keeps the tail lamps, loses
   everything the camera caught above them */
.endcard::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #04060A 0%, rgba(4, 6, 10, 0.85) 22%, rgba(4, 6, 10, 0.2) 48%, rgba(4, 6, 10, 0.35) 100%);
}
.end-plate { z-index: 2; }
.end-plate { position: relative; text-align: center; padding: 60px 20px; }
.end-sign {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.34em;
  color: var(--ink-dim); text-transform: uppercase;
}
.end-line {
  margin-top: 16px; font-family: var(--sign); font-weight: 600;
  font-size: clamp(1.1rem, 2.6vw, 1.7rem); letter-spacing: 0.08em; text-transform: uppercase;
}
.end-nav { margin-top: 26px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; }
.end-nav a {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em;
  color: var(--ink-dim); text-decoration: none; border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.end-nav a:hover { color: var(--ink); border-color: var(--ink-dim); }
.end-fine { margin-top: 30px; font-size: 0.74rem; color: var(--ink-faint); }

/* ---------- lower third ---------- */
.third {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  height: var(--third-h);
  background: rgba(7, 11, 17, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
#stripSvg { position: absolute; top: -1px; left: 0; width: 100%; height: 26px; overflow: visible; }
.st-line { stroke: rgba(237, 241, 245, 0.5); stroke-width: 1.4; fill: none; }
.st-tunnel { stroke: #04070B; stroke-width: 3.4; }
.st-st { fill: #0A1017; stroke: rgba(237, 241, 245, 0.6); stroke-width: 1.1; }
#stripYou { fill: var(--porcelain); }
#stripLive { fill: var(--red-bright); }
.third-row {
  display: flex; align-items: center; gap: clamp(12px, 2.5vw, 30px);
  height: 100%; padding: 22px clamp(14px, 3vw, 40px) 0;
}
.t-hud {
  display: flex; gap: clamp(10px, 1.8vw, 22px); align-items: baseline;
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em;
  color: var(--ink-dim); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.t-hud b { font-weight: 500; color: var(--ink); font-size: 0.86rem; }
.t-live {
  display: inline-flex; align-items: center; gap: 8px; margin-left: auto;
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em;
  color: var(--ink-dim); text-transform: uppercase; white-space: nowrap;
}
.t-actions { display: flex; align-items: center; gap: 10px; }
.t-sound {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border: 1px solid var(--line); border-radius: 100px;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em;
  color: var(--ink-dim); text-transform: uppercase;
  transition: color 0.3s, border-color 0.3s;
}
.t-sound svg { width: 16px; height: 16px; }
.t-sound .snd-waves { opacity: 0.25; transition: opacity 0.3s; }
.t-sound[aria-pressed="true"] { color: var(--ink); border-color: var(--ink-dim); }
.t-sound[aria-pressed="true"] .snd-waves { opacity: 1; }
.t-sound:hover { color: var(--ink); }
.t-reserve {
  background: var(--red); color: #fff; text-decoration: none;
  font-family: var(--sign); font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 18px; border-radius: 3px;
  transition: background 0.25s, transform 0.25s var(--ease);
}
.t-reserve:hover { background: var(--red-bright); transform: translateY(-1px); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .line-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 0; }
  .line-facts > div:nth-child(4) { border-left: 0; padding-left: 0; }
  .seats-grid { grid-template-columns: minmax(0, 1fr); }
  .carriage-window { max-width: 560px; }
}
@media (max-width: 700px) {
  :root { --third-h: 96px; }
  .mast { gap: 12px; }
  .mast-line { display: none; }
  .hero-title { font-size: clamp(3.6rem, 19vw, 5.4rem); }
  .chapter-plate { margin-bottom: 64px; }
  .plate-right { margin-left: 0; }
  .inset { max-width: 100%; }
  .profile-stations li:nth-child(2), .profile-stations li:nth-child(4) { display: none; }
  .line-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .line-facts > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .line-facts > div:nth-child(5) { border-left: 0; padding-left: 0; }
  .fare { grid-template-columns: minmax(0, 1fr) auto; }
  .fare-note { grid-column: 1 / -1; }
  .third-row { flex-wrap: wrap; gap: 8px 14px; padding-top: 16px; }
  .t-live { display: none; }
  .t-hud { font-size: 0.66rem; }
  .t-hud span:nth-child(3) { display: none; }
  .t-actions { margin-left: auto; }
  .t-reserve { font-size: 0.72rem; padding: 8px 12px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live-pip, .cue-arrow { animation: none; }
  .cyc i { transition: none; }
  * { scroll-behavior: auto !important; }
}
