/* Content CSS bundle: wmp — generated, do not edit *//* Sources: menu.css + world_meeting_planner.css */
/* >>> menu.css >>> */
/* Menu dropdown + v-cloak (shared site navigation) */

[v-cloak] {
  display: none !important;
}

.dropdown {
  position: relative !important;
}

.dropdown-toggle {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  text-align: left !important;
  background-color: #f0f0f0 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  padding: 1px 0 !important;
  min-width: 200px !important;
  z-index: 9999 !important;
  margin-top: 0 !important;
  line-height: 2.5rem !important;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -4px;
  right: -4px;
  height: 12px;
  background: transparent;
  z-index: 9999;
}

.dropdown::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  bottom: -15px;
  background: transparent;
  z-index: 1;
}

.dropdown.open .dropdown-menu {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(226, 232, 240, 1) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
    padding: 6px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1.6 !important;
  }

  .dropdown-menu::before {
    top: -16px;
    left: -6px;
    right: -6px;
    height: 16px;
  }

  .dropdown-menu a {
    padding: 8px 16px;
    color: #334155;
    transition: all 0.15s;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .dropdown-menu a:hover {
    background-color: rgba(248, 250, 252, 1);
    color: #0284c7;
  }

  .nav-link,
  .nav-link span,
  .dropdown > .nav-link,
  .dropdown > button.nav-link {
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dropdown-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: max-content !important;
    max-width: 450px !important;
    padding: 12px !important;
  }
}

/* PC / tablet top-nav chips — distinct soft backgrounds */
@media screen and (min-width: 768px) {
  .nav-chip {
    padding: 0.35rem 0.7rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid transparent;
    font-weight: 600 !important;
  }

  .nav-chip:hover {
    filter: brightness(0.97);
  }

  .nav-chip--us {
    background: #dbeafe !important;
    color: #1e40af !important;
    border-color: #bfdbfe !important;
  }

  .nav-chip--us:hover {
    background: #bfdbfe !important;
    color: #1e3a8a !important;
  }

  .nav-chip--ru {
    background: #fee2e2 !important;
    color: #991b1b !important;
    border-color: #fecaca !important;
  }

  .nav-chip--ru:hover {
    background: #fecaca !important;
    color: #7f1d1d !important;
  }

  .nav-chip--ca {
    background: #dcfce7 !important;
    color: #166534 !important;
    border-color: #bbf7d0 !important;
  }

  .nav-chip--ca:hover {
    background: #bbf7d0 !important;
    color: #14532d !important;
  }

  .nav-chip--au {
    background: #fef3c7 !important;
    color: #92400e !important;
    border-color: #fde68a !important;
  }

  .nav-chip--au:hover {
    background: #fde68a !important;
    color: #78350f !important;
  }

  .nav-chip--other {
    background: #e0e7ff !important;
    color: #3730a3 !important;
    border-color: #c7d2fe !important;
  }

  .nav-chip--other:hover {
    background: #c7d2fe !important;
    color: #312e81 !important;
  }

  .nav-chip--tools {
    background: #ffedd5 !important;
    color: #9a3412 !important;
    border-color: #fed7aa !important;
  }

  .nav-chip--tools:hover {
    background: #fed7aa !important;
    color: #7c2d12 !important;
  }

  .nav-chip--holidays {
    background: #fce7f3 !important;
    color: #9d174d !important;
    border-color: #fbcfe8 !important;
  }

  .nav-chip--holidays:hover {
    background: #fbcfe8 !important;
    color: #831843 !important;
  }

  .nav-chip--guides {
    background: #f3e8ff !important;
    color: #6b21a8 !important;
    border-color: #e9d5ff !important;
  }

  .nav-chip--guides:hover {
    background: #e9d5ff !important;
    color: #581c87 !important;
  }
}

/* —— Mobile header: brand row + quick-link chips —— */
.mm-nav {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 50;
}

.mm-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 12px 0 14px;
  gap: 8px;
}

.mm-nav__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
}

.mm-nav__logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mm-nav__logo svg {
  width: 20px;
  height: 20px;
}

