/* =============================================================
   Zhen Yang · classic academic homepage
   Inspired by traditional researcher pages: Georgia, narrow column,
   blue links, no fancy effects. Globe section at the bottom is dark.
   ============================================================= */

/* ----------- Reset ----------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }

/* Smooth theme transition for the whole page */
body, #visitors, #content h2, .cont-stat,
.paper-thumb, .ptag, .exp-logo, .theme-toggle-track {
  transition: background-color .35s ease, color .35s ease, border-color .35s ease;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.55;
  color: #c9d1d9;
  background: #0d1117;
}

a { color: #58a6ff; text-decoration: none; }
a:hover { color: #f0a85c; text-decoration: underline; }
a:visited { color: #58a6ff; }

img { max-width: 100%; }

/* ----------- Container ----------- */
#content {
  max-width: 1060px;
  margin: 36px auto 60px;
  padding: 0 32px;
}

/* ----------- Header (text + photo) ----------- */
.header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.header-text { flex: 1; min-width: 0; }
.header-photo {
  flex-shrink: 0;
  width: 150px;
  position: relative;
}
.avatar-wrap {
  position: relative;
}
.header-photo img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.5);
  transition: opacity 0.3s ease;
}
.header-photo .avatar-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.avatar-wrap.is-young .avatar-default {
  opacity: 0;
}
.avatar-wrap.is-young .avatar-hover {
  opacity: 1;
}

/* ----------- Avatar time-machine button ----------- */
.avatar-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 10px auto 0;
  padding: 6px 12px;
  width: auto;
  background: rgba(225, 29, 72, 0.06);
  border: 1px solid rgba(225, 29, 72, 0.25);
  border-radius: 999px;
  color: #be185d;
  font: 11.5px/1.4 Georgia, serif;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}
.avatar-toggle:hover {
  background: rgba(225, 29, 72, 0.12);
  border-color: rgba(225, 29, 72, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.18);
}
.avatar-toggle:active {
  transform: translateY(0);
}
.avatar-toggle-icon {
  display: inline-block;
  font-size: 13px;
  transition: transform 0.5s cubic-bezier(.4,1.4,.5,1);
}
.avatar-toggle[aria-pressed="true"] .avatar-toggle-icon {
  transform: rotate(360deg) scale(1.15);
}
.header-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#content h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}
#content h1 .zh {
  font-size: 22px;
  font-weight: normal;
  color: #9ba3af;
  margin-left: 4px;
}
.title {
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  margin: 0 0 12px 0;
  color: #c9d1d9;
}
.info {
  margin: 0;
  font-size: 15px;
  color: #c9d1d9;
}
.bio {
  margin: 6px 0 10px 0;
  font-size: 15px;
  color: #c9d1d9;
  line-height: 1.65;
  text-align: justify;
}
.bio em { font-style: italic; color: #f0f6fc; font-weight: 600; }
.bio .obf { color: #c9d1d9; font-family: ui-monospace, Menlo, monospace; font-size: 13.5px; }
.links {
  margin: 8px 0 0 0;
  font-size: 14.5px;
  color: #c9d1d9;
}
.links a { font-weight: 500; }
.links .sep { color: #30363d; margin: 0 7px; }
.at { color: #6e7681; font-style: italic; }

/* ----------- Section headings ----------- */
#content h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 32px 0 10px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #21262d;
  color: #f0f6fc;
}

#content h3.pub-group-title {
  font-size: 16px;
  font-weight: 700;
  margin: 22px 0 6px 0;
  color: #f0f6fc;
  font-family: Georgia, serif;
  letter-spacing: 0.01em;
}
#content h3.pub-group-title::before {
  content: "§ ";
  color: #58a6ff;
  font-weight: 400;
}

#content p {
  margin: 0 0 12px 0;
  text-align: justify;
}
.hint {
  font-size: 14px;
  color: #8b949e;
  font-style: italic;
}
.updated {
  margin-top: 28px;
  font-size: 13px;
  color: #6e7681;
  text-align: center;
}

