/* TMT-Media production stylesheet — Stage 28.0 */

/* Source owner: tmt-clean-footer.css */
/* Footer shell and final clean footer owner. */
.tmt-site-footer{flex:0 0 auto;background:#f8f8f8;border-top:1px solid rgba(0,0,0,.08);}
html[data-tmt-theme="dark"] .tmt-site-footer{background:#070707;border-top-color:rgba(255,255,255,.08);}
.tmt-site-footer .footer-widgets{width:min(var(--tmt-container,1200px),92%);margin:0 auto;padding:14px 0;}
.tmt-copyright{padding:8px 0 14px;}
.tmt-copyright .container{width:min(var(--tmt-container,1200px),92%);margin:0 auto;}
@media (min-width:900px){.tmt-copyright-text{white-space:nowrap;}}

/* TMT clean footer */

.tmt-static-site .tmt-footer{
  flex:0 0 auto;
  border-top:1px solid color-mix(in srgb, currentColor 10%, transparent);
  background:var(--tmt-footer-bg, #f8f8f8);
  color:var(--tmt-footer-text, #111);
}

html[data-tmt-theme="dark"] .tmt-static-site .tmt-footer{
  --tmt-footer-bg:#070707;
  --tmt-footer-text:#fff;
}

.tmt-static-site .tmt-footer__main{
  width:min(var(--tmt-container,1200px),92%);
  min-height:152px;
  margin-inline:auto;
  padding:24px 0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:32px;
}

.tmt-static-site .tmt-footer__address{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin:0;
  font-size:.875rem;
  font-style:normal;
  line-height:1.35;
  text-align:center;
}

.tmt-static-site .tmt-footer__location{
  font-weight:700;
}

.tmt-static-site .tmt-footer__address a,
.tmt-static-site .tmt-footer__legal a{
  position:relative;
  width:max-content;
  max-width:100%;
  margin-inline:auto;
  color:inherit;
  text-decoration:none;
}

.tmt-static-site .tmt-footer__socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 4px 10px;
}

.tmt-static-site .tmt-footer__socials a{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:50%;
  color:inherit;
  text-decoration:none;
  transition:transform var(--hover-transition), box-shadow var(--hover-transition);
}

.tmt-static-site .tmt-footer__socials img{
  display:block;
  width:30px;
  height:30px;
  filter:none;
}

@media (hover:hover){
  .tmt-static-site .tmt-footer__socials a:hover{
    transform:translateY(-3px);
    box-shadow:0 6px 16px rgba(0,0,0,.1);
  }
}

.tmt-static-site .tmt-footer__socials a:focus-visible{
  outline:2px solid currentColor;
  outline-offset:3px;
}

.tmt-static-site .tmt-footer__legal{
  width:min(var(--tmt-container,1200px),92%);
  margin-inline:auto;
  padding:8px 0 14px;
  text-align:center;
  font-size:.875rem;
  line-height:1.35;
}

.tmt-static-site .tmt-footer__copyright,
.tmt-static-site .tmt-footer__legal-links{
  display:inline;
}

.tmt-static-site .tmt-footer__legal-links{
  white-space:nowrap;
}

.tmt-static-site .tmt-footer__legal a.tmt-animated-underline{
  display:inline-block;
  width:auto;
  margin-inline:0;
}

@media (max-width:1024px){
  .tmt-static-site .tmt-footer__main{
    min-height:0;
    grid-template-columns:1fr;
    gap:16px;
    padding:24px 0;
  }

  .tmt-static-site .tmt-footer__socials{
    order:2;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .tmt-static-site .tmt-footer__address:last-child{
    order:3;
  }
}

@media (max-width:520px){
  .tmt-static-site .tmt-footer__main{
    width:min(var(--tmt-container,1200px),92%);
  }

  .tmt-static-site .tmt-footer__socials{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    overflow-x:visible;
  }

  .tmt-static-site .tmt-footer__socials a{
    flex:0 0 34px;
    width:34px;
    height:34px;
  }

  .tmt-static-site .tmt-footer__socials img{
    width:28px;
    height:28px;
  }

  .tmt-static-site .tmt-footer__legal{
    width:min(var(--tmt-container,1200px),92%);
    font-size:clamp(10px, 2.6vw, 12px);
  }

  .tmt-static-site .tmt-footer__copyright,
  .tmt-static-site .tmt-footer__legal-links{
    display:block;
  }

  .tmt-static-site .tmt-footer__legal-links{
    margin-top:4px;
  }

  .tmt-static-site .tmt-footer__legal-links .tmt-footer__separator:first-child{
    display:none;
  }
}

/* Source owner: tmt-clean-consent-tools.css */
/* Clean ownership for cookie consent and floating page tools on the clean route. */

body.tmt-static-site.cc-lock {
  overflow: hidden;
}

body.tmt-static-site #cc-banner {
  position: fixed;
  z-index: 2147483646;
  inset: var(--cc-offset, 0px) 0 auto;
  margin: 0;
  border: 0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px) saturate(130%);
}

html[data-tmt-theme="light"] body.tmt-static-site #cc-banner {
  background: #b9bdc2;
  color: #17191c;
  border-bottom: 1px solid rgba(0, 0, 0, .14);
}

html[data-tmt-theme="dark"] body.tmt-static-site #cc-banner,
html:not([data-tmt-theme]) body.tmt-static-site #cc-banner {
  background: #171717;
  color: #f7f0e7;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.tmt-static-site #cc-banner[hidden] {
  display: none;
}

