/* =========================================================
   GOGO综合体育 — 共享外壳 /assets/site.css
   夜空蓝 · 草原绿 · 信号橙 · 数据青
   ========================================================= */

/* ---------- 1. reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body { margin: 0; }

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }

img, svg, video, canvas { display: block; max-width: 100%; }

button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

a { color: inherit; }

html.nav-locked { overflow: hidden; }

/* ---------- 2. 设计令牌 ---------- */
:root {
  --c-ink: #0E1F33;
  --c-ink-deep: #0A1725;
  --c-green-deep: #1F5B45;
  --c-green: #2F7D5C;
  --c-green-pale: #DCE9DF;
  --c-orange: #FF6A2B;
  --c-cyan: #2FB7C4;
  --c-sand: #EFE3CF;
  --c-paper: #FBFCF9;
  --c-line: #C7D3CB;
  --c-muted: #46586B;

  --font-display: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
  --font-heading: "Inter", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  --font-body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, "Courier New", monospace;

  --shell-max: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
  --radius-pill: 999px;
  --radius-card: 16px;

  --shadow-soft: 0 1px 2px rgba(14, 31, 51, .05), 0 14px 30px -22px rgba(14, 31, 51, .50);
  --shadow-card: 0 1px 0 rgba(14, 31, 51, .05), 0 22px 40px -28px rgba(14, 31, 51, .55);
}

