.iframe-container {
  overflow: hidden;
  padding-top: 128.5%;
  position: relative;
}

.iframe-container iframe {
   border: 1px solid;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


* {
  box-sizing: border-box;
}

:root {
  --home-ui-font: "Exo 2", "Nunito Sans", "Segoe UI", sans-serif;
  --home-body-font: "Exo 2", "Nunito Sans", "Segoe UI", sans-serif;
  --home-mono-font: Inconsolata, monospace;
  --site-topbar-height: 44px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  vertical-align: middle;
}

/* Create equal columns that sits next to each other */
.column {
  flex: 16.66%;
  max-width: 16.66%;
  padding: 0 4px;
  vertical-align: middle;

}

.column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
}


@media screen and (max-width: 1200px) {
  .column {
    flex: 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.card {
    height: 300px;
    width: 225px;
    position: relative;
    transition: .5s all ease-out;
    transform: rotateY(0) scale(1);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.hover-area:hover .card {
        transform: rotateY(.5turn) scale(1.0);
        box-shadow: 0 10px 30px rgba(0,0,0,.16);

}

.card > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.card__front {
    background-size: inherit;
    transition: all linear;
}

.card__back {
    background: #c4dcd9;
    color: #021512;
    opacity: 0;
    transition-delay: .17s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 2em;
    transform: rotateY(.5turn);
    font-family: var(--home-body-font);
    font-size: 15px;
}

.card__back h3 {
    font-family: var(--home-ui-font);
    text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 2px solid #7f9491;
    line-height: 2em;
}

.card__back a {
    color: #7f9491;
    text-decoration: none;
    font-style: italic;
}

.card__back a:hover {
    color: #021512;
}

.hover-area:hover .card__back {
    opacity: 1;
    transition-delay: .17s;
}

/* contact form error */
.errorlist 
    {
        color: red;
    }

/* Define custom row colors */
.alps-black {
  background-color: #1e1e1e;
}

.alps-yellow {
  background-color: #ffeb3b;
}

.btn-sta {
  text-decoration: none;
}
.btn-sta:hover {
  color: #FFEB3B;
  text-decoration: none;
}

.section-heading {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 14px;
  padding: 0.62rem 1.2rem !important;
  text-align: center;
  cursor: default;
  font-family: var(--home-ui-font);
  font-size: clamp(1.85rem, 1vw + 1.18rem, 2.35rem);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.035em;
  text-transform: none;
  color: #f8fafc !important;
  background: #1e1e1e !important;
  border: 1px solid rgba(255, 235, 59, 0.28) !important;
  border-radius: 8px;
  box-shadow: 0 9px 22px rgba(18, 24, 35, 0.16);
}

.section-heading::before {
  content: none;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(220px, 38%);
  height: 2px;
  transform: translateX(-50%);
  background: #ffeb3b;
  pointer-events: none;
}

@media screen and (max-width: 700px) {
  .section-heading {
    padding: 0.54rem 0.9rem !important;
    font-size: clamp(1.55rem, 4.7vw, 1.95rem);
    letter-spacing: 0.025em;
  }
}

.section-banner-note {
  display: block;
  width: 100%;
  max-width: calc(100% - 32px);
  margin: 8px auto 12px;
  padding: 0.56rem 1rem !important;
  text-align: center;
  cursor: default;
  font-family: var(--home-ui-font);
  font-size: clamp(1.45rem, 0.48vw + 1.06rem, 1.95rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #1f252c !important;
  background: #eef2f7 !important;
  border: 1px solid rgba(31, 37, 44, 0.18) !important;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(18, 24, 35, 0.08);
}

@media screen and (max-width: 700px) {
  .section-banner-note {
    display: none;
  }
}

.tooltip-inner {
  max-width: min(280px, calc(100vw - 32px));
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(255, 235, 59, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(43, 43, 43, 0.98) 0%, rgba(24, 24, 24, 0.98) 100%) !important;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  color: #f8fafc;
  font-family: var(--home-mono-font);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.sqm-value-tooltip {
  --bs-tooltip-bg: #1e1e1e;
  --bs-tooltip-color: #f8fafc;
  --bs-tooltip-opacity: 1;
}

.sqm-value-tooltip .tooltip-inner {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 235, 59, 0.42);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 235, 59, 0.18), transparent 36%),
    linear-gradient(135deg, #303030 0%, #202020 48%, #151515 100%) !important;
  color: #fff7ad;
  text-shadow: 0 0 10px rgba(255, 235, 59, 0.24);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 235, 59, 0.12) inset,
    0 0 18px rgba(255, 235, 59, 0.16);
}

.sqm-value-tooltip .tooltip-inner::before {
  content: "";
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.42rem;
  border-radius: 50%;
  background: #ffeb3b;
  box-shadow: 0 0 10px rgba(255, 235, 59, 0.82);
  vertical-align: 0.02em;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(255, 235, 59, 0.46);
}

.bs-tooltip-end .tooltip-arrow::after,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-width: 0 .4rem .4rem;
  transform: translateY(3px);
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #2b2b2b;
}

.bs-tooltip-bottom.sqm-value-tooltip .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"].sqm-value-tooltip .arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"].sqm-value-tooltip .arrow::before,
.bs-tooltip-bottom.sqm-value-tooltip .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="bottom"].sqm-value-tooltip .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"].sqm-value-tooltip .tooltip-arrow::before {
  border-bottom-color: rgba(255, 235, 59, 0.46) !important;
}

.bs-tooltip-top.sqm-value-tooltip .arrow::before,
.bs-tooltip-auto[x-placement^="top"].sqm-value-tooltip .arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"].sqm-value-tooltip .arrow::before,
.bs-tooltip-top.sqm-value-tooltip .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="top"].sqm-value-tooltip .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"].sqm-value-tooltip .tooltip-arrow::before {
  border-top-color: rgba(255, 235, 59, 0.46) !important;
}

.tooltip.show {
  opacity: 1;
}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #111111;
  overflow: visible;
  width: 100%;
  height:0;
  transition: .5s ease;
  opacity: 0.6
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
  opacity: 0.6
}


.container:hover .text {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 1.0);
  color: white;
  background-color: transparent;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1.0
}


/* YouTube embed */
.latestVideoEmbed { 
    border: 0; 
    height: 30%; 
    left: 0; 
    position: absolute; 
    top: 0; 
    width: 30%; }
/* responsive container */ 
.iframe-container-yt { 
    overflow: hidden; 
    /* 16:9 aspect ratio */ 
    padding-top: 129%; 
    position: relative; } 

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  }

.alps-home #contact,
.alps-home #partners {
  margin-top: 10px;
  padding: 14px 14px 16px;
  border-radius: 12px;
}

.alps-home #contact {
  border: 1px solid rgba(31, 37, 44, 0.16);
  background: #eef2f7;
  box-shadow: 0 8px 20px rgba(18, 24, 35, 0.08);
  color: #1f252c;
}

.alps-home #partners {
  border: 1px solid rgba(255, 235, 59, 0.22);
  background: linear-gradient(145deg, #262626 0%, #1f1f1f 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.alps-home #contact .section-heading,
.alps-home #partners .section-heading {
  margin-top: 0;
}

.alps-home #contact > p:first-of-type {
  margin-bottom: 0.45rem;
  color: #3a4451;
}

.alps-home #contact .contact-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.82rem;
  padding: 0.38rem 0.62rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 235, 59, 0.42);
  background: rgba(255, 235, 59, 0.16);
  color: #4a4520;
  font-family: var(--home-ui-font);
  font-size: 0.87rem;
  line-height: 1.28;
}

.alps-home #contact form {
  margin: 0;
}

.alps-home #contact table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.alps-home #contact tr > th,
.alps-home #contact tr > td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}

.alps-home #contact tr > th {
  margin-bottom: 5px;
  color: #2f3947;
  font-family: var(--home-ui-font);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
}

.alps-home #contact tr > th:empty {
  display: none;
}

.alps-home #contact .alps-input {
  width: 100%;
  min-height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(31, 37, 44, 0.22) !important;
  background: #ffffff !important;
  color: #1f252c !important;
  font-family: var(--home-ui-font);
  font-size: 0.98rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.alps-home #contact .alps-input::placeholder {
  color: #6f7784;
}

.alps-home #contact textarea.alps-input {
  min-height: 140px;
  resize: vertical;
}

.alps-home #contact .alps-input:focus,
.alps-home #contact .alps-input:focus-visible {
  outline: none;
  border-color: rgba(255, 235, 59, 0.74) !important;
  box-shadow: 0 0 0 3px rgba(255, 235, 59, 0.18);
  background: #ffffff !important;
}

.alps-home #contact .errorlist {
  margin: 0 0 6px;
  padding: 6px 10px;
  list-style: none;
  border-radius: 8px;
  border: 1px solid rgba(245, 91, 91, 0.48);
  background: rgba(245, 91, 91, 0.12);
  color: #ffd3d3;
  font-family: var(--home-ui-font);
  font-size: 0.88rem;
  line-height: 1.3;
}

.alps-home #contact .g-recaptcha {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 2px;
}

.alps-home #contact .g-recaptcha > div {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(18, 24, 35, 0.12);
}

.alps-home #contact .form-actions {
  margin-top: 2px;
}

.partners-carousel {
  --partners-gap: 12px;
  --partners-visible: 4;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "prev viewport next"
    "progress progress progress";
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.partners-nav-prev {
  grid-area: prev;
}

.partners-nav-next {
  grid-area: next;
}

.partners-viewport {
  grid-area: viewport;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  border-radius: 12px;
  scroll-snap-type: x mandatory;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.partners-viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.partners-viewport:focus-visible {
  outline: 2px solid rgba(255, 235, 59, 0.72);
  outline-offset: 2px;
}

.partners-viewport::-webkit-scrollbar {
  display: none;
}

.partners-track {
  display: flex;
  align-items: stretch;
  gap: var(--partners-gap);
  padding: 2px;
}

.partners-slide {
  flex: 0 0 calc((100% - (var(--partners-gap) * (var(--partners-visible) - 1))) / var(--partners-visible));
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.partners-logo-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 235, 59, 0.24);
  background: linear-gradient(160deg, rgba(252, 252, 252, 0.98) 0%, rgba(236, 236, 236, 0.96) 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.partners-logo-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 235, 59, 0.92);
  transform: translateX(-50%);
  transition: width 0.22s ease;
}

.partners-logo-link:hover,
.partners-logo-link:focus-visible {
  border-color: rgba(255, 235, 59, 0.62);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-2px);
  outline: none;
}

.partners-logo-link:hover::after,
.partners-logo-link:focus-visible::after {
  width: 100%;
}

.partners-nav {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 235, 59, 0.3);
  background: #232323;
  color: #ffeb3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.partners-nav:hover,
.partners-nav:focus-visible {
  border-color: rgba(255, 235, 59, 0.66);
  color: #fff6bd;
  background-color: #2d2d2d;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.24);
  outline: none;
}

.partners-nav[disabled] {
  opacity: 0.38;
  cursor: default;
  pointer-events: none;
}

.partners-progress {
  grid-area: progress;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

.partners-progress-fill {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 235, 59, 0.5) 0%, rgba(255, 235, 59, 0.95) 100%);
  transition: width 0.28s ease;
}

@media screen and (max-width: 1200px) {
  .partners-carousel {
    --partners-visible: 3;
  }
}

@media screen and (max-width: 992px) {
  .alps-home #contact,
  .alps-home #partners {
    padding: 12px;
  }

  .alps-home #contact .contact-hint {
    display: flex;
    margin-bottom: 0.75rem;
  }

  .partners-carousel {
    --partners-visible: 2;
  }

  .partners-logo-link {
    min-height: 102px;
  }
}

@media screen and (max-width: 768px) {
  .alps-home #contact {
    padding: 11px;
  }

  .alps-home #contact table {
    border-spacing: 0 8px;
  }

  .alps-home #contact .alps-input {
    font-size: 0.95rem;
  }

  .partners-carousel {
    --partners-gap: 10px;
    --partners-visible: 1.35;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "viewport viewport"
      "prev next"
      "progress progress";
    row-gap: 9px;
  }

  .partners-viewport {
    scroll-snap-type: x proximity;
    cursor: auto;
  }

  .partners-nav {
    width: 100%;
    max-width: 180px;
    min-height: 40px;
    justify-self: center;
  }

  .partners-logo-link {
    min-height: 90px;
    border-radius: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .partners-carousel {
    --partners-visible: 1.2;
    --partners-gap: 9px;
  }

  .partners-logo-link {
    min-height: 88px;
    padding: 10px 9px;
  }
}