body.tmt-static-site #cc-banner .cc-inner {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

body.tmt-static-site #cc-banner p {
  margin: 0;
  color: inherit;
  font-size: .95rem;
  line-height: 1.45;
}

body.tmt-static-site #cc-banner .cc-actions {
  margin-left: auto;
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

body.tmt-static-site .cc-btn {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.tmt-static-site .cc-btn:hover,
body.tmt-static-site .cc-btn:focus-visible {
  transform: translateY(-2px);
}

body.tmt-static-site .cc-btn:focus-visible,
body.tmt-static-site .cc-close:focus-visible,
body.tmt-static-site .cc-toggle-input:focus-visible + .cc-toggle,
body.tmt-static-site .tmt-theme-toggle:focus-visible,
body.tmt-static-site .tmt-back-to-top:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--tmt-accent, currentColor) 72%, transparent);
  outline-offset: 3px;
}

body.tmt-static-site #cc-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
}

body.tmt-static-site #cc-modal[aria-hidden="true"] {
  display: none;
}

body.tmt-static-site #cc-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(3px);
}

body.tmt-static-site .cc-sheet {
  position: absolute;
  left: 50%;
  top: calc(var(--cc-offset, 0px) + 12px);
  width: min(620px, calc(100% - 24px));
  max-height: calc(100dvh - var(--cc-offset, 0px) - 24px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tmt-border);
  border-radius: 16px;
  background: var(--tmt-panel-grad);
  color: var(--tmt-card-text);
  box-shadow: var(--tmt-shadow-hover);
}

body.tmt-static-site .cc-grip {
  width: 52px;
  height: 4px;
  margin: 9px auto 0;
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 24%, transparent);
}

body.tmt-static-site .cc-header {
  padding: 10px 74px 12px 24px;
}

body.tmt-static-site .cc-header h2 {
  margin: 0 0 4px;
  font-size: 1.1rem;
}

body.tmt-static-site .cc-header .sub {
  margin: 0;
  color: var(--tmt-text-muted, var(--muted));
  font-size: .9rem;
  line-height: 1.4;
}

body.tmt-static-site .cc-sheet .body {
  padding: 8px 24px 14px;
  overflow: auto;
  flex: 1 1 auto;
}

body.tmt-static-site .cc-card {
  display: block;
  margin: 0 0 11px;
  padding: 14px 16px;
  border: 1px solid var(--tmt-border);
  border-radius: 12px;
  background: var(--tmt-panel-grad);
  box-shadow: var(--tmt-shadow);
}