/* ----------- News list ----------- */
ul.news {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
ul.news li {
  position: relative;
  padding: 4px 0 4px 16px;
  font-size: 15px;
  color: #c9d1d9;
}
ul.news li::before {
  content: "·";
  position: absolute;
  left: 4px;
  top: 4px;
  color: #6e7681;
  font-weight: 700;
}
ul.news em { font-style: italic; color: #e6edf3; }
ul.news strong { font-weight: 700; color: #f0f6fc; }

/* ----------- Industry Experience ----------- */
.experience {
  margin: 0 0 12px 0;
}
.experience .exp-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed #21262d;
}
.experience .exp-item:last-child { border-bottom: none; }
.exp-logo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: contain;
  background: #f0f6fc;
  border: 1px solid #30363d;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.exp-content { flex: 1; min-width: 0; }
.exp-content h3 {
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #f0f6fc;
  display: inline;
}
.exp-content .role {
  font-size: 13px;
  color: #9ba3af;
  font-style: italic;
}
.exp-content .time {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11.5px;
  color: #6e7681;
  margin-left: 6px;
}
.exp-content .advisor {
  display: inline;
  font-size: 12.5px;
  color: #8b949e;
  margin-left: 8px;
}
.exp-content .advisor::before {
  content: "· ";
  color: #30363d;
}
.exp-content p {
  margin: 2px 0 0 0;
  font-size: 13px;
  color: #9ba3af;
  line-height: 1.45;
}
@media (max-width: 720px) {
  .exp-logo { width: 36px; height: 36px; }
}

/* ----------- Publication entries ----------- */
.paper {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px dashed #21262d;
}
.paper:last-child { border-bottom: none; }

.paper-thumb {
  flex-shrink: 0;
  width: 150px;
  aspect-ratio: 16 / 10;
  background: #161b22;
  border: 1px solid #30363d;
  position: relative;
  overflow: hidden;
}
.paper-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f0f6fc;
  display: block;
}
.paper-thumb.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  font-family: Georgia, serif;
  font-size: 11px;
  color: #8b949e;
  font-style: italic;
}

