
:root{
  --bg:#111111; --panel:#1a1a1a; --panel-2:#222222; --text:#f1ede5; --muted:#c9bea9;
  --accent:#d4b483; --border:rgba(212,180,131,.18); --shadow:0 20px 40px rgba(0,0,0,.28);
  --radius:22px; --max:1320px; --vh:1vh; --station-text-size-step:0;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
[hidden]{display:none!important}
body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top, rgba(212,180,131,.08), transparent 30%),linear-gradient(180deg,#131313,#0e0e0e 35%,#111111);color:var(--text)}
body.modal-open,body.player-open{overflow:hidden}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none}
.app-shell{width:min(calc(100% - 24px), var(--max));margin:18px auto 34px}
.app-shell--cover{width:100%;max-width:none;margin:0}
.app-shell--player{height:calc(var(--vh) * 100 - 16px);margin:8px auto}
.app-shell--player #playerScreen{height:100%;margin-top:0}
.hero{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:24px;padding:18px;background:rgba(22,22,22,.88);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);backdrop-filter:blur(8px)}
.hero-image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius);background:#191919;border:1px solid var(--border)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:16px}
.app-shell--cover{
  --cover-eyebrow-size:clamp(.82rem, 1.2vmin + .45rem, 1.18rem);
  --cover-title-size:clamp(2rem, 2.7vmin + 1.2rem, 4rem);
  --cover-subtitle-size:clamp(1rem, 1.2vmin + .72rem, 1.5rem);
  --cover-button-size:clamp(1rem, 1vmin + .74rem, 1.32rem);
  --cover-button-padding-y:clamp(12px, 1.1vmin + 8px, 18px);
  --cover-button-padding-x:clamp(18px, 1.5vmin + 12px, 28px);
}
.app-shell--cover .hero{
  position:relative;
  display:block;
  min-height:calc(var(--vh) * 100);
  padding:0;
  border:none;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
  background:#111;
  overflow:hidden;
}
.app-shell--cover .hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,10,10,.08) 0%, rgba(10,10,10,.14) 40%, rgba(8,8,8,.68) 72%, rgba(8,8,8,.94) 100%);
  pointer-events:none;
}
.app-shell--cover .hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  aspect-ratio:auto;
  border:none;
  border-radius:0;
}
.app-shell--cover .hero-copy{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  min-height:34%;
  padding:28px 18px max(22px, env(safe-area-inset-bottom));
  justify-content:flex-start;
  gap:14px;
}
.app-shell--cover .hero-actions{
  margin-top:auto;
  padding-top:6px;
}
.app-shell--cover .eyebrow{
  font-size:var(--cover-eyebrow-size);
}
.app-shell--cover h1{
  font-size:var(--cover-title-size);
  line-height:1.02;
}
.app-shell--cover .subtitle{
  max-width:30ch;
  font-size:var(--cover-subtitle-size);
  line-height:1.38;
}
.app-shell--cover .hero-actions .button{
  position:relative;
  overflow:hidden;
  min-height:calc(var(--cover-button-padding-y) * 2 + 1.3em);
  padding:var(--cover-button-padding-y) var(--cover-button-padding-x);
  font-size:var(--cover-button-size);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 10px 30px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(12px) saturate(135%);
  -webkit-backdrop-filter:blur(12px) saturate(135%);
}
.app-shell--cover .hero-actions .button::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.03) 42%, rgba(255,255,255,.01));
  pointer-events:none;
}
.app-shell--cover .hero-actions .button::after{
  content:"";
  position:absolute;
  top:8%;
  left:12%;
  width:52%;
  height:34%;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  filter:blur(10px);
  pointer-events:none;
}
.app-shell--cover .hero-actions .button > *{
  position:relative;
  z-index:1;
}
.app-shell--cover .hero-actions .button.primary{
  background:linear-gradient(180deg, rgba(231,205,164,.6), rgba(201,166,116,.48));
  color:#16110b;
  border-color:rgba(255,244,221,.24);
}
.app-shell--cover .hero-actions .button.secondary{
  background:linear-gradient(180deg, rgba(30,30,30,.38), rgba(18,18,18,.3));
  color:rgba(255,248,238,.96);
  border-color:rgba(255,255,255,.16);
}
.app-shell--cover .hero-actions .button.ghost{
  background:linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  color:rgba(255,248,238,.96);
  border-color:rgba(255,255,255,.2);
}
.app-shell--cover .hero-actions .button:hover{
  transform:translateY(-1px) scale(1.01);
}
.eyebrow,.section-label{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--muted)}
h1{margin:0;font-size:clamp(2rem, 4vw, 3.6rem);line-height:1.05}
.subtitle{margin:0;color:var(--muted);font-size:1.02rem;max-width:68ch}
.hero-actions,.footer-actions,.content-actions{display:flex;flex-wrap:wrap;gap:10px}
.playlist-bar{margin:0 0 14px}
.button{appearance:none;border:none;border-radius:999px;padding:12px 18px;font-weight:600;font-size:.98rem;cursor:pointer;transition:transform .14s ease, opacity .14s ease, background .14s ease}
.button:hover{transform:translateY(-1px)}
.button.primary{background:var(--accent);color:#1d1711}
.button.secondary{background:var(--panel-2);color:var(--text);border:1px solid var(--border)}
.button.ghost{background:transparent;color:var(--text);border:1px solid var(--border)}
.button.small{padding:10px 14px;font-size:.92rem}
.toggle{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:.95rem}
.toggle input{accent-color:var(--accent);width:18px;height:18px}
.layout{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;margin-top:22px}
#playerScreen.is-overview .audio-card{display:none}
.sidebar,.content-card{background:rgba(22,22,22,.9);border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);box-shadow:var(--shadow)}
.sidebar{padding:18px;position:sticky;top:14px;align-self:start;max-height:calc(100dvh - 28px);overflow:auto}
.sidebar-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}
.sidebar-head h2{margin:0;font-size:1.2rem}
.linklike{background:none;border:none;color:var(--accent);cursor:pointer;font-weight:600}
.station-list{display:grid;gap:8px}
.station-link{width:100%;text-align:left;background:transparent;color:var(--text);border:1px solid transparent;border-radius:16px;padding:12px 14px;cursor:pointer;transition:background .14s ease,border-color .14s ease,transform .14s ease}
.station-link:hover{background:rgba(255,255,255,.03);border-color:var(--border);transform:translateX(1px)}
.station-link.active{background:rgba(212,180,131,.12);border-color:rgba(212,180,131,.28)}
.station-link .station-id{display:block;color:var(--muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.station-link .station-name{display:block;font-size:.95rem;line-height:1.35}
.content-card{padding:20px}
.player-card{
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  gap:6px;
  position:relative;
  height:100%;
  min-height:0;
  overflow:hidden;
  padding:8px;
}
.player-chrome{
  display:grid;
  gap:4px;
  position:relative;
  z-index:20;
  padding:2px 2px 2px;
  background:linear-gradient(180deg, rgba(14,14,14,.96), rgba(14,14,14,.86));
  border:1px solid rgba(255,255,255,.05);
  border-radius:20px;
  box-shadow:0 14px 30px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
}
.content-topbar{
  display:flex;
  justify-content:space-between;
  gap:8px;
  align-items:flex-start;
  padding:8px 8px 6px;
}
.station-picker-wrap{flex:1;display:grid;gap:8px}
#stationLabel{display:none}
.station-picker{
  position:relative;
  width:100%;
}
.station-picker-button{
  width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(212,180,131,.34);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(212,180,131,.12), rgba(212,180,131,.06));
  color:var(--accent);
  padding:14px 16px;
  font-size:1.04rem;
  font-weight:600;
  line-height:1.3;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.station-picker-value{
  min-width:0;
  flex:1 1 auto;
  text-align:left;
  white-space:normal;
  overflow-wrap:anywhere;
}
.station-picker-caret{
  flex:0 0 auto;
  line-height:1;
  margin-top:3px;
  transition:transform .18s ease;
}
.station-picker.is-open .station-picker-caret{
  transform:rotate(180deg);
}
.station-picker-list{
  position:absolute;
  inset:calc(100% + 6px) 0 auto;
  display:grid;
  gap:6px;
  padding:8px;
  max-height:min(52dvh, 420px);
  overflow-y:auto;
  border:1px solid rgba(212,180,131,.2);
  border-radius:18px;
  background:rgba(14,14,14,.97);
  box-shadow:0 18px 42px rgba(0,0,0,.38);
  z-index:35;
}
.station-picker-option{
  width:100%;
  text-align:left;
  justify-content:flex-start;
  border:1px solid transparent;
  border-radius:14px;
  background:rgba(212,180,131,.05);
  color:rgba(244,231,206,.98);
  padding:11px 12px;
  font-size:.98rem;
  line-height:1.35;
  white-space:normal;
  overflow-wrap:anywhere;
}
.station-picker-option:hover,
.station-picker-option:focus-visible{
  border-color:rgba(212,180,131,.28);
  background:rgba(212,180,131,.1);
}
.station-picker-option.is-active{
  border-color:rgba(212,180,131,.32);
  background:rgba(212,180,131,.16);
  color:var(--accent);
}
#stationTitle{margin:0;font-size:clamp(1.55rem, 2.5vw, 2.4rem);line-height:1.12}
.player-controls{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,.9fr);
  gap:4px;
  align-items:center;
  padding:0 8px 6px;
}
.nav-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 12px;
}
.nav-button:disabled{
  opacity:.42;
  cursor:default;
  transform:none;
}
.nav-button .icon{
  font-size:1.05rem;
  line-height:1;
}
.autoplay-control{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:6px;
}
.autoplay-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  background:var(--panel-2);
  color:var(--text);
  font-weight:600;
  cursor:pointer;
}
.autoplay-switch{
  position:relative;
  width:44px;
  height:24px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
  transition:background .18s ease;
}
.autoplay-thumb{
  position:absolute;
  top:2px;
  left:2px;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#f3efe7;
  color:#171717;
  box-shadow:0 2px 6px rgba(0,0,0,.28);
  transition:transform .18s ease;
}
.autoplay-symbol{
  position:absolute;
  font-size:.72rem;
  font-weight:800;
  line-height:1;
  transition:opacity .18s ease;
}
.autoplay-symbol-play{
  opacity:0;
}
.autoplay-toggle input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.autoplay-toggle:has(input:checked){
  background:rgba(212,180,131,.18);
  border-color:rgba(212,180,131,.34);
  color:#f6efdf;
}
.autoplay-toggle:has(input:checked) .autoplay-switch{
  background:rgba(212,180,131,.32);
}
.autoplay-toggle:has(input:checked) .autoplay-thumb{
  transform:translateX(20px);
}
.autoplay-toggle:has(input:checked) .autoplay-symbol-pause{
  opacity:0;
}
.autoplay-toggle:has(input:checked) .autoplay-symbol-play{
  opacity:1;
}
.help-button{
  width:36px;
  height:36px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:var(--muted);
  font-weight:700;
  cursor:pointer;
}
.overview-button .icon,.help-trigger .icon{
  font-size:1rem;
}
.control-text{white-space:nowrap}
.autoplay-text{
  white-space:normal;
  font-size:.84rem;
  line-height:1.15;
  text-align:center;
}
.reading-stage{
  position:relative;
  min-height:0;
  height:100%;
  overflow-y:auto;
  overscroll-behavior:contain;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.05);
  background:rgba(12,12,12,.72);
}
.station-figure{
  position:sticky;
  top:0;
  height:clamp(320px, 58dvh, 680px);
  margin:0;
  border-radius:18px 18px 0 0;
  overflow:hidden;
  background:#171717;
  z-index:0;
}
.station-image-title{
  display:none;
}
.station-figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,10,10,.04) 0%, rgba(10,10,10,.08) 42%, rgba(10,10,10,.18) 100%);
}
.station-figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  filter:none;
  opacity:1;
  transform:none;
}
.audio-card{
  margin:0;
  padding:12px 14px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(22,22,22,.94), rgba(22,22,22,.82));
  border:1px solid var(--border);
  backdrop-filter:blur(14px);
}
.audio-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
}
audio{width:100%}
.station-text{
  position:relative;
  z-index:1;
  display:grid;
  gap:14px;
  margin-top:-14dvh;
  padding:28px 18px 24px;
  font-size:calc(clamp(1rem, 0.84rem + 0.42vw, 1.24rem) + (var(--station-text-size-step) * 0.08rem));
  line-height:1.72;
  color:#f3efe7;
  background:linear-gradient(180deg, rgba(10,10,10,.05) 0%, rgba(10,10,10,.42) 8%, rgba(12,12,12,.78) 18%, rgba(14,14,14,.9) 32%, rgba(14,14,14,.98) 100%);
  border-radius:22px 22px 18px 18px;
  overflow:hidden;
}
.station-text::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,10,10,.02) 0%, rgba(10,10,10,.26) 8%, rgba(10,10,10,.48) 16%, rgba(12,12,12,.72) 28%, rgba(14,14,14,.92) 100%);
  backdrop-filter:blur(10px) saturate(.88);
  -webkit-backdrop-filter:blur(10px) saturate(.88);
  pointer-events:none;
  z-index:0;
}
.station-text > *{
  position:relative;
  z-index:1;
}
.footer-actions{
  position:relative;
  z-index:10;
  padding-top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.text-size-controls{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.text-size-btn{
  min-width:48px;
}
.text-size-btn:disabled{
  opacity:.42;
  cursor:default;
}
.modal{
  position:fixed;
  inset:0;
  z-index:80;
  display:grid;
  place-items:center;
}
.modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(6,6,6,.66);
  backdrop-filter:blur(8px);
}
.modal-dialog{
  position:relative;
  z-index:1;
  width:min(560px, calc(100% - 24px));
  max-height:min(80dvh, 720px);
  overflow:auto;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(22,22,22,.98), rgba(14,14,14,.96));
  box-shadow:var(--shadow);
}
.modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.modal-head h2{
  margin:0;
  font-size:1.3rem;
}
.modal-body{
  display:grid;
  gap:12px;
  color:#f3efe7;
  line-height:1.6;
}
.modal-body p{
  margin:0;
}
.help-close-btn{
  width:38px;
  height:38px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:var(--text);
  font-size:1.2rem;
  cursor:pointer;
}
.station-text p{margin:0}
.station-text p.refrain{color:var(--accent);font-weight:700}
.station-text p.response{color:#e4d7c0;font-weight:700;margin-top:-4px}
.station-text p.section-marker{text-transform:uppercase;letter-spacing:.14em;font-size:.8rem;color:var(--muted)}
.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(16px);background:rgba(17,17,17,.94);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:12px 18px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:opacity .18s ease, transform .18s ease;z-index:60}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media (orientation:landscape){
  .app-shell--cover .hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:calc(var(--vh) * 100);
  }
  .app-shell--cover .hero::after{
    background:linear-gradient(90deg, rgba(8,8,8,.12) 0%, rgba(8,8,8,.2) 50%, rgba(8,8,8,.9) 100%);
  }
  .app-shell--cover .hero-image{
    position:relative;
    grid-column:1;
  }
  .app-shell--cover .hero-copy{
    position:relative;
    grid-column:2;
    min-height:calc(var(--vh) * 100);
    padding:32px 26px 28px;
    background:linear-gradient(180deg, rgba(18,18,18,.72), rgba(10,10,10,.92));
  }
}
@media (min-width:768px) and (orientation:portrait){
  .app-shell--cover{
    --cover-eyebrow-size:clamp(.95rem, .9vmax + .42rem, 1.28rem);
    --cover-title-size:clamp(2.5rem, 1.8vmax + 1.7rem, 4.5rem);
    --cover-subtitle-size:clamp(1.18rem, .9vmax + .72rem, 1.7rem);
    --cover-button-size:clamp(1.08rem, .75vmax + .78rem, 1.45rem);
    --cover-button-padding-y:clamp(14px, .8vmax + 8px, 20px);
    --cover-button-padding-x:clamp(22px, 1vmax + 14px, 34px);
  }
  .app-shell--cover .hero-copy{
    padding:38px 30px max(28px, env(safe-area-inset-bottom));
    gap:18px;
  }
}
@media (orientation:portrait){
  .content-topbar{
    flex-direction:column;
    gap:10px;
  }
  .station-picker{
    font-size:1rem;
  }
  .station-picker-button{
    padding:13px 14px;
  }
  .player-controls{
    grid-template-columns:.96fr .78fr .9fr .9fr;
  }
  .nav-button{
    padding:10px 8px;
  }
  .control-text{
    display:none;
  }
  .autoplay-toggle{
    padding:10px 8px;
  }
  .audio-row{
    gap:6px;
  }
  .station-figure{
    height:56dvh;
  }
  .station-text{
    margin-top:-12dvh;
    padding:24px 14px 20px;
    line-height:1.66;
  }
}
@media (orientation:landscape){
  .player-card{
    grid-template-columns:minmax(280px, 33.333%) minmax(0, 66.667%);
    grid-template-rows:minmax(0,1fr) auto;
    align-items:stretch;
    column-gap:10px;
    row-gap:8px;
  }
  .player-chrome{
    grid-column:1;
    grid-row:1;
    align-self:stretch;
    display:flex;
    flex-direction:column;
    gap:6px;
    overflow:hidden;
  }
  .content-topbar{padding-bottom:4px}
  .player-controls{
    margin-top:auto;
  }
  .reading-stage{
    grid-column:2;
    grid-row:1 / span 2;
    height:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    overflow:hidden;
  }
  .player-controls{
    grid-template-columns:1fr 1fr;
    justify-content:stretch;
  }
  .nav-button,.autoplay-toggle{
    justify-content:center;
    padding-inline:16px;
  }
  .audio-card{
    padding:10px 12px;
  }
  .audio-row{
    grid-template-columns:1fr;
    align-items:stretch;
    gap:8px;
  }
  .control-text{
    display:inline;
  }
  .autoplay-control{
    justify-self:stretch;
  }
  .autoplay-toggle{
    min-width:0;
    width:100%;
  }
  .footer-actions{
    grid-column:1;
    grid-row:auto;
    align-self:end;
    flex-direction:row;
    align-items:stretch;
    justify-content:flex-end;
    gap:8px;
    flex-wrap:nowrap;
  }
  .text-size-controls{
    flex:1 1 auto;
    justify-content:space-between;
  }
  .text-size-btn{
    flex:1 1 0;
    width:auto;
    min-width:0;
  }
  #pdfButtonBottom{
    flex:1 1 auto;
    width:auto;
    min-width:0;
  }
  .station-figure{
    position:relative;
    top:auto;
    height:100%;
    border-radius:18px 0 0 18px;
  }
  .station-text{
    margin-top:0;
    height:100%;
    overflow-y:auto;
    padding:22px 22px 24px;
    border-radius:0 18px 18px 0;
    line-height:1.74;
  }
}
@media (max-width:1180px) and (orientation:landscape){
  .player-controls .button,
  .player-controls .autoplay-toggle,
  .station-picker-button{
    font-size:.9rem;
  }
  .nav-button,
  .autoplay-toggle{
    padding-inline:12px;
  }
  .control-text{
    font-size:.86rem;
  }
}
@media (max-width:980px){.hero{grid-template-columns:1fr}.sidebar{position:static;max-height:none}.content-topbar{flex-direction:column}}
@media (max-width:640px){
  .app-shell{width:min(calc(100% - 12px), var(--max));margin:8px auto 18px}
  .hero,.content-card,.sidebar{padding:14px}
  .app-shell--cover .hero-copy{min-height:35%;padding:22px 14px max(16px, env(safe-area-inset-bottom));gap:10px}
  .app-shell--cover .hero-actions{gap:8px}
  .button{width:100%;justify-content:center;text-align:center;padding:11px 16px;font-size:.95rem}
  .player-controls .button,.player-controls .autoplay-toggle{width:auto}
  .footer-actions .button,.text-size-controls .button{width:auto}
  .player-card{gap:6px}
  .player-card{height:100%;padding:8px}
  .audio-card{padding:11px 12px}
  .station-figure{
    height:54dvh;
  }
  .station-text{margin-top:-10dvh;font-size:1rem;line-height:1.66}
  .modal-dialog{padding:16px}
}