body.tmt-static-site .cc-card > .cc-row-between {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

body.tmt-static-site .cc-card h3 {
  margin: 0 0 3px;
  font-size: 1rem;
}

body.tmt-static-site .cc-card p {
  margin: 0;
  color: var(--tmt-text-muted, var(--muted));
  font-size: .88rem;
  line-height: 1.4;
}

body.tmt-static-site .cc-toggle-wrap {
  position: relative;
  width: 44px;
  height: 26px;
  display: inline-flex;
  flex: 0 0 auto;
}

body.tmt-static-site .cc-toggle-input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

body.tmt-static-site .cc-toggle {
  position: absolute;
  inset: 0;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 28%, transparent);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .28);
  transition: background-color .18s ease, border-color .18s ease;
}

body.tmt-static-site .cc-toggle::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f7f0e7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
  transition: transform .18s ease;
}

body.tmt-static-site .cc-toggle-input:checked + .cc-toggle {
  border-color: #27894e;
  background: #2fa35c;
}

body.tmt-static-site .cc-toggle-input:checked + .cc-toggle::before {
  transform: translateX(18px);
}

body.tmt-static-site .cc-toggle-input:disabled {
  cursor: not-allowed;
}

body.tmt-static-site .cc-toggle-input:disabled + .cc-toggle {
  opacity: .58;
}

body.tmt-static-site .cc-footer {
  padding: 12px 24px 16px;
  border-top: 1px solid var(--tmt-border);
}

body.tmt-static-site .cc-footer-meta {
  margin-bottom: 11px;
  font-size: .84rem;
}

body.tmt-static-site .cc-policy-copy {
  margin: 0;
  line-height: 1.55;
}

body.tmt-static-site .cc-policy-link {
  color: inherit;
  white-space: normal;
}

body.tmt-static-site .cc-btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body.tmt-static-site .cc-btns #cc-save {
  grid-column: 1 / -1;
}

body.tmt-static-site .cc-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.tmt-static-site .cc-close::before,
body.tmt-static-site .cc-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--tmt-control-foreground);
  transform-origin: center;
}

body.tmt-static-site .cc-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.tmt-static-site .cc-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.tmt-static-site .cc-close:hover,
body.tmt-static-site .cc-close:focus-visible {
  transform: translateY(-2px);
}

/* Floating tools: clean route owns the final geometry and visibility. */
body.tmt-static-site .tmt-floating-dock {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 2147483000;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: none !important;
  pointer-events: none !important;
}

body.tmt-static-site .tmt-floating-dock > button {
  pointer-events: auto;
}

body.tmt-static-site .tmt-theme-toggle {
  position: relative !important;
  inset: auto !important;
  order: 1;
  width: 76px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transform: none !important;
}

body.tmt-static-site .tmt-back-to-top {
  order: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-height: 40px !important;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: visible !important;
  pointer-events: none !important;
  transform: translateY(8px) scale(.92);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

body.tmt-static-site .tmt-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto !important;
  transform: translateY(0) scale(1);
}

body.tmt-static-site .tmt-back-to-top:hover,
body.tmt-static-site .tmt-back-to-top:focus-visible {
  transform: translateY(-2px) scale(1.03);
}

body.tmt-static-site .tmt-back-to-top span {
  display: block;
  color: var(--tmt-control-foreground);
  transform: translateY(-1px);
}