@media screen and (min-width: 360px) and (max-width: 430px) {
  .partners-carousel {
    --partners-visible: 1.08;
    --partners-gap: 8px;
    row-gap: 8px;
  }

  .partners-logo-link {
    min-height: 96px;
    padding: 11px 10px;
  }

  .partners-logo-image {
    max-width: 200px;
    max-height: 80px;
  }
}

@media screen and (max-width: 359px) {
  .partners-carousel {
    --partners-visible: 1.04;
  }

  .partners-logo-link {
    min-height: 86px;
  }
}

@media screen and (max-width: 390px) {
  .alps-home #contact .g-recaptcha {
    min-height: 72px;
  }

  .alps-home #contact .g-recaptcha > div {
    transform: scale(0.92);
    transform-origin: center top;
  }
}

#map {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

#map.center {
  width: 100%;
}

.legend-icon {
  display: inline-block;
  width: 0.78rem;
  height: 0.78rem;
  margin-right: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(18, 24, 35, 0.22);
}

.legend-icon-on {
  background-color: #2fbf71;
  color: #2fbf71;
}

.legend-icon-off {
  background-color: #e05252;
  color: #e05252;
}

.legend-icon-maintenance {
  background-color: #f5c542;
  color: #f5c542;
}

.legend-icon-building {
  background-color: #4a96ff;
  color: #4a96ff;
}

.legend-icon-planned {
  background-color: #818b99;
  color: #818b99;
}

.alps-logo-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.sqm-table {
  font-family: var(--home-mono-font);
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  font-size: clamp(1.02rem, 0.68vw + 0.6rem, 1.26rem);
  line-height: 1.28;
}

.sqm-col-station {
  width: 14%;
}

.sqm-col-value {
  width: 21.5%;
}

.sqm-table caption {
  margin-bottom: 0.35rem;
  padding: 0.1rem 0.15rem;
  color: #5a5a5a;
  font-family: var(--home-mono-font);
  font-size: 1rem;
  text-align: left;
}

.sqm-table thead th {
  padding: 0.36rem 0.34rem;
  font-family: var(--home-mono-font);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
}

.sqm-th-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
}

.sqm-th-icon {
  color: #ffeb3b;
  font-size: 0.9rem;
  opacity: 0.95;
}

.sqm-table tbody td {
  padding: 0.32rem 0.34rem;
  vertical-align: middle;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.sqm-table tbody td:first-child {
  font-family: var(--home-mono-font);
  letter-spacing: 0.01em;
  font-size: 1.16rem;
  color: #1e1e1e;
}

.sqm-table tbody tr:nth-child(odd) td:not(:first-child) {
  background-color: #f5f5f5;
}

.sqm-table tbody tr:hover td:not(:first-child) {
  background-color: #fff8cf;
}

@media screen and (max-width: 992px) {
  .sqm-table {
    width: max-content;
    min-width: 620px;
    max-width: none;
    table-layout: auto;
    font-size: 0.98rem;
  }

  .sqm-col-station {
    width: 11ch;
  }

  .sqm-col-value {
    width: 12.5ch;
  }

  .sqm-table thead th {
    white-space: nowrap;
    overflow-wrap: normal;
    padding: 0.32rem 0.34rem;
    font-size: 0.9rem;
  }

  .sqm-th-wrap {
    justify-content: flex-start;
    gap: 0.28rem;
  }

  .sqm-th-icon {
    font-size: 0.82rem;
  }

  .sqm-table tbody td {
    padding: 0.3rem 0.34rem;
    font-size: 0.96rem;
  }

  .sqm-table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: #1e1e1e !important;
  }

  .sqm-table tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.14);
  }
}

.station-thumb {
  width: 100%;
  display: block;
}

.station-mask {
  color: rgba(255, 235, 59, 0.9);
  backdrop-filter: blur(1.5px);
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  transition: background-color 0.28s ease, opacity 0.28s ease, backdrop-filter 0.28s ease;
}

.station-mask-on {
  background:
    linear-gradient(
      180deg,
      rgba(8, 7, 1, 0.12) 0%,
      rgba(8, 7, 1, 0.8) 72%,
      rgba(8, 7, 1, 0.92) 100%
    );
}

.station-mask-off {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.2) 0%, rgba(18, 18, 18, 0.62) 100%);
}

.station-mask-planned {
  background: linear-gradient(180deg, rgba(12, 22, 36, 0.18) 0%, rgba(12, 22, 36, 0.64) 100%);
}

.station-code {
  cursor: default;
  font-family: var(--home-ui-font);
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  letter-spacing: 0.04em;
  line-height: 1.1;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.42);
  transition: transform 0.32s ease, color 0.32s ease, text-shadow 0.32s ease;
}

.station-code-top {
  padding-top: 0.5em;
}

.station-image-chip {
  --station-image-chip-font-size: clamp(0.88rem, 1vw, 1.06rem);
  --station-image-chip-padding-y: 0.34rem;
  --station-image-chip-padding-x: 0.58rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 24px);
  padding: var(--station-image-chip-padding-y) var(--station-image-chip-padding-x);
  border: 1px solid rgba(255, 235, 59, 0.24);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.68);
  color: #fff4a3;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(8px);
  font-size: var(--station-image-chip-font-size);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  text-shadow: 0 0 12px rgba(255, 235, 59, 0.22);
}

.station-image-chip.station-code-top {
  margin-top: clamp(10px, 2.2vw, 16px);
  padding-top: var(--station-image-chip-padding-y);
}

.station-image-chip-planned {
  border-color: rgba(74, 150, 255, 0.34);
  background: rgba(16, 31, 50, 0.68);
  color: #dbeafe;
  text-shadow: 0 0 14px rgba(74, 150, 255, 0.24);
}

.station-image-chip-off {
  border-color: rgba(226, 232, 240, 0.26);
  background: rgba(18, 24, 35, 0.66);
  color: #e2e8f0;
  text-shadow: 0 0 14px rgba(148, 163, 184, 0.24);
}

.station-icon {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1;
}

.station-mask .btn-sta {
  width: clamp(54px, 5vw, 70px);
  height: clamp(54px, 5vw, 70px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 235, 59, 0.38);
  background: rgba(26, 26, 26, 0.62);
  color: #ffef95;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.station-mask .btn-sta:hover,
.station-mask .btn-sta:focus-visible {
  color: #fff6bd;
  background: rgba(36, 36, 36, 0.86);
  border-color: rgba(255, 235, 59, 0.72);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34), 0 0 0 3px rgba(255, 235, 59, 0.18);
  transform: translateY(-2px);
  outline: none;
}

.station-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.44rem;
}

.station-action-label {
  display: block;
  font-family: var(--home-ui-font);
  font-size: clamp(0.74rem, 0.45vw + 0.64rem, 0.9rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.015em;
  text-transform: none;
  color: #fff6bd;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.58);
  white-space: nowrap;
  text-align: center;
  user-select: none;
  cursor: default;
}

.station-hover-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(130px, 40%, 220px);
  transform: translate(-50%, -46%) scale(0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 6;
  transition: opacity 0.34s ease, transform 0.34s ease, filter 0.34s ease;
}

.station-hover-logo::before {
  content: none;
}

.station-hover-logo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
}

.social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  width: min(880px, 100%);
  margin: 0 auto;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  width: 100%;
  text-decoration: none;
}

.social-chip {
  padding: 0.95rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 235, 59, 0.22);
  background-color: #1f1f1f;
  background-image: linear-gradient(145deg, #262626 0%, #1e1e1e 100%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.16);
  min-height: 74px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.social-chip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 235, 59, 0.86);
  transform: translateX(-50%);
  opacity: 0.9;
  pointer-events: none;
  transition: width 0.22s ease, opacity 0.22s ease;
}

.social-chip-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.34rem;
  color: #ffeb3b;
  flex-shrink: 0;
}

.social-chip-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.social-chip-title {
  font-family: var(--home-ui-font);
  letter-spacing: 0.03em;
  font-size: 1.14rem;
  color: #fff;
}

.social-chip-sub {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c7c7c7;
}

.social-chip-youtube .social-chip-icon {
  color: #ff5a5f;
}

.social-chip-instagram .social-chip-icon {
  color: #f672b8;
}

.social-chip-facebook .social-chip-icon {
  color: #7fb4ff;
}

.about-modern {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  margin-top: 10px;
}

.about-intro-card {
  background: linear-gradient(145deg, rgba(36, 36, 36, 0.98), rgba(22, 22, 22, 0.96));
  border: 1px solid rgba(255, 235, 59, 0.25);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-lead {
  margin: 0;
  color: #f1f1f1;
  font-size: var(--about-lead-size, clamp(1rem, 1.08vw, 1.18rem));
  line-height: 1.78;
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  hyphens: auto;
}

.about-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  background: rgba(255, 235, 59, 0.12);
  border: 1px solid rgba(255, 235, 59, 0.3);
  color: #ffef8a;
}

.about-points {
  display: grid;
  gap: 10px;
}

.about-point {
  background: linear-gradient(145deg, rgba(35, 35, 35, 0.98), rgba(26, 26, 26, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 12px 13px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.about-point h4 {
  margin: 0 0 6px;
  color: #ffeb3b;
  font-family: var(--home-ui-font);
  letter-spacing: 0.03em;
}

.about-point p {
  margin: 0;
  color: #ececec;
  font-size: 0.95rem;
  line-height: 1.55;
}

.about-gallery-shell {
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(35, 35, 35, 0.98), rgba(22, 22, 22, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-gallery-intro {
  margin: 0 0 8px;
  color: #f3f3f3;
  text-align: center;
}

#about #gallery-about {
  margin-top: 4px !important;
}

.team-scroll-wrap {
  position: relative;
  margin-top: 10px;
  background: transparent;
}

.team-scroll-wrap::before,
.team-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 6px;
  width: 32px;
  pointer-events: none;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.28s ease;
}

.team-scroll-wrap::before {
  left: 0;
  background: linear-gradient(to right, rgba(247, 249, 252, 0.72), rgba(247, 249, 252, 0));
}

.team-scroll-wrap::after {
  right: 0;
  background: linear-gradient(to left, rgba(247, 249, 252, 0.72), rgba(247, 249, 252, 0));
}

.team-scroll-wrap.team-no-overflow::before,
.team-scroll-wrap.team-no-overflow::after {
  opacity: 0;
}

.team-scroll-wrap.team-at-start::before {
  opacity: 0;
}

.team-scroll-wrap.team-at-end::after {
  opacity: 0;
}

.team-scroll-hint {
  position: absolute;
  bottom: 12px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 235, 59, 0.42);
  background: rgba(30, 30, 30, 0.86);
  color: #ffeb3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
  z-index: 4;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.team-scroll-hint:hover,
.team-scroll-hint:focus-visible {
  background: rgba(30, 30, 30, 0.98);
  border-color: rgba(255, 235, 59, 0.62);
  color: #fff3a8;
  outline: none;
}

.team-scroll-hint-left {
  left: 10px;
}

.team-scroll-hint-right {
  right: 10px;
}

.team-scroll-hint.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2px);
}

.team-scroll-hint i {
  font-size: 0.88rem;
}

.team-scroll-hint-left i {
  animation: team-scroll-arrow-left 1.35s ease-in-out infinite;
}

.team-scroll-hint-right i {
  animation: team-scroll-arrow-right 1.35s ease-in-out infinite;
}

@keyframes team-scroll-arrow-left {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-3px);
  }
}

@keyframes team-scroll-arrow-right {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(3px);
  }
}

.team-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: transparent;
}

.team-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.team-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  width: max-content;
  min-width: 100%;
  background: transparent;
}