.paper-info { flex: 1; min-width: 0; font-size: 13px; }
.paper-title {
  font-weight: 700;
  color: #f0f6fc;
  font-size: 14px;
  margin: 0 0 1px 0;
  line-height: 1.3;
}
.paper-title a { color: #f0f6fc; }
.paper-title a:hover { color: #f0a85c; text-decoration: none; }
.paper-authors {
  color: #c9d1d9;
  margin: 1px 0;
  font-size: 12.5px;
  line-height: 1.3;
}
.paper-authors .me { font-weight: 700; color: #f0f6fc; }
.paper-authors .eq {
  color: #f59e0b;
  font-weight: 700;
  font-size: 0.85em;
  margin-left: 1px;
}
.paper-venue {
  color: #9ba3af;
  font-style: italic;
  margin: 1px 0;
  font-size: 12.5px;
}
.dir-badge {
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
  letter-spacing: 0.04em;
  vertical-align: 1px;
  margin-left: 6px;
}
.dir-agi {
  background: rgba(99, 102, 241, .14);
  color: #a5b4fc;
  border: 1px solid rgba(99, 102, 241, .35);
}
.dir-aigc {
  background: rgba(217, 119, 6, .14);
  color: #fbbf24;
  border: 1px solid rgba(217, 119, 6, .35);
}
.paper-links {
  margin-top: 3px;
  font-size: 13px;
  color: #8b949e;
}
.paper-tags {
  display: inline;
  margin-left: 6px;
}
.ptag {
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 3px;
  background: #161b22;
  color: #9ba3af;
  border: 1px solid #30363d;
  letter-spacing: 0.02em;
  margin-left: 3px;
  vertical-align: 1px;
}
.paper-links a {
  margin-right: 2px;
}
.paper-links .sep { color: #30363d; margin: 0 4px; }

/* GitHub stars + citation badges */
.paper-stats {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  vertical-align: middle;
}
.bd-stars,
.bd-stars:visited { line-height: 0; }
.bd-stars img {
  display: block;
  height: 18px;
  border-radius: 3px;
}
.bd-cite,
.bd-cite:visited {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  padding: 0 7px;
  background: #1f6feb;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.bd-cite:hover {
  background: #f0a85c;
  color: #0d1117;
  text-decoration: none;
}
.bd-cite svg { opacity: .9; }

/* ----------- Carousel (lightweight, only when multi) ----------- */
.cr-track {
  position: absolute;
  inset: 0;
}
.cr-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f0f6fc;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.cr-slide.is-active { opacity: 1; }

.cr-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(13, 17, 23, .85);
  color: #e6edf3;
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s ease, background .15s;
  z-index: 2;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .55);
}
.cr-arrow:hover { background: #161b22; color: #fff; }
.cr-prev { left: 6px; }
.cr-next { right: 6px; }
.paper-thumb:hover .cr-arrow { opacity: 1; }

.cr-counter {
  position: absolute;
  top: 6px;
  right: 6px;
  font-family: ui-monospace, Menlo, monospace;
  font-size: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .55);
  padding: 1px 6px;
  border-radius: 99px;
  z-index: 2;
  pointer-events: none;
}

.cr-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 4px;
  z-index: 2;
}
.cr-dot {
  width: 5px;
  height: 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  border: 1px solid rgba(255, 255, 255, .15);
  cursor: pointer;
  transition: all .15s;
}
.cr-dot.is-active { background: #58a6ff; border-color: #58a6ff; }

/* ----------- Visitors globe section (dark) ----------- */
#visitors {
  background: #06070d;
  color: #fff;
  padding: 18px 22px 10px;
  border-top: 1px solid #21262d;
}
.visitor-inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
#globe-stage {
  position: relative;
  height: 260px;
  display: flex;
  justify-content: center;
  isolation: isolate;
  background: transparent;
  transform: scale(0.7);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
#globe-stage:hover {
  transform: scale(1);
}
#globeViz {
  /* Keep the canvas at its natural 260px so three.js renders a perfectly
     round globe regardless of the visible stage height. The parent
     #globe-stage clips the overflow when collapsed. */
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 260px;
  cursor: grab;
  z-index: 1;
}
#globeViz:active { cursor: grabbing; }
#globeViz canvas { outline: none; }

.globe-caption {
  text-align: center;
  margin: 4px 0 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, .4);
  font-family: Georgia, serif;
  letter-spacing: 0.02em;
}
.globe-caption span {
  font-family: ui-monospace, Menlo, monospace;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.globe-caption-stats {
  text-align: center;
  margin: 4px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 6px;
  font-family: Georgia, serif;
}
.cont-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: rgba(255, 255, 255, .55);
  padding: 1px 7px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  letter-spacing: 0.02em;
}
.cont-stat em {
  font-style: normal;
  font-family: ui-monospace, Menlo, monospace;
  font-weight: 600;
  font-size: 11px;
  color: rgba(255, 255, 255, .85);
}
.cont-stat.is-you {
  color: #22d3ee;
  border-color: rgba(34, 211, 238, .55);
  background: rgba(34, 211, 238, .08);
  box-shadow: 0 0 10px rgba(34, 211, 238, .25);
}
.cont-stat.is-you em { color: #22d3ee; }
.cont-stat.is-you::after {
  content: "• you";
  font-size: 9.5px;
  color: rgba(34, 211, 238, .8);
  margin-left: 2px;
  letter-spacing: 0.04em;
}

/* ----------- Flag Counter (collapsible) ----------- */
.flag-section {
  text-align: center;
  margin: 14px auto 0;
}
.flag-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  font: 11px/1.4 Georgia, serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}
.flag-toggle:hover {
  color: #22d3ee;
  border-color: rgba(34, 211, 238, .4);
  background: rgba(34, 211, 238, .07);
}
.flag-toggle svg { transition: transform .3s ease; opacity: .8; }
.flag-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.flag-panel {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transition: max-height .45s ease, margin-top .25s ease, opacity .35s ease;
}
.flag-panel.is-open {
  max-height: 1400px;
  margin-top: 12px;
  opacity: 1;
}
.flag-panel a { display: inline-block; }
.flag-panel img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .35);
}
[data-theme="light"] .flag-toggle {
  background: rgba(0, 0, 0, .04);
  border-color: rgba(0, 0, 0, .12);
  color: rgba(31, 35, 40, .7);
}
[data-theme="light"] .flag-toggle:hover {
  color: #0969da;
  border-color: rgba(9, 105, 218, .35);
  background: rgba(9, 105, 218, .06);
}
[data-theme="light"] .flag-panel img { box-shadow: 0 4px 14px rgba(0, 0, 0, .12); }