@media (max-width: 700px) {
  body.tmt-static-site #cc-banner .cc-inner {
    padding: 12px 0;
    flex-direction: column;
    align-items: stretch;
  }

  body.tmt-static-site #cc-banner .cc-actions {
    width: 100%;
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tmt-static-site #cc-open {
    grid-column: 1 / -1;
  }

  body.tmt-static-site .cc-sheet {
    top: 8px;
    max-height: calc(100dvh - 16px);
  }

  body.tmt-static-site .cc-header {
    padding-left: 16px;
  }

  body.tmt-static-site .cc-sheet .body,
  body.tmt-static-site .cc-footer {
    padding-left: 16px;
    padding-right: 16px;
  }


  body.tmt-static-site .tmt-floating-dock {
    right: 12px !important;
    bottom: 12px !important;
    transform: scale(.88) !important;
    transform-origin: right bottom !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tmt-static-site .cc-btn,
  body.tmt-static-site .cc-toggle,
  body.tmt-static-site .cc-toggle::before,
  body.tmt-static-site .cc-close,
  body.tmt-static-site .tmt-back-to-top {
    transition: none;
  }
}

/* WeChat lightbox close uses the same shared surface/foreground contract. */
body.tmt-static-site .tmt-wechat-lightbox__close.tmt-control-button {
  border: 1px solid var(--tmt-control-border);
  background: var(--tmt-control-surface);
  color: var(--tmt-control-foreground);
  -webkit-text-fill-color: transparent;
}

body.tmt-static-site .tmt-wechat-lightbox__close.tmt-control-button::before,
body.tmt-static-site .tmt-wechat-lightbox__close.tmt-control-button::after {
  background: var(--tmt-control-foreground);
}

body.tmt-static-site .tmt-back-to-top > .tmt-control-button__glyph {
  color: var(--tmt-control-foreground);
  -webkit-text-fill-color: var(--tmt-control-foreground);
}

/* Back-to-top uses a fixed two-state utility palette, not button inversion. */
body.tmt-static-site .tmt-back-to-top,
body.tmt-static-site .tmt-back-to-top:hover,
body.tmt-static-site .tmt-back-to-top:focus-visible {
  --tmt-control-surface: #ffffff;
  --tmt-control-foreground: #666666;
  --tmt-control-border: rgba(0, 0, 0, .16);
  background: var(--tmt-control-surface);
  color: var(--tmt-control-foreground);
  -webkit-text-fill-color: var(--tmt-control-foreground);
}

html[data-tmt-theme="dark"] body.tmt-static-site .tmt-back-to-top,
html[data-tmt-theme="dark"] body.tmt-static-site .tmt-back-to-top:hover,
html[data-tmt-theme="dark"] body.tmt-static-site .tmt-back-to-top:focus-visible {
  --tmt-control-surface: #666666;
  --tmt-control-foreground: #ffffff;
  --tmt-control-border: rgba(255, 255, 255, .22);
}

body.tmt-static-site .tmt-back-to-top > span {
  color: var(--tmt-control-foreground);
  -webkit-text-fill-color: var(--tmt-control-foreground);
}

/* Source owner: tmt-clean-wechat.css */
/* Static 1.0.8.1: WeChat QR lightbox */
html.tmt-wechat-lightbox-open,
body.tmt-wechat-lightbox-open{
  overflow:hidden !important;
}

.tmt-wechat-lightbox[hidden]{
  display:none !important;
}

.tmt-wechat-lightbox{
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:20px;
}

.tmt-wechat-lightbox__backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  background:rgba(0,0,0,.76);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  cursor:zoom-out;
}

.tmt-wechat-lightbox__panel{
  position:relative;
  z-index:1;
  width:min(390px,calc(100vw - 40px));
  padding:14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 80px rgba(0,0,0,.48);
}

.tmt-wechat-lightbox__qr{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
  background:#fff;
}

.tmt-wechat-lightbox__close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:2;
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  margin:0;
  padding:0;
  border:1px solid var(--tmt-border);
  border-radius:50%;
  background:var(--tmt-btn-dark);
  color:var(--tmt-btn-dark-text);
  box-shadow:var(--tmt-shadow);
  font-size:0;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}

.tmt-wechat-lightbox__close::before,
.tmt-wechat-lightbox__close::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:18px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  transform-origin:center;
}

.tmt-wechat-lightbox__close::before{
  transform:translate(-50%,-50%) rotate(45deg);
}