.team-card {
  flex: 0 0 clamp(220px, 20vw, 270px);
  min-width: 220px;
  max-width: 270px;
  scroll-snap-align: start;
  background: linear-gradient(160deg, rgba(33, 33, 33, 0.98), rgba(20, 20, 20, 0.98));
  border: 1px solid rgba(255, 235, 59, 0.22);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 235, 59, 0.42);
  box-shadow: none;
}

.team-card-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #121212;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05);
  transition: transform 0.35s ease;
}

.team-card:hover .team-card-photo img {
  transform: scale(1.03);
}

.team-card-content {
  padding: 12px 13px 14px;
  display: grid;
  gap: 7px;
}

.team-card-name {
  margin: 0;
  color: #ffffff;
  font-family: var(--home-ui-font);
  font-size: clamp(1.08rem, 0.55vw + 0.9rem, 1.34rem);
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.team-card-role {
  margin: 0;
  color: #ffef95;
  font-family: var(--home-mono-font);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.team-card-bio {
  margin: 2px 0 0;
  color: #e8e8e8;
  font-size: 0.92rem;
  line-height: 1.58;
}

.social-text {
  width: clamp(120px, 15vw, 240px);
}

.social-icon {
  width: clamp(26px, 4vw, 56px);
}

.partners-logo-image {
  width: 100%;
  max-width: 190px;
  max-height: 86px;
  object-fit: contain;
}

.alps-top .alps-bar {
  overflow: visible;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(30, 30, 30, 0.14);
  border-radius: 0;
  background: transparent;
}

.table-responsive .sqm-table,
.table-responsive .sqm-table th,
.table-responsive .sqm-table td {
  border-radius: 0 !important;
}

.stations-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.44fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

.stations-layout::before,
.stations-layout::after {
  content: none;
}

.stations-layout > .alps-col.l4,
.stations-layout > .alps-col.l8 {
  float: none;
  display: flex;
  min-width: 0;
  width: auto !important;
  padding: 0;
  margin-bottom: 0 !important;
}

.stations-map-col,
.stations-table-col {
  min-width: 0;
}

@media screen and (min-width: 1500px) {
  .stations-layout {
    grid-template-columns: minmax(340px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
  }
}

@media screen and (max-width: 1099px) {
  .stations-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .stations-layout > .alps-col.l4,
  .stations-layout > .alps-col.l8 {
    display: block;
  }
}

.alps-home {
  scroll-behavior: smooth;
  background: #f7f9fc;
  color: #1f252c;
  font-family: var(--home-body-font);
}

.alps-home .alps-pale-grey {
  background-color: #eef2f7 !important;
}

.alps-home footer.alps-footer {
  background-color: #1e1e1e !important;
  color: #f2f2f2;
  border-top: 1px solid rgba(255, 235, 59, 0.22);
  border-radius: 0;
  overflow: visible;
  margin-top: 12px;
  padding: 14px 10px 16px !important;
}

.alps-home .alps-footer-inner {
  max-width: 1564px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 8px 20px;
}

.alps-home .alps-footer-brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}

.alps-home .alps-footer-wordmark {
  color: #ffeb3b;
  font-family: var(--home-ui-font);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.alps-home .alps-footer-subtitle {
  color: #d4d4d4;
  font-family: var(--home-body-font);
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alps-home .alps-footer-links {
  display: flex;
  align-items: center;
  gap: 8px 14px;
}

.alps-home .alps-footer-link {
  position: relative;
  color: #ffef95;
  text-decoration: none;
  font-family: var(--home-ui-font);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color 0.22s ease;
}

.alps-home .alps-footer-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #ffeb3b;
  transform: translateX(-50%);
  transition: width 0.22s ease;
}

.alps-home .alps-footer-link:hover,
.alps-home .alps-footer-link:focus-visible {
  color: #fff3a8;
  outline: none;
}

.alps-home .alps-footer-link:hover::after,
.alps-home .alps-footer-link:focus-visible::after {
  width: 100%;
}

.alps-home .alps-footer-copy {
  text-align: right;
  color: #d6d6d6;
  font-family: var(--home-ui-font);
  font-size: 0.9rem;
  white-space: nowrap;
}

.alps-home .site-topbar {
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 1100;
  overflow: visible;
  border-top: 0 !important;
  background-color: rgba(3, 7, 20, 0.62) !important;
  backdrop-filter: blur(14px);
  transition: box-shadow 0.35s ease, background-color 0.35s ease, backdrop-filter 0.35s ease;
}

.alps-home .site-topbar .alps-bar {
  display: flex;
  align-items: stretch;
  overflow: visible;
  min-height: 44px;
}

.alps-home .site-topbar .alps-right {
  display: flex;
  align-items: stretch;
  float: none !important;
  margin-left: auto;
}

.alps-home .site-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 4px 16px 4px 12px;
  color: #f7fbff;
  text-decoration: none;
  background-image: none;
  border-right: 1px solid rgba(168, 214, 255, 0.14);
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.alps-home .site-brand-link:hover,
.alps-home .site-brand-link:focus-visible {
  color: #fff3a8;
  background-color: rgba(255, 235, 59, 0.1);
  border-color: rgba(255, 235, 59, 0.32);
  outline: none;
}

.alps-home .site-brand-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.alps-home .site-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1;
  letter-spacing: 0;
}

.alps-home .site-brand-copy strong {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0;
}

.alps-home .site-brand-copy span {
  color: #c5d7e7;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.alps-home .site-topbar .alps-bar .alps-dropdown-hover,
.alps-home .site-topbar .alps-bar .alps-dropdown-click {
  position: relative;
  float: none;
  display: flex;
  align-items: stretch;
}

.alps-home .site-topbar .alps-bar-item,
.alps-home .site-topbar .alps-dropdown-hover > .alps-button,
.alps-home .site-topbar .alps-dropdown-click > .alps-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
}

.alps-home .site-topbar.nav-scrolled {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  background-color: rgba(3, 7, 20, 0.92) !important;
  backdrop-filter: blur(18px);
}

.alps-home .alps-top .alps-bar-item.alps-button,
.alps-home .alps-top .alps-button {
  overflow: visible;
  line-height: 1.2;
  min-height: 44px;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
  background-image: linear-gradient(rgba(255, 235, 59, 0.75), rgba(255, 235, 59, 0.75));
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 0% 2px;
  font-family: var(--home-ui-font);
  transition: color 0.22s ease, background-color 0.22s ease, background-size 0.22s ease;
}

.alps-home .alps-top .alps-bar-item.alps-button:hover,
.alps-home .alps-top .alps-bar-item.alps-button:focus-visible,
.alps-home .alps-top .alps-button:hover,
.alps-home .alps-top .alps-button:focus-visible {
  background-color: rgba(30, 30, 30, 0.94) !important;
  color: #fff3a8 !important;
  background-size: 100% 2px;
}

.alps-home .alps-top .alps-right > a.nav-active {
  background-color: rgba(255, 235, 59, 0.2);
  color: #ffeb3b;
  background-size: 100% 2px;
}

.alps-home .alps-top .alps-dropdown-hover:hover > .alps-button:first-child,
.alps-home .alps-top .alps-dropdown-click:hover > .alps-button:first-child {
  background-color: rgba(30, 30, 30, 0.94) !important;
  color: #fff3a8 !important;
  background-size: 100% 2px;
}

.alps-home .site-topbar .alps-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  min-width: 220px;
  border: 1px solid rgba(255, 235, 59, 0.22);
  background-color: rgba(30, 30, 30, 0.97);
  color: #f2f2f2;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
  z-index: 1201;
  transform-origin: top center;
}

.alps-home .site-topbar .alps-right > .alps-dropdown-hover:last-of-type .alps-dropdown-content,
.alps-home .site-topbar .alps-right > .alps-dropdown-click:last-of-type .alps-dropdown-content {
  left: auto;
  right: 0;
}

.alps-home .site-topbar .alps-dropdown-content .alps-bar-item.alps-button {
  justify-content: flex-start;
  min-height: 40px;
  line-height: 1.25;
  color: #f2f2f2 !important;
  background-image: none;
  background-size: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--home-ui-font);
}

.alps-home .site-topbar .alps-dropdown-content .alps-bar-item.alps-button:last-child {
  border-bottom: 0;
}

.alps-home .site-topbar .alps-dropdown-content .alps-bar-item.alps-button:hover,
.alps-home .site-topbar .alps-dropdown-content .alps-bar-item.alps-button:focus-visible {
  background-color: rgba(255, 235, 59, 0.18) !important;
  color: #fff3a8 !important;
}

.alps-home .site-topbar .alps-dropdown-hover:hover > .alps-dropdown-content,
.alps-home .site-topbar .alps-dropdown-hover:focus-within > .alps-dropdown-content,
.alps-home .site-topbar .alps-dropdown-click:hover > .alps-dropdown-content,
.alps-home .site-topbar .alps-dropdown-click:focus-within > .alps-dropdown-content {
  animation: topbar-dropdown-in 0.18s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.alps-home .site-topbar .alps-dropdown-hover.is-open > .alps-dropdown-content,
.alps-home .site-topbar .alps-dropdown-click.is-open > .alps-dropdown-content {
  display: block;
  animation: topbar-dropdown-in 0.18s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@media (hover: none), (pointer: coarse) {
  .alps-home .site-topbar .alps-dropdown-hover:hover > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-hover:focus-within > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-click:hover > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-click:focus-within > .alps-dropdown-content {
    display: none;
    animation: none;
  }

  .alps-home .site-topbar .alps-dropdown-hover.is-open > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-click.is-open > .alps-dropdown-content {
    display: block;
    animation: topbar-dropdown-in 0.18s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
}

@keyframes topbar-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: #f7fbff;
  background: #030714;
  font-family: var(--home-ui-font);
}

@supports (min-height: 100dvh) {
  .home-hero {
    min-height: 100dvh;
  }
}

.home-hero-lottie,
.home-hero-fallback,
.home-hero-shade {
  position: absolute;
  inset: 0;
}

.home-hero-lottie {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.48s ease;
}

.is-home-hero-lottie-ready .home-hero-lottie {
  opacity: 1;
}

.home-hero-lottie svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.home-hero-fallback {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.92) 0%, rgba(1, 4, 12, 0.64) 42%, rgba(1, 4, 12, 0.16) 100%),
    linear-gradient(180deg, rgba(1, 4, 12, 0.18) 0%, rgba(1, 4, 12, 0.78) 100%),
    url("../images/header-img.d60ab2df096a.jpg") center / cover no-repeat;
  transform: scale(1.02);
  transition: opacity 0.48s ease;
}

.is-home-hero-lottie-ready .home-hero-fallback {
  opacity: 0;
}

.is-home-hero-lottie-unavailable .home-hero-fallback {
  opacity: 1;
}

.home-hero-shade {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 4, 12, 0.95) 0%, rgba(1, 4, 12, 0.75) 36%, rgba(1, 4, 12, 0.26) 70%, rgba(1, 4, 12, 0.1) 100%),
    linear-gradient(180deg, rgba(1, 4, 12, 0.28) 0%, rgba(1, 4, 12, 0.04) 42%, rgba(1, 4, 12, 0.78) 100%);
}

.home-hero-inner {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: calc(var(--site-topbar-height) + 46px) 0 70px;
}

.home-hero-eyebrow {
  margin: 0 0 18px;
  color: #ffd21a;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}

.home-hero-title {
  display: grid;
  gap: 4px;
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
}

.home-hero-title span {
  display: block;
}

.home-hero-title em {
  font-style: normal;
}

.home-hero-accent-gold {
  color: #ffd21a;
}

.home-hero-accent-blue {
  color: #2f91dd;
}

.home-hero-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: #dcecff;
  font-size: 1.18rem;
  line-height: 1.62;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.home-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 172px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.home-hero-button:hover,
.home-hero-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.home-hero-button-primary {
  color: #06101c;
  background-color: #ffd21a;
  box-shadow: 0 18px 42px rgba(255, 210, 26, 0.22);
}

.home-hero-button-primary:hover,
.home-hero-button-primary:focus-visible {
  color: #06101c;
  background-color: #ffe05c;
}

.home-hero-button-secondary {
  border: 1px solid rgba(168, 214, 255, 0.26);
  color: #e8f5ff;
  background-color: rgba(10, 22, 42, 0.5);
  backdrop-filter: blur(10px);
}

.home-hero-button-secondary:hover,
.home-hero-button-secondary:focus-visible {
  border-color: rgba(68, 216, 255, 0.58);
  color: #fff;
  background-color: rgba(14, 42, 70, 0.7);
}

.alps-home #navDemo {
  background-color: rgba(30, 30, 30, 0.98) !important;
  border-top: 1px solid rgba(255, 235, 59, 0.26);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.alps-navlike-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(30, 30, 30, 0.94);
  border-radius: 6px;
  background-color: rgba(30, 30, 30, 0.94);
  color: #f1f1f1;
  font-family: var(--home-ui-font);
  font-size: inherit;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(rgba(255, 235, 59, 0.75), rgba(255, 235, 59, 0.75));
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 0% 2px;
  transition: color 0.22s ease, background-color 0.22s ease, background-size 0.22s ease, box-shadow 0.22s ease;
}