.mm-nav__title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.mm-nav__menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 7px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.mm-nav__menu-btn:active {
  background: #e2e8f0;
}

.mm-nav__menu-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.mm-chip-row {
  height: 40px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.mm-chip-row__track {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mm-chip-row__track::-webkit-scrollbar {
  display: none;
}

.mm-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.mm-chip--tool {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

.mm-chip--country {
  background: #dbeafe;
  color: #1e40af;
  border-color: #bfdbfe;
}

.mm-chip--guides {
  background: #f3e8ff;
  color: #6b21a8;
  border-color: #e9d5ff;
}

.mm-chip.is-active {
  box-shadow: inset 0 0 0 1px currentColor;
  filter: brightness(0.97);
}

.mm-chip-sep {
  flex: 0 0 auto;
  width: 1px;
  height: 16px;
  margin: 0 2px;
  background: #cbd5e1;
}

.mm-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: min(320px, 88vw);
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.mm-drawer__inner {
  padding: 14px 16px 18px;
}

.mm-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mm-drawer__label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.mm-drawer__section a {
  display: block;
  padding: 9px 4px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
}

.mm-drawer__section a:active {
  color: #2563eb;
}

.mm-drawer__rule {
  height: 1px;
  background: #e5e7eb;
  margin: 12px 0;
}

/* Desktop/mobile menus without Vue (breakpoint matches former isMobile) */
.country-nav-desktop {
  display: none;
}

.country-nav-mobile {
  display: block;
}

@media (min-width: 1280px) {
  .country-nav-desktop {
    display: block;
  }

  .country-nav-mobile {
    display: none;
  }
}

/* >>> world_meeting_planner.css >>> */
/* World Meeting Planner — timeline (A) + Best Match summary (C) */

.wmp-page {
	margin: 0;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	color: #334155;
	-webkit-font-smoothing: antialiased;
	background: #f8fafc;
}

.wmp-page main {
	/* menu.php already inserts a h-16 spacer under the fixed nav */
	padding: 1.25rem 1rem 3rem;
}

@media (min-width: 768px) {
	.wmp-page main {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.wmp-container {
	max-width: 56rem;
	margin: 0 auto;
}

.wmp-header {
	text-align: center;
	margin-bottom: 1.25rem;
}

.wmp-header h1 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.5rem, 4vw, 1.9rem);
	font-weight: 800;
	line-height: 1.25;
	color: #0369a1;
	letter-spacing: -0.02em;
}

.wmp-header p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

.wmp-header__alt {
	margin: 0.65rem 0 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #64748b;
}

.wmp-header__alt a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.wmp-header__alt a:hover {
	color: #1d4ed8;
}

.wmp-best-pill {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	color: #15803d;
	background: #dcfce7;
	padding: 0.1rem 0.45rem;
	border-radius: 4px;
	vertical-align: baseline;
}

.wmp-panel {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.wmp-panel__title {
	margin: 0 0 1.25rem;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0f172a;
}

.wmp-config {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #f1f5f9;
}

@media (min-width: 768px) {
	.wmp-config {
		grid-template-columns: 1fr 1fr;
	}
}

.wmp-datebar {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	background: #f8fafc;
	border: 1px solid #f1f5f9;
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
	.wmp-datebar {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.wmp-datepicker {
	position: relative;
	flex-shrink: 0;
}

.wmp-datepicker > label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	margin-bottom: 0.35rem;
}

.wmp-date-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-width: 12.5rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.55rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #334155;
	font-family: inherit;
	cursor: pointer;
	text-align: left;
}

.wmp-date-trigger:hover,
.wmp-date-trigger:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.wmp-date-trigger__icon {
	display: inline-flex;
	color: #64748b;
}

.wmp-date-hint {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.5;
	color: #64748b;
	max-width: 28rem;
}

@media (min-width: 640px) {
	.wmp-date-hint {
		padding-top: 1.35rem;
	}
}

.wmp-calendar {
	position: absolute;
	z-index: 40;
	top: calc(100% + 0.4rem);
	left: 0;
	width: 17.5rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	padding: 0.75rem;
}

.wmp-calendar[hidden] {
	display: none !important;
}

.wmp-cal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.wmp-cal__title {
	font-size: 0.9rem;
	font-weight: 700;
	color: #0f172a;
}

.wmp-cal__nav {
	border: none;
	background: #f1f5f9;
	color: #475569;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 8px;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
}

.wmp-cal__nav:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.wmp-cal__weekdays,
.wmp-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.15rem;
}

.wmp-cal__weekdays span {
	text-align: center;
	font-size: 0.68rem;
	font-weight: 700;
	color: #94a3b8;
	padding: 0.25rem 0;
}

.wmp-cal__day {
	border: none;
	background: transparent;
	border-radius: 8px;
	height: 2rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
}

.wmp-cal__day:hover {
	background: #eff6ff;
	color: #1d4ed8;
}

.wmp-cal__day--muted {
	color: #cbd5e1;
}

.wmp-cal__day--selected {
	background: #2563eb;
	color: #fff;
}

.wmp-cal__day--selected:hover {
	background: #1d4ed8;
	color: #fff;
}

.wmp-cal__day--today:not(.wmp-cal__day--selected) {
	box-shadow: inset 0 0 0 1px #93c5fd;
}

.wmp-cal__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.65rem;
	padding-top: 0.55rem;
	border-top: 1px solid #f1f5f9;
}

.wmp-cal__foot button {
	border: none;
	background: transparent;
	color: #2563eb;
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
	padding: 0.25rem 0.35rem;
	border-radius: 6px;
}

.wmp-cal__foot button:hover {
	background: #eff6ff;
}

.wmp-field label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.wmp-select {
	width: 100%;
	appearance: none;
	background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E") right 0.85rem center / 10px no-repeat;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.65rem 2.25rem 0.65rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
}

.wmp-select--base {
	background-color: #eff6ff;
	border-color: #bfdbfe;
	color: #1e3a8a;
	font-weight: 700;
}

.wmp-select:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.wmp-select--native-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.wmp-combo {
	position: relative;
	width: 100%;
	min-width: 0;
}

.wmp-combo__input {
	width: 100%;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E") right 0.85rem center / 10px no-repeat;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.65rem 3.4rem 0.65rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
	font-family: inherit;
}

.wmp-combo__input::-webkit-search-cancel-button,
.wmp-combo__input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.wmp-combo--base .wmp-combo__input {
	background-color: #eff6ff;
	border-color: #bfdbfe;
	color: #1e3a8a;
	font-weight: 700;
}

.wmp-combo__input:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.wmp-combo__clear {
	position: absolute;
	top: 50%;
	right: 2.05rem;
	transform: translateY(-50%);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #e2e8f0;
	color: #475569;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}

.wmp-combo__clear:hover,
.wmp-combo__clear:focus {
	background: #cbd5e1;
	color: #0f172a;
	outline: none;
}

.wmp-combo--base .wmp-combo__clear {
	background: #bfdbfe;
	color: #1e3a8a;
}

.wmp-combo--base .wmp-combo__clear:hover,
.wmp-combo--base .wmp-combo__clear:focus {
	background: #93c5fd;
	color: #1e3a8a;
}

.wmp-combo__clear[hidden] {
	display: none !important;
}

.wmp-combo__list {
	position: absolute;
	z-index: 50;
	top: calc(100% + 0.35rem);
	left: 0;
	right: 0;
	max-height: 16rem;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	padding: 0.35rem;
}

.wmp-combo__list[hidden] {
	display: none !important;
}

.wmp-combo__option {
	display: block;
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 0.55rem 0.7rem;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.35;
}

.wmp-combo__option:hover,
.wmp-combo__option.is-active {
	background: #eff6ff;
	color: #1d4ed8;
}

.wmp-combo__option.is-selected {
	background: #dbeafe;
	color: #1e3a8a;
}

.wmp-combo__empty {
	padding: 0.75rem 0.7rem;
	font-size: 0.82rem;
	color: #94a3b8;
	font-weight: 600;
}

.wmp-add-row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.wmp-add-row .wmp-select,
.wmp-add-row .wmp-combo {
	flex: 1;
	min-width: 0;
}

.wmp-btn {
	flex-shrink: 0;
	border: none;
	background: #2563eb;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0 1.1rem;
	border-radius: 10px;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease;
}

.wmp-btn:hover {
	background: #1d4ed8;
}

.wmp-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

/* Office window toggle */
.wmp-officebar {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #f1f5f9;
}

@media (min-width: 640px) {
	.wmp-officebar {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.wmp-officebar__label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}

.wmp-officebar__hint {
	margin: 0.25rem 0 0;
	font-size: 0.8rem;
	color: #94a3b8;
	line-height: 1.4;
}

.wmp-office-toggle {
	display: inline-flex;
	flex-shrink: 0;
	background: #f1f5f9;
	border-radius: 10px;
	padding: 0.2rem;
	gap: 0.15rem;
}

.wmp-office-btn {
	border: none;
	background: transparent;
	color: #64748b;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.45rem 0.75rem;
	border-radius: 8px;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
}

.wmp-office-btn.is-active {
	background: #fff;
	color: #1e3a8a;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.wmp-scalebar {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 640px) {
	.wmp-scalebar {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

/* Best Match summary */
.wmp-summary {
	margin-bottom: 1.25rem;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
}

.wmp-summary__title {
	font-size: 0.85rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 0.65rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.wmp-summary__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.wmp-summary__list li {
	font-size: 0.875rem;
	line-height: 1.45;
	color: #334155;
}

.wmp-summary__list strong {
	color: #15803d;
	font-variant-numeric: tabular-nums;
}

.wmp-summary__cities {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.78rem;
	color: #64748b;
}

.wmp-summary__empty {
	margin: 0;
	font-size: 0.875rem;
	color: #64748b;
	line-height: 1.5;
}

/* Timeline */
.wmp-timeline-scroll {
	overflow-x: visible;
}

.wmp-timeline {
	width: 100%;
	min-width: 0;
}

.wmp-timeline__scale {
	display: grid;
	grid-template-columns: 5.25rem minmax(0, 1fr);
	gap: 0.4rem;
	margin-bottom: 0.5rem;
	align-items: end;
}

.wmp-timeline__scale-track {
	position: relative;
	height: 1.75rem;
	border-bottom: 1px solid #e2e8f0;
	min-width: 0;
	overflow: visible;
}

.wmp-timeline__tick {
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: max-content;
	max-width: 3.5rem;
	pointer-events: none;
}

.wmp-timeline__tick:first-child {
	transform: translateX(0);
	align-items: flex-start;
}

.wmp-timeline__tick:last-child,
.wmp-timeline__tick[data-hour="24"] {
	transform: translateX(-100%);
	align-items: flex-end;
}

.wmp-timeline__tick-mark {
	display: block;
	width: 1px;
	height: 0.4rem;
	background: #cbd5e1;
}

.wmp-timeline__tick-label {
	font-size: 0.65rem;
	font-weight: 700;
	color: #94a3b8;
	margin-top: 0.15rem;
	font-variant-numeric: tabular-nums;
}

.wmp-timeline__rows {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.wmp-timeline__row {
	display: grid;
	grid-template-columns: 5.25rem minmax(0, 1fr);
	gap: 0.4rem;
	align-items: center;
}

.wmp-timeline__city {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	min-width: 0;
}

.wmp-timeline__city-name {
	font-size: 0.8rem;
	font-weight: 800;
	color: #0f172a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.wmp-timeline__row--base .wmp-timeline__city-name {
	color: #1e3a8a;
}

.wmp-badge {
	display: inline-block;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	background: #2563eb;
	color: #fff;
	padding: 0.12rem 0.35rem;
	border-radius: 4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.wmp-remove-btn {
	border: none;
	background: transparent;
	color: #dc2626;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	padding: 0;
	font-family: inherit;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.wmp-remove-btn:hover {
	color: #991b1b;
}

.wmp-timeline__track {
	position: relative;
	height: 1.75rem;
	border-radius: 8px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	overflow: hidden;
	min-width: 0;
}

.wmp-timeline__office {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #bfdbfe;
	opacity: 0.85;
}

.wmp-timeline__overlap {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #4ade80;
	opacity: 0.9;
	box-shadow: inset 0 0 0 1px rgba(21, 128, 61, 0.25);
}

.wmp-timeline__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
	font-size: 0.75rem;
	font-weight: 600;
	color: #64748b;
}

.wmp-timeline__legend span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

/* Mobile: stack city above track — no horizontal scroll, tighter layout */
@media (max-width: 640px) {
	.wmp-timeline-scroll {
		overflow-x: hidden;
		overflow-y: visible;
		padding-bottom: 0.15rem;
	}

	.wmp-timeline__scale {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.wmp-timeline__scale-label {
		display: none;
	}

	.wmp-timeline__row {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.3rem;
		align-items: stretch;
	}

	.wmp-timeline__city {
		flex-direction: row;
		align-items: center;
		gap: 0.35rem;
	}

	.wmp-timeline__city-name {
		font-size: 0.78rem;
	}

	.wmp-timeline__track {
		height: 1.5rem;
	}

	.wmp-timeline__tick-label {
		font-size: 0.58rem;
	}

	/* Keep major ticks only on narrow screens (0, 6, 12, 18, 24) */
	.wmp-timeline__tick[data-hour="3"] .wmp-timeline__tick-label,
	.wmp-timeline__tick[data-hour="9"] .wmp-timeline__tick-label,
	.wmp-timeline__tick[data-hour="15"] .wmp-timeline__tick-label,
	.wmp-timeline__tick[data-hour="21"] .wmp-timeline__tick-label {
		display: none;
	}
}

.wmp-swatch {
	display: inline-block;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 3px;
}

.wmp-swatch--office {
	background: #bfdbfe;
}

.wmp-swatch--overlap {
	background: #4ade80;
}

.wmp-export {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1.25rem;
	background: #0f172a;
	color: #e2e8f0;
	border-radius: 16px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.wmp-export {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.wmp-export__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
}

.wmp-export__copy p {
	margin: 0.5rem 0 0;
	font-size: 0.8rem;
	color: #94a3b8;
	line-height: 1.5;
	max-width: 36rem;
}

.wmp-export__steps {
	margin: 0.55rem 0 0;
	padding-left: 1.15rem;
	font-size: 0.8rem;
	color: #cbd5e1;
	line-height: 1.55;
	max-width: 36rem;
}

.wmp-export__steps li + li {
	margin-top: 0.25rem;
}

.wmp-export__steps kbd {
	display: inline-block;
	padding: 0.05rem 0.35rem;
	border-radius: 4px;
	border: 1px solid #475569;
	background: #1e293b;
	font-size: 0.72rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	color: #e2e8f0;
}

.wmp-export__actions-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5rem;
	flex-shrink: 0;
}

.wmp-export__actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

@media (min-width: 480px) {
	.wmp-export__actions {
		flex-direction: row;
		align-items: center;
	}
}

.wmp-export__status {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	color: #86efac;
	line-height: 1.4;
}

.wmp-export__status.is-error {
	color: #fca5a5;
}

.wmp-export__btn {
	flex-shrink: 0;
	border: none;
	background: #2563eb;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 0.85rem 1.35rem;
	border-radius: 12px;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35);
	white-space: nowrap;
}

.wmp-export__btn:hover {
	background: #1d4ed8;
}

.wmp-export__btn--ghost {
	background: transparent;
	color: #e2e8f0;
	border: 1px solid #475569;
	box-shadow: none;
}

.wmp-export__btn--ghost:hover {
	background: #1e293b;
	border-color: #64748b;
	color: #fff;
}

.wmp-export__btn.is-copied {
	background: #15803d;
	border-color: #15803d;
	color: #fff;
	box-shadow: none;
}

.wmp-faq {
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

.wmp-faq .us-faq-body {
	counter-reset: faq-section;
}

.wmp-faq .us-faq-body h3.us-faq-heading {
	counter-increment: faq-section;
}

.wmp-faq .us-faq-body h3.us-faq-heading::before {
	content: counter(faq-section) ". ";
	color: #0ea5e9;
	font-weight: 800;
}