.tmt-wechat-lightbox__close::after{
  transform:translate(-50%,-50%) rotate(-45deg);
}

.tmt-wechat-lightbox__close:hover,
.tmt-wechat-lightbox__close:focus-visible{
  background:var(--tmt-btn-light-hover);
  color:var(--tmt-btn-light-text);
  transform:translateY(-2px);
  box-shadow:var(--tmt-shadow-hover);
  outline:0;
}

html[data-tmt-theme="dark"] .tmt-wechat-lightbox__close,
html:not([data-tmt-theme]) .tmt-wechat-lightbox__close{
  background:var(--tmt-btn-light);
  color:var(--tmt-btn-light-text);
}

html[data-tmt-theme="dark"] .tmt-wechat-lightbox__close:hover,
html[data-tmt-theme="dark"] .tmt-wechat-lightbox__close:focus-visible,
html:not([data-tmt-theme]) .tmt-wechat-lightbox__close:hover,
html:not([data-tmt-theme]) .tmt-wechat-lightbox__close:focus-visible{
  background:var(--tmt-btn-dark-hover);
  color:var(--tmt-btn-dark-text);
}

@media (max-width:480px){
  .tmt-wechat-lightbox{
    padding:16px;
  }
  .tmt-wechat-lightbox__panel{
    width:min(360px,calc(100vw - 32px));
    padding:12px;
  }
  .tmt-wechat-lightbox__close{
    top:-10px;
    right:-10px;
  }
}

/* Final clean WeChat owner. */
/* TMT clean WeChat lightbox */

html.tmt-clean-wechat-open,
html.tmt-clean-wechat-open body {
  overflow: hidden;
}

body.tmt-static-site .tmt-wechat-lightbox[hidden] {
  display: none;
}

body.tmt-static-site .tmt-wechat-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100030;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

body.tmt-static-site .tmt-wechat-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.tmt-static-site .tmt-wechat-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: zoom-out;
}

body.tmt-static-site .tmt-wechat-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100vw - 40px));
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
  transform: scale(.985);
  transition: transform .18s ease;
}

body.tmt-static-site .tmt-wechat-lightbox.is-open .tmt-wechat-lightbox__panel {
  transform: scale(1);
}

body.tmt-static-site .tmt-wechat-lightbox__qr {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
}

body.tmt-static-site .tmt-wechat-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  place-items: center;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.tmt-static-site .tmt-wechat-lightbox__close::before,
body.tmt-static-site .tmt-wechat-lightbox__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--tmt-control-foreground);
  transform-origin: center;
}

body.tmt-static-site .tmt-wechat-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.tmt-static-site .tmt-wechat-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (hover: hover) {
  body.tmt-static-site .tmt-wechat-lightbox__close:hover {
    transform: translateY(-2px);
    box-shadow: var(--tmt-shadow-hover);
  }
}

body.tmt-static-site .tmt-wechat-lightbox__close:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--tmt-shadow-hover);
  outline: 2px solid var(--tmt-control-foreground);
  outline-offset: 3px;
}