.alps-navlike-btn:hover,
.alps-navlike-btn:focus-visible {
  background-color: rgba(30, 30, 30, 0.94);
  color: #fff3a8;
  background-size: 100% 2px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  outline: none;
}

.alps-home .station-map-shell,
.alps-home .table-responsive.sqm-table-shell {
  flex: 1 1 auto;
  min-width: 0;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.alps-home .station-map-shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 8px;
  border: 1px solid rgba(18, 24, 35, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(250, 253, 255, 0.98) 0%, rgba(232, 242, 250, 0.98) 100%);
  box-shadow: 0 10px 22px rgba(18, 24, 35, 0.1);
}

.alps-home .station-map-shell:hover,
.alps-home .station-map-shell:focus-within,
.alps-home .table-responsive.sqm-table-shell:hover,
.alps-home .table-responsive.sqm-table-shell:focus-within {
  border-color: rgba(255, 235, 59, 0.44);
  box-shadow: 0 14px 28px rgba(18, 24, 35, 0.15);
}

.alps-home .station-map-frame {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #edf7fb 0%, #dce9f3 100%);
}

.alps-home #map {
  min-height: 360px;
  border-radius: 8px;
  box-shadow: none;
}

.alps-home #map.leaflet-container {
  background: #e4eff7;
  color: #1f252c;
  font-family: var(--home-ui-font);
}

.alps-home .station-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.72rem;
  padding: 0.58rem 0.66rem;
  border: 1px solid rgba(18, 24, 35, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #27313d;
  font-family: var(--home-ui-font);
  font-size: 0.8rem;
  line-height: 1.15;
}

.alps-home .station-map-legend .map-legend-item {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.alps-home #map .leaflet-control-layers {
  border: 1px solid rgba(255, 235, 59, 0.24);
  border-radius: 8px;
  background: rgba(30, 30, 30, 0.88);
  color: #f8fafc;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.alps-home #map .leaflet-control.info.legend {
  display: none;
}

.alps-home #map .map-legend-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.alps-home #map .leaflet-control-attribution {
  float: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.14rem 0.48rem 0.18rem;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #253041;
  font-family: var(--home-ui-font);
  font-size: 0.69rem;
  line-height: 1.14;
  text-align: center;
  white-space: normal;
}

.alps-home #map .leaflet-bottom.leaflet-right {
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.alps-home #map .leaflet-bottom.leaflet-right .leaflet-control {
  pointer-events: auto;
}

.alps-home #map .leaflet-bar {
  border: 0;
  box-shadow: 0 8px 18px rgba(18, 24, 35, 0.16);
}

.alps-home #map .leaflet-bar a,
.alps-home #map .leaflet-bar a:hover,
.alps-home #map .leaflet-bar a:focus {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(18, 24, 35, 0.16);
  background: rgba(255, 255, 255, 0.94);
  color: #1f252c;
  line-height: 34px;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.alps-home #map .leaflet-bar a:hover,
.alps-home #map .leaflet-bar a:focus {
  border-color: rgba(255, 235, 59, 0.58);
  background: #fff8cf;
  color: #111827;
}

.alps-home #map .leaflet-control-layers {
  overflow: hidden;
}

.alps-home #map .leaflet-control-layers-expanded {
  padding: 0.56rem 0.66rem;
}

.alps-home #map .leaflet-control-layers label {
  margin: 0.12rem 0;
  color: #f8fafc;
  font-size: 0.82rem;
}

.alps-home #map .leaflet-popup-content-wrapper,
.alps-home #map .leaflet-popup-tip {
  background: #1e1e1e;
  color: #f8fafc;
}

.alps-home #map .leaflet-popup-content-wrapper {
  border: 1px solid rgba(255, 235, 59, 0.26);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
}

.alps-home #map .leaflet-popup-content a {
  color: #ffeb3b;
}

.alps-home #map .font-awesome-icon i {
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.38));
}

.alps-home #map .font-awesome-icon.is-focused-marker {
  z-index: 10000 !important;
}

@media screen and (max-width: 1099px) {
  .alps-home .station-map-shell,
  .alps-home .table-responsive.sqm-table-shell {
    height: auto;
  }

  .alps-home #map {
    height: clamp(330px, 58vw, 520px);
    min-height: 0;
  }
}

@media screen and (max-width: 768px) {
  .alps-home #map {
    height: clamp(250px, 68vw, 330px);
  }

  .alps-home #map .leaflet-control-attribution {
    padding: 0.08rem 0.32rem 0.12rem;
    font-size: 0.64rem;
  }
}

.alps-home .table.table-hover {
  box-shadow: none;
}

.alps-home .bg-image {
  position: relative;
  isolation: isolate;
  --hover-x: 50%;
  --hover-y: 50%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.alps-home .bg-image::before {
  content: "";
  position: absolute;
  inset: auto -12% -48%;
  height: 58%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 235, 59, 0.28) 0%, rgba(255, 235, 59, 0) 72%);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 1;
}

.alps-home .bg-image::after {
  content: "";
  position: absolute;
  inset: -28%;
  background: radial-gradient(
    circle at var(--hover-x) var(--hover-y),
    rgba(255, 235, 59, 0.22) 0%,
    rgba(255, 235, 59, 0.12) 24%,
    rgba(255, 235, 59, 0) 62%
  );
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
  transition: opacity 0.24s ease;
  z-index: 2;
}

.alps-home .bg-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.alps-home .bg-image:hover::before {
  opacity: 0.9;
  transform: translateY(0);
}

.alps-home .bg-image:hover::after,
.alps-home .bg-image:focus-within::after {
  opacity: 0.68;
}

.alps-home .bg-image .station-thumb {
  transition: transform 0.6s ease, filter 0.6s ease;
}

.alps-home .bg-image:hover .station-thumb {
  transform: scale(1.045);
  filter: saturate(1.1) contrast(1.04);
}

.alps-home .bg-image:hover .station-hover-logo,
.alps-home .bg-image:focus-within .station-hover-logo {
  opacity: 0.9;
  transform: translate(-50%, -49%) scale(1);
}

.alps-home .bg-image:hover .station-hover-logo::before,
.alps-home .bg-image:focus-within .station-hover-logo::before {
  opacity: 1;
  transform: scale(1);
}

.alps-home .station-mask {
  transition: background-color 0.28s ease, opacity 0.28s ease, backdrop-filter 0.28s ease;
  z-index: 4;
}

.alps-home .bg-image:hover .station-mask-on {
  background:
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.05) 0%,
      rgba(10, 10, 10, 0.78) 70%,
      rgba(10, 10, 10, 0.9) 100%
    );
  backdrop-filter: blur(2.4px);
}

.alps-home .bg-image:hover .station-code {
  color: #fff6bd;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.56);
}