.footer-line {
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, .35);
  margin: 8px 0 0 0;
}

/* ----------- Responsive ----------- */
@media (max-width: 720px) {
  #content { margin-top: 22px; }
  .header { flex-direction: column-reverse; gap: 14px; }
  .header-photo { width: 130px; }
  .paper { flex-direction: column; gap: 10px; }
  .paper-thumb { width: 100%; max-width: 360px; }
  #globe-stage { height: 220px; }
  .cr-arrow { opacity: 1; }
  .globe-caption { font-size: 10px; }
}

/* =============================================================
   Theme toggle (top-right slider) — works for both themes
   ============================================================= */
.theme-toggle {
  position: fixed;
  top: 18px;
  right: 22px;
  z-index: 1000;
  width: 52px;
  height: 26px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.theme-toggle-track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #161b22;
  border: 1px solid #30363d;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .35);
}
.theme-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f0f6fc, #c9d1d9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .55), 0 0 8px rgba(34, 211, 238, .25);
  transition: left .3s cubic-bezier(.4, .2, .2, 1), background .3s ease, box-shadow .3s ease;
}
.theme-toggle-glyph {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity .3s ease, color .3s ease;
}
.theme-toggle-glyph-moon {
  left: 7px;
  color: #c9d1d9;
  opacity: .9;
}
.theme-toggle-glyph-sun {
  right: 7px;
  color: #6e7681;
  opacity: .55;
}
.theme-toggle:hover .theme-toggle-track {
  border-color: #58a6ff;
}
.theme-toggle:focus-visible {
  outline: 2px solid #58a6ff;
  outline-offset: 3px;
  border-radius: 999px;
}

