/* Content CSS bundle: match — generated, do not edit *//* Sources: menu.css + sports_match_time_converter.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;
  }
}

/* >>> sports_match_time_converter.css >>> */
/* Sports Match Time Converter */

.smc-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;
}

.smc-page main {
	padding: 1.25rem 1rem 3rem;
}

@media (min-width: 768px) {
	.smc-page main {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.smc-container {
	max-width: 40rem;
	margin: 0 auto;
}

.smc-header {
	text-align: center;
	margin-bottom: 1.25rem;
}

.smc-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;
}

.smc-header p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

.smc-header__alt {
	margin: 0.65rem 0 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #64748b;
}

.smc-header__alt a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.smc-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;
}

.smc-panel h2 {
	margin: 0 0 1rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
}

.smc-field {
	margin-bottom: 1rem;
}

.smc-field:last-child {
	margin-bottom: 0;
}

.smc-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	font-weight: 700;
	color: #475569;
}

.smc-field-hint {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	line-height: 1.45;
	color: #94a3b8;
}

.smc-select {
	display: block;
	width: 100%;
	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;
}

.smc-select:focus {
	outline: 2px solid #38bdf8;
	outline-offset: 1px;
	border-color: #38bdf8;
}

.smc-datetime-popper {
	z-index: 5000 !important;
}

@media (max-width: 1279px) {
	.smc-datetime-popper input {
		caret-color: transparent;
	}

	.smc-datetime-popper .el-date-picker__time-header .el-input__wrapper {
		-webkit-tap-highlight-color: transparent;
	}
}

.smc-datetime-wrap {
	position: relative;
	width: 100%;
}

@media (max-width: 1279px) {
	.smc-datetime-wrap {
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.smc-field .smc-datetime-picker.el-date-editor,
	.smc-field .smc-datetime-picker .el-input__wrapper {
		cursor: pointer;
	}

	.smc-datetime-wrap .smc-datetime-picker .el-input__wrapper {
		padding-right: 34px;
	}

	.smc-datetime-clear {
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 3;
		width: 32px;
		height: 32px;
		border: none;
		border-radius: 50%;
		background: transparent;
		color: #a8abb2;
		font-size: 18px;
		line-height: 1;
		padding: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-tap-highlight-color: transparent;
	}

	.smc-datetime-clear:active {
		color: #606266;
	}
}

.smc-datetime-picker {
	width: 100%;
}

.smc-field .el-date-editor.smc-datetime-picker {
	width: 100%;
	box-sizing: border-box;
}

.smc-error {
	margin: 0 0 1rem;
	padding: 0.75rem 0.85rem;
	border-radius: 10px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #b91c1c;
	font-size: 0.9rem;
	line-height: 1.5;
}

.smc-result {
	margin-top: 1.25rem;
	padding: 1.15rem 1rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	border: 1px solid #bae6fd;
	text-align: center;
}

.smc-result__label {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0369a1;
}

.smc-result__time {
	margin: 0;
	font-size: clamp(1.75rem, 5vw, 2.25rem);
	font-weight: 800;
	line-height: 1.15;
	color: #0c4a6e;
}

.smc-result__meta {
	margin: 0.45rem 0 0;
	font-size: 0.92rem;
	color: #475569;
}

.smc-result__day-note {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	font-weight: 700;
	color: #b45309;
}

.smc-share {
	margin-top: 1.25rem;
	padding-top: 1.15rem;
	border-top: 1px solid #e2e8f0;
}

.smc-share__title {
	margin: 0 0 0.35rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f172a;
}

.smc-share__privacy {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	line-height: 1.55;
	color: #64748b;
}

.smc-share__actions {
	margin-bottom: 0.5rem;
}

.smc-btn-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.1rem;
	border: none;
	border-radius: 999px;
	background: #0369a1;
	color: #fff;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
}

.smc-btn-share:hover {
	background: #075985;
}

.smc-share__notice {
	margin: 0.35rem 0 0;
	font-size: 0.85rem;
	color: #059669;
}

.smc-share__link {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.5rem;
	padding: 0.55rem 0.65rem;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	font: inherit;
	font-size: 0.82rem;
	color: #334155;
	background: #f8fafc;
}

.smc-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;
}

.smc-faq .us-faq-title {
	margin-top: 0;
}

.smc-faq .us-faq-body {
	counter-reset: faq-section;
}

.smc-faq .us-faq-body h3.us-faq-heading {
	counter-increment: faq-section;
	counter-reset: faq-sub;
}

.smc-faq .us-faq-body h3.us-faq-heading::before {
	content: counter(faq-section) ". ";
	color: #0ea5e9;
	font-weight: 800;
}