@media (hover: hover) and (pointer: fine) {
  .alps-home .bg-image.hover-overlay {
    --station-hover-action-band-bottom: 8px;
    --station-hover-action-band-height: clamp(66px, 19%, 88px);
    border: 1px solid rgba(255, 235, 59, 0.16);
    background: #151515;
  }

  .alps-home .bg-image.hover-overlay::before {
    inset: auto -18% -34%;
    height: 46%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 235, 59, 0.2) 0%, rgba(255, 235, 59, 0) 72%);
    z-index: 2;
  }

  .alps-home .bg-image.hover-overlay::after {
    background:
      radial-gradient(
        circle at var(--hover-x) var(--hover-y),
        rgba(255, 235, 59, 0.18) 0%,
        rgba(255, 235, 59, 0.08) 24%,
        rgba(255, 235, 59, 0) 58%
      ),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
  }

  .alps-home .bg-image.hover-overlay:hover,
  .alps-home .bg-image.hover-overlay:focus-within {
    transform: translateY(-5px);
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.26),
      0 0 0 1px rgba(255, 235, 59, 0.16);
  }

  .alps-home .bg-image.hover-overlay:hover .station-thumb,
  .alps-home .bg-image.hover-overlay:focus-within .station-thumb {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.04) brightness(0.92);
  }

  .alps-home .bg-image.hover-overlay .station-hover-logo {
    left: 50%;
    right: auto;
    top: 48%;
    width: clamp(128px, 36%, 190px);
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.94);
    z-index: 3;
    filter:
      saturate(1.08)
      contrast(1.05)
      brightness(1.06)
      drop-shadow(0 14px 28px rgba(0, 0, 0, 0.42))
      drop-shadow(0 0 12px rgba(255, 235, 59, 0.12));
  }

  .alps-home .bg-image.hover-overlay:hover .station-hover-logo,
  .alps-home .bg-image.hover-overlay:focus-within .station-hover-logo {
    opacity: 0.34;
    transform: translate(-50%, -50%) scale(1);
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    opacity: 0;
    visibility: hidden;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.72) 100%) !important;
    backdrop-filter: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
  }

  .alps-home .bg-image.hover-overlay:hover .station-mask.station-mask-on,
  .alps-home .bg-image.hover-overlay:focus-within .station-mask.station-mask-on {
    opacity: 1;
    visibility: visible;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on::before {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: var(--station-hover-action-band-bottom);
    height: var(--station-hover-action-band-height);
    border: 1px solid rgba(255, 235, 59, 0.24);
    border-radius: 10px;
    background:
      linear-gradient(180deg, rgba(44, 44, 44, 0.72) 0%, rgba(22, 22, 22, 0.78) 100%);
    box-shadow:
      0 12px 26px rgba(0, 0, 0, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(10px);
    transform: translateY(12px);
    opacity: 0;
    transition: opacity 0.26s ease, transform 0.26s ease;
    z-index: 0;
  }

  .alps-home .bg-image.hover-overlay:hover .station-mask.station-mask-on::before,
  .alps-home .bg-image.hover-overlay:focus-within .station-mask.station-mask-on::before {
    opacity: 1;
    transform: translateY(0);
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-12 {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    padding: 12px 12px 0 !important;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease;
    z-index: 2;
  }

  .alps-home .bg-image.hover-overlay:hover .station-mask.station-mask-on > .col-12,
  .alps-home .bg-image.hover-overlay:focus-within .station-mask.station-mask-on > .col-12 {
    opacity: 1;
    transform: translateY(0);
  }

  .alps-home .bg-image.hover-overlay .station-code {
    border: 1px solid rgba(255, 235, 59, 0.24);
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.68);
    color: #fff4a3;
    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.22),
      0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(8px);
  }

  .alps-home .bg-image.hover-overlay .station-code {
    padding: var(--station-image-chip-padding-y, 0.34rem) var(--station-image-chip-padding-x, 0.58rem);
    font-size: var(--station-image-chip-font-size, clamp(0.88rem, 1vw, 1.06rem));
    font-weight: 900;
    letter-spacing: 0.04em;
    text-shadow: 0 0 12px rgba(255, 235, 59, 0.22);
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-6 {
    grid-row: 3;
    width: auto !important;
    max-width: none !important;
    min-height: calc(var(--station-hover-action-band-height) + var(--station-hover-action-band-bottom));
    padding: 0 9px var(--station-hover-action-band-bottom) !important;
    align-items: center !important;
    opacity: 0;
    transform: translateY(calc(14px - (var(--station-hover-action-band-bottom) * 0.5)));
    transition: opacity 0.24s ease, transform 0.24s ease;
    z-index: 2;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-6:nth-of-type(2) {
    grid-column: 1;
    justify-content: center !important;
    transition-delay: 0.04s;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-6:nth-of-type(3) {
    grid-column: 2;
    justify-content: center !important;
    transition-delay: 0.08s;
  }

  .alps-home .bg-image.hover-overlay:hover .station-mask.station-mask-on > .col-6,
  .alps-home .bg-image.hover-overlay:focus-within .station-mask.station-mask-on > .col-6 {
    opacity: 1;
    transform: translateY(calc(var(--station-hover-action-band-bottom) * -0.5));
  }

  .alps-home .bg-image.hover-overlay .station-action {
    gap: 0.22rem;
    min-width: 0;
  }

  .alps-home .bg-image.hover-overlay .station-action::before {
    content: none;
  }

  .alps-home .bg-image.hover-overlay .station-mask .btn-sta {
    width: clamp(38px, 3.6vw, 46px);
    height: clamp(38px, 3.6vw, 46px);
    border-radius: 10px;
    border-color: rgba(255, 235, 59, 0.28);
    background: rgba(255, 235, 59, 0.08);
    color: #fff4a3;
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.24),
      0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  }

  .alps-home .bg-image.hover-overlay .station-mask .btn-sta:hover,
  .alps-home .bg-image.hover-overlay .station-mask .btn-sta:focus-visible {
    border-color: rgba(255, 235, 59, 0.66);
    background: rgba(255, 235, 59, 0.18);
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.34),
      0 0 0 3px rgba(255, 235, 59, 0.16),
      0 0 22px rgba(255, 235, 59, 0.22);
  }

  .alps-home .bg-image.hover-overlay .station-icon {
    font-size: clamp(1rem, 1.2vw, 1.24rem);
  }

  .alps-home .bg-image.hover-overlay .station-action-label {
    max-width: 6.8rem;
    color: #f8fafc;
    font-size: clamp(0.62rem, 0.35vw + 0.54rem, 0.74rem);
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  }
}

@media (hover: none), (pointer: coarse) {
  .alps-home .bg-image.hover-overlay,
  .alps-home .bg-image.hover-overlay:hover,
  .alps-home .bg-image.hover-overlay:focus-within {
    transform: none !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16) !important;
  }

  .alps-home .bg-image.hover-overlay::before,
  .alps-home .bg-image.hover-overlay::after {
    display: none !important;
  }

  .alps-home .bg-image.hover-overlay .station-thumb,
  .alps-home .bg-image.hover-overlay:hover .station-thumb {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .alps-home .bg-image.hover-overlay .station-hover-logo {
    display: none !important;
  }

  .alps-home .bg-image.hover-overlay .station-mask,
  .alps-home .bg-image.hover-overlay .station-mask * {
    transition: none !important;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on {
    opacity: 1 !important;
    visibility: visible !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    align-items: stretch;
    background: transparent !important;
    backdrop-filter: none !important;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-12 {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 8px;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-6 {
    grid-row: 3;
    width: auto !important;
    max-width: none !important;
    padding: 0 8px 10px !important;
    align-items: flex-end !important;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-6:nth-of-type(2) {
    grid-column: 1;
    justify-content: flex-start !important;
    padding-left: clamp(6px, 2vw, 12px) !important;
  }

  .alps-home .bg-image.hover-overlay .station-mask.station-mask-on > .col-6:nth-of-type(3) {
    grid-column: 2;
    justify-content: flex-end !important;
    padding-right: clamp(6px, 2vw, 12px) !important;
  }

  .alps-home .bg-image.hover-overlay .station-code {
    color: #fff8cf;
    font-size: clamp(1.12rem, 4.4vw, 1.56rem);
    text-shadow: 0 8px 16px rgba(0, 0, 0, 0.54);
  }

  .alps-home .bg-image.hover-overlay .station-mask .btn-sta {
    width: clamp(56px, 16vw, 70px);
    height: clamp(56px, 16vw, 70px);
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(255, 235, 59, 0.58);
    background: rgba(30, 30, 30, 0.82);
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.34);
  }

  .alps-home .bg-image.hover-overlay .station-action {
    position: relative;
    width: 100%;
    gap: 0.32rem;
    align-items: center;
  }

  .alps-home .bg-image.hover-overlay .station-action::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    width: clamp(64px, 19vw, 84px);
    height: clamp(24px, 7vw, 34px);
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 72%);
    filter: blur(4px);
    pointer-events: none;
    z-index: 0;
  }

  .alps-home .bg-image.hover-overlay .station-action .btn-sta,
  .alps-home .bg-image.hover-overlay .station-action .station-action-label {
    position: relative;
    z-index: 1;
  }

  .alps-home .bg-image.hover-overlay .station-action-label {
    width: 100%;
    font-size: clamp(0.74rem, 2.6vw, 0.88rem);
    opacity: 0.96;
  }
}

.alps-home .social-link {
  transition: transform 0.25s ease;
}

.alps-home .social-link.social-chip:hover,
.alps-home .social-link.social-chip:focus-visible {
  border-color: rgba(255, 235, 59, 0.42);
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.24);
}

.alps-home .social-link.social-chip:hover::after,
.alps-home .social-link.social-chip:focus-visible::after {
  width: 100%;
}

.alps-home .social-link.social-chip:hover .social-chip-icon,
.alps-home .social-link.social-chip:focus-visible .social-chip-icon {
  background: rgba(255, 255, 255, 0.12);
}

.alps-home .social-link:hover,
.alps-home .social-link:focus-visible {
  transform: translateY(-2px);
}

.alps-home .partners-logo-image {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.alps-home .partners-logo-link:hover .partners-logo-image,
.alps-home .partners-logo-link:focus-visible .partners-logo-image {
  transform: translateY(-2px);
  filter: saturate(1.12);
}

.alps-home .about-intro-card,
.alps-home .about-point,
.alps-home .about-gallery-shell {
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.alps-home .about-intro-card:hover,
.alps-home .about-point:hover,
.alps-home .about-gallery-shell:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 235, 59, 0.35);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.alps-home .js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.alps-home .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .alps-home .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .alps-home .bg-image,
  .alps-home .social-link,
  .alps-home .social-chip,
  .alps-home .team-card,
  .alps-home .partners-logo-image,
  .alps-home .partners-logo-link,
  .alps-home .partners-progress-fill,
  .alps-home .partners-nav,
  .alps-home .site-brand-link,
  .home-hero-lottie,
  .home-hero-fallback,
  .home-hero-button,
  .alps-home .alps-top .alps-bar-item.alps-button,
  .alps-home .alps-top .alps-button {
    transition: none;
  }

  .partners-viewport {
    scroll-behavior: auto;
  }

  .alps-home .alps-top .alps-bar-item.alps-button::after,
  .alps-home .alps-top .alps-button::after {
    transition: none;
  }

  .alps-home .site-topbar .alps-dropdown-hover:hover > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-hover:focus-within > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-click:hover > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-click:focus-within > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-hover.is-open > .alps-dropdown-content,
  .alps-home .site-topbar .alps-dropdown-click.is-open > .alps-dropdown-content {
    animation: none;
  }

  .team-scroll-hint i {
    animation: none;
  }
}

@media screen and (max-width: 1220px) {
  .alps-home .site-brand-link {
    gap: 8px;
    padding-right: 12px;
  }

  .alps-home .site-brand-copy span {
    display: none;
  }

  .alps-home .site-brand-copy strong {
    font-size: 1.05rem;
  }

  .home-hero-inner {
    padding-top: calc(var(--site-topbar-height) + 42px);
  }

  .home-hero-title {
    max-width: 660px;
    font-size: 4.45rem;
  }
}

@media screen and (max-width: 992px) {
  .home-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .home-hero-inner {
    width: min(100% - 40px, 1180px);
    padding: calc(var(--site-topbar-height) + 38px) 0 54px;
  }

  .home-hero-title {
    max-width: 570px;
    font-size: 3.55rem;
    line-height: 1;
  }

  .home-hero-lead {
    max-width: 530px;
    font-size: 1.06rem;
  }

  .alps-home .alps-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 10px;
  }

  .alps-home .alps-footer-brand {
    justify-content: center;
    flex-wrap: wrap;
  }

  .alps-home .alps-footer-subtitle {
    white-space: normal;
  }

  .alps-home .alps-footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .alps-home .alps-footer-copy {
    text-align: center;
    white-space: normal;
  }

  .alps-home .station-code {
    font-size: clamp(1.12rem, 4.4vw, 1.56rem);
    letter-spacing: 0.018em;
    line-height: 1.06;
    max-width: 100%;
  }

  .alps-home .station-image-chip {
    --station-image-chip-font-size: clamp(0.82rem, 3.4vw, 1.08rem);
    font-size: var(--station-image-chip-font-size);
    letter-spacing: 0.03em;
  }

  .alps-home #navDemo {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-topbar-height);
    z-index: 1090;
    max-height: calc(100dvh - var(--site-topbar-height));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .alps-home #navDemo.alps-show {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
  }

  .alps-home #navDemo.alps-show .alps-bar-item.alps-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    width: 100%;
    margin: 0;
    padding: 7px 8px;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-family: var(--home-ui-font);
    font-size: 0.86rem;
    font-weight: 700;
    color: #f2f2f2 !important;
    border: 1px solid rgba(255, 235, 59, 0.2);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.03) !important;
    background-image: linear-gradient(rgba(255, 235, 59, 0.78), rgba(255, 235, 59, 0.78));
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 0% 2px;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, background-size 0.2s ease;
  }

  .alps-home #navDemo.alps-show .alps-bar-item.alps-button:hover,
  .alps-home #navDemo.alps-show .alps-bar-item.alps-button:focus-visible {
    color: #fff3a8 !important;
    background-color: rgba(255, 235, 59, 0.12) !important;
    border-color: rgba(255, 235, 59, 0.44);
    background-size: 100% 2px;
    outline: none;
  }

  .about-modern {
    grid-template-columns: 1fr;
  }

  .team-card {
    flex-basis: 232px;
    min-width: 232px;
  }

  .center {
    width: 100%;
  }

  .alps-home .site-topbar .alps-bar-item.alps-button,
  .alps-home .site-topbar .alps-button {
    min-height: 40px;
    padding: 8px 12px;
  }

  .alps-home .site-brand-link {
    min-height: 40px;
  }

  .alps-home .site-topbar .site-lang-dropdown .alps-dropdown-content {
    left: 0;
    right: auto;
    min-width: 0;
    max-width: calc(100vw - 12px);
  }

  .alps-navlike-btn {
    min-height: 44px;
    padding: 0 16px;
  }

  .card {
    width: min(100%, 250px);
    max-width: 250px;
    height: auto;
    aspect-ratio: 3 / 4;
    margin-left: auto;
    margin-right: auto;
  }

  .card__front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @supports not (aspect-ratio: 3 / 4) {
    .card {
      height: 300px;
    }
  }
}