@media (max-width: 480px) {
  body.tmt-static-site .tmt-wechat-lightbox {
    padding: 16px;
  }

  body.tmt-static-site .tmt-wechat-lightbox__panel {
    width: min(380px, calc(100vw - 32px));
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tmt-static-site .tmt-wechat-lightbox,
  body.tmt-static-site .tmt-wechat-lightbox__panel,
  body.tmt-static-site .tmt-wechat-lightbox__close {
    transition: none;
  }

  body.tmt-static-site .tmt-wechat-lightbox__panel,
  body.tmt-static-site .tmt-wechat-lightbox.is-open .tmt-wechat-lightbox__panel,
  body.tmt-static-site .tmt-wechat-lightbox__close:hover,
  body.tmt-static-site .tmt-wechat-lightbox__close:focus-visible {
    transform: none;
  }
}

/* Source owner: tmt-clean-typography.css */
/* Shared type rhythm moved from the old layout layer. */
/* Typography rhythm polish */
:root{
  --tmt-copy-line-height:1.68;
  --tmt-copy-line-height-zh:1.74;
  --tmt-heading-line-height:1.22;
  --tmt-heading-spacing:.012em;
}

.entry-content :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(h1,h2,h3,h4),
.site-main :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(h1,h2,h3,h4){
  line-height:var(--tmt-heading-line-height);
  letter-spacing:var(--tmt-heading-spacing);
}

.entry-content :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(p,li),
.site-main :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(p,li){
  line-height:var(--tmt-copy-line-height);
}

body.lang-zh .entry-content :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(p,li),
body.lang-zh .site-main :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(p,li){
  line-height:var(--tmt-copy-line-height-zh);
}

.entry-content :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(ul,ol),
.site-main :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(ul,ol){
  margin-top:.45rem;
  margin-bottom:1rem;
}

.entry-content :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(li + li),
.site-main :where(.feature-section,#about,#services,.tmt-content-card,.tmt-legal-page) :where(li + li){
  margin-top:.3rem;
}

@media (max-width:700px){
  :root{
    --tmt-copy-line-height:1.6;
    --tmt-copy-line-height-zh:1.66;
  }
}

:root {
  --tmt-font-sans: "Noto Sans CJK SC", "Noto Sans SC", "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --tmt-type-body-size: 1rem;
  --tmt-type-body-line: 1.68;
  --tmt-type-section-title: clamp(1.55rem, 2.2vw, 2rem);
  --tmt-type-section-line: 1.18;
  --tmt-type-section-weight: 650;
  --tmt-type-section-spacing: .01em;
  --tmt-type-subheading: clamp(.95rem, 1vw, 1.05rem);
  --tmt-type-subheading-line: 1.28;
  --tmt-type-subheading-weight: 650;
  --tmt-type-subheading-spacing: .008em;
  --tmt-type-small-heading: 1.05rem;
  --tmt-heading-content-gap: 44px;
  --tmt-subheading-content-gap: 1rem;
}

body.tmt-static-site,
body.tmt-static-site button,
body.tmt-static-site input,
body.tmt-static-site textarea,
body.tmt-static-site select {
  font-family: var(--tmt-font-sans);
}

body.tmt-static-site {
  font-size: var(--tmt-type-body-size);
  line-height: var(--tmt-type-body-line);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid" 1;
}

body.tmt-static-site p,
body.tmt-static-site li,
body.tmt-static-site label,
body.tmt-static-site input,
body.tmt-static-site textarea,
body.tmt-static-site button {
  line-height: inherit;
}

/* Main content headings share the approved Homepage scale. */
body.tmt-static-site .tmt-home-section-title,
body.tmt-static-site .tmt-team-page__title,
body.tmt-static-site .tmt-gallery-page__title,
body.tmt-static-site .tmt-clean-legal-page__title,
body.tmt-static-site .tmt-clean-search-page__title,
body.tmt-static-site .tmt-services-overview__title,
body.tmt-static-site .tmt-service-detail__title,
body.tmt-static-site .tmt-video-test__title,
body.tmt-static-site .tmt-wechat-page__title {
  font-size: var(--tmt-type-section-title);
  font-weight: var(--tmt-type-section-weight);
  line-height: var(--tmt-type-section-line);
  letter-spacing: var(--tmt-type-section-spacing);
}


/* Non-clickable page titles never own an underline or decorative rule. */
body.tmt-static-site .tmt-team-page__title,
body.tmt-static-site .tmt-gallery-page__title,
body.tmt-static-site .tmt-clean-legal-page__title,
body.tmt-static-site .tmt-clean-search-page__title,
body.tmt-static-site .tmt-services-overview__title,
body.tmt-static-site .tmt-service-detail__title {
  border: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.tmt-static-site .tmt-team-page__title::before,
body.tmt-static-site .tmt-team-page__title::after,
body.tmt-static-site .tmt-gallery-page__title::before,
body.tmt-static-site .tmt-gallery-page__title::after,
body.tmt-static-site .tmt-clean-legal-page__title::before,
body.tmt-static-site .tmt-clean-legal-page__title::after,
body.tmt-static-site .tmt-clean-search-page__title::before,
body.tmt-static-site .tmt-clean-search-page__title::after,
body.tmt-static-site .tmt-services-overview__title::before,
body.tmt-static-site .tmt-services-overview__title::after,
body.tmt-static-site .tmt-service-detail__title::before,
body.tmt-static-site .tmt-service-detail__title::after {
  content: none !important;
  display: none !important;
}

body.tmt-static-site .tmt-services > .container > h2 > a {
  font: inherit;
  letter-spacing: inherit;
}

/* Content subheadings share the approved Homepage Audio/Video scale. */
body.tmt-static-site .tmt-home-subheading,
body.tmt-static-site .tmt-services-overview__subtitle,
body.tmt-static-site .tmt-team-region__heading,
body.tmt-static-site .tmt-service-detail__subheading,
body.tmt-static-site .tmt-service-next-step h2,
body.tmt-static-site .tmt-service-next-step__related h3,
body.tmt-static-site .tmt-clean-legal-section > h2,
body.tmt-static-site .tmt-clean-legal-section > h3,
body.tmt-static-site .tmt-video-test-card__title {
  font-size: var(--tmt-type-subheading);
  font-weight: var(--tmt-type-subheading-weight);
  line-height: var(--tmt-type-subheading-line);
  letter-spacing: var(--tmt-type-subheading-spacing);
}

body.tmt-static-site .tmt-contact__intro h4,
body.tmt-static-site .tmt-contact__note h4 {
  font-size: var(--tmt-type-small-heading);
  font-weight: 700;
  line-height: 1.3;
}

body.tmt-static-site .tmt-control-button,
body.tmt-static-site .tmt-form-submit,
body.tmt-static-site .cc-btn {
  font-weight: 700;
  letter-spacing: 0;
}

body.tmt-static-site .tmt-primary-nav,
body.tmt-static-site .tmt-site-footer {
  font-family: var(--tmt-font-sans);
}

body.tmt-static-site .tmt-about__copy,
body.tmt-static-site .tmt-contact__intro p,
body.tmt-static-site .tmt-contact__note p {
  font-size: var(--tmt-type-body-size);
  line-height: var(--tmt-type-body-line);
}

html[lang^="zh"] body.tmt-static-site {
  letter-spacing: 0;
  word-break: normal;
  line-break: strict;
}

@media (max-width: 782px) {
  :root {
    --tmt-heading-content-gap: 34px;
  }
}

/* Source owner: tmt-clean-breadcrumbs.css */
/* Shared clean breadcrumb owner — Stage 24.1 */
:root,
html[data-tmt-theme="light"] {
  --tmt-breadcrumb-surface: linear-gradient(135deg, #e5e6e8 30%, #d9dbde 70%);
  --tmt-breadcrumb-text: #20242b;
  --tmt-breadcrumb-border: rgba(0, 0, 0, .10);
}

html[data-tmt-theme="dark"],
html:not([data-tmt-theme]) {
  --tmt-breadcrumb-surface: linear-gradient(135deg, #1e1e1e 15%, #171717 85%);
  --tmt-breadcrumb-text: #f7f3ea;
  --tmt-breadcrumb-border: rgba(255, 255, 255, .10);
}

.tmt-clean-breadcrumbs {
  display: flex !important;
  width: 100%;
  height: 54px;
  min-height: 54px !important;
  align-items: center;
  box-sizing: border-box;
  border: 0 !important;
  border-block-end: 1px solid var(--tmt-breadcrumb-border) !important;
  background: var(--tmt-breadcrumb-surface) !important;
  color: var(--tmt-breadcrumb-text) !important;
}

.tmt-clean-breadcrumbs .tmt-breadcrumbs__inner {
  display: flex;
  width: min(var(--tmt-container, 1200px), 92%) !important;
  min-width: 0;
  height: 100%;
  margin-inline: auto !important;
  padding: 0 !important;
  align-items: center;
  gap: .55rem;
  overflow: hidden;
  color: inherit;
  font-size: .9rem;
  line-height: 1.4;
  white-space: nowrap;
}

.tmt-clean-breadcrumbs a,
.tmt-clean-breadcrumbs a:hover,
.tmt-clean-breadcrumbs a:focus-visible {
  flex: 0 0 auto;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
}

.tmt-clean-breadcrumbs .tmt-breadcrumbs__separator {
  flex: 0 0 auto;
  color: inherit !important;
  opacity: .55;
}

.tmt-clean-breadcrumbs .tmt-breadcrumbs__current {
  min-width: 0;
  overflow: hidden;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-overflow: ellipsis;
  opacity: .82;
}

@media (max-width: 640px) {
  .tmt-clean-breadcrumbs .tmt-breadcrumbs__inner {
    width: min(var(--tmt-container, 1200px), 92%) !important;
  }
}


/* Stage 28.11.0 — discoverable game easter eggs */
.tmt-static-site .tmt-footer__game-line{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;max-width:100%;}
.tmt-static-site .tmt-footer__legal-content{min-width:0;}
.tmt-static-site .tmt-footer__game-link{position:relative;display:inline-grid !important;place-items:center;flex:0 0 44px;width:44px !important;height:44px;margin:0 !important;border-radius:999px;color:inherit;text-decoration:none;font-size:1.15rem;line-height:1;opacity:.72;transition:opacity .15s ease,transform .15s ease;}
.tmt-static-site .tmt-footer__game-link:hover,.tmt-static-site .tmt-footer__game-link:focus-visible{opacity:1;transform:translateY(-2px);outline:0;}
.tmt-static-site .tmt-footer__game-link:focus-visible{box-shadow:0 0 0 2px var(--tmt-footer-bg),0 0 0 4px currentColor;}
.tmt-static-site .tmt-footer__game-link::after{content:attr(data-tmt-tooltip);position:absolute;bottom:calc(100% + 8px);z-index:30;width:max-content;max-width:min(260px,75vw);padding:.48rem .65rem;border-radius:8px;background:#111;color:#f7f3ea;-webkit-text-fill-color:#f7f3ea !important;font-size:.76rem;font-weight:600;line-height:1.35;white-space:normal;box-shadow:0 8px 22px rgba(0,0,0,.28);opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;}
.tmt-static-site .tmt-footer__game-link--left::after{left:0;}
.tmt-static-site .tmt-footer__game-link--right::after{right:0;}
.tmt-static-site .tmt-footer__game-link:hover::after,.tmt-static-site .tmt-footer__game-link:focus-visible::after{opacity:1;transform:translateY(0);}
.tmt-static-site .tmt-game-intro{padding-bottom:0;}
.tmt-static-site .tmt-game-intro .container{max-width:var(--tmt-container,1200px);}
.tmt-static-site .tmt-game-intro h1{margin:0 0 .65rem;color:var(--tmt-text-strong);font-size:var(--tmt-type-page-title,clamp(2rem,4vw,3.4rem));line-height:1.08;}
.tmt-static-site .tmt-game-intro p{max-width:68ch;margin:0;color:var(--tmt-muted);font-size:1rem;line-height:1.65;}
@media (max-width:520px){.tmt-static-site .tmt-footer__game-line{width:100%;gap:.15rem;}.tmt-static-site .tmt-footer__game-link{flex-basis:38px;width:38px !important;height:38px;}.tmt-static-site .tmt-footer__game-link::after{display:none;}}
@media (prefers-reduced-motion:reduce){.tmt-static-site .tmt-footer__game-link,.tmt-static-site .tmt-footer__game-link::after{transition:none;}}