/* ---------- 3. 基础排版 ---------- */
body {
  font-family: var(--font-body);
  font-size: clamp(16px, 0.35vw + 15px, 17px);
  line-height: 1.75;
  color: var(--c-ink);
  background-color: var(--c-paper);
  background-image: linear-gradient(180deg, rgba(220, 233, 223, .55), rgba(251, 252, 249, 0) 300px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:focus-visible {
  outline: 2px solid var(--c-orange);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- 4. 跳过链接 ---------- */
.skip-link {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -180%);
  padding: 11px 20px;
  border-radius: var(--radius-pill);
  background: var(--c-ink);
  color: var(--c-paper);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

/* ---------- 5. 头部 ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 12px var(--gutter) 10px;
  background: linear-gradient(180deg, rgba(251, 252, 249, .95), rgba(251, 252, 249, .74));
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(199, 211, 203, .62);
  transition: padding .25s ease, box-shadow .25s ease, background .25s ease;
}

.site-header[data-condensed="true"] {
  padding-top: 6px;
  padding-bottom: 6px;
  background: linear-gradient(180deg, rgba(251, 252, 249, .98), rgba(251, 252, 249, .9));
  box-shadow: 0 14px 30px -28px rgba(14, 31, 51, .95);
}

.header-shell {
  max-width: var(--shell-max);
  margin-inline: auto;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-header[data-condensed="true"] .header-shell { min-height: 46px; }

.brand-island {
  flex: 0 1 auto;
  min-width: 0;
  padding: 6px 18px 6px 7px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  background: var(--c-paper);
  box-shadow: var(--shadow-soft);
  transition: padding .25s ease, box-shadow .25s ease;
}

.site-header[data-condensed="true"] .brand-island {
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 0 8px 18px -16px rgba(14, 31, 51, .8);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--c-ink);
  min-width: 0;
}

.brand-mark {
  flex: none;
  display: inline-grid;
  place-items: center;
  padding: 7px 11px;
  border-radius: var(--radius-pill);
  background: var(--c-green-deep);
  color: var(--c-paper);
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.brand-wordmark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -.01em;
  color: var(--c-ink);
  white-space: nowrap;
}

.brand-tagline {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .04em;
  color: var(--c-muted);
  white-space: nowrap;
}

/* 移动端按钮 */
.nav-toggle {
  display: none;
  align-items: center;
  gap: 9px;
  flex: none;
  padding: 10px 16px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  background: var(--c-paper);
  box-shadow: var(--shadow-soft);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--c-ink);
}

.nav-toggle-bars {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.nav-toggle-bar {
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--c-ink);
  transition: transform .2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child {
  transform: translateY(2.75px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:last-child {
  transform: translateY(-2.75px) rotate(-45deg);
}

/* 桌面胶囊导航 */
.nav-capsules {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 5px 5px 5px 10px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  background: rgba(251, 252, 249, .9);
  box-shadow: var(--shadow-soft);
  transition: padding .25s ease, box-shadow .25s ease;
}

.site-header[data-condensed="true"] .nav-capsules {
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: 0 8px 18px -16px rgba(14, 31, 51, .8);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-list::-webkit-scrollbar { display: none; }

.nav-item { flex: none; }

.nav-link {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 500;
  color: var(--c-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.nav-link:hover {
  color: var(--c-green-deep);
  background: var(--c-green-pale);
}

.nav-link[aria-current="page"] {
  color: var(--c-paper);
  background: var(--c-green-deep);
  border-color: var(--c-green-deep);
}

.nav-cta {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 17px;
  border-radius: var(--radius-pill);
  background: var(--c-orange);
  color: #FFFFFF;
  font-family: var(--font-heading);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, box-shadow .18s ease;
}

.nav-cta:hover {
  background: #EA5A1C;
  box-shadow: 0 10px 20px -12px rgba(255, 106, 43, .95);
}

/* 阅读进度线 */
.scroll-meter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  overflow: hidden;
}

.scroll-meter-fill {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--c-green), var(--c-cyan) 52%, var(--c-orange));
}

/* ---------- 6. 页脚 ---------- */
.site-footer {
  position: relative;
  margin-top: clamp(56px, 9vw, 120px);
  background: var(--c-ink);
  color: rgba(251, 252, 249, .82);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-green), var(--c-cyan) 48%, var(--c-orange));
}

.footer-shell {
  max-width: var(--shell-max);
  margin-inline: auto;
  padding: clamp(44px, 6vw, 78px) var(--gutter) clamp(26px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 2fr);
  gap: clamp(28px, 5vw, 64px);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--c-paper);
}

.site-footer .brand-mark {
  background: var(--c-green);
  color: var(--c-paper);
}

.footer-wordmark {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -.01em;
}

.footer-signature {
  max-width: 32ch;
  padding-left: 14px;
  border-left: 2px solid var(--c-green);
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(251, 252, 249, .66);
}

.footer-copy {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .05em;
  color: rgba(251, 252, 249, .45);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 40px);
}

.footer-col-title {
  margin-bottom: 16px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.footer-link {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  font-size: 14.5px;
  color: rgba(251, 252, 249, .8);
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease;
}

.footer-link:hover {
  color: var(--c-paper);
  border-bottom-color: var(--c-orange);
}

.footer-legal {
  max-width: var(--shell-max);
  margin-inline: auto;
  padding: 18px var(--gutter) 28px;
  border-top: 1px solid rgba(199, 211, 203, .16);
}

.footer-legal-line {
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 1.9;
  letter-spacing: .02em;
  color: rgba(251, 252, 249, .5);
}

/* ---------- 7. 通用按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.btn--primary {
  background: var(--c-green-deep);
  color: var(--c-paper);
}

.btn--primary:hover {
  background: var(--c-green);
  box-shadow: 0 14px 26px -18px rgba(31, 91, 69, .95);
}

.btn--accent {
  background: var(--c-orange);
  color: #FFFFFF;
}

.btn--accent:hover {
  background: #EA5A1C;
  box-shadow: 0 14px 26px -16px rgba(255, 106, 43, .9);
}

.btn--ghost {
  border-color: var(--c-line);
  color: var(--c-ink);
  background: transparent;
}

.btn--ghost:hover {
  border-color: var(--c-green);
  background: var(--c-green-pale);
  color: var(--c-green-deep);
}

/* ---------- 8. 面包屑 ---------- */
.breadcrumbs { padding-top: clamp(14px, 2.4vw, 26px); }

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
}

.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs-item:not(:last-child)::after {
  content: "/";
  color: var(--c-line);
}

.breadcrumbs-link {
  color: var(--c-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.breadcrumbs-link:hover {
  color: var(--c-green-deep);
  border-bottom-color: var(--c-green);
}

.breadcrumbs-current { color: var(--c-ink); }

/* ---------- 9. 容器与分区 ---------- */
.shell {
  width: 100%;
  max-width: var(--shell-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(48px, 8vw, 96px); }

.section--tight { padding-block: clamp(26px, 4.5vw, 54px); }

.section--pale { background: var(--c-green-pale); }

.section--sand { background: var(--c-sand); }

.section--dark {
  background: var(--c-ink);
  color: var(--c-paper);
}

.section--dark .section-title,
.section--dark .card-title { color: var(--c-paper); }

.section--dark .lede,
.section--dark .card-text { color: rgba(251, 252, 249, .74); }

.section--dark .eyebrow { color: var(--c-cyan); }

.section--dark .card {
  background: rgba(251, 252, 249, .05);
  border-color: rgba(199, 211, 203, .22);
  box-shadow: none;
}

.section--dark .stat-value { color: var(--c-paper); }

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-green);
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.16;
  letter-spacing: -.02em;
  color: var(--c-ink);
}

.lede {
  max-width: 62ch;
  font-size: clamp(16px, 1.9vw, 18px);
  line-height: 1.8;
  color: var(--c-muted);
}

.rule-slant {
  display: block;
  height: 1px;
  margin: clamp(28px, 6vw, 64px) 0;
  border: 0;
  background: linear-gradient(90deg, rgba(47, 125, 92, .55), rgba(47, 183, 196, .35) 55%, rgba(199, 211, 203, 0));
  transform: rotate(-2.5deg);
  transform-origin: left center;
}

/* ---------- 10. 正文 ---------- */
.prose {
  max-width: 68ch;
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--c-ink);
}

.prose > * + * { margin-top: 1.05em; }

.prose h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(21px, 2.6vw, 28px);
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-top: 1.8em;
}