@media screen and (max-width: 768px) {
  .alps-home .site-brand-mark {
    width: 34px;
    height: 34px;
  }

  .home-hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .home-hero-shade {
    background:
      linear-gradient(90deg, rgba(1, 4, 12, 0.96) 0%, rgba(1, 4, 12, 0.78) 58%, rgba(1, 4, 12, 0.2) 100%),
      linear-gradient(180deg, rgba(1, 4, 12, 0.34) 0%, rgba(1, 4, 12, 0.08) 38%, rgba(1, 4, 12, 0.82) 100%);
  }

  .home-hero-inner {
    width: min(100% - 32px, 1180px);
    padding: calc(var(--site-topbar-height) + 32px) 0 42px;
  }

  .home-hero-eyebrow {
    margin-bottom: 14px;
    font-size: 0.86rem;
  }

  .home-hero-title {
    max-width: 460px;
    font-size: 2.7rem;
    line-height: 1.04;
  }

  .home-hero-lead {
    max-width: 440px;
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-hero-actions {
    gap: 12px;
    margin-top: 30px;
  }

  .home-hero-button {
    min-height: 54px;
    padding: 0 22px;
    font-size: 1rem;
  }

  .alps-content.alps-padding {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .alps-logo-image {
    padding-top: 42px;
  }

  .sqm-table {
    min-width: 560px;
    font-size: 0.92rem;
  }

  .sqm-table th {
    white-space: nowrap;
    padding: 0.28rem 0.3rem;
    font-size: 0.86rem;
  }

  .sqm-table td {
    white-space: nowrap;
    padding: 0.24rem 0.28rem;
    font-size: 0.9rem;
  }

  .tooltip-inner {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .alps-home .site-brand-link {
    gap: 7px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .alps-home .site-brand-copy strong {
    font-size: 0.98rem;
  }

  .home-hero-title {
    font-size: 2.34rem;
  }

  .home-hero-button {
    width: min(100%, 320px);
  }

  .team-scroll-wrap::before,
  .team-scroll-wrap::after {
    width: 26px;
  }

  .team-scroll-hint {
    width: 28px;
    height: 28px;
    bottom: 10px;
  }

  .team-scroll-hint-left {
    left: 8px;
  }

  .team-scroll-hint-right {
    right: 8px;
  }

  .team-scroll-hint i {
    font-size: 0.76rem;
  }

  .team-card {
    flex-basis: 86vw;
    min-width: 86vw;
    max-width: 86vw;
  }

  .team-card-content {
    padding: 11px 11px 12px;
  }

  .team-card-bio {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .sqm-table {
    min-width: 510px;
  }

  .sqm-th-icon {
    display: none;
  }

  .sqm-th-wrap {
    gap: 0;
  }

  .sqm-table caption {
    font-size: 0.86rem;
  }

  .station-code {
    font-size: clamp(1.5rem, 8.5vw, 2.4rem);
  }

  .station-icon {
    font-size: clamp(2rem, 8vw, 3rem);
  }

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

  .social-chip {
    padding: 0.86rem 0.96rem;
    min-height: 70px;
  }

  .social-chip-title {
    font-size: 1.06rem;
  }

  .about-intro-card,
  .about-gallery-shell,
  .about-point {
    padding: 11px;
  }

  .about-badge {
    font-size: 0.76rem;
  }

  .about-lead {
    font-size: 1.03rem;
    line-height: 1.72;
  }
}

@media screen and (max-width: 420px) {
  .alps-home .site-brand-copy {
    display: none;
  }

  .alps-home .site-brand-link {
    padding-left: 7px;
    padding-right: 7px;
  }

  .home-hero-inner {
    padding-top: calc(var(--site-topbar-height) + 28px);
  }

  .home-hero-title {
    font-size: 2.16rem;
  }
}

.alps-home .table-responsive.sqm-table-shell {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  border-radius: 8px;
  border: 1px solid rgba(18, 24, 35, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 250, 0.98) 100%);
  box-shadow: 0 10px 22px rgba(18, 24, 35, 0.1);
}

.alps-home .sqm-live-status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.34rem;
  width: max-content;
  min-height: 1.2rem;
  margin: 0.45rem 0.55rem -0.18rem auto;
  padding: 0.08rem 0.36rem;
  border-radius: 999px;
  font-family: var(--home-ui-font);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #394350;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 24, 35, 0.14);
  pointer-events: none;
}

.alps-home .sqm-live-status::before {
  content: "";
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #94a3b8;
}

.alps-home .sqm-live-status.is-ok::before {
  background: #16a34a;
}

.alps-home .sqm-live-status.is-error::before {
  background: #dc2626;
}

.alps-home .sqm-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.alps-home .sqm-table caption {
  margin: 0;
  padding: 0.62rem 0.72rem;
  color: #253041;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.alps-home .sqm-table .sqm-head-cell {
  background-color: #20242b !important;
  color: #f5f7fa;
  border-color: rgba(255, 235, 59, 0.28) !important;
  padding: 0.48rem 0.42rem;
}

.alps-home .sqm-table .sqm-head-cell.sqm-head-cell-station {
  min-width: 10.8rem;
}

.alps-home .sqm-table .sqm-th-sub {
  display: block;
  margin-top: 0.14rem;
  font-size: 0.62rem;
  line-height: 1.12;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 235, 59, 0.85);
}

.alps-home .sqm-table tbody tr.sqm-row td {
  border-color: rgba(18, 24, 35, 0.16) !important;
}

.alps-home .sqm-table .sqm-station-cell {
  background: linear-gradient(180deg, #fff284 0%, #ffdc3f 100%) !important;
  color: #14191f;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}

.alps-home .sqm-table .sqm-station-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  width: 100%;
  min-height: 1.65rem;
}

.alps-home .sqm-table .sqm-station-text {
  display: grid;
  gap: 0.04rem;
  min-width: 0;
  text-align: left;
}

.alps-home .sqm-table .sqm-status-dot {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  border: 1px solid rgba(18, 24, 35, 0.26);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45) inset;
}

.alps-home .sqm-table .sqm-status-dot.is-online {
  background: #16a34a;
}

.alps-home .sqm-table .sqm-status-dot.is-daylight {
  background: #f59e0b;
}

.alps-home .sqm-table .sqm-status-dot.is-offline {
  background: #64748b;
}

.alps-home .sqm-table .sqm-status-dot.is-maintenance {
  background: #d8a51e;
}

.alps-home .sqm-table .sqm-status-dot.is-station-off {
  background: #94a3b8;
}

.alps-home .sqm-table .sqm-station-label {
  color: #101820;
  letter-spacing: 0.01em;
  font-size: 1.03rem;
  line-height: 1.12;
  text-shadow: none;
  transition: color 0.16s ease, text-shadow 0.16s ease;
}

.alps-home .sqm-table .sqm-station-action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0.28rem 0.42rem;
  color: #06101c;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34) inset,
    0 0 0 1px rgba(18, 24, 35, 0.06) inset;
  text-decoration: none;
  transition: background-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease;
}

.alps-home .sqm-table .sqm-station-link {
  cursor: pointer;
}

.alps-home .sqm-table .sqm-station-link:hover,
.alps-home .sqm-table .sqm-station-link:focus-visible {
  color: #181200;
  background:
    linear-gradient(180deg, rgba(255, 244, 155, 0.42) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.46) inset,
    0 0 0 1px rgba(255, 220, 63, 0.42) inset,
    0 0 18px rgba(255, 235, 59, 0.34) inset,
    0 0 15px rgba(255, 193, 7, 0.24);
  text-decoration: none;
}

.alps-home .sqm-table .sqm-station-link:hover .sqm-station-label,
.alps-home .sqm-table .sqm-station-link:focus-visible .sqm-station-label {
  color: #211700;
  text-shadow:
    0 0 2px rgba(255, 255, 255, 1),
    0 0 7px rgba(255, 235, 59, 0.98),
    0 0 15px rgba(255, 213, 43, 0.9),
    0 0 25px rgba(255, 176, 0, 0.72),
    0 0 36px rgba(255, 235, 59, 0.54);
}

.alps-home .sqm-table .sqm-station-link:focus-visible {
  outline: 2px solid rgba(255, 213, 43, 0.64);
  outline-offset: 2px;
}

.alps-home .sqm-table .sqm-station-state {
  color: rgba(20, 25, 31, 0.66);
  font-family: var(--home-ui-font);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.08;
  text-transform: uppercase;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-station-cell {
  background: linear-gradient(180deg, #f1f5f9 0%, #e4ebf3 100%) !important;
  color: #344052;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-station-state {
  color: #647085;
  text-shadow: none;
}

.alps-home .sqm-table .sqm-station-disabled {
  cursor: default;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-station-action {
  color: #344052;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.36) inset,
    0 0 0 1px rgba(100, 112, 133, 0.08) inset;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-station-label {
  color: #344052;
  text-shadow: none;
}

.alps-home .sqm-table .sqm-value-cell {
  position: relative;
  overflow: hidden;
  background-color: #fbfdff;
  color: #1a212a;
  font-family: var(--home-mono-font);
  font-variant-numeric: tabular-nums;
  transition: background-color 0.24s ease;
}

.alps-home .sqm-table tbody tr:nth-child(odd) .sqm-value-cell {
  background-color: #ffffff;
}

.alps-home .sqm-table tbody tr:nth-child(even) .sqm-value-cell {
  background-color: #f7f9fc;
}

.alps-home .sqm-table .sqm-cell-main,
.alps-home .sqm-table .sqm-cell-sub,
.alps-home .sqm-table .sqm-cell-period {
  position: relative;
  z-index: 1;
  display: block;
}

.alps-home .sqm-table .sqm-cell-main {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.alps-home .sqm-table .sqm-cell-sub {
  min-height: 0.78rem;
  margin-top: 0.1rem;
  font-size: 0.66rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #4d5a67;
}

.alps-home .sqm-table .sqm-cell-period {
  min-height: 0.7rem;
  margin-top: 0.08rem;
  color: #5d6b7a;
  font-family: var(--home-ui-font);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.05;
  white-space: nowrap;
}

.alps-home .sqm-table .sqm-value-cell.is-period-empty .sqm-cell-period {
  display: none;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last {
  position: relative;
  padding-top: 0.18rem;
  padding-bottom: 0.12rem;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub {
  position: absolute;
  left: calc(50% + 1.95rem);
  top: 31%;
  transform: translate(0, -50%);
  z-index: 3;
  margin: 0;
  min-height: 0;
  padding: 0.01rem 0.12rem;
  border-radius: 0.2rem;
  font-size: 0.76rem;
  line-height: 1;
  letter-spacing: 0;
  color: #35506f;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.62) 100%);
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub.is-visible {
  opacity: 1;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub.trend-up {
  color: #14532d;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub.trend-down {
  color: #9a3412;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-main {
  position: absolute;
  left: 50%;
  top: 31%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
  padding: 0.02rem 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.96rem;
  line-height: 1.08;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.58) 100%);
}

.alps-home .sqm-table .sqm-night-line {
  display: none;
  position: relative;
  width: 100%;
  max-width: 8.9rem;
  height: 1.82rem;
  margin: 0.06rem auto 0;
  pointer-events: none;
}

.alps-home .sqm-table .sqm-night-line.is-ready {
  display: block;
}

.alps-home .sqm-table .sqm-night-line-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-value-cell {
  background-color: #fff9df;
}

.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-station-cell {
  background: linear-gradient(180deg, #fff49b 0%, #ffdf4f 100%) !important;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off .sqm-value-cell {
  background-color: #f5f7fa;
  color: #667386;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"]:nth-child(odd) .sqm-value-cell,
.alps-home .sqm-table tbody tr[data-station-status="OFF"]:nth-child(even) .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off:nth-child(odd) .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off:nth-child(even) .sqm-value-cell {
  background-color: #f5f7fa;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"]:hover .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off:hover .sqm-value-cell {
  background-color: #eef3f8;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"]:hover .sqm-station-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off:hover .sqm-station-cell {
  background: linear-gradient(180deg, #f5f8fb 0%, #e7eef6 100%) !important;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-value-last .sqm-cell-main,
.alps-home .sqm-table tbody tr.sqm-row-station-off .sqm-value-last .sqm-cell-main,
.alps-home .sqm-table tbody tr.sqm-row-maintenance .sqm-value-last .sqm-cell-main {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #526075;
  font-family: var(--home-ui-font);
  font-size: 0.82rem;
  line-height: 1.18;
  white-space: normal;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-value-last .sqm-cell-sub,
.alps-home .sqm-table tbody tr.sqm-row-station-off .sqm-value-last .sqm-cell-sub,
.alps-home .sqm-table tbody tr.sqm-row-maintenance .sqm-value-last .sqm-cell-sub {
  display: none;
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-night-line,
.alps-home .sqm-table tbody tr.sqm-row-station-off .sqm-night-line,
.alps-home .sqm-table tbody tr.sqm-row-maintenance .sqm-night-line {
  display: none;
}

.alps-home .sqm-mobile-cards {
  display: none;
}

.alps-home .sqm-mobile-card {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0.74rem;
  border: 1px solid rgba(18, 24, 35, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 252, 0.98) 100%);
  color: #1a212a;
  box-shadow: 0 8px 18px rgba(18, 24, 35, 0.1);
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.alps-home .sqm-mobile-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #94a3b8;
}

.alps-home .sqm-mobile-card-online::before {
  background: #16a34a;
}

.alps-home .sqm-mobile-card-daylight::before {
  background: #f59e0b;
}

.alps-home .sqm-mobile-card-maintenance::before {
  background: #d8a51e;
}

.alps-home .sqm-mobile-card-station-off::before {
  background: #94a3b8;
}

.alps-home a.sqm-mobile-card:hover,
.alps-home a.sqm-mobile-card:focus-visible,
.alps-home .sqm-mobile-card.is-map-focused {
  border-color: rgba(255, 213, 43, 0.62);
  box-shadow:
    0 10px 22px rgba(18, 24, 35, 0.14),
    0 0 0 1px rgba(255, 235, 59, 0.28) inset,
    0 0 24px rgba(255, 213, 43, 0.2);
  text-decoration: none;
}

.alps-home a.sqm-mobile-card:focus-visible {
  outline: 2px solid rgba(255, 213, 43, 0.72);
  outline-offset: 2px;
}

.alps-home a.sqm-mobile-card:active {
  transform: translateY(1px);
}

.alps-home .sqm-mobile-card-header,
.alps-home .sqm-mobile-identity,
.alps-home .sqm-mobile-last-value-line {
  display: flex;
  align-items: center;
  min-width: 0;
}

.alps-home .sqm-mobile-card-header {
  justify-content: space-between;
  gap: 0.72rem;
}

.alps-home .sqm-mobile-identity {
  gap: 0.42rem;
}

.alps-home .sqm-mobile-status-dot {
  flex: 0 0 auto;
  width: 0.58rem;
  height: 0.58rem;
  border: 1px solid rgba(18, 24, 35, 0.26);
  border-radius: 50%;
  background: #64748b;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.48) inset;
}

.alps-home .sqm-mobile-status-dot.is-online {
  background: #16a34a;
}

.alps-home .sqm-mobile-status-dot.is-daylight {
  background: #f59e0b;
}

.alps-home .sqm-mobile-status-dot.is-maintenance {
  background: #d8a51e;
}

.alps-home .sqm-mobile-status-dot.is-station-off {
  background: #94a3b8;
}

.alps-home .sqm-mobile-station {
  color: #101820;
  font-family: var(--home-ui-font);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.alps-home .sqm-mobile-status {
  flex: 0 0 auto;
  max-width: 44%;
  padding: 0.12rem 0.42rem;
  border: 1px solid rgba(18, 24, 35, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #415064;
  font-family: var(--home-ui-font);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
}

.alps-home .sqm-mobile-last {
  margin-top: 0.74rem;
  padding: 0.62rem 0.66rem;
  border: 1px solid rgba(255, 213, 43, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 244, 155, 0.42) 0%, rgba(255, 255, 255, 0.78) 58%, rgba(246, 249, 252, 0.9) 100%);
}

.alps-home .sqm-mobile-last-label,
.alps-home .sqm-mobile-darkest-title,
.alps-home .sqm-mobile-metric-label,
.alps-home .sqm-mobile-metric-time,
.alps-home .sqm-mobile-last-time {
  font-family: var(--home-ui-font);
}

.alps-home .sqm-mobile-last-label,
.alps-home .sqm-mobile-darkest-title {
  display: block;
  color: #4d5a67;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.alps-home .sqm-mobile-last-main {
  display: grid;
  grid-template-columns: minmax(5.2rem, auto) minmax(0, 1fr);
  gap: 0.62rem;
  align-items: stretch;
  margin-top: 0.24rem;
}

.alps-home .sqm-mobile-last-reading {
  display: flex;
  min-width: 0;
  align-items: center;
}

.alps-home .sqm-mobile-last-value-line {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12rem;
  margin-top: 0;
}

.alps-home .sqm-mobile-last-value {
  min-width: 0;
  color: #151b22;
  font-family: var(--home-mono-font);
  font-size: clamp(1.34rem, 7.2vw, 1.82rem);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.alps-home .sqm-mobile-last-time {
  color: #425064;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.alps-home .sqm-mobile-last-value-line.is-time-empty .sqm-mobile-last-time {
  display: none;
}

.alps-home .sqm-mobile-darkest {
  margin-top: 0.66rem;
}

.alps-home .sqm-mobile-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.42rem;
  margin-top: 0.38rem;
}

.alps-home .sqm-mobile-metric {
  min-width: 0;
  padding: 0.5rem 0.42rem;
  border: 1px solid rgba(18, 24, 35, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.alps-home .sqm-mobile-metric-label,
.alps-home .sqm-mobile-metric-time {
  display: block;
  min-width: 0;
}

.alps-home .sqm-mobile-metric-label {
  color: #6a7687;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.alps-home .sqm-mobile-metric-value {
  display: block;
  min-width: 0;
  margin-top: 0.22rem;
  color: #18202a;
  font-family: var(--home-mono-font);
  font-size: clamp(0.98rem, 4.8vw, 1.18rem);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.alps-home .sqm-mobile-metric-time {
  min-height: 0.74rem;
  margin-top: 0.18rem;
  color: #5d6b7a;
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.alps-home .sqm-mobile-metric.is-time-empty .sqm-mobile-metric-time {
  visibility: hidden;
}

.alps-home .sqm-mobile-spark {
  min-height: 4.1rem;
  margin-top: 0;
  padding: 0.18rem 0.2rem;
  border: 1px solid rgba(255, 213, 43, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 250, 212, 0.28) 100%);
  opacity: 0.95;
}

.alps-home .sqm-mobile-card:not(.has-spark) .sqm-mobile-last-main {
  grid-template-columns: 1fr;
}

.alps-home .sqm-mobile-card:not(.has-spark) .sqm-mobile-spark {
  display: none;
}

.alps-home .sqm-mobile-spark .sqm-night-line-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

@media screen and (max-width: 992px) {
  .alps-home .sqm-table {
    width: max-content;
    min-width: 640px;
    max-width: none;
    table-layout: auto;
  }

  .alps-home .sqm-table .sqm-head-cell.sqm-head-cell-station {
    position: sticky;
    left: 0;
    z-index: 5;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.22);
  }

  .alps-home .sqm-table .sqm-station-cell {
    position: sticky;
    left: 0;
    z-index: 4;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.16);
  }

  .alps-home .sqm-table .sqm-value-cell {
    min-width: 8.1rem;
  }
}

@media screen and (max-width: 992px) {
  .alps-home .sqm-live-status {
    margin: 0.42rem 0.5rem -0.12rem auto;
  }

  .alps-home .sqm-table caption {
    padding: 0.42rem 0.58rem 0.52rem;
    line-height: 1.28;
    white-space: normal;
  }
}

@media screen and (max-width: 600px) {
  .alps-home .sqm-table .sqm-th-sub {
    display: none;
  }

  .alps-home .sqm-table .sqm-night-line {
    max-width: 7.2rem;
    height: 1.42rem;
    margin-top: 0.04rem;
  }

  .alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-main {
    font-size: 0.9rem;
    padding: 0.01rem 0.16rem;
  }

  .alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub {
    left: calc(50% + 1.72rem);
    font-size: 0.7rem;
  }

  .alps-home .sqm-table .sqm-status-dot {
    width: 0.48rem;
    height: 0.48rem;
  }

  .alps-home .sqm-table .sqm-station-label {
    font-size: 0.92rem;
  }
}

@media screen and (max-width: 768px) {
  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards {
    overflow: visible;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-table {
    display: none;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-mobile-cards {
    display: flex;
    gap: 0.62rem;
    padding: 0.62rem;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0.62rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-mobile-cards[data-sqm-loop-enabled="1"] {
    scroll-snap-type: none;
    touch-action: pan-y;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-mobile-cards.is-loop-adjusting {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-mobile-cards.is-loop-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
  }

  .alps-home .sqm-mobile-card {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }

  .alps-home .sqm-mobile-card[data-sqm-loop-clone] {
    scroll-snap-align: none;
  }

  .alps-home .sqm-mobile-cards::-webkit-scrollbar {
    display: none;
    height: 0;
  }

  .alps-home .sqm-mobile-cards::-webkit-scrollbar-track {
    background: transparent;
  }

  .alps-home .sqm-mobile-cards::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-mobile-cards {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

@media screen and (max-width: 380px) {
  .alps-home .sqm-mobile-metrics {
    gap: 0.32rem;
  }

  .alps-home .sqm-mobile-metric {
    padding: 0.46rem 0.32rem;
  }

  .alps-home .sqm-mobile-metric-time {
    font-size: 0.56rem;
  }
}

.stations-section {
  margin: 12px 0 22px;
}

.stations-section-title.section-heading {
  width: 100%;
  margin: 0 0 14px;
}

.station-image-grid-section {
  margin-top: 0;
  margin-bottom: 22px;
}

.alps-home .alps-content > .alps-container.alps-padding-32,
.alps-home .alps-content > .about-section,
.alps-home .alps-content > #team,
.alps-home .alps-content > #contact,
.alps-home .alps-content > .partners-section {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.stations-dashboard {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(14px, 2.2vw, 24px);
  border: 1px solid rgba(255, 235, 59, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #2a2a2a 0%, #1f1f1f 44%, #171717 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stations-dashboard-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 235, 59, 0.18);
}

.stations-dashboard-kicker {
  margin: 0;
  color: #ffeb3b;
  font-family: var(--home-ui-font);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stations-dashboard-lead {
  max-width: 360px;
  margin: 0;
  color: #d8d8d8;
  font-family: var(--home-ui-font);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.stations-dashboard .stations-layout {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  gap: 18px;
}

.alps-home .station-map-shell,
.alps-home .table-responsive.sqm-table-shell {
  border: 1px solid rgba(255, 235, 59, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(43, 43, 43, 0.97) 0%, rgba(28, 28, 28, 0.98) 100%);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.alps-home .station-map-shell:hover,
.alps-home .station-map-shell:focus-within,
.alps-home .table-responsive.sqm-table-shell:hover,
.alps-home .table-responsive.sqm-table-shell:focus-within {
  border-color: rgba(255, 235, 59, 0.46);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 235, 59, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.station-panel-heading,
.sqm-table-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 59, 0.16);
}

.station-panel-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #f8fafc;
  font-family: var(--home-ui-font);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.station-panel-title i {
  color: #ffeb3b;
}

.station-panel-chip,
.alps-home .sqm-live-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 24px;
  margin: 0;
  padding: 0.16rem 0.52rem;
  border: 1px solid rgba(255, 235, 59, 0.24);
  border-radius: 999px;
  background: rgba(255, 235, 59, 0.08);
  color: #fff2a0;
  font-family: var(--home-ui-font);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.alps-home .station-map-shell {
  padding: 0;
  gap: 0;
}

.alps-home .station-map-frame {
  position: relative;
  margin: 10px;
  border: 1px solid rgba(255, 235, 59, 0.18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 235, 59, 0.08), transparent 44%),
    linear-gradient(180deg, rgba(39, 39, 39, 0.96), rgba(20, 20, 20, 0.98));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.alps-home .station-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 235, 59, 0.08), transparent 22%, transparent 78%, rgba(255, 235, 59, 0.05)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, rgba(0, 0, 0, 0.16));
  mix-blend-mode: screen;
}

.alps-home #map {
  min-height: 430px;
  border-radius: 12px;
}

.alps-home #map.leaflet-container {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 235, 59, 0.08), transparent 48%),
    #242424;
  color: #f2f2f2;
}

.alps-home #map .leaflet-tile-pane {
  filter: saturate(0.86) contrast(0.98) brightness(0.92);
}

.alps-home .station-map-legend {
  margin: 0 10px 10px;
  padding: 0.66rem 0.72rem;
  border: 1px solid rgba(255, 235, 59, 0.18);
  background: rgba(30, 30, 30, 0.78);
  color: #e2e2e2;
  backdrop-filter: blur(10px);
}

.alps-home .station-map-legend .map-legend-item {
  gap: 0.1rem;
  font-weight: 700;
}

.legend-icon {
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow:
    0 0 0 1px rgba(30, 30, 30, 0.5),
    0 0 14px currentColor;
}

.alps-home #map .leaflet-control-attribution {
  background: rgba(30, 30, 30, 0.78);
  color: #d6d6d6;
}

.alps-home #map .leaflet-bar {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.alps-home #map .leaflet-bar a,
.alps-home #map .leaflet-bar a:hover,
.alps-home #map .leaflet-bar a:focus {
  border-color: rgba(255, 235, 59, 0.22);
  background: rgba(30, 30, 30, 0.94);
  color: #ffeb3b;
}

.alps-home #map .leaflet-bar a:hover,
.alps-home #map .leaflet-bar a:focus {
  border-color: rgba(255, 235, 59, 0.6);
  background: rgba(45, 45, 45, 0.98);
  color: #fff4a3;
}

.station-map-pin {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateZ(0);
  z-index: 1;
}

.station-map-pin::before {
  content: "\f3c5";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 210, 64, 0.24);
  font-family: "Font Awesome 6 Free";
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.42;
  transform: scale(1.02);
  filter: blur(1.2px);
  transition: transform 0.22s ease, opacity 0.22s ease, color 0.22s ease, filter 0.22s ease;
}

.station-map-pin::after {
  content: "\f3c5";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 138, 35, 0);
  font-family: "Font Awesome 6 Free";
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: scale(0.92) translateY(1px);
  filter: blur(4px);
  transition: transform 0.22s ease, opacity 0.22s ease, color 0.22s ease, filter 0.22s ease;
}

.station-map-pin i {
  position: relative;
  z-index: 2;
  -webkit-text-stroke: 0.9px rgba(18, 18, 18, 0.86);
  paint-order: stroke fill;
  filter:
    drop-shadow(0 3px 7px rgba(0, 0, 0, 0.7))
    drop-shadow(0 0 9px currentColor);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.station-map-pin.is-focused::before {
  color: rgba(255, 242, 138, 0.98);
  opacity: 0.96;
  transform: scale(1.24);
  filter:
    blur(1.6px)
    drop-shadow(0 0 10px rgba(255, 238, 102, 0.96))
    drop-shadow(0 0 18px rgba(255, 218, 79, 0.82));
}

.station-map-pin.is-focused::after {
  color: rgba(255, 214, 74, 0.9);
  opacity: 0.92;
  transform: scale(1.38) translateY(1px);
  filter:
    blur(5.2px)
    drop-shadow(0 0 12px rgba(255, 224, 88, 0.96))
    drop-shadow(0 0 24px rgba(255, 198, 52, 0.84));
}

.station-map-pin.is-focused i {
  transform: translateY(-3px) scale(1.24);
  -webkit-text-stroke: 1.65px rgba(10, 10, 10, 0.94);
  filter:
    drop-shadow(0 8px 14px rgba(0, 0, 0, 0.8))
    drop-shadow(0 0 10px rgba(255, 244, 186, 0.72))
    drop-shadow(0 0 18px rgba(255, 227, 92, 0.98))
    drop-shadow(0 0 30px rgba(255, 208, 64, 0.82));
}

.alps-home .sqm-table-topline + .sqm-table {
  border-top: 0;
}

.alps-home .table-responsive.sqm-table-shell {
  overflow-x: auto;
  overflow-y: hidden;
}

.alps-home .sqm-table caption {
  padding: 0.72rem 0.84rem;
  color: #d8d8d8;
  caption-side: top;
  background: rgba(30, 30, 30, 0.54);
}

.alps-home .sqm-table .sqm-head-cell {
  background-color: #1e1e1e !important;
  color: #f8fafc;
  border-color: rgba(255, 235, 59, 0.22) !important;
  padding: 0.66rem 0.52rem;
}

.alps-home .sqm-table tbody tr.sqm-row {
  transition: filter 0.18s ease, transform 0.18s ease;
}

.alps-home .sqm-table tbody tr.sqm-row td {
  border-color: rgba(148, 163, 184, 0.13) !important;
}

.alps-home .sqm-table .sqm-value-cell,
.alps-home .sqm-table tbody tr:nth-child(odd) .sqm-value-cell,
.alps-home .sqm-table tbody tr:nth-child(even) .sqm-value-cell {
  background-color: #222222;
  color: #f8fafc;
}

.alps-home .sqm-table tbody tr:nth-child(even) .sqm-value-cell {
  background-color: #272727;
}

.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-value-cell {
  background-color: #303030;
}

.alps-home .sqm-table tbody tr.sqm-row:hover,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused {
  filter: saturate(1.08);
}

.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-value-cell .sqm-cell-main,
.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-value-cell .sqm-cell-sub,
.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-value-cell .sqm-cell-period,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-value-cell .sqm-cell-main,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-value-cell .sqm-cell-sub,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-value-cell .sqm-cell-period {
  color: #fff7ad;
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.42),
    0 0 10px rgba(255, 235, 59, 0.72),
    0 0 18px rgba(255, 213, 43, 0.42);
}

.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-station-label,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-station-label {
  color: #1f1b0a;
  text-shadow:
    0 0 3px rgba(255, 255, 255, 0.95),
    0 0 9px rgba(255, 235, 59, 0.9),
    0 0 18px rgba(255, 213, 43, 0.62);
}

.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-station-state,
.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-station-state {
  color: rgba(31, 27, 10, 0.82);
  text-shadow:
    0 0 3px rgba(255, 255, 255, 0.82),
    0 0 8px rgba(255, 235, 59, 0.74);
}

.alps-home .sqm-table tbody tr.sqm-row.is-map-focused .sqm-station-cell,
.alps-home .sqm-table tbody tr.sqm-row:hover .sqm-station-cell {
  background: linear-gradient(180deg, #fff7ad 0%, #ffdf4f 100%) !important;
}

.alps-home .sqm-table .sqm-cell-sub {
  color: #b5b5b5;
}

.alps-home .sqm-table .sqm-cell-period {
  color: #9f9f9f;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-main,
.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.88) 0%, rgba(45, 45, 45, 0.72) 100%);
  border: 1px solid rgba(255, 235, 59, 0.16);
  color: #f2f2f2;
}

.alps-home .sqm-table tbody tr.sqm-row-daylight .sqm-value-last .sqm-cell-main,
.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-value-last .sqm-cell-main,
.alps-home .sqm-table tbody tr.sqm-row-station-off .sqm-value-last .sqm-cell-main,
.alps-home .sqm-table tbody tr.sqm-row-maintenance .sqm-value-last .sqm-cell-main {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub.trend-up {
  color: #86efac;
}

.alps-home .sqm-table .sqm-value-cell.sqm-value-last .sqm-cell-sub.trend-down {
  color: #fdba74;
}

.alps-home .sqm-table .sqm-night-line {
  max-width: 9.8rem;
  height: 2.08rem;
}

.alps-home .sqm-table .sqm-night-line-svg path {
  filter: drop-shadow(0 0 4px rgba(255, 235, 59, 0.32));
}

.alps-home .sqm-table tbody tr[data-station-status="OFF"] .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off .sqm-value-cell,
.alps-home .sqm-table tbody tr[data-station-status="OFF"]:nth-child(odd) .sqm-value-cell,
.alps-home .sqm-table tbody tr[data-station-status="OFF"]:nth-child(even) .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off:nth-child(odd) .sqm-value-cell,
.alps-home .sqm-table tbody tr.sqm-row-station-off:nth-child(even) .sqm-value-cell {
  background-color: #242424;
  color: #8d8d8d;
}

.alps-home .sqm-live-status::before {
  box-shadow: 0 0 10px currentColor;
}

.alps-home .sqm-live-status.is-ok {
  border-color: rgba(34, 197, 94, 0.28);
  background: rgba(34, 197, 94, 0.1);
  color: #bbf7d0;
}

.alps-home .sqm-live-status.is-error {
  border-color: rgba(248, 113, 113, 0.28);
  background: rgba(248, 113, 113, 0.1);
  color: #fecaca;
}

@media (prefers-reduced-motion: reduce) {
  .station-map-pin::before,
  .station-map-pin i,
  .alps-home .sqm-table tbody tr.sqm-row {
    transition: none;
  }
}

@media screen and (max-width: 1099px) {
  .stations-dashboard {
    padding: 12px;
  }

  .alps-home #map {
    height: clamp(360px, 62vw, 560px);
  }
}

@media screen and (max-width: 700px) {
  .stations-dashboard-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .stations-dashboard-lead {
    max-width: none;
    text-align: left;
  }

  .station-panel-heading,
  .sqm-table-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .alps-home #map {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .alps-home .station-map-frame {
    flex: 0 0 auto;
  }

  .alps-home #map {
    height: clamp(280px, calc(100vw - 64px), 340px);
    min-height: 0;
  }

  .station-panel-heading,
  .sqm-table-topline {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    min-height: 38px;
    padding: 8px 10px;
  }

  .station-panel-title {
    gap: 6px;
    font-size: 0.86rem;
    line-height: 1.1;
  }

  .station-panel-chip,
  .alps-home .sqm-live-status {
    flex: 0 0 auto;
    max-width: 48%;
    min-height: 22px;
    padding: 0.12rem 0.42rem;
    font-size: 0.61rem;
    line-height: 1;
    white-space: nowrap;
  }

  .alps-home .sqm-live-status::before {
    flex: 0 0 auto;
    width: 0.4rem;
    height: 0.4rem;
  }

  .alps-home .table-responsive.sqm-table-shell.has-sqm-mobile-cards .sqm-mobile-cards {
    display: flex;
    gap: 0.46rem;
    padding: 0.46rem;
    scroll-padding-inline: 0.46rem;
  }

  .alps-home .sqm-mobile-card {
    flex-basis: min(82vw, 320px);
    padding: 0.56rem;
  }

  .alps-home .sqm-mobile-card-header {
    gap: 0.5rem;
  }

  .alps-home .sqm-mobile-station {
    font-size: 0.96rem;
  }

  .alps-home .sqm-mobile-status {
    padding: 0.1rem 0.34rem;
    font-size: 0.58rem;
  }

  .alps-home .sqm-mobile-last {
    margin-top: 0.48rem;
    padding: 0.46rem 0.52rem;
  }

  .alps-home .sqm-mobile-last-main {
    grid-template-columns: minmax(4.9rem, auto) minmax(0, 1fr);
    gap: 0.46rem;
    margin-top: 0.18rem;
  }

  .alps-home .sqm-mobile-last-label,
  .alps-home .sqm-mobile-darkest-title {
    font-size: 0.6rem;
  }

  .alps-home .sqm-mobile-last-value-line {
    gap: 0.08rem;
    margin-top: 0;
  }

  .alps-home .sqm-mobile-last-value {
    font-size: clamp(1.18rem, 6.2vw, 1.5rem);
  }

  .alps-home .sqm-mobile-last-time {
    font-size: 0.72rem;
  }

  .alps-home .sqm-mobile-darkest {
    margin-top: 0.44rem;
  }

  .alps-home .sqm-mobile-metrics {
    gap: 0.32rem;
    margin-top: 0.24rem;
  }

  .alps-home .sqm-mobile-metric {
    padding: 0.34rem 0.34rem;
  }

  .alps-home .sqm-mobile-metric-label {
    font-size: 0.56rem;
  }

  .alps-home .sqm-mobile-metric-value {
    margin-top: 0.16rem;
    font-size: clamp(0.9rem, 4.2vw, 1.06rem);
  }

  .alps-home .sqm-mobile-metric-time {
    min-height: 0.58rem;
    margin-top: 0.12rem;
    font-size: 0.55rem;
  }

  .alps-home .sqm-mobile-spark {
    min-height: 3.55rem;
    margin-top: 0;
    padding: 0.14rem 0.16rem;
  }
}

@media screen and (max-width: 380px) {
  .alps-home #map {
    height: clamp(250px, calc(100vw - 48px), 310px);
  }

  .alps-home .sqm-mobile-card {
    flex-basis: min(88vw, 300px);
    padding: 0.5rem;
  }

  .alps-home .sqm-mobile-last-main {
    grid-template-columns: minmax(4.55rem, auto) minmax(0, 1fr);
    gap: 0.38rem;
  }

  .alps-home .sqm-mobile-spark {
    min-height: 3.2rem;
  }

  .alps-home .sqm-mobile-metric {
    padding: 0.3rem 0.28rem;
  }

  .alps-home .sqm-mobile-metric-time {
    font-size: 0.52rem;
  }
}
