/* Content CSS bundle: mytz — generated, do not edit *//* Sources: menu.css + what_time_zone_am_i_in.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: -2px;
  right: -2px;
  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-chips {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0.35rem;
  }

  .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--mytz {
    background: #e0f2fe !important;
    color: #075985 !important;
    border-color: #bae6fd !important;
  }

  .nav-chip--mytz:hover {
    background: #bae6fd !important;
    color: #0c4a6e !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;
  }
}

/* >>> what_time_zone_am_i_in.css >>> */
/* What Time Zone Am I In? */

.mtz-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;
}

.mtz-page main {
	padding: 1.25rem 1rem 3rem;
}

@media (min-width: 768px) {
	.mtz-page main {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.mtz-container {
	max-width: 44rem;
	margin: 0 auto;
}

.mtz-header {
	text-align: center;
	margin-bottom: 1.25rem;
}

.mtz-header h1 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.6rem, 4.5vw, 2.1rem);
	font-weight: 800;
	line-height: 1.2;
	color: #0369a1;
	letter-spacing: -0.02em;
}

.mtz-header p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

/* Hero answer panel */
.mtz-hero {
	background: linear-gradient(160deg, #0c4a6e 0%, #0369a1 55%, #0284c7 100%);
	color: #fff;
	border-radius: 20px;
	padding: 1.6rem 1.25rem 1.4rem;
	margin-bottom: 1.5rem;
	text-align: center;
	box-shadow: 0 12px 36px rgba(3, 105, 161, 0.25);
}

@media (min-width: 640px) {
	.mtz-hero {
		padding: 2rem 2rem 1.75rem;
	}
}

.mtz-hero__label {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #bae6fd;
}

.mtz-hero__name {
	margin: 0;
	font-size: clamp(1.7rem, 6vw, 2.6rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.mtz-hero__sub {
	margin: 0.5rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.95rem;
}

.mtz-hero__abbr {
	display: inline-block;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	font-weight: 800;
	letter-spacing: 0.04em;
}

.mtz-hero__abbr[hidden] {
	display: none;
}

.mtz-hero__iana {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	color: #e0f2fe;
	font-size: 0.9rem;
}

.mtz-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 1.4rem 0 1.1rem;
}

@media (min-width: 560px) {
	.mtz-hero__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.mtz-card {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	padding: 1rem 0.85rem;
}

.mtz-card--utc {
	background: #fff;
	border-color: #fff;
	color: #0c4a6e;
}

.mtz-card__label {
	margin: 0 0 0.3rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #bae6fd;
}

.mtz-card--utc .mtz-card__label {
	color: #0369a1;
}

.mtz-card__big {
	margin: 0;
	font-size: clamp(1.9rem, 7vw, 2.75rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
}

.mtz-card__clock {
	font-size: clamp(1.6rem, 6vw, 2.2rem);
}

.mtz-card__note {
	margin: 0.4rem 0 0;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #e0f2fe;
	min-height: 1.2em;
}

.mtz-card--utc .mtz-card__note {
	color: #475569;
}

.mtz-dst {
	margin: 0;
	padding: 0.7rem 0.9rem;
	border-radius: 12px;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: left;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.mtz-dst[hidden] {
	display: none;
}

.mtz-dst__badge {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0.1rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	vertical-align: 1px;
	background: #fff;
	color: #0c4a6e;
}

.mtz-dst.is-active .mtz-dst__badge {
	background: #fde68a;
	color: #78350f;
}

.mtz-dst.is-standard .mtz-dst__badge {
	background: #e0f2fe;
	color: #0c4a6e;
}

.mtz-dst.is-none .mtz-dst__badge {
	background: #d1fae5;
	color: #065f46;
}

.mtz-location {
	margin: 0.9rem 0 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #e0f2fe;
}

.mtz-location strong {
	color: #fff;
}

.mtz-inline-btn {
	display: inline;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

.mtz-noscript {
	margin: 0.75rem 0 0;
	padding: 0.6rem 0.8rem;
	border-radius: 10px;
	background: #fef3c7;
	color: #78350f;
	font-size: 0.85rem;
	line-height: 1.5;
}

/* Panels */
.mtz-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;
}

.mtz-panel h2 {
	margin: 0 0 0.6rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
}

.mtz-panel__hint {
	margin: 0 0 0.9rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #64748b;
}

.mtz-utc-sentence {
	color: #475569;
}

.mtz-utc-sentence strong {
	color: #0f172a;
	font-weight: 700;
}

.mtz-panel__hint:last-child {
	margin-bottom: 0;
}

.mtz-panel__hint a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mtz-override__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #475569;
}

.mtz-override__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 0.9rem;
}

.mtz-select {
	flex: 1 1 14rem;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.65rem 0.75rem;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	color: #0f172a;
	font: inherit;
	font-size: 0.95rem;
}

.mtz-select:focus {
	outline: 2px solid #38bdf8;
	outline-offset: 1px;
	border-color: #38bdf8;
}

.mtz-btn-reset {
	flex: 0 0 auto;
	padding: 0.6rem 1rem;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #f8fafc;
	color: #0f172a;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.mtz-btn-reset:hover {
	background: #e2e8f0;
}

/* UTC compare */
.mtz-compare {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
	margin-bottom: 1.4rem;
}

.mtz-compare__cell {
	padding: 0.8rem 0.5rem;
	border-radius: 12px;
	background: #f0f9ff;
	border: 1px solid #bae6fd;
	text-align: center;
}

.mtz-compare__label {
	margin: 0 0 0.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0369a1;
}

.mtz-compare__value {
	margin: 0;
	font-size: clamp(0.95rem, 3.4vw, 1.25rem);
	font-weight: 800;
	color: #0c4a6e;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.mtz-formats__title {
	margin: 0 0 0.6rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f172a;
}

.mtz-formats {
	margin: 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
}

.mtz-formats__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 0.6rem 0.85rem;
	border-top: 1px solid #e2e8f0;
	font-size: 0.9rem;
}

.mtz-formats__row:first-child {
	border-top: none;
}

.mtz-formats__row:nth-child(even) {
	background: #f8fafc;
}

.mtz-formats__row dt {
	margin: 0;
	color: #475569;
}

.mtz-formats__row dd {
	margin: 0;
	text-align: right;
}

.mtz-formats__row code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.85rem;
	color: #0c4a6e;
	background: #e0f2fe;
	padding: 0.1rem 0.45rem;
	border-radius: 6px;
	word-break: break-all;
}

/* Links */
.mtz-links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #475569;
}

.mtz-links li {
	padding: 0.35rem 0;
	border-top: 1px solid #f1f5f9;
}

.mtz-links li:first-child {
	border-top: none;
}

.mtz-links a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* FAQ (numbered, consistent with other tool pages) */
.mtz-faq {
	margin-top: 2.5rem;
	margin-bottom: 2rem;
	max-width: none;
	padding: 2rem 0 0;
	background: transparent;
	border: none;
	border-top: 1px solid #e2e8f0;
	border-radius: 0;
	box-shadow: none;
}

.mtz-faq .us-faq-title {
	margin-top: 0;
}

.mtz-faq .us-faq-body {
	counter-reset: faq-section;
}

.mtz-faq .us-faq-body h3.us-faq-heading {
	counter-increment: faq-section;
	counter-reset: faq-sub;
}

.mtz-faq .us-faq-body h3.us-faq-heading::before {
	content: counter(faq-section) ". ";
	color: #0ea5e9;
	font-weight: 800;
}

.mtz-faq code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.85em;
	background: #f1f5f9;
	padding: 0.1rem 0.35rem;
	border-radius: 4px;
}