.prose h3 {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 1.6em;
}

.prose ul {
  list-style: square;
  margin: 1.1em 0;
  padding-left: 1.35em;
}

.prose ol {
  list-style: decimal;
  margin: 1.1em 0;
  padding-left: 1.5em;
}

.prose li { margin: .4em 0; }

.prose a {
  color: var(--c-green-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--c-line);
}

.prose a:hover { text-decoration-color: var(--c-orange); }

.prose strong { font-weight: 600; }

.prose code {
  padding: .12em .38em;
  border-radius: 4px;
  background: var(--c-green-pale);
  font-family: var(--font-mono);
  font-size: .92em;
}

/* ---------- 11. 网格与卡片 ---------- */
.grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 28px);
}

.grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid--index { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card {
  position: relative;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-card);
  background: var(--c-paper);
  box-shadow: var(--shadow-soft);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.card:hover {
  border-color: var(--c-green);
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.card-title {
  margin-top: 10px;
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.01em;
  color: var(--c-ink);
}

.card-text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-muted);
}

/* ---------- 12. 数据、图例、标签 ---------- */
.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--c-ink);
}

.stat-value--accent { color: var(--c-orange); }

.stat-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-muted);
}

.legend-dot {
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--c-green);
}

.legend-dot--cyan { background: var(--c-cyan); }

.legend-dot--orange { background: var(--c-orange); }

.legend-dot--ink { background: var(--c-ink); }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  background: var(--c-paper);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--c-muted);
}

.tag--accent {
  border-color: rgba(255, 106, 43, .45);
  background: rgba(255, 106, 43, .08);
  color: #C4471A;
}

/* ---------- 13. 图像容器基础规则 ---------- */
.media-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-card);
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(150deg, rgba(47, 125, 92, .18), rgba(14, 31, 51, .06) 55%, rgba(47, 183, 196, .16)),
    var(--c-sand);
}

.media-frame > img,
.media-frame > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame--wide { aspect-ratio: 21 / 9; }

.media-frame--tall { aspect-ratio: 3 / 4; }

.media-frame--square { aspect-ratio: 1 / 1; }

.media-frame--slant {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.media-frame__caption {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  color: var(--c-muted);
}

/* ---------- 14. 显现 ---------- */
.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2, .7, .3, 1);
  transition-delay: var(--reveal-delay, 0s);
}

.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- 15. 响应式 ---------- */
@media (max-width: 1024px) {
  .brand-tagline { font-size: 10px; }
}

@media (max-width: 900px) {
  .brand-tagline { display: none; }

  .nav-toggle { display: inline-flex; }

  .nav-capsules {
    position: fixed;
    top: 82px;
    left: var(--gutter);
    right: var(--gutter);
    max-height: calc(100vh - 120px);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(251, 252, 249, .98);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 52px -30px rgba(14, 31, 51, .65);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }

  .nav-capsules[data-open="true"] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
  }

  .nav-item { width: 100%; }

  .nav-link {
    display: block;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 16px;
  }

  .nav-link[aria-current="page"] { border-radius: 14px; }

  .nav-cta {
    justify-content: center;
    padding: 13px 18px;
    font-size: 15px;
  }

  .section--dark .card { backdrop-filter: none; }
}

@media (max-width: 860px) {
  .footer-shell { grid-template-columns: minmax(0, 1fr); }

  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .footer-signature { max-width: none; }
}

@media (max-width: 768px) {
  .grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .grid--two,
  .grid--three { grid-template-columns: minmax(0, 1fr); }

  .prose { font-size: 16px; }
}

@media (max-width: 520px) {
  .footer-columns { grid-template-columns: minmax(0, 1fr); }

  .nav-capsules { top: 76px; }
}

/* ---------- 16. 降低动效偏好 ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