/* When light theme is active, slide the thumb to the right and swap glyph emphasis */
[data-theme="light"] .theme-toggle-thumb {
  left: 30px;
  background: linear-gradient(180deg, #fff8e1, #f0a85c);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15), 0 0 10px rgba(240, 168, 92, .55);
}
[data-theme="light"] .theme-toggle-glyph-moon { color: #9ba3af; opacity: .55; }
[data-theme="light"] .theme-toggle-glyph-sun  { color: #d97706; opacity: 1; }
[data-theme="light"] .theme-toggle-track {
  background: #eaeef2;
  border-color: #d0d7de;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .08);
}

/* =============================================================
   Light theme — overrides on the existing dark palette
   ============================================================= */
[data-theme="light"] body {
  color: #1f2328;
  background: #ffffff;
}
[data-theme="light"] a,
[data-theme="light"] a:visited { color: #0969da; }
[data-theme="light"] a:hover  { color: #b95c00; }

[data-theme="light"] #content h1 .zh { color: #57606a; }
[data-theme="light"] .title,
[data-theme="light"] .info,
[data-theme="light"] .bio,
[data-theme="light"] .links { color: #1f2328; }
[data-theme="light"] .bio em { color: #0d1117; }
[data-theme="light"] .bio .obf { color: #1f2328; }
[data-theme="light"] .links .sep { color: #d0d7de; }
[data-theme="light"] .at { color: #6e7781; }

[data-theme="light"] .header-photo img {
  box-shadow: 0 2px 12px rgba(140, 149, 159, .2);
}

[data-theme="light"] #content h2 {
  color: #1f2328;
  border-bottom-color: #d0d7de;
}
[data-theme="light"] #content h3.pub-group-title { color: #1f2328; }
[data-theme="light"] #content h3.pub-group-title::before { color: #0969da; }

[data-theme="light"] .hint    { color: #6e7781; }
[data-theme="light"] .updated { color: #6e7781; }

[data-theme="light"] ul.news li         { color: #1f2328; }
[data-theme="light"] ul.news li::before { color: #6e7781; }
[data-theme="light"] ul.news em         { color: #1f2328; }
[data-theme="light"] ul.news strong     { color: #0d1117; }

[data-theme="light"] .experience .exp-item { border-bottom-color: #d8dee4; }
[data-theme="light"] .exp-logo {
  background: #ffffff;
  border-color: #d0d7de;
  box-shadow: 0 1px 3px rgba(140, 149, 159, .2);
}
[data-theme="light"] .exp-content h3      { color: #1f2328; }
[data-theme="light"] .exp-content .role   { color: #57606a; }
[data-theme="light"] .exp-content .time   { color: #6e7781; }
[data-theme="light"] .exp-content .advisor { color: #57606a; }
[data-theme="light"] .exp-content .advisor::before { color: #d0d7de; }

[data-theme="light"] .paper { border-bottom-color: #d8dee4; }
[data-theme="light"] .paper-thumb {
  background: #f6f8fa;
  border-color: #d0d7de;
}
[data-theme="light"] .paper-thumb img      { background: #ffffff; }
[data-theme="light"] .paper-thumb.placeholder { color: #6e7781; }
[data-theme="light"] .paper-title          { color: #1f2328; }
[data-theme="light"] .paper-title a        { color: #1f2328; }
[data-theme="light"] .paper-title a:hover  { color: #b95c00; }
[data-theme="light"] .paper-authors        { color: #1f2328; }
[data-theme="light"] .paper-authors .me    { color: #0d1117; }
[data-theme="light"] .paper-venue          { color: #57606a; }
[data-theme="light"] .paper-links          { color: #6e7781; }
[data-theme="light"] .paper-links .sep     { color: #d0d7de; }
[data-theme="light"] .ptag {
  background: #f6f8fa;
  color: #57606a;
  border-color: #d0d7de;
}
[data-theme="light"] .cr-slide { background: #ffffff; }
[data-theme="light"] .cr-arrow {
  background: rgba(255, 255, 255, .9);
  color: #1f2328;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
[data-theme="light"] .cr-arrow:hover { background: #ffffff; color: #0d1117; }
[data-theme="light"] .cr-dot         { background: rgba(31, 35, 40, .25); border-color: rgba(31, 35, 40, .15); }
[data-theme="light"] .cr-dot.is-active { background: #0969da; border-color: #0969da; }

/* Visitors / globe section in light theme — keep the night-sky feel
   for the globe canvas itself but soften the surrounding container. */
[data-theme="light"] #visitors {
  background: linear-gradient(180deg, #eaf2ff 0%, #ffffff 100%);
  color: #1f2328;
  border-top-color: #d0d7de;
}
[data-theme="light"] .globe-caption { color: rgba(31, 35, 40, .55); }
[data-theme="light"] .globe-caption span { color: rgba(31, 35, 40, .8); }
[data-theme="light"] .cont-stat {
  color: rgba(31, 35, 40, .65);
  border-color: rgba(31, 35, 40, .12);
  background: rgba(31, 35, 40, .03);
}
[data-theme="light"] .cont-stat em { color: rgba(31, 35, 40, .9); }
[data-theme="light"] .cont-stat.is-you {
  color: #0969da;
  border-color: rgba(9, 105, 218, .55);
  background: rgba(9, 105, 218, .08);
  box-shadow: 0 0 10px rgba(9, 105, 218, .25);
}
[data-theme="light"] .cont-stat.is-you em       { color: #0969da; }
[data-theme="light"] .cont-stat.is-you::after   { color: rgba(9, 105, 218, .8); }
[data-theme="light"] .footer-line { color: rgba(31, 35, 40, .45); }

