@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&subset=latin,cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&subset=latin,cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&subset=latin,cyrillic&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .\!container {
    width: 100% !important;
  }

  @media (width >= 40rem) {
    .\!container {
      max-width: 40rem !important;
    }
  }

  @media (width >= 48rem) {
    .\!container {
      max-width: 48rem !important;
    }
  }

  @media (width >= 64rem) {
    .\!container {
      max-width: 64rem !important;
    }
  }

  @media (width >= 80rem) {
    .\!container {
      max-width: 80rem !important;
    }
  }

  @media (width >= 96rem) {
    .\!container {
      max-width: 96rem !important;
    }
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .resize {
    resize: both;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .\!filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .fade-out {
    --tw-exit-opacity: 0;
  }

  .running {
    animation-play-state: running;
  }
}




@supports (padding: env(safe-area-inset-bottom)) {
  html {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

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

html {
  background: #000050;
  height: -webkit-fill-available;
}

body {
  color: #fff;
  background: #000050;
  min-height: -webkit-fill-available;
  font-family: Barlow, Inter, PT Sans, Bahnschrift, DB Screen Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

body[data-language="uk"] .btn, body[data-language="uk"] .status-text, body[data-language="uk"] .transport-option, body[data-language="uk"] .language-option, body[data-language="uk"] .transport-reset, body[data-language="uk"] .platform-info, body[data-language="uk"] .delay-info, body[data-language="uk"] .in-minutes, body[data-language="uk"] .journey-info-label, body[data-language="uk"] .journey-stop-time, body[data-language="uk"] .occupancy-text, body[data-language="uk"] .last-update, body[data-language="uk"] .disclaimer-footer, body[data-language="uk"] .copyright-footer, body[data-language="uk"] .error-message, body[data-language="uk"] .error-title, body[data-language="uk"] .loading-message, body[data-language="uk"] .loading-title, body[data-language="uk"] .no-departures-message, body[data-language="uk"] .no-departures-filter-message, body[data-language="uk"] .recent-searches-header, body[data-language="uk"] .suggestion-item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 200 !important;
}

body[data-language="uk"] .journey-route-title {
  font-weight: 500 !important;
}

body[data-language="uk"] .journey-refresh, body[data-language="uk"] .station-search-input, body[data-language="uk"] .journey-stop-name, body[data-language="uk"] .journey-info-value, body[data-language="uk"] .collapsed-station-name, body[data-language="uk"] .station-suggestion-item {
  font-weight: 400 !important;
}

body[data-language="uk"] .destination, body[data-language="uk"] .departure-time, body[data-language="uk"] .journey-destination {
  font-weight: 300 !important;
}

body[data-language="uk"] .line-badge, body[data-language="uk"] .journey-line-badge {
  font-variation-settings: "wght" 700 !important;
  font-weight: 700 !important;
}

.container {
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.header {
  z-index: 100;
  background: #000050;
  border-bottom: 1px solid #ffffff40;
  flex-shrink: 0;
  padding: 20px 30px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: sticky;
  top: 0;
}

.header.collapsed {
  cursor: pointer;
  border-bottom: 1px solid #ffffff40;
  align-items: center;
  min-height: 36px;
  padding: 4px 20px;
  display: flex;
  box-shadow: 0 2px 20px #0000004d;
}

.header.collapsed:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #000050f2;
}

.time-display {
  opacity: 1;
  z-index: 1;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 32px;
  left: 30px;
  transform: scale(1);
}

.header.collapsed .time-display {
  display: none !important;
}

.collapsed-station-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.collapsed-station-name {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  font-size: 1.1rem;
  font-weight: 400;
  overflow: hidden;
}

.language-selector {
  z-index: 1;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 20px;
  right: 22px;
}

.header.collapsed .language-selector {
  display: none !important;
}

.language-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  font-family: Barlow, Inter, PT Sans, Bahnschrift, DB Screen Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  transition: all .3s;
  display: flex;
  position: relative;
  outline: none !important;
}

.language-button:focus, .language-button:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.language-button:active {
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
}

.language-button:hover {
  box-shadow: none;
  transform: none;
}

.language-button.active {
  box-shadow: none;
  border-width: 2px;
}

.language-button-inner {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.language-button.active .language-button-inner {
  border-width: 3px;
}

.language-flag {
  filter: drop-shadow(0 0 1px #0000004d);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 28px;
  line-height: 1;
  display: flex;
  transform: scale(1.1);
}

.language-flag-small {
  font-size: 16px;
  line-height: 1;
}

.language-dropdown-top {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: #fffffff2;
  border: 1px solid #fff3;
  border-radius: 8px;
  min-width: 180px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 8px 32px #0000004d;
}

.language-dropdown-top::-webkit-scrollbar {
  width: 8px;
}

.language-dropdown-top::-webkit-scrollbar-track {
  background: #1a237e0d;
  border-radius: 4px;
}

.language-dropdown-top::-webkit-scrollbar-thumb {
  background: #1a237e4d;
  border-radius: 4px;
}

.language-dropdown-top::-webkit-scrollbar-thumb:hover {
  background: #1a237e80;
}

@media (height <= 600px) {
  .language-dropdown-top {
    max-height: 70vh;
    overflow: hidden auto;
  }
}

@media (height <= 500px) {
  .language-dropdown-top {
    max-height: 60vh;
    overflow: hidden auto;
  }
}

@media (height <= 400px) {
  .language-dropdown-top {
    max-height: 50vh;
    overflow: hidden auto;
  }
}

.language-option {
  color: #1a237e;
  cursor: pointer;
  border-bottom: 1px solid #1a237e1a;
  outline: none;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.language-option:focus-visible {
  outline-offset: -2px;
  background: #1a237e26;
  outline: 2px solid #1a237e;
}

.language-option:last-child {
  border-bottom: none;
}

.language-option:hover {
  background: #1a237e1a;
}

.language-radio {
  border: 2px solid #1a237e;
  border-radius: 50%;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
}

.language-radio.checked {
  background: #000050;
  border-color: #000050;
}

.language-radio.checked:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transport-filter {
  position: relative;
}

.transport-dropdown {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: #fffffff2;
  border: 1px solid #fff3;
  border-radius: 8px;
  min-width: 220px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 8px 32px #0000004d;
}

.transport-filter-status .transport-dropdown {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: #fffffff2;
  border: 1px solid #fff3;
  border-radius: 8px;
  min-width: 220px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 32px #0000004d;
}

.transport-option {
  color: #1a237e;
  cursor: pointer;
  border-bottom: 1px solid #1a237e1a;
  outline: none;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

@media (width >= 769px) {
  .transport-dropdown {
    min-width: 200px;
  }

  .transport-option {
    gap: 10px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .transport-checkbox {
    width: 14px;
    height: 14px;
  }

  .transport-checkbox.checked:after {
    font-size: 10px;
    top: -3px;
    left: 1px;
  }

  .transport-reset {
    padding: 10px 14px;
    font-size: 14px;
  }
}

.transport-option:focus-visible {
  outline-offset: -2px;
  background: #1a237e26;
  outline: 2px solid #1a237e;
}

.transport-option:last-child {
  border-bottom: none;
}

.transport-option:hover {
  background: #1a237e1a;
}

.transport-checkbox {
  border: 2px solid #1a237e;
  border-radius: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
}

.transport-checkbox.checked {
  background: #000050;
}

.transport-checkbox.checked:after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 2px;
}

.transport-reset {
  color: #dc143c;
  cursor: pointer;
  text-align: center;
  border-top: 1px solid #1a237e1a;
  outline: none;
  padding: 16px;
  font-weight: 500;
  transition: all .2s;
}

.transport-reset:focus-visible {
  outline-offset: -2px;
  background: #dc143c26;
  outline: 2px solid #dc143c;
}

.transport-reset:hover {
  background: #dc143c1a;
}

.datetime-picker-overlay * {
  box-sizing: border-box;
}

.datetime-picker-overlay {
  z-index: 1000;
  box-sizing: border-box;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.datetime-picker-popup {
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  animation: .3s slideUp;
  overflow: hidden;
  box-shadow: 0 8px 32px #0000004d;
}

.datetime-picker-header {
  border-bottom: 1px solid #1a237e1a;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.datetime-picker-header h3 {
  color: #1a237e;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.datetime-picker-close {
  color: #1a237e;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.datetime-picker-close:hover {
  background: #1a237e1a;
}

.datetime-picker-content {
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.datetime-picker-field {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  display: flex;
}

.datetime-picker-field label {
  color: #1a237e;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.datetime-picker-field input {
  color: #1a237e;
  box-sizing: border-box;
  appearance: none;
  border: 2px solid #1a237e33;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 16px;
  font-family: Barlow, Inter, PT Sans, Bahnschrift, DB Screen Sans, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.datetime-picker-field input:focus {
  border-color: #000050;
  outline: none;
  box-shadow: 0 0 0 3px #0000501a;
}

.datetime-picker-actions {
  border-top: 1px solid #1a237e1a;
  gap: 12px;
  padding: 16px 24px;
  display: flex;
}

.datetime-picker-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 12px 24px;
  font-family: Barlow, Inter, PT Sans, Bahnschrift, DB Screen Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.datetime-picker-btn.cancel {
  color: #1a237e;
  background: #1a237e1a;
}

.datetime-picker-btn.cancel:hover {
  background: #1a237e33;
}

.datetime-picker-btn.apply {
  color: #fff;
  background: #000050;
}

.datetime-picker-btn.apply:hover {
  background: #1a237e;
}

.datetime-picker-btn.apply:disabled {
  color: #ffffff80;
  cursor: not-allowed;
  background: #1a237e4d;
}

.selected-datetime-bar {
  background: #000050;
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 30px;
  display: flex;
}

.datetime-display {
  color: #fff9;
  cursor: pointer;
  flex: 1;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  transition: color .2s;
  display: flex;
}

.datetime-display:hover {
  color: #fffc;
}

.datetime-display svg {
  color: inherit;
  flex-shrink: 0;
}

.datetime-display span {
  flex: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.station-search-container {
  opacity: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  transform: translateY(0);
}

.header.collapsed .station-search-container {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  transform: translateY(-20px);
}

.station-search-input {
  letter-spacing: -2%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 700px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  contain: layout style;
  will-change: font-size, letter-spacing;
  background: #ffffff1a;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 20px 24px;
  font-family: Barlow, Inter, PT Sans, Bahnschrift, DB Screen Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  transition: all .3s, font-size .15s ease-out, letter-spacing .15s ease-out;
  overflow: hidden;
  outline: 0 !important;
}

.station-search-input:focus {
  background: #ffffff26;
  border-color: #fff;
  transform: scale(1.02);
  box-shadow: none !important;
  outline: 0 !important;
}

.station-search-input:active, .station-search-input:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
}

.station-search-input.keyboard-focus:focus, .station-search-input.keyboard-focus:focus-visible {
  outline-offset: 2px !important;
  outline: 3px solid #ffffffe6 !important;
}

.station-search-input::placeholder {
  color: #fff9;
}

.station-suggestions {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: #fffffff2;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 700px;
  max-height: 60vh;
  margin: 8px auto 0;
  transition: transform .3s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  transform: scale(1);
  box-shadow: 0 8px 32px #0000004d;
}

.station-search-input:focus + .station-suggestions, .station-search-input:focus ~ .station-suggestions {
  transform: scale(1.02);
}

.station-suggestion-item {
  color: #1a237e;
  cursor: pointer;
  border-bottom: 1px solid #1a237e1a;
  outline: none;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  position: relative;
}

.station-suggestion-item:before {
  content: "";
  pointer-events: none;
  background: none;
  transition: background .2s;
  position: absolute;
  inset: 0 -100px;
}

.station-suggestion-item:hover:before {
  background: #1a237e1a;
}

.station-suggestion-item:focus-visible:before {
  background: #1a237e26;
}

.station-suggestion-item:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #1a237e;
}

.station-suggestion-item:last-child {
  border-bottom: none;
}

.station-suggestion-item:hover {
  transform: translateX(4px);
}

.recent-searches-header {
  color: #1a237ecc;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #1a237e0d;
  border-bottom: 1px solid #1a237e1a;
  padding: 12px 16px 8px;
  font-size: .9rem;
  font-weight: 600;
}

.recent-search-item {
  opacity: .9;
  font-style: italic;
}

.recent-search-item:hover {
  opacity: 1;
}

.station-suggestion-text {
  align-items: center;
  gap: 0;
  display: inline-flex;
}

.station-suggestion-item .airport-icon {
  color: #1a237e;
  vertical-align: baseline;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: -.5px;
  margin-left: 5px !important;
}

.btn {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: #ffffff26;
  border: 1px solid #ffffff4d;
  border-radius: 4px;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fffc;
}

.btn:hover {
  background: #ffffff40;
}

.btn:active {
  transform: translateY(1px);
}

.btn.active {
  background: #fff6;
}

.icon {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  width: 24px;
  height: 24px;
}

.status {
  z-index: 98;
  background: #000050;
  border-bottom: 1px solid #ffffff40;
  flex-shrink: 0;
  padding: 12px 30px;
  font-size: 1.2rem;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  position: sticky;
  top: 0;
}

.status.error-hidden {
  display: none;
}

.header.collapsed + .status {
  opacity: 0;
  pointer-events: none;
  height: 0;
  padding: 0 30px;
  overflow: hidden;
  transform: translateY(-100%);
}

.status-content {
  align-items: center;
  gap: 12px;
  display: flex;
}

.status-controls {
  flex-shrink: 0;
  order: -1;
  align-items: center;
  gap: 4px;
  display: flex;
}

.status-btn {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.status-btn:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fffc;
}

.status-btn:hover {
  background: #ffffff1a;
  transform: scale(1.1);
}

.status-btn:active {
  transform: scale(.95);
}

.status-btn.active {
  background: #ffffff1a;
}

.status-btn.filter-issue {
  color: #ffc107;
}

.status-btn.filter-issue:hover {
  background: #ffc10726;
}

.transport-filter-status {
  position: relative;
}

.status-icon {
  flex-shrink: 0;
}

.loading-icon {
  color: #fffc;
  animation: 1.5s linear infinite spin;
}

.success-icon {
  color: #4caf50;
}

.error-icon {
  color: #ff5722;
}

.status-text {
  flex: 1;
}

.transport-modes-icons {
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding-left: 16px;
  display: flex;
}

.transport-mode-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.transport-mode-icon.clickable {
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
  transition: all .2s;
}

.transport-mode-icon.clickable:hover {
  background: #ffffff26;
  transform: scale(1.1);
}

.transport-mode-icon.clickable:active {
  transform: scale(.95);
}

.transport-letter-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Bahnschrift, Barlow, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.s-bahn-icon {
  color: #fff;
  background-color: green;
}

.u-bahn-icon {
  color: #fff;
  background-color: #005aab;
}

.db-regional-icon {
  color: #fff;
  letter-spacing: -.5px;
  box-sizing: border-box;
  background-color: #ec0016;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 20px;
  padding: 0;
  font-family: Barlow, Bahnschrift, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.tram-icon {
  color: #fff;
  background-color: #e91e63;
}

.bus-icon {
  color: #fff;
  background-color: #9c27b0;
}

.ferry-icon {
  color: #fff;
  background-color: #4585ad;
}

.collapsed-header-content {
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  transform: translateY(10px);
}

.header.collapsed .collapsed-header-content {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.collapsed-station-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  max-width: 60%;
  font-size: 1.2rem;
  font-weight: 400;
  overflow: hidden;
}

.collapsed-expand-hint {
  opacity: .5;
  align-items: center;
  gap: 3px;
  font-size: .7rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  right: 0;
}

.collapsed-header-content:hover .collapsed-expand-hint {
  opacity: .8;
}

.collapsed-header-content:hover {
  background: #ffffff0d;
  border-radius: 6px;
}

.station-info-btn {
  margin-left: 8px;
}

@keyframes collapsedContentFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.digital-clock {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0000004d;
  border: 2px solid #fff;
  border-radius: 4px;
  flex-shrink: 0;
  min-width: fit-content;
  padding: 4px 10px;
  font-family: Bahnschrift, Barlow, Inter, PT Sans, monospace;
  transition: all .3s;
  box-shadow: 0 2px 8px #0000004d;
}

.digital-clock:hover {
  background: #0006;
  border-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 16px #fff3;
}

.time-segments {
  letter-spacing: .5px;
  font-variant-numeric: tabular-nums;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 86px;
  font-weight: 500;
  display: flex;
}

.time-hours, .time-minutes {
  color: #fff;
  text-shadow: 0 1px 2px #00000080;
  text-align: center;
  width: 26px;
  font-size: 1.35rem;
  transition: all .2s;
}

.time-seconds {
  color: #ffffffb3;
  text-shadow: 0 1px 2px #00000080;
  text-align: center;
  width: 26px;
  font-size: 1.35rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  animation: 1s ease-in-out infinite secondsPulse;
}

.time-separator-first {
  color: #fffc;
  text-align: center;
  width: 10px;
  font-size: 1.35rem;
  font-weight: 400;
}

.time-separator-second {
  color: #fffc;
  text-align: center;
  width: 10px;
  font-size: 1.35rem;
  font-weight: 400;
  transition: opacity .1s ease-in-out;
}

@keyframes secondsPulse {
  0%, 50% {
    text-shadow: 0 1px 2px #00000080;
    transform: scale(1);
  }

  25% {
    text-shadow: 0 2px 6px #fff6;
    transform: scale(1.05);
  }
}

.loading {
  border: 3px solid #ffffff4d;
  border-top-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s ease-in-out infinite spin;
  display: inline-block;
}

.departures-container {
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  background: #000050;
  flex: 1;
  position: relative;
  overflow-y: auto;
}

.departure-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff40;
  outline: none;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 70px;
  padding: 18px 30px;
  transition: background .2s;
  display: grid;
}

.departure-item:not(.departure-item-animate) {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

.departure-item.departure-item-animate {
  opacity: 0;
  animation: .4s cubic-bezier(.25, .46, .45, .94) forwards departureItemFadeIn;
}

.departure-item.departure-item-animate:first-child {
  animation-delay: 50ms;
}

.departure-item.departure-item-animate:nth-child(2) {
  animation-delay: .1s;
}

.departure-item.departure-item-animate:nth-child(3) {
  animation-delay: .15s;
}

.departure-item.departure-item-animate:nth-child(4) {
  animation-delay: .2s;
}

.departure-item.departure-item-animate:nth-child(5) {
  animation-delay: .25s;
}

.departure-item.departure-item-animate:nth-child(6) {
  animation-delay: .3s;
}

.departure-item.departure-item-animate:nth-child(7) {
  animation-delay: .35s;
}

.departure-item.departure-item-animate:nth-child(8) {
  animation-delay: .4s;
}

.departure-item.departure-item-animate:nth-child(9) {
  animation-delay: .45s;
}

.departure-item.departure-item-animate:nth-child(10) {
  animation-delay: .5s;
}

.departure-item.departure-item-animate:nth-child(n+11) {
  animation-delay: .55s;
}

.departure-item:focus-visible {
  outline-offset: -2px;
  background: #ffffff1a;
  outline: 2px solid #fffc;
}

.departure-item:hover {
  background: #ffffff0d;
}

.departure-item.cancelled {
  opacity: .9;
  background: #dc143c1a;
}

.departure-item.cancelled:hover {
  background: #dc143c26;
}

.line-info {
  align-items: center;
  gap: 15px;
  min-width: 0;
  display: flex;
}

.line-badge {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background: #dc143c;
  border-radius: 20px;
  flex-shrink: 0;
  min-width: 55px;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 700;
}

.line-badge.s-bahn {
  background: #009639;
}

.line-badge.regional {
  background: #2196f3;
}

.line-badge.flx {
  color: #0d4f00;
  background: #73d700;
}

.line-badge.metro {
  background: #1976d2;
}

.line-badge.tram {
  background: #e91e63;
}

.line-badge.bus {
  background: #9c27b0;
}

.line-badge.ferry {
  background: #4585ad;
}

.line-badge.cancelled {
  background: #666;
}

.airport-icon {
  color: #fff;
  vertical-align: baseline;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.destination-info {
  min-width: 0;
}

.destination {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2.2rem;
  font-weight: 300;
  overflow: hidden;
}

.destination.cancelled {
  opacity: .8;
  text-decoration: line-through;
}

.platform-info {
  opacity: .8;
  margin-top: 5px;
  font-size: 1.2rem;
}

.occupancy-info {
  opacity: .9;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: .9rem;
  transition: opacity .2s;
  display: flex;
}

.occupancy-icon {
  filter: drop-shadow(0 1px 2px #0000004d);
  font-size: .8rem;
}

.occupancy-text {
  text-transform: uppercase;
  letter-spacing: .3px;
  font-size: .75rem;
  font-weight: 500;
}

.occupancy-info.occupancy-low {
  color: #4caf50;
}

.occupancy-info.occupancy-medium {
  color: #ffc107;
}

.occupancy-info.occupancy-high {
  color: #ff9800;
}

.occupancy-info.occupancy-very-high {
  color: #f44336;
}

.departure-item:hover .occupancy-info {
  opacity: 1;
}

.time-info {
  text-align: right;
  flex-shrink: 0;
}

.departure-time {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}

.departure-time.cancelled {
  opacity: .8;
  text-decoration: line-through;
}

.time-suffix {
  opacity: .8;
  margin-left: 8px;
  font-size: 1.4rem;
}

.delay-info {
  margin-top: 4px;
  font-size: 1.2rem;
}

.delay-info.on-time {
  color: #4caf50;
}

.delay-info.delayed {
  color: #ff5722;
  font-weight: 500;
}

.delay-info.cancelled {
  color: #dc143c;
  font-weight: 600;
}

.in-minutes {
  opacity: .9;
  margin-top: 0;
  font-size: 1.2rem;
}

.from-origin {
  opacity: .8;
  margin-top: 5px;
  font-size: 1.1rem;
}

.no-data {
  text-align: center;
  opacity: .7;
  padding: 80px 30px;
  font-size: 1.5rem;
}

.last-update {
  text-align: center;
  opacity: .6;
  background: #000050;
  border-top: 1px solid #ffffff40;
  flex-shrink: 0;
  padding: 16px;
  font-size: .9rem;
}

.disclaimer-footer {
  text-align: center;
  color: #ffffff80;
  letter-spacing: .3px;
  background: #000050;
  border-top: 1px solid #ffffff1a;
  flex-shrink: 0;
  padding: 12px 16px;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.4;
}

.copyright-footer {
  text-align: center;
  color: #ffffff80;
  letter-spacing: .3px;
  background: #000050;
  flex-shrink: 0;
  padding: 16px;
  font-size: .8rem;
  font-weight: 300;
}

.error-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px 30px;
  display: flex;
}

.error-content {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  animation: .6s ease-out contentFadeIn;
}

.error-icon {
  color: #ff5722;
  opacity: .9;
  filter: drop-shadow(0 4px 8px #ff57224d);
  margin: 0 auto 20px;
  display: block;
}

.error-icon-muted {
  color: #fff6;
  filter: drop-shadow(0 4px 8px #ffffff1a);
  margin: 0 auto 20px;
  display: block;
}

.error-title {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 2px 4px #0000004d;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 500;
}

.error-title-muted {
  color: #ffffffb3;
  letter-spacing: .5px;
  text-shadow: 0 2px 4px #0000004d;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 500;
}

.error-message {
  color: #ffffffd9;
  max-width: 400px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.6;
}

.error-message-muted {
  color: #ffffffa6;
  max-width: 400px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.6;
}

.error-retry-btn {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff26;
  border: 2px solid #ffffff4d;
  border-radius: 8px;
  outline: none;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #0003;
}

.error-retry-btn:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #ffffffe6;
}

.error-retry-btn:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff1a, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.error-retry-btn:hover:before {
  left: 100%;
}

.error-retry-btn:hover {
  background: #ffffff40;
  border-color: #ffffff80;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #0000004d;
}

.error-retry-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #0006;
}

.error-suggestions {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.suggestion-item {
  color: #fff9;
  border-bottom: 1px solid #ffffff1a;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 1rem;
  transition: color .2s;
  display: flex;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item:hover {
  color: #fffc;
}

.no-departures-message {
  color: #fffc;
  text-align: center;
  max-width: 480px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  line-height: 1.6;
}

.no-departures-filter-message {
  color: #ffa500e6;
  text-align: center;
  background: #ffa5001a;
  border: 1px solid #ffa50033;
  border-radius: 8px;
  max-width: 400px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.loading-container {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 60px 30px;
  display: flex;
}

.loading-content {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.loading-spinner {
  border: 4px solid #fff3;
  border-top-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  animation: 1s ease-in-out infinite spin;
}

.loading-title {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 500;
}

.loading-message {
  color: #ffffffb3;
  font-size: 1.1rem;
  line-height: 1.6;
}

.skeleton {
  background: linear-gradient(90deg, #ffffff14 0%, #ffffff26 50%, #ffffff14 100%) 0 0 / 200% 100%;
  border-radius: 4px;
  animation: 1.8s ease-in-out infinite skeletonShimmer;
  position: relative;
  overflow: hidden;
}

.skeleton-text {
  height: 1em;
  margin: 2px 0;
}

.skeleton-text-xs {
  width: 60px;
  height: .8em;
}

.skeleton-text-sm {
  width: 80px;
  height: .9em;
}

.skeleton-text-md {
  width: 120px;
  height: 1em;
}

.skeleton-text-lg {
  width: 180px;
  height: 1.1em;
}

.skeleton-button {
  border-radius: 6px;
  width: 120px;
  height: 36px;
}

.skeleton-stop {
  opacity: .6;
}

.skeleton-stop.current {
  opacity: .8;
}

.skeleton-refresh-container {
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.skeleton-stop:first-child .skeleton {
  animation-delay: 0s;
}

.skeleton-stop:nth-child(2) .skeleton {
  animation-delay: .1s;
}

.skeleton-stop:nth-child(3) .skeleton {
  animation-delay: .2s;
}

.skeleton-stop:nth-child(4) .skeleton {
  animation-delay: .3s;
}

.skeleton-stop:nth-child(5) .skeleton {
  animation-delay: .4s;
}

.skeleton-departures-container {
  opacity: .8;
}

.skeleton-departure {
  pointer-events: none;
  cursor: default;
}

.skeleton-departure:hover {
  background: none;
}

.skeleton-line-badge {
  border-radius: 20px;
  width: 55px;
  height: 32px;
}

.skeleton-destination {
  width: 280px;
  height: 2.2rem;
  margin-bottom: 5px;
}

.skeleton-platform {
  width: 80px;
  height: 1.2rem;
}

.skeleton-time {
  width: 120px;
  height: 2.8rem;
  margin-bottom: 5px;
}

.skeleton-delay {
  width: 90px;
  height: 1.2rem;
  margin-bottom: 0;
}

.skeleton-minutes {
  width: 100px;
  height: 1.8rem;
}

.skeleton-departure:first-child .skeleton {
  animation-delay: 0s;
}

.skeleton-departure:nth-child(2) .skeleton {
  animation-delay: .1s;
}

.skeleton-departure:nth-child(3) .skeleton {
  animation-delay: .2s;
}

.skeleton-departure:nth-child(4) .skeleton {
  animation-delay: .3s;
}

.skeleton-departure:nth-child(5) .skeleton {
  animation-delay: .4s;
}

.skeleton-departure:nth-child(6) .skeleton {
  animation-delay: .5s;
}

.skeleton-departure:nth-child(7) .skeleton {
  animation-delay: .6s;
}

.skeleton-departure:nth-child(8) .skeleton {
  animation-delay: .7s;
}

.future-date-error .error-icon.calendar-icon {
  color: #ffa726;
  filter: drop-shadow(0 4px 8px #ffa7264d);
}

.future-date-error .error-icon.warning-icon {
  color: #ff9800;
  filter: drop-shadow(0 4px 8px #ff98004d);
}

.future-date-error .error-title {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
}

.future-date-error .error-message {
  color: #ffffffd9;
  margin-bottom: 32px;
  font-size: 1.15rem;
  line-height: 1.7;
}

.error-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  display: flex;
}

.error-action-btn {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .6px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1f;
  border: 2px solid #ffffff40;
  border-radius: 8px;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #00000026;
}

.error-action-btn.primary {
  background: #ffa72633;
  border-color: #ffa72666;
}

.error-action-btn.primary:hover {
  background: #ffa7264d;
  border-color: #ffa72699;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #ffa72640;
}

.error-action-btn.secondary {
  background: #ffffff14;
  border-color: #fff3;
}

.error-action-btn.secondary:hover {
  background: #ffffff26;
  border-color: #ffffff59;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0003;
}

.error-action-btn:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #fffc;
}

.error-action-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px #0000004d;
}

.container.popup-open {
  filter: blur(3px);
  pointer-events: none;
  transition: filter .2s cubic-bezier(.25, .46, .45, .94);
}

body.popup-open {
  width: 100%;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.journey-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 10000;
  padding: 20px;
  padding-bottom: max(20px, env(safe-area-inset-bottom));
  opacity: 1;
  overscroll-behavior: contain;
  touch-action: none;
  background: #000000d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.journey-overlay.show {
  display: flex;
}

.journey-popup {
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 40px - env(safe-area-inset-top, 0px)  - env(safe-area-inset-bottom, 0px));
  min-height: 500px;
  height: clamp(500px, 85vh, calc(100vh - 40px - env(safe-area-inset-top, 0px)  - env(safe-area-inset-bottom, 0px)));
  opacity: 1;
  background: #000050;
  border: 2px solid #ffffff4d;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: scale(1)translateY(0);
  box-shadow: 0 20px 60px #00000080;
}

.station-info-popup.journey-popup {
  max-height: calc(95vh - env(safe-area-inset-top, 0px)  - env(safe-area-inset-bottom, 0px));
  height: calc(95vh - env(safe-area-inset-top, 0px)  - env(safe-area-inset-bottom, 0px));
}

.journey-header {
  background: none;
  border-bottom: 1px solid #fff3;
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 16px;
  display: flex;
}

.journey-title {
  flex: 1;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.journey-line-badge {
  color: #fff;
  text-align: center;
  opacity: 1;
  background: #dc143c;
  border-radius: 16px;
  min-width: 40px;
  padding: 4px 10px;
  font-size: .9rem;
  font-weight: 700;
}

.journey-line-badge.s-bahn {
  background: #009639;
}

.journey-line-badge.regional {
  background: #2196f3;
}

.journey-line-badge.flx {
  color: #0d4f00;
  background: #73d700;
}

.journey-line-badge.metro {
  background: #1976d2;
}

.journey-line-badge.tram {
  background: #e91e63;
}

.journey-line-badge.bus {
  background: #9c27b0;
}

.journey-line-badge.ferry {
  background: #4585ad;
}

.journey-destination {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 1.2rem;
  font-weight: 400;
  overflow: hidden;
}

.journey-header .airport-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}

.journey-header-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  display: flex;
}

.journey-view-toggle {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.journey-view-toggle:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ffffffe6;
}

.journey-view-toggle:hover {
  background: #ffffff1a;
  transform: scale(1.1);
}

.journey-view-toggle:active {
  transform: scale(.95);
}

.journey-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  line-height: 1;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.journey-close:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ffffffe6;
}

.journey-close:hover {
  background: #ffffff1a;
  transform: scale(1.1);
}

.journey-close:active {
  transform: scale(.95);
}

.journey-content-wrapper {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 380px;
  transition: opacity .3s;
  position: relative;
  overflow-y: auto;
}

.journey-content-wrapper.map-view {
  touch-action: none;
  overflow: hidden;
}

.journey-content {
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 20px));
}

.journey-content.journey-map-view {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 0;
  display: flex;
}

.journey-content-fade-out {
  opacity: .3 !important;
  transition: opacity .2s ease-out !important;
}

.journey-content-fade-in {
  opacity: 1 !important;
  transition: opacity .3s ease-in !important;
}

.journey-info {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
  padding: 16px;
  list-style: none;
  display: grid;
}

.journey-info * {
  list-style: none !important;
}

.journey-info-item {
  text-align: left;
  list-style: none;
}

.journey-info-label {
  opacity: .8;
  margin-bottom: 3px;
  font-size: .9rem;
}

.journey-info-value {
  font-size: 1.2rem;
  font-weight: 400;
  list-style: none;
  display: block;
}

.journey-info-value.early, .journey-info-value span.on-time {
  color: #4caf50;
}

.journey-info-value span.delayed {
  color: #ff5722;
}

.journey-info-value span.early {
  color: #4caf50;
}

.journey-info-value.journey-next-stop-clickable {
  cursor: pointer;
  border-radius: 4px;
  margin: -2px -4px;
  padding: 2px 4px;
  transition: all .2s;
}

.journey-info-value.journey-next-stop-clickable:hover {
  background: #ffffff1a;
  transform: translateX(2px);
}

.journey-info-value.journey-next-stop-clickable:active {
  transform: translateX(1px);
}

.journey-route {
  min-height: 320px;
  margin-top: 0;
}

.journey-route-title {
  opacity: 1;
  border-top: 1px solid #fff3;
  margin-bottom: 15px;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 16px;
  font-size: 1.2rem;
  font-weight: 400;
}

.journey-selected-datetime {
  opacity: .8;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 12px;
  padding-left: 16px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.journey-stops-container {
  position: relative;
}

.journey-stops {
  list-style: none;
  position: relative;
}

.journey-stops:before {
  content: "";
  opacity: .3;
  background: #fff;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
}

.journey-train-indicator {
  pointer-events: none;
  z-index: 10;
  will-change: transform;
  width: 0;
  height: 0;
  transition: transform 1s linear;
  position: absolute;
  top: 0;
  left: 16px;
}

.journey-train-indicator:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  animation: 2s ease-out infinite trainHaloPulse;
  position: absolute;
  top: 0;
  left: 0;
}

.journey-train-indicator:after {
  content: "";
  background: #fff;
  border-radius: 4.5px;
  width: 9px;
  height: 18px;
  margin-top: -9px;
  margin-left: -4.5px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 8px #fffc;
}

@keyframes trainHaloPulse {
  0% {
    opacity: .9;
    transform: scale(.5);
  }

  100% {
    opacity: 0;
    transform: scale(2.4);
  }
}

.journey-stop {
  padding: 16px 0 16px 40px;
  transition: all .2s;
  position: relative;
}

.journey-stop:before {
  content: "";
  opacity: 1;
  background: #fff;
  border: 2px solid #000050;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.journey-stop.current {
  background: #ffffff1a;
  border-radius: 8px;
  margin: 0 -9px;
  padding: 16px 10px 16px 50px;
}

.journey-stop.cancelled-stop.current {
  background: none;
  margin: 0;
  padding: 16px 0 16px 40px;
}

.journey-stop.current:before {
  opacity: 1;
  box-shadow: none;
  background: #fff;
  border-color: #000050;
  width: 8px;
  height: 8px;
  left: 21px;
}

.journey-stop.cancelled-stop.current:before {
  border-color: #000050;
  left: 12px;
  background: #dc143c !important;
}

.journey-stop.current.cancelled-stop .journey-stop-name {
  font-weight: 400;
}

.journey-stop.passed {
  opacity: 1;
}

.journey-stop.passed .journey-stop-name, .journey-stop.passed .journey-stop-time {
  opacity: .6;
}

.journey-stop.passed .journey-stop-delay {
  opacity: 1;
}

.journey-stop.passed:before {
  opacity: 1;
  background: #666;
}

.journey-stop-name {
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 400;
}

.journey-stop-time {
  opacity: .8;
  font-size: .85rem;
}

.journey-stop-delay {
  vertical-align: middle;
  border-radius: 10px;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.journey-stop-delay.early, .journey-stop-delay.on-time {
  color: #4caf50;
  background: #4caf5033;
}

.journey-stop-delay.delayed {
  color: #ff5722;
  background: #ff572233;
}

.journey-stop.current .journey-stop-name {
  color: #fff;
  font-weight: 500;
}

.journey-info .skeleton {
  animation-delay: 50ms;
}

.journey-error {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: 40px 20px;
  display: flex;
}

.journey-error .error-icon {
  color: #ff5722;
  opacity: .9;
  filter: drop-shadow(0 4px 8px #ff57224d);
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.journey-error .error-title {
  color: #fff;
  letter-spacing: .3px;
  text-shadow: 0 2px 4px #0000004d;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.journey-error .error-message {
  color: #fffc;
  max-width: 320px;
  margin-bottom: 32px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.journey-refresh {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff26;
  border: 2px solid #ffffff4d;
  border-radius: 50px;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
  box-shadow: 0 4px 20px #0003;
}

.journey-refresh.updating {
  cursor: not-allowed;
  opacity: .8;
  background: #ffffff1a;
  border-color: #fff3;
}

.journey-refresh.updating:hover {
  background: #ffffff1a;
  border-color: #fff3;
  transform: none;
  box-shadow: 0 4px 20px #0003;
}

.journey-refresh-spinner {
  animation: 1s linear infinite spin;
}

.journey-refresh:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ffffffe6;
}

.journey-refresh:hover {
  background: #ffffff40;
  border-color: #ffffff80;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px #0000004d;
}

.journey-refresh:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px #0006;
}

@media (width <= 768px) {
  .journey-header {
    padding: 8px 16px;
  }
}

.cancelled-journey-content {
  padding: 20px;
}

.cancellation-notice {
  background: #dc143c;
  border: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 16px 20px;
  padding: 12px 20px;
  animation: .6s ease-out contentFadeIn;
  display: flex;
}

.cancellation-notice .cancellation-icon {
  stroke: #fff;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.cancellation-title {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  font-size: 1.1rem;
  font-weight: 500;
}

.stop-cancellation-notice {
  background: #dc143c;
  border: none;
  border-radius: 4px;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
  display: flex;
}

.stop-cancellation-notice .cancellation-icon {
  stroke: #fff;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.stop-cancellation-notice .cancellation-text {
  color: #fff;
  letter-spacing: .3px;
  font-size: .95rem;
  font-weight: 500;
}

.map-cancellation-notice {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
}

.cancelled-next-stop {
  opacity: .6;
  text-decoration: line-through !important;
}

.cancelled-next-stop * {
  text-decoration: line-through !important;
}

.cancelled-stop .journey-stop-name {
  opacity: .6;
  text-decoration: line-through;
}

.cancelled-stop .journey-stop-time {
  opacity: .6 !important;
  text-decoration: line-through !important;
}

.journey-stop.cancelled-stop:before {
  border-color: #000050;
  background: #dc143c !important;
}

.stop-cancelled-notice {
  color: #dc143c;
  letter-spacing: .3px;
  margin-top: 4px;
  font-size: .85rem;
  font-weight: 500;
}

.cancelled-time {
  opacity: .6;
  text-decoration: line-through;
}

.journey-info-remarks {
  flex-direction: column;
  grid-column: 1 / -1;
  gap: 6px;
  margin-top: 8px;
  padding-top: 16px;
  display: flex;
}

.journey-remark-text {
  opacity: .8;
  font-size: .9rem;
  line-height: 1.5;
}

.journey-remark-text a {
  color: #4fc3f7;
  text-decoration: underline;
  transition: color .2s;
}

.journey-remark-text a:hover {
  color: #81d4fa;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background: none;
  }

  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #000c;
  }
}

@keyframes overlayFadeOut {
  0% {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #000c;
  }

  40% {
    opacity: .7;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background: #00000080;
  }

  100% {
    opacity: 0;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background: none;
  }
}

@keyframes popupSlideIn {
  0% {
    opacity: 0;
    transform: scale(.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes popupSlideOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.96);
  }
}

@keyframes contentFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes contentFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes skeletonShimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes departureItemFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes journeyStepFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.journey-step-animated {
  opacity: 0;
  animation: .4s cubic-bezier(.25, .46, .45, .94) forwards journeyStepFadeIn;
}

.journey-step-animated:first-child {
  animation-delay: 50ms;
}

.journey-step-animated:nth-child(2) {
  animation-delay: .1s;
}

.journey-step-animated:nth-child(3) {
  animation-delay: .15s;
}

.journey-step-animated:nth-child(4) {
  animation-delay: .2s;
}

.journey-step-animated:nth-child(5) {
  animation-delay: .25s;
}

.journey-step-animated:nth-child(6) {
  animation-delay: .3s;
}

.journey-step-animated:nth-child(7) {
  animation-delay: .35s;
}

.journey-step-animated:nth-child(8) {
  animation-delay: .4s;
}

.journey-step-animated:nth-child(9) {
  animation-delay: .45s;
}

.journey-step-animated:nth-child(10) {
  animation-delay: .5s;
}

.journey-step-animated:nth-child(11) {
  animation-delay: .55s;
}

.journey-step-animated:nth-child(12) {
  animation-delay: .6s;
}

.journey-step-animated:nth-child(13) {
  animation-delay: .65s;
}

.journey-step-animated:nth-child(14) {
  animation-delay: .7s;
}

.journey-step-animated:nth-child(15) {
  animation-delay: .75s;
}

.journey-step-animated:nth-child(n+16) {
  animation-delay: .8s;
}

@keyframes stationInfoFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.station-info-animated {
  opacity: 0;
  animation: .4s cubic-bezier(.25, .46, .45, .94) forwards stationInfoFadeIn;
}

.station-info-animated:first-child {
  animation-delay: 50ms;
}

.station-info-animated:nth-child(2) {
  animation-delay: .1s;
}

.station-info-animated:nth-child(3) {
  animation-delay: .15s;
}

.station-info-animated:nth-child(4) {
  animation-delay: .2s;
}

.station-info-animated:nth-child(5) {
  animation-delay: .25s;
}

.station-info-animated:nth-child(6) {
  animation-delay: .3s;
}

.station-info-animated:nth-child(7) {
  animation-delay: .35s;
}

.station-info-animated:nth-child(8) {
  animation-delay: .4s;
}

.popup-transport-modes-animated {
  opacity: 0;
  animation: .4s cubic-bezier(.25, .46, .45, .94) forwards stationInfoFadeIn;
}

.station-info-skeleton {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

.btn-text-full {
  display: inline;
}

.btn-text-short {
  display: none;
}

@media (width <= 999px) {
  .header {
    padding: 12px 20px;
  }

  .header.collapsed {
    min-height: 28px;
    padding: 2px 12px;
  }

  .time-display {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .digital-clock {
    padding: 3px 7px;
  }

  .time-segments {
    width: 78px;
  }

  .time-hours, .time-minutes, .time-seconds {
    width: 24px;
    font-size: 1.15rem;
  }

  .time-separator-first, .time-separator-second {
    width: 9px;
    font-size: 1.15rem;
  }

  .header.collapsed .time-display {
    display: none !important;
  }

  .language-selector {
    margin: 0;
    position: absolute;
    top: 16px;
    right: 20px;
  }

  .header.collapsed .language-selector {
    display: none !important;
  }

  .language-button {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .language-button-inner {
    border-width: 2px;
    width: 32px;
    height: 32px;
  }

  .language-flag {
    width: 32px;
    height: 32px;
    font-size: 24px;
    transform: scale(1);
  }

  .language-dropdown-top {
    min-width: 160px;
  }

  .collapsed-station-name {
    max-width: 70%;
    font-size: .9rem;
  }

  .collapsed-expand-hint {
    font-size: .5rem;
  }

  .station-search-container {
    margin-top: 50px;
    padding-bottom: 10px;
  }

  .station-search-input {
    letter-spacing: -2%;
    max-width: 100%;
    padding: 12px 14px;
    font-size: 2.4rem;
    transition: all .3s, font-size .15s ease-out, letter-spacing .15s ease-out;
  }

  .station-suggestions {
    max-width: 100%;
  }

  .btn {
    white-space: nowrap;
    flex: 1;
    justify-content: center;
    gap: 5px;
    padding: 8px 12px;
    font-size: .8rem;
  }

  .transport-dropdown {
    min-width: 200px;
    max-width: calc(100vw - 16px);
    left: auto;
    right: 0;
    transform: none;
  }

  .transport-modes-icons {
    display: none;
  }

  .icon {
    width: 14px;
    height: 14px;
  }

  .status {
    padding: 8px 12px;
    font-size: .8rem;
  }

  .selected-datetime-bar {
    padding: 8px 10px 8px 20px;
  }

  .status-content {
    gap: 6px;
  }

  .status-icon {
    width: 14px;
    height: 14px;
  }

  .status-controls {
    gap: 4px;
  }

  .status-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
  }

  .departure-item {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    min-height: 65px;
    padding: 10px 15px;
  }

  .line-badge {
    border-radius: 15px;
    min-width: 40px;
    padding: 4px 8px;
    font-size: .8rem;
  }

  .line-info {
    gap: 8px;
  }

  .destination {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .platform-info {
    margin-top: 2px;
    font-size: .8rem;
  }

  .occupancy-info {
    gap: 4px;
    margin-top: 4px;
    font-size: .75rem;
  }

  .occupancy-text {
    font-size: .65rem;
  }

  .occupancy-icon {
    font-size: .7rem;
  }

  .departure-time {
    font-size: 1.4rem;
    line-height: 1;
  }

  .time-suffix {
    margin-left: 3px;
    font-size: .8rem;
  }

  .delay-info {
    margin-top: 2px;
    font-size: .8rem;
  }

  .in-minutes {
    margin-top: -2px;
    font-size: .8rem;
  }

  .last-update {
    padding: 16px;
    font-size: .8rem;
  }

  .disclaimer-footer {
    padding: 10px 16px;
    font-size: .65rem;
  }

  .copyright-footer {
    padding: 16px;
    font-size: .7rem;
  }

  .no-data {
    padding: 40px 20px;
    font-size: 1.2rem;
  }

  .journey-overlay {
    align-items: flex-start;
    padding: 0;
  }

  .journey-popup {
    border: none;
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    display: flex;
    overflow: hidden;
    transform: scale(1)translateY(0);
  }

  .no-departures-message {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .no-departures-filter-message {
    margin-bottom: 20px;
    padding: 8px 14px;
    font-size: .95rem;
  }

  .future-date-error .error-icon {
    width: 56px;
    height: 56px;
  }

  .future-date-error .error-title {
    font-size: 1.6rem;
  }

  .future-date-error .error-message {
    margin-bottom: 24px;
    font-size: 1.05rem;
  }

  .error-actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 0 10px;
  }

  .error-action-btn {
    width: 100%;
    min-width: unset;
    padding: 14px 20px;
    font-size: .95rem;
  }

  .skeleton-destination {
    width: 200px;
    height: 1.3rem;
  }

  .skeleton-platform {
    width: 60px;
    height: .9rem;
  }

  .skeleton-time {
    width: 80px;
    height: 1.6rem;
  }

  .skeleton-delay {
    width: 60px;
    height: .9rem;
  }

  .skeleton-minutes {
    width: 70px;
    height: 1rem;
  }

  .skeleton-line-badge {
    border-radius: 15px;
    width: 40px;
    height: 24px;
  }

  .airport-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }

  .datetime-picker-popup {
    box-sizing: border-box;
    width: 94%;
    max-width: 94%;
  }

  .datetime-picker-header {
    box-sizing: border-box;
    padding: 12px 14px;
  }

  .datetime-picker-header h3 {
    font-size: 16px;
  }

  .datetime-picker-content {
    box-sizing: border-box;
    gap: 12px;
    padding: 14px;
  }

  .datetime-picker-field {
    box-sizing: border-box;
    margin: 0;
  }

  .datetime-picker-field input {
    box-sizing: border-box;
    border-width: 1px;
    min-height: 44px;
    margin: 0;
    padding: 10px;
    font-size: 16px;
  }

  .datetime-picker-actions {
    box-sizing: border-box;
    padding: 10px 14px;
  }

  .datetime-picker-btn {
    box-sizing: border-box;
    padding: 10px 14px;
    font-size: 15px;
  }
}

@media (width <= 480px) {
  .header {
    padding: 8px 12px;
  }

  .header.collapsed {
    min-height: 24px;
    padding: 1px 10px;
  }

  .time-display {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 12px;
  }

  .digital-clock {
    padding: 2px 6px;
  }

  .time-segments {
    width: 70px;
  }

  .time-hours, .time-minutes, .time-seconds {
    width: 22px;
    font-size: 1.05rem;
  }

  .time-separator-first, .time-separator-second {
    width: 8px;
    font-size: 1.05rem;
  }

  .language-selector {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .language-button {
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  .language-button-inner {
    border-width: 2px;
    width: 30px;
    height: 30px;
  }

  .language-flag {
    width: 30px;
    height: 30px;
    font-size: 22px;
    transform: scale(.9);
  }

  .language-dropdown-top {
    min-width: 140px;
  }

  .station-search-container {
    margin-top: 45px;
    padding-bottom: 10px;
  }

  .station-search-input {
    letter-spacing: -1%;
    padding: 8px 10px;
    font-size: 2rem;
    transition: all .3s, font-size .15s ease-out, letter-spacing .15s ease-out;
  }

  .btn {
    white-space: nowrap;
    flex: 1;
    gap: 3px;
    padding: 8px;
    font-size: .7rem;
  }

  .icon {
    width: 14px;
    height: 14px;
  }

  .status {
    padding: 8px 12px;
    font-size: .8rem;
  }

  .status-content {
    gap: 6px;
  }

  .status-controls {
    gap: 4px;
  }

  .status-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
  }

  .transport-dropdown {
    min-width: 160px;
    max-width: calc(100vw - 16px);
    left: auto;
    right: 0;
    transform: none;
  }

  .departure-item {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    min-height: 60px;
    padding: 16px;
  }

  .airport-icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }

  .datetime-picker-popup {
    width: 96%;
    max-width: 96%;
  }

  .datetime-picker-header {
    padding: 14px 18px;
  }

  .datetime-picker-header h3 {
    font-size: 15px;
  }

  .datetime-picker-content {
    gap: 14px;
    padding: 18px;
  }

  .datetime-picker-field input {
    min-height: 42px;
    padding: 11px 12px;
    font-size: 15px;
  }

  .datetime-picker-actions {
    padding: 12px 18px;
  }

  .datetime-picker-btn {
    padding: 11px 18px;
    font-size: 14px;
  }
}

@media (width <= 360px) {
  .header {
    padding: 6px 8px;
  }

  .header.collapsed {
    min-height: 20px;
    padding: 1px 8px;
  }

  .time-display {
    margin: 0;
    position: absolute;
    top: 14px;
    left: 8px;
  }

  .digital-clock {
    padding: 1px 5px;
  }

  .time-segments {
    width: 62px;
  }

  .time-hours, .time-minutes, .time-seconds {
    width: 20px;
    font-size: .95rem;
  }

  .time-separator-first, .time-separator-second {
    width: 7px;
    font-size: .95rem;
  }

  .language-selector {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 8px;
  }

  .language-button {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .language-button-inner {
    border-width: 2px;
    width: 28px;
    height: 28px;
  }

  .language-flag {
    width: 28px;
    height: 28px;
    font-size: 20px;
    transform: scale(.8);
  }

  .language-dropdown-top {
    min-width: 130px;
  }

  .collapsed-station-name {
    max-width: 75%;
    font-size: .8rem;
  }

  .collapsed-expand-hint {
    font-size: .4rem;
  }

  .station-search-container {
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .station-search-input {
    letter-spacing: -1%;
    padding: 6px 8px;
    font-size: 1.8rem;
    transition: all .3s, font-size .15s ease-out, letter-spacing .15s ease-out;
  }

  .btn {
    letter-spacing: .1px;
    white-space: nowrap;
    flex: 1;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 4px 6px;
    font-size: .65rem;
  }

  .icon {
    stroke-width: 2px;
    width: 12px;
    height: 12px;
  }

  .status {
    padding: 6px 8px;
    font-size: .75rem;
  }

  .selected-datetime-bar {
    padding: 6px 8px 6px 12px;
  }

  .status-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
  }

  .transport-dropdown {
    min-width: 140px;
    max-width: calc(100vw - 16px);
    left: auto;
    right: 0;
    transform: none;
  }

  .departure-item {
    grid-template-columns: auto 1fr auto;
    gap: 6px;
    min-height: 55px;
    padding: 12px 16px;
  }

  .btn-compact {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .btn-text-full {
    display: none;
  }

  .btn-text-short {
    display: inline !important;
  }

  .skeleton-destination {
    width: 160px;
    height: 1.2rem;
  }

  .skeleton-platform {
    width: 50px;
    height: .8rem;
  }

  .skeleton-time {
    width: 70px;
    height: 1.4rem;
  }

  .skeleton-delay {
    width: 50px;
    height: .8rem;
  }

  .skeleton-minutes {
    width: 60px;
    height: .9rem;
  }

  .journey-header {
    gap: 6px;
    min-height: 48px;
    padding: 12px;
  }

  .journey-close {
    background: none;
    border: none;
    flex-shrink: 0;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    font-size: 22px;
  }

  .journey-view-toggle {
    background: none;
    border: none;
    flex-shrink: 0;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .journey-view-toggle svg, .journey-close svg {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
  }

  .journey-destination {
    font-size: 1.1rem;
  }

  .journey-content-wrapper {
    min-height: 200px;
    padding-bottom: env(safe-area-inset-bottom, 20px);
    flex-direction: column;
    flex: 1;
    display: flex;
    overflow: hidden;
  }

  .journey-content-wrapper.list-view {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }

  .journey-content-wrapper.list-view:after, .journey-content-wrapper.map-view:after {
    content: "";
    height: env(safe-area-inset-bottom, 20px);
    min-height: 20px;
    display: block;
  }

  .journey-content {
    padding: 12px 12px 20px;
  }

  .journey-error {
    min-height: 220px;
    padding: 24px 12px;
  }

  .journey-error .error-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .journey-error .error-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .journey-error .error-message {
    max-width: 260px;
    margin-bottom: 24px;
    font-size: .95rem;
    line-height: 1.4;
  }

  .journey-refresh {
    gap: 6px;
    min-width: 120px;
    margin-bottom: 28px;
    padding: 10px 22px;
    font-size: .9rem;
  }

  .journey-overlay {
    align-items: flex-start;
    padding: 0;
  }

  .journey-popup {
    border: none;
    border-radius: 0;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .no-departures-message {
    margin-bottom: 12px;
    font-size: 1rem;
  }

  .no-departures-filter-message {
    margin-bottom: 20px;
    padding: 8px 14px;
    font-size: .95rem;
  }

  .airport-icon {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }

  .datetime-picker-popup {
    width: 98%;
    max-width: 98%;
  }

  .datetime-picker-header {
    padding: 12px 16px;
  }

  .datetime-picker-header h3 {
    font-size: 14px;
  }

  .datetime-picker-content {
    gap: 12px;
    padding: 16px;
  }

  .datetime-picker-field label {
    font-size: 13px;
  }

  .datetime-picker-field input {
    min-height: 40px;
    padding: 10px;
    font-size: 14px;
  }

  .datetime-picker-actions {
    gap: 10px;
    padding: 10px 16px;
  }

  .datetime-picker-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

@media (width <= 320px) {
  .transport-dropdown {
    min-width: 110px;
    max-width: calc(100vw - 8px);
    left: auto;
    right: 0;
    transform: none;
  }
}

@media (width <= 260px) {
  .status-controls {
    position: relative;
  }

  .transport-dropdown {
    z-index: 1001;
    min-width: 100px;
    max-width: calc(100vw - 16px);
    position: fixed;
    inset: auto 8px 8px auto;
    transform: none;
  }

  .station-search-input {
    letter-spacing: -1%;
    padding: 5px 6px;
    font-size: 1.6rem;
  }

  .collapsed-station-name {
    max-width: 80%;
    font-size: .7rem;
  }

  .status {
    padding: 2px 6px;
    font-size: .7rem;
  }
}

.station-info {
  background: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  margin: 1rem 0;
  overflow: hidden;
}

.station-info-header {
  color: #ffffffe6;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  transition: background-color .2s;
  display: flex;
}

.station-info-header:hover {
  background: #ffffff0d;
}

.station-info-title {
  align-items: center;
  gap: .5rem;
  font-size: .95rem;
  font-weight: 600;
  display: flex;
}

.station-info-title .icon {
  color: #ffffffb3;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.info-section {
  margin-bottom: 1.75rem;
}

.info-section:last-child {
  margin-bottom: 0;
}

.info-section-header {
  opacity: .8;
  color: #fffc;
  text-transform: none;
  letter-spacing: normal;
  align-items: center;
  gap: .5rem;
  margin-bottom: 3px;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
}

.info-section-content {
  padding-left: calc(16px + .5rem);
}

.address {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.facilities-grid {
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  display: grid;
}

.facility-item {
  color: #fff;
  background: none;
  border-radius: 6px;
  align-items: center;
  gap: .5rem;
  padding: 0;
  font-size: .85rem;
  display: flex;
}

.facility-item svg {
  color: #fff;
  flex-shrink: 0;
}

.opening-hours {
  color: #fff;
  margin-bottom: .75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.opening-hours:last-child {
  margin-bottom: 0;
}

.opening-hours strong {
  opacity: .8;
  color: #fffc;
  margin-bottom: 3px;
  font-size: .9rem;
  font-weight: 400;
  display: block;
}

.hours-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact-item {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item a {
  color: #4fc3f7;
  text-decoration: none;
  transition: color .2s;
}

.contact-item a:hover {
  color: #81d4fa;
  text-decoration: underline;
}

@media (width <= 768px) {
  .facilities-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: .4rem;
  }

  .facility-item {
    font-size: .8rem;
  }

  .facility-item svg {
    width: 14px;
    height: 14px;
  }
}

.station-info-overlay {
  z-index: 1001;
}

.station-info-popup {
  height: 95vh;
  max-height: 95vh;
}

.station-info-popup .journey-content-wrapper {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow-y: auto;
}

.station-info-content {
  padding: 1rem;
}

.station-info-popup .station-info {
  background: none;
  border: none;
  margin: 0;
}

.station-info-popup .station-info-header {
  background: #ffffff0d;
}

.station-info-popup .station-info-content {
  padding: 1rem;
}

.station-info-popup .journey-title {
  padding-left: 8px;
}

.popup-transport-modes {
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
  padding-left: calc(1.5rem + 16px);
  display: flex;
}

.popup-transport-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.transport-letter-icon.popup-size, .db-regional-icon.popup-size {
  width: 28px;
  height: 28px;
  font-size: 18px;
}

.db-regional-icon.popup-size {
  border-radius: 14px;
  width: 44px;
}

.disruption-bar {
  background: #282846f2 linear-gradient(135deg, #1a1a50 0%, #252545 100%);
  border-bottom: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  animation: .3s ease-out slideDown;
  display: flex;
  box-shadow: 0 2px 8px #ffc80014, inset 0 1px #ffc8001a;
}

.disruption-bar-content {
  align-items: flex-start;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.disruption-icon {
  color: #ffc850;
  flex-shrink: 0;
  margin-top: 2px;
}

.disruption-details {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  display: flex;
}

.disruption-title {
  color: #ffc850;
  letter-spacing: -.02em;
  font-size: 1.2rem;
  font-weight: 400;
}

.disruption-description {
  color: #ffc850d9;
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 400;
}

.disruption-additional {
  color: #ffc850b3;
  margin-top: 2px;
  font-size: .9rem;
  font-weight: 400;
}

@media (width <= 768px) {
  .disruption-bar {
    padding: 10px 16px;
  }

  .disruption-bar-content {
    gap: 10px;
    padding-left: 0;
  }

  .disruption-icon {
    width: 18px;
    height: 18px;
  }

  .disruption-title {
    font-size: 14px;
  }

  .disruption-description {
    font-size: 12px;
  }

  .disruption-additional {
    font-size: 10px;
  }
}

.facility-status-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.facility-status-header-wrapper:hover .info-section-header span {
  color: #ffffffe6;
}

.facility-status-header-wrapper .info-section-header {
  align-items: center;
  gap: 8px;
  display: flex;
}

.facility-status-toggle {
  cursor: pointer;
  color: #ffffffb3;
  pointer-events: none;
  background: none;
  border: none;
  align-items: center;
  margin-left: 8px;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.facility-status-toggle:hover {
  color: #ffffffe6;
}

.facility-status-summary {
  justify-content: flex-start;
  margin-bottom: .75rem;
  margin-left: 24px;
  font-size: .9rem;
  display: flex;
}

.facility-status-summary-ok {
  color: #4ade80;
}

.facility-status-summary-warning {
  color: #ef4444;
}

.facility-icon-active {
  color: #fff;
  flex-shrink: 0;
}

.facility-icon-inactive {
  color: #ef4444;
  flex-shrink: 0;
}

.facility-text-active {
  color: #fff;
}

.facility-text-inactive {
  color: #fff9;
}

.facility-subsection {
  margin-bottom: 1rem;
}

.facility-subsection:last-child {
  margin-bottom: 0;
}

.facility-subsection-header {
  color: #ffffffb3;
  margin-bottom: .5rem;
  font-size: .85rem;
  font-weight: 500;
}

@media (width <= 768px) {
  .facility-status-summary {
    font-size: .85rem;
  }

  .facility-icon-active, .facility-icon-inactive {
    width: 14px;
    height: 14px;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
