@media (min-width: 1200px) {
  .post-container,
  .sidebar-container {
    padding-right: 5%;
  }

  .post-container.home-full-width {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.home-gallery-container {
  width: min(1480px, calc(100% - 48px));
}

.home-gallery-row {
  margin-left: 0;
  margin-right: 0;
}

.home-gallery-postlist {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home-page-shell {
  width: 100%;
}

.home-hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.7) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.65) 0 1px, transparent 1px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,0.5) 0 1px, transparent 1px);
  background-size: 160px 160px, 200px 200px, 180px 180px;
}

.home-hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.home-hero-particle {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(103,232,249,.95) 0%, rgba(103,232,249,.24) 45%, rgba(103,232,249,0) 72%);
  box-shadow: 0 0 14px rgba(103,232,249,.28);
  opacity: .75;
  animation: particleFloat 10s linear infinite;
}

.home-hero-particle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 1px;
  transform: translate(-8%, -50%);
  background: linear-gradient(90deg, rgba(103,232,249,.22), rgba(103,232,249,0));
}

.particle-a { left: 10%; top: 78%; animation-duration: 11s; }
.particle-b { left: 24%; top: 66%; animation-duration: 13s; animation-delay: -2s; }
.particle-c { left: 56%; top: 74%; animation-duration: 12s; animation-delay: -4s; }
.particle-d { left: 72%; top: 62%; animation-duration: 15s; animation-delay: -1s; }
.particle-e { left: 84%; top: 70%; animation-duration: 14s; animation-delay: -5s; }
.particle-f { left: 38%; top: 82%; animation-duration: 16s; animation-delay: -3s; }

.home-hero-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.home-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.28);
  color: #e2e8f0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 10px 22px rgba(15, 23, 42, 0.18);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}

.home-quick-link i {
  color: #67e8f9;
}

.home-quick-link:hover,
.home-quick-link:focus {
  transform: translateY(-3px);
  color: #fff;
  border-color: rgba(103, 232, 249, 0.62);
  box-shadow: 0 14px 28px rgba(34, 211, 238, 0.18), 0 0 18px rgba(99, 102, 241, 0.18);
}

.home-tech-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-tech-marquee span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  background: rgba(15, 23, 42, 0.36);
  color: rgba(224, 242, 254, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-floating-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.24);
  background: rgba(15, 23, 42, 0.48);
  color: #e0f2fe;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.3), 0 0 18px rgba(34, 211, 238, 0.12);
  backdrop-filter: blur(10px);
}

.hero-floating-badge i {
  color: #67e8f9;
}

.hero-floating-badge-a { top: 12%; left: 8%; animation: floatBadge 6s ease-in-out infinite; }
.hero-floating-badge-b { top: 22%; right: 4%; animation: floatBadge 7.5s ease-in-out infinite 1s; }
.hero-floating-badge-c { bottom: 8%; left: 14%; animation: floatBadge 6.8s ease-in-out infinite 2s; }

.home-highlight-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 34px;
}

.home-highlight-card {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 20px 18px;
  border-radius: 20px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.72));
  color: #e5f3ff;
  text-decoration: none;
  box-shadow: 0 20px 34px rgba(2, 6, 23, 0.22);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.home-highlight-card:before {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22), rgba(34, 211, 238, 0));
}

.home-highlight-card:hover,
.home-highlight-card:focus {
  transform: translateY(-5px);
  border-color: rgba(103, 232, 249, 0.48);
  box-shadow: 0 24px 42px rgba(2, 6, 23, 0.32), 0 0 20px rgba(34, 211, 238, 0.08);
}

.home-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.22), rgba(99, 102, 241, 0.22));
  color: #67e8f9;
  font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.home-highlight-card strong,
.home-highlight-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.home-highlight-card strong {
  font-size: 18px;
  font-weight: 700;
}

.home-highlight-card small {
  margin-top: 8px;
  color: rgba(224, 242, 254, 0.72);
  line-height: 1.7;
}

.home-project-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  margin: 0 0 34px;
}

.home-project-card {
  padding: 24px 22px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,245,249,0.92));
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.home-project-card-featured {
  background: linear-gradient(135deg, rgba(8, 47, 73, 0.96), rgba(15, 23, 42, 0.96));
  color: #e2e8f0;
  border-color: rgba(103, 232, 249, 0.16);
  box-shadow: 0 22px 42px rgba(2, 6, 23, 0.24), 0 0 24px rgba(34, 211, 238, 0.08);
}

.home-project-kicker {
  margin-bottom: 10px;
  color: #0ea5e9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-project-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.3;
}

.home-project-card p {
  margin: 0;
  line-height: 1.9;
  color: rgba(15, 23, 42, 0.72);
}

.home-project-card-featured p,
.home-project-card-featured ul {
  color: rgba(226, 232, 240, 0.88);
}

.home-project-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  line-height: 1.9;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

.home-category-hero {
  margin-bottom: 32px;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 34px;
}

.home-category-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(8, 15, 30, 0.96), rgba(15, 23, 42, 0.9));
  color: #e5f3ff;
  text-decoration: none;
  box-shadow: 0 22px 42px rgba(2, 6, 23, 0.26);
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.home-category-grid-bold {
  gap: 28px;
}

.home-category-grid-visual {
  margin-top: 28px;
}

.home-category-card:hover,
.home-category-card:focus {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(103, 232, 249, 0.5);
  box-shadow: 0 34px 66px rgba(2, 6, 23, 0.42), 0 0 28px rgba(34, 211, 238, 0.16);
}

.home-category-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0) 26%, rgba(34,211,238,0.06) 62%, rgba(255,255,255,0) 100%);
  opacity: .46;
  mix-blend-mode: screen;
  pointer-events: none;
  animation: sheenSweep 7s linear infinite;
}

.home-category-card .home-category-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 24%, rgba(34,211,238,0.04) 70%, rgba(2,6,23,0.22) 100%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-category-copy,
.home-category-cover {
  position: relative;
  z-index: 1;
}

.home-category-copy-minimal {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px 14px 13px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.00), rgba(2, 6, 23, 0.56));
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 32px rgba(2, 6, 23, 0.18);
}

.home-category-kicker {
  margin-bottom: 12px;
  color: rgba(125, 211, 252, 0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-category-card h2 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.home-category-copy-minimal h2 {
  margin: 0;
  font-size: 54px;
  line-height: .92;
  letter-spacing: -0.05em;
  color: #fff;
  text-shadow: 0 14px 36px rgba(15, 23, 42, 0.55);
}

.home-category-card p {
  margin: 0;
  max-width: 420px;
  color: rgba(224, 242, 254, 0.8);
  line-height: 1.9;
}

.home-category-copy-minimal p {
  max-width: none;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(224, 242, 254, 0.88);
  line-height: 1.35;
}

.home-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-category-copy-minimal .home-category-cta {
  margin-top: 2px;
}

.home-category-cta:after {
  content: "→";
}

.home-category-cover {
  height: 100%;
  min-height: 320px;
  margin-top: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.cover-hero-visual {
  position: absolute;
  inset: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: radial-gradient(circle at 20% 16%, rgba(255,255,255,0.08), transparent 28%), linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}

.home-category-hero-bold {
  padding-bottom: 36px;
}

.home-hero-desc-tight {
  max-width: 560px;
}

.home-category-hero-visual-bold .hero-orbit {
  opacity: .9;
}

.hero-visual-stack-bold {
  transform: scale(1.05);
}

.hero-core-card-bold {
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.34), 0 0 0 1px rgba(103,232,249,0.08);
}

.hero-core-card-bold:before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(103,232,249,0.6), rgba(167,139,250,0.26), rgba(103,232,249,0.08));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cover-grid-glow {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0));
  opacity: .16;
}

.home-category-hero-bold .home-hero-grid {
  opacity: .45;
  background-size: 36px 36px;
}

.home-category-hero-bold .home-hero-scanline {
  opacity: .4;
}

.home-category-hero-bold .home-hero-noise {
  opacity: .22;
}

.cover-llm,
.cover-nlp,
.cover-code,
.cover-infra,
.cover-ml,
.cover-flow {
  position: relative;
  overflow: hidden;
}

.cover-poster-image,
.cover-poster-shade {
  position: absolute;
  inset: 0;
}

.cover-poster-image {
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  filter: saturate(1.18) contrast(1.08) brightness(1.02);
  transition: transform .7s ease, filter .7s ease;
}

.cover-poster-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.00) 0%, rgba(2, 6, 23, 0.08) 30%, rgba(2, 6, 23, 0.42) 72%, rgba(2, 6, 23, 0.72) 100%),
    radial-gradient(circle at 18% 16%, rgba(255,255,255,0.12), rgba(255,255,255,0) 24%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(56, 189, 248, 0.05));
}

.home-category-card:hover .cover-poster-image,
.home-category-card:focus .cover-poster-image {
  transform: scale(1.08);
  filter: saturate(1.34) contrast(1.14) brightness(1.08);
}

.cover-grid-glow {
  z-index: 2;
}

.cover-llm-core,
.cover-llm-node,
.cover-llm-link,
.cover-nlp-wave,
.cover-nlp-token,
.cover-code-screen,
.cover-code-line,
.cover-code-cursor,
.cover-infra-node,
.cover-infra-link,
.cover-infra-pulse,
.cover-ml-surface,
.cover-ml-curve,
.cover-ml-point,
.cover-flow-node,
.cover-flow-link,
.cover-flow-pulse,
.cover-orb,
.cover-scan-glow {
  z-index: 3;
}

.cover-llm .cover-poster-image { background-image: url('../img/home-covers/llm.jpg'); background-position: center center; }
.cover-nlp .cover-poster-image { background-image: url('../img/home-covers/nlp.jpg'); background-position: center center; }
.cover-code .cover-poster-image { background-image: url('../img/home-covers/code.jpg'); background-position: center center; }
.cover-infra .cover-poster-image { background-image: url('../img/home-covers/infra.jpg'); background-position: center center; }
.cover-ml .cover-poster-image { background-image: url('../img/home-covers/ml.jpg'); background-position: center center; }
.cover-flow .cover-poster-image { background-image: url('../img/home-covers/flow.jpg'); background-position: center center; }

.cover-llm-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103,232,249,0.95), rgba(99,102,241,0.2) 55%, rgba(99,102,241,0) 72%);
  box-shadow: 0 0 28px rgba(103,232,249,0.35);
  animation: pulseCore 3.8s ease-in-out infinite;
}

.cover-llm-node,
.cover-infra-node,
.cover-flow-node,
.cover-ml-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 14px rgba(103,232,249,0.35);
}

.cover-llm-node-a { left: 22%; top: 34%; }
.cover-llm-node-b { right: 24%; top: 28%; }
.cover-llm-node-c { left: 32%; bottom: 22%; }

.cover-llm-link,
.cover-infra-link,
.cover-flow-link {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(103,232,249,.1), rgba(103,232,249,.8), rgba(103,232,249,.08));
  transform-origin: left center;
  box-shadow: 0 0 12px rgba(103,232,249,0.18);
}

.cover-llm-link-a { left: 26%; top: 38%; width: 110px; transform: rotate(12deg); }
.cover-llm-link-b { left: 36%; top: 64%; width: 120px; transform: rotate(-20deg); }

.cover-nlp-wave {
  position: absolute;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 999px;
  animation: rippleWave 5s linear infinite;
}

.cover-nlp-wave-a { left: 16%; top: 24%; width: 140px; height: 76px; }
.cover-nlp-wave-b { right: 12%; bottom: 18%; width: 120px; height: 64px; animation-delay: -2.2s; }

.cover-nlp-token {
  position: absolute;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(15, 23, 42, 0.58);
  color: #dbeafe;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cover-nlp-token-a { left: 18%; top: 28%; animation: tokenFloat 6s ease-in-out infinite; }
.cover-nlp-token-b { right: 20%; top: 46%; animation: tokenFloat 7.5s ease-in-out infinite 1s; }
.cover-nlp-token-c { left: 34%; bottom: 18%; animation: tokenFloat 6.8s ease-in-out infinite 2s; }

.cover-code-screen {
  position: absolute;
  inset: 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(2, 6, 23, 0.72));
  border: 1px solid rgba(16, 185, 129, 0.14);
}

.cover-code-line {
  position: absolute;
  left: 30px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(52,211,153,0.9), rgba(52,211,153,0.18));
  box-shadow: 0 0 14px rgba(52,211,153,0.12);
}

.cover-code-line-a { top: 42px; width: 120px; }
.cover-code-line-b { top: 70px; width: 168px; }
.cover-code-line-c { top: 98px; width: 104px; }

.cover-code-cursor {
  position: absolute;
  left: 142px;
  top: 94px;
  width: 8px;
  height: 16px;
  background: #34d399;
  box-shadow: 0 0 12px rgba(52,211,153,0.3);
  animation: blinkCursor 1.1s steps(2) infinite;
}

.cover-infra-node {
  width: 14px;
  height: 14px;
  background: #f59e0b;
  box-shadow: 0 0 12px rgba(245,158,11,0.28);
}

.cover-infra-node-a { left: 20%; top: 34%; }
.cover-infra-node-b { left: 50%; top: 50%; }
.cover-infra-node-c { right: 18%; top: 28%; }
.cover-infra-link-a { left: 22%; top: 40%; width: 118px; transform: rotate(10deg); }
.cover-infra-link-b { left: 50%; top: 52%; width: 92px; transform: rotate(-24deg); }
.cover-infra-pulse,
.cover-flow-pulse {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.95), rgba(255,255,255,0));
  filter: blur(.2px);
}

.cover-infra-pulse { left: 46%; top: 44%; animation: pulseMoveInfra 3.8s linear infinite; }

.cover-ml-surface {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 18%;
  height: 60px;
  border-radius: 50% 50% 16px 16px / 70% 70% 16px 16px;
  background: radial-gradient(circle at 50% 10%, rgba(34,211,238,0.22), rgba(99,102,241,0.08) 58%, rgba(99,102,241,0) 80%);
  border: 1px solid rgba(125, 211, 252, 0.16);
}

.cover-ml-curve {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 44%;
  height: 52px;
  border-bottom: 3px solid rgba(244,114,182,0.85);
  border-radius: 0 0 120px 60px;
  box-shadow: 0 8px 18px rgba(244,114,182,0.18);
}

.cover-ml-point-a { left: 22%; top: 42%; }
.cover-ml-point-b { left: 50%; top: 56%; }
.cover-ml-point-c { right: 22%; top: 38%; }

.cover-flow-node {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(251,191,36,0.95), rgba(245,158,11,0.88));
  box-shadow: 0 0 14px rgba(245,158,11,0.24);
}

.cover-flow-node-a { left: 18%; top: 36%; }
.cover-flow-node-b { left: 46%; top: 54%; }
.cover-flow-node-c { right: 18%; top: 30%; }
.cover-flow-link-a { left: 24%; top: 47%; width: 112px; transform: rotate(12deg); }
.cover-flow-link-b { left: 52%; top: 52%; width: 88px; transform: rotate(-22deg); }
.cover-flow-pulse { left: 44%; top: 50%; animation: pulseMoveFlow 4s linear infinite; }

.category-card-llm { background: linear-gradient(135deg, rgba(10, 18, 40, 0.98), rgba(29, 33, 76, 0.96)); }
.category-card-nlp { background: linear-gradient(135deg, rgba(10, 18, 40, 0.98), rgba(24, 45, 78, 0.96)); }
.category-card-code { background: linear-gradient(135deg, rgba(4, 20, 28, 0.98), rgba(13, 35, 44, 0.96)); }
.category-card-infra { background: linear-gradient(135deg, rgba(18, 26, 40, 0.98), rgba(38, 32, 42, 0.96)); }
.category-card-ml { background: linear-gradient(135deg, rgba(19, 22, 44, 0.98), rgba(51, 23, 72, 0.96)); }
.category-card-workflow { background: linear-gradient(135deg, rgba(28, 24, 18, 0.98), rgba(35, 28, 58, 0.96)); }

.home-recent-shell {
  margin-top: 10px;
}

.home-recent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-recent-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,245,249,0.92));
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.home-recent-meta {
  margin-bottom: 10px;
  color: #0ea5e9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-recent-link {
  color: inherit;
  text-decoration: none;
}

.home-recent-link h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.home-recent-subtitle {
  margin-bottom: 10px;
  color: rgba(15,23,42,0.64);
}

.home-recent-link p {
  margin: 0;
  color: rgba(15,23,42,0.72);
  line-height: 1.85;
}

@keyframes sheenSweep {
  0% { transform: translateX(-120%); opacity: 0; }
  12% { opacity: .18; }
  50% { opacity: .12; }
  100% { transform: translateX(120%); opacity: 0; }
}

@keyframes heroOrbFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -14px, 0) scale(1.06); }
}

@keyframes pulseCore {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes rippleWave {
  0% { transform: scale(.92); opacity: .28; }
  50% { opacity: .52; }
  100% { transform: scale(1.08); opacity: .12; }
}

@keyframes tokenFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes blinkCursor {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes pulseMoveInfra {
  0% { transform: translate(0, 0) scale(.8); opacity: .2; }
  45% { transform: translate(56px, -18px) scale(1); opacity: .9; }
  100% { transform: translate(90px, -28px) scale(.7); opacity: .1; }
}

@keyframes pulseMoveFlow {
  0% { transform: translate(0, 0) scale(.84); opacity: .22; }
  50% { transform: translate(50px, -18px) scale(1); opacity: .9; }
  100% { transform: translate(84px, -36px) scale(.72); opacity: .1; }
}

@media (max-width: 1199px) {
  .home-gallery-container {
    width: min(1180px, calc(100% - 36px));
  }

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

@media (max-width: 991px) {
  .home-highlight-band,
  .home-project-grid,
  .home-category-grid,
  .home-category-grid-bold,
  .home-recent-grid {
    grid-template-columns: 1fr;
  }

  .home-category-card {
    min-height: 300px;
    padding: 22px;
  }

  .home-category-copy-minimal {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px 16px 14px;
    border-radius: 18px;
  }

  .home-category-copy-minimal h2 {
    font-size: 34px;
  }

  .home-category-copy-minimal p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .home-category-card {
    min-height: 280px;
    padding: 22px;
  }

  .home-category-card h2 {
    font-size: 24px;
  }

  .home-category-copy-minimal h2 {
    font-size: 30px;
  }

  .home-category-cover {
    height: 132px;
  }

  .home-hero-quick-links,
  .home-tech-marquee {
    gap: 8px;
  }

  .home-quick-link {
    width: calc(50% - 4px);
    justify-content: center;
  }

  .hero-floating-badge,
  .home-hero-particles {
    display: none;
  }
}

.home-hero-card {
  animation: homeHeroEnter .9s cubic-bezier(.2,.8,.2,1);
}

.home-hero-card:before {
  animation: heroGlowDrift 10s ease-in-out infinite;
}

.home-hero-card:after {
  animation: heroGlowDrift 12s ease-in-out infinite reverse;
}

.home-hero-title-accent {
  background: linear-gradient(90deg, #67e8f9 0%, #a78bfa 45%, #67e8f9 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: neonTextShift 4s linear infinite;
}

.home-highlight-card,
.home-project-card,
.home-panel,
.dashboard-featured-card,
.dashboard-feed-item {
  animation: fadeUpCard .8s cubic-bezier(.2,.8,.2,1) both;
}

.home-highlight-card:nth-child(2),
.home-project-card:nth-child(2),
.dashboard-feed-item:nth-child(2) {
  animation-delay: .08s;
}

.home-highlight-card:nth-child(3),
.home-project-card:nth-child(3),
.dashboard-feed-item:nth-child(3) {
  animation-delay: .16s;
}

.home-highlight-icon,
.home-quick-link i,
.hero-floating-badge i {
  transition: transform .25s ease, text-shadow .25s ease;
}

.home-highlight-card:hover .home-highlight-icon,
.home-quick-link:hover i,
.hero-floating-badge:hover i {
  transform: scale(1.14) rotate(-6deg);
  text-shadow: 0 0 12px rgba(103,232,249,.5);
}

.home-tech-marquee span {
  animation: techTagPulse 3.2s ease-in-out infinite;
}

.home-tech-marquee span:nth-child(2n) {
  animation-delay: .4s;
}

.home-tech-marquee span:nth-child(3n) {
  animation-delay: .8s;
}

.home-project-card,
.home-highlight-card,
.home-panel,
.dashboard-feed-item,
.dashboard-featured-card {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.home-project-card:hover,
.home-panel:hover,
.dashboard-featured-card:hover,
.dashboard-feed-item:hover {
  transform: translateY(-6px);
}

@keyframes homeHeroEnter {
  0% {
    opacity: 0;
    transform: translateY(26px) scale(.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroGlowDrift {
  0%, 100% {
    transform: translate3d(0,0,0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate3d(16px,-12px,0) scale(1.08);
    opacity: .82;
  }
}

@keyframes neonTextShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

@keyframes fadeUpCard {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes particleFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(.88);
    opacity: 0;
  }
  10% {
    opacity: .72;
  }
  50% {
    transform: translate3d(28px, -54px, 0) scale(1.02);
    opacity: .92;
  }
  100% {
    transform: translate3d(64px, -118px, 0) scale(.78);
    opacity: 0;
  }
}

body.page-home .navbar-custom .navbar-brand,
body.page-home .navbar-custom .nav li a {
  position: relative;
}

body.page-home .navbar-custom .nav li a:after,
body.page-home .navbar-custom .navbar-brand:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(103,232,249,0), rgba(103,232,249,.95), rgba(167,139,250,0));
  transform: scaleX(0.25);
  transform-origin: center;
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}

body.page-home .navbar-custom .nav li a:hover:after,
body.page-home .navbar-custom .nav li a:focus:after,
body.page-home .navbar-custom .navbar-brand:hover:after,
body.page-home .navbar-custom .navbar-brand:focus:after {
  transform: scaleX(1);
  opacity: 1;
}

.home-hero-btn {
  position: relative;
  overflow: hidden;
}

.home-hero-btn:before {
  content: "";
  position: absolute;
  top: -120%;
  left: -35%;
  width: 32%;
  height: 340%;
  transform: rotate(24deg);
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.46), rgba(255,255,255,0));
  opacity: 0;
  transition: left .55s ease, opacity .3s ease;
}

.home-hero-btn:hover:before,
.home-hero-btn:focus:before {
  left: 120%;
  opacity: 1;
}

.home-hero-card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 36px;
  padding: 34px 34px;
  border: 1px solid rgba(191, 219, 254, 0.40);
  border-radius: 24px;
  background: linear-gradient(135deg, #eef6ff 0%, #dbeafe 20%, #bfdbfe 52%, #93c5fd 100%);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);
}
.home-hero-card:before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.24), rgba(56, 189, 248, 0));
}
.home-hero-card:after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0));
}
.home-hero-card-tech:before,
.home-hero-card-tech:after {
  filter: blur(2px);
}
.home-hero-card-tech .home-hero-layout:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.012) 0 2px, transparent 2px 8px);
  opacity: 0.28;
}
.home-hero-card-tech {
  min-height: 320px;
}
.home-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 28px;
  align-items: center;
}
.home-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom right, rgba(255,255,255,0.84), rgba(255,255,255,0.20));
  pointer-events: none;
}
.home-hero-scanline {
  position: absolute;
  inset: -20% auto auto -12%;
  width: 52%;
  height: 160%;
  transform: rotate(16deg);
  background: linear-gradient(180deg, rgba(56, 189, 248, 0), rgba(56, 189, 248, 0.08), rgba(99, 102, 241, 0.05), rgba(56, 189, 248, 0));
  filter: blur(8px);
  opacity: 0.42;
  pointer-events: none;
}
.home-hero-content {
  position: relative;
  z-index: 2;
  padding: 18px 20px 18px 0;
}
.home-hero-content:before {
  content: "";
  position: absolute;
  inset: -10px 10px -10px -14px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(239, 246, 255, 0.34));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
}
.home-hero-visual {
  position: relative;
  z-index: 2;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(125, 211, 252, 0.20);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(59, 130, 246, 0.08), 0 0 18px rgba(56, 189, 248, 0.08);
}
.hero-orbit-lg {
  width: 320px;
  height: 320px;
}
.hero-orbit-md {
  width: 240px;
  height: 240px;
}
.hero-orbit-sm {
  width: 160px;
  height: 160px;
}
.hero-signal {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero-signal-1 {
  width: 220px;
  height: 2px;
  top: 88px;
  right: -12px;
  transform: rotate(-12deg);
  background: linear-gradient(90deg, rgba(56, 189, 248, 0), rgba(56, 189, 248, 0.9), rgba(56, 189, 248, 0));
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.35);
}
.hero-signal-2 {
  width: 2px;
  height: 180px;
  left: 52%;
  bottom: 24px;
  background: linear-gradient(180deg, rgba(99, 102, 241, 0), rgba(125, 211, 252, 0.9), rgba(99, 102, 241, 0));
  box-shadow: 0 0 18px rgba(125, 211, 252, 0.28);
}
.hero-core-card {
  position: relative;
  width: 240px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(219, 234, 254, 0.28));
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.10);
  backdrop-filter: blur(12px);
}
.hero-core-line {
  width: 56px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(148, 163, 184, 0.24);
}
.hero-core-line-accent {
  background: linear-gradient(90deg, #38bdf8, #6366f1);
}
.hero-core-chip {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.10);
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero-core-title {
  margin-top: 16px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.hero-core-meta {
  margin-top: 8px;
  color: rgba(15, 23, 42, 0.82);
  font-size: 13px;
  line-height: 1.8;
}
.hero-core-bars {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.hero-core-bars span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.92), rgba(99, 102, 241, 0.35));
}
.hero-core-bars span:nth-child(1) {
  width: 88%;
}
.hero-core-bars span:nth-child(2) {
  width: 68%;
}
.hero-core-bars span:nth-child(3) {
  width: 78%;
}
.hero-core-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.48);
}
.hero-core-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.8);
}
.home-hero-badge {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
}
.home-hero-title {
  position: relative;
  margin: 0 0 14px;
  max-width: 820px;
  color: #0f172a;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.home-hero-title .accent,
.home-hero-title-accent {
  background: linear-gradient(90deg, #1d4ed8, #0ea5e9 48%, #6366f1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-hero-desc {
  position: relative;
  margin: 0;
  max-width: 700px;
  color: rgba(15, 23, 42, 0.80);
  font-size: 15px;
  line-height: 1.95;
}
.home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.home-hero-console {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.40);
  color: rgba(15, 23, 42, 0.86);
  font-size: 12px;
  letter-spacing: 0.08em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}
.home-hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.home-hero-strip-item {
  position: relative;
  padding: 14px 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(239, 246, 255, 0.20));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 8px 22px rgba(59, 130, 246, 0.04);
}
.home-hero-strip-item:before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.72), transparent);
}
.home-hero-strip-key {
  display: block;
  margin-bottom: 6px;
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.home-hero-strip-item strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.home-hero-console-line {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.35);
}
.home-hero-console-line-short {
  width: 10px;
  opacity: 0.7;
}
.home-hero-console-code {
  font-family: "SFMono-Regular", "Menlo", "Monaco", Consolas, monospace;
}
.home-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.home-hero-btn:hover {
  transform: translateY(-2px);
}
.home-hero-btn-primary {
  color: #eff6ff !important;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}
.home-hero-btn-primary:hover {
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(56, 189, 248, 0.28);
}
.home-hero-btn-secondary {
  color: #dbeafe !important;
  border: 1px solid rgba(191, 219, 254, 0.24);
  background: rgba(255, 255, 255, 0.05);
}
.home-hero-btn-secondary:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.10);
}
.home-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.home-hero-stat {
  min-width: 180px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(239, 246, 255, 0.16));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 8px 20px rgba(59, 130, 246, 0.05);
}
.home-hero-stat-label {
  display: block;
  margin-bottom: 6px;
  color: #2563eb;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.home-hero-stat strong {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}
.home-section-title {
  margin: 8px 0 18px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  padding-left: 14px;
}
.home-section-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #38bdf8, #2563eb);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.22);
}
.dashboard-type-theme {
  --dashboard-accent: #38bdf8;
  --dashboard-accent-strong: #2563eb;
  --dashboard-accent-soft: rgba(56, 189, 248, 0.10);
  --dashboard-accent-line: rgba(56, 189, 248, 0.8);
  --dashboard-type-text: #0369a1;
  --dashboard-type-bg: rgba(56, 189, 248, 0.08);
  --dashboard-type-border: rgba(96, 165, 250, 0.18);
  --dashboard-title-hover: #0f4c81;
}
.dashboard-type-theme-paper {
  --dashboard-accent: #8b5cf6;
  --dashboard-accent-strong: #6366f1;
  --dashboard-accent-soft: rgba(139, 92, 246, 0.12);
  --dashboard-accent-line: rgba(139, 92, 246, 0.78);
  --dashboard-type-text: #6d28d9;
  --dashboard-type-bg: rgba(139, 92, 246, 0.08);
  --dashboard-type-border: rgba(139, 92, 246, 0.18);
  --dashboard-title-hover: #5b21b6;
}
.dashboard-type-theme-engineering,
.dashboard-type-theme-project {
  --dashboard-accent: #22c55e;
  --dashboard-accent-strong: #16a34a;
  --dashboard-accent-soft: rgba(34, 197, 94, 0.12);
  --dashboard-accent-line: rgba(34, 197, 94, 0.78);
  --dashboard-type-text: #15803d;
  --dashboard-type-bg: rgba(34, 197, 94, 0.08);
  --dashboard-type-border: rgba(34, 197, 94, 0.18);
  --dashboard-title-hover: #166534;
}
.dashboard-type-theme-log,
.dashboard-type-theme-note {
  --dashboard-accent: #64748b;
  --dashboard-accent-strong: #475569;
  --dashboard-accent-soft: rgba(100, 116, 139, 0.12);
  --dashboard-accent-line: rgba(100, 116, 139, 0.72);
  --dashboard-type-text: #475569;
  --dashboard-type-bg: rgba(100, 116, 139, 0.10);
  --dashboard-type-border: rgba(100, 116, 139, 0.18);
  --dashboard-title-hover: #334155;
}
.dashboard-type-theme-ml,
.dashboard-type-theme-nlp,
.dashboard-type-theme-llm,
.dashboard-type-theme-agent {
  --dashboard-accent: #06b6d4;
  --dashboard-accent-strong: #0ea5e9;
  --dashboard-accent-soft: rgba(6, 182, 212, 0.12);
  --dashboard-accent-line: rgba(6, 182, 212, 0.82);
  --dashboard-type-text: #0f766e;
  --dashboard-type-bg: rgba(6, 182, 212, 0.08);
  --dashboard-type-border: rgba(6, 182, 212, 0.18);
  --dashboard-title-hover: #0f766e;
}
.home-section-shell {
  margin: 0 0 24px;
}
.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.home-section-kicker {
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.home-section-title {
  margin: 6px 0 0;
  color: #0f172a;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.home-section-meta {
  color: #64748b;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.home-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: start;
}
.home-dashboard-main {
  min-width: 0;
}
.home-dashboard-aside {
  display: grid;
  gap: 16px;
}
.home-panel {
  position: relative;
  overflow: hidden;
  padding: 22px 18px 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 251, 0.84));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.home-panel-system:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(99, 102, 241, 0.04));
  transform: rotate(10deg);
  opacity: 0.9;
}
.home-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.06), transparent 42%, rgba(99, 102, 241, 0.04));
}
.home-panel-label {
  position: relative;
  z-index: 1;
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-panel-title {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.home-panel-desc {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #334155;
  font-size: 14px;
  line-height: 1.8;
}
.home-panel-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.home-panel-metric {
  padding: 12px 10px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 14px;
  background: rgba(255,255,255,0.58);
  text-align: center;
}
.home-panel-metric-key {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-panel-metric strong {
  color: #0f172a;
  font-size: 16px;
  line-height: 1.2;
}
.home-panel-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 16px;
}
.home-panel-item {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}
.home-panel-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.home-panel-item-key {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.home-panel-item strong {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.6;
}
.home-topic-cloud {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.home-panel-footnote {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.8;
}
.home-topic-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(96, 165, 250, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1e3a8a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dashboard-featured-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 24px 24px 22px;
  border: 1px solid color-mix(in srgb, var(--dashboard-accent) 20%, white 36%);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(239, 246, 255, 0.82), rgba(219, 234, 254, 0.74));
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.08), 0 0 24px color-mix(in srgb, var(--dashboard-accent) 10%, transparent);
}
.dashboard-featured-card:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, color-mix(in srgb, var(--dashboard-accent) 16%, transparent), transparent 28%, transparent 72%, color-mix(in srgb, var(--dashboard-accent-strong) 18%, transparent));
}
.dashboard-featured-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.dashboard-kicker,
.dashboard-type,
.dashboard-featured-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dashboard-type-icon {
  display: inline-flex;
  margin-right: 7px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.9;
}
.dashboard-kicker {
  color: #1e3a8a;
  background: color-mix(in srgb, var(--dashboard-accent) 12%, white);
  border: 1px solid color-mix(in srgb, var(--dashboard-accent) 24%, white 20%);
}
.dashboard-type {
  color: color-mix(in srgb, var(--dashboard-accent-strong) 78%, #0f172a);
  background: color-mix(in srgb, var(--dashboard-accent) 10%, white);
  border: 1px solid color-mix(in srgb, var(--dashboard-accent-strong) 18%, white 24%);
}
.dashboard-featured-status {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(148, 163, 184, 0.18);
}
.dashboard-featured-link {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none !important;
}
.dashboard-featured-title {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dashboard-featured-subtitle {
  margin-top: 12px;
  color: rgba(30, 41, 59, 0.80);
  font-size: 15px;
  line-height: 1.7;
}
.dashboard-featured-desc {
  margin-top: 14px;
  color: rgba(15, 23, 42, 0.78);
  font-size: 15px;
  line-height: 1.9;
}
.dashboard-featured-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: rgba(71, 85, 105, 0.82);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.dashboard-featured-card:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 72px;
  height: 72px;
  border: 1px solid color-mix(in srgb, var(--dashboard-accent) 18%, transparent);
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--dashboard-accent) 10%, transparent), transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, white 4%, transparent);
  transform: rotate(8deg);
  pointer-events: none;
  opacity: 0.9;
}
.dashboard-feed-shell {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 8px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(248,250,252,0.74));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.dashboard-feed-shell-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  flex-wrap: wrap;
}
.dashboard-feed-shell-title {
  color: #0f172a;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.dashboard-feed-shell-desc {
  max-width: 560px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}
.dashboard-feed {
  display: grid;
  gap: 14px;
}
.dashboard-feed-item {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  overflow: hidden;
}
.dashboard-feed-main {
  position: relative;
  min-width: 0;
}
.dashboard-feed-main:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: linear-gradient(180deg, rgba(148, 163, 184, 0.08), rgba(148, 163, 184, 0.26), rgba(148, 163, 184, 0.08));
}
.dashboard-feed-item:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--dashboard-accent) 82%, white);
  box-shadow: 0 0 16px color-mix(in srgb, var(--dashboard-accent) 42%, transparent);
  opacity: 0.55;
}
.dashboard-feed-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 36%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--dashboard-accent-soft), transparent);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.dashboard-feed-item:hover:before {
  transform: translateX(210%);
  opacity: 1;
}
.dashboard-feed-rail {
  position: relative;
  padding-top: 2px;
}
.dashboard-feed-rail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--dashboard-accent-line), transparent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--dashboard-accent) 20%, transparent);
}
.dashboard-feed-type {
  display: inline-flex;
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 4px 10px;
  border: 1px solid var(--dashboard-type-border);
  border-radius: 999px;
  background: var(--dashboard-type-bg);
  color: var(--dashboard-type-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.dashboard-feed-main {
  min-width: 0;
}
.dashboard-feed-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: #526277;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dashboard-feed-status {
  color: var(--dashboard-type-text);
  font-weight: 700;
}
.dashboard-feed-link {
  display: block;
  text-decoration: none !important;
}
.dashboard-feed-title {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  transition: color 0.2s ease;
}
.dashboard-feed-item:hover .dashboard-feed-title {
  color: var(--dashboard-title-hover);
}
.dashboard-feed-item:hover .dashboard-feed-status,
.dashboard-feed-item:hover .dashboard-feed-type {
  filter: saturate(1.08);
}
.dashboard-feed-subtitle {
  margin-top: 8px;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}
.dashboard-feed-desc {
  margin-top: 10px;
  color: #334155;
  font-size: 14px;
  line-height: 1.8;
}
.post-preview-card {
  margin-bottom: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.post-preview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.10);
}
.post-preview-card .post-title {
  margin-top: 0;
}
.post-preview-card .post-content-preview {
  color: #475569;
}
.post-preview-card .post-meta {
  margin-top: 14px;
  color: #64748b;
}
@media (max-width: 991px) {
  .home-dashboard-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .home-hero-card {
    padding: 24px 18px;
    border-radius: 18px;
  }
  .home-hero-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-hero-scanline {
    width: 68%;
    left: -24%;
    opacity: 0.52;
  }
  .home-hero-visual {
    min-height: 220px;
  }
  .hero-orbit-lg {
    width: 240px;
    height: 240px;
  }
  .hero-orbit-md {
    width: 180px;
    height: 180px;
  }
  .hero-orbit-sm {
    width: 120px;
    height: 120px;
  }
  .hero-signal-1 {
    width: 160px;
    top: 62px;
    right: 0;
  }
  .hero-signal-2 {
    height: 120px;
    left: 56%;
    bottom: 16px;
  }
  .hero-core-card {
    width: 210px;
    padding: 20px 16px;
  }
  .home-hero-title {
    font-size: 28px;
    line-height: 1.25;
  }
  .home-hero-desc {
    font-size: 14px;
    line-height: 1.8;
  }
  .home-hero-actions {
    flex-direction: column;
  }
  .home-hero-btn {
    width: 100%;
  }
  .home-hero-stat {
    width: 100%;
  }
  .home-hero-strip {
    grid-template-columns: 1fr;
  }
  .home-section-title {
    font-size: 28px;
  }
  .home-panel {
    padding: 18px 16px;
    border-radius: 16px;
  }
  .home-panel-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dashboard-featured-card {
    padding: 20px 16px 18px;
    border-radius: 16px;
  }
  .dashboard-featured-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .dashboard-featured-title {
    font-size: 24px;
  }
  .dashboard-feed-shell {
    padding: 16px 14px 6px;
    border-radius: 16px;
  }
  .dashboard-feed-shell-head {
    align-items: flex-start;
  }
  .dashboard-feed-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dashboard-feed-main:before {
    display: none;
  }
  .dashboard-feed-rail {
    padding-top: 0;
  }
  .dashboard-feed-rail:before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: 1px;
  }
  .dashboard-feed-type {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .dashboard-feed-title {
    font-size: 19px;
  }
  .post-preview-card {
    padding: 18px 16px;
  }
}
@media (min-width: 768px) {
  .post-container {
    padding-right: 5%;
  }
}
.sidebar-container {
  color: #bfbfbf;
  font-size: 14px;
}
.sidebar-container h5 {
  color: #cccccc;
  padding-bottom: 1em;
}
.sidebar-container h5 a {
  color: #cccccc !important;
  text-decoration: none;
}
.sidebar-container a {
  color: #bfbfbf !important;
}
.sidebar-container a:hover,
.sidebar-container a:active {
  color: #0085a1 !important;
}
.sidebar-container .tags a {
  border-color: #bfbfbf;
}
.sidebar-container .tags a:hover,
.sidebar-container .tags a:active {
  border-color: #0085a1;
}
.sidebar-container .short-about img {
  width: 80%;
  display: block;
  border-radius: 5px;
  margin-bottom: 20px;
}
.sidebar-container .short-about p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.sidebar-container .short-about .list-inline > li {
  padding-left: 0px;
}
.catalog-container {
  padding: 0px;
}
.side-catalog {
  display: block;
  overflow: auto;
  height: 100%;
  padding-bottom: 40px;
  width: 195px;
}
.side-catalog.fixed {
  position: fixed;
  top: -21px;
}
.side-catalog.fold .catalog-toggle::before {
  content: "+";
}
.side-catalog.fold .catalog-body {
  display: none;
}
.side-catalog .catalog-toggle::before {
  content: "−";
  position: relative;
  margin-right: 5px;
  bottom: 1px;
}
.side-catalog .catalog-body {
  position: relative;
  list-style: none;
  height: auto;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 5px;
  text-indent: 0;
}
.side-catalog .catalog-body li {
  position: relative;
  list-style: none;
}
.side-catalog .catalog-body li a {
  padding-left: 10px;
  max-width: 180px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.side-catalog .catalog-body .h1_nav,
.side-catalog .catalog-body .h2_nav,
.side-catalog .catalog-body .h3_nav {
  margin-left: 0;
  font-size: 13px;
  font-weight: bold;
}
.side-catalog .catalog-body .h4_nav,
.side-catalog .catalog-body .h5_nav,
.side-catalog .catalog-body .h6_nav {
  margin-left: 10px;
  font-size: 12px;
}
.side-catalog .catalog-body .h4_nav a,
.side-catalog .catalog-body .h5_nav a,
.side-catalog .catalog-body .h6_nav a {
  max-width: 170px;
}
.side-catalog .catalog-body .active {
  border-radius: 4px;
  background-color: #F5F5F5;
}
.side-catalog .catalog-body .active a {
  color: #0085a1!important;
}
@media (max-width: 1200px) {
  .side-catalog {
    display: none;
  }
}
/*
  Please note this CSS is currently in   prototype form. We'll implement a cleaned up version in Web Starter Kit.
*/
.paper-snackbar {
  transition-property: opacity, bottom, left, right, width, margin, border-radius;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  /*font-family: RobotoDraft;*/
  font-size: 14px;
  min-height: 14px;
  background-color: #323232;
  background-color: #0085a1;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  line-height: 22px;
  padding: 18px 24px;
  bottom: 0px;
  opacity: 0;
}
@media (min-width: 640px) {
  .paper-snackbar {
    /*
    Desktop:
      Single-line snackbar height: 48 dp tall
      Minimum width: 288 dp
      Maximum width: 568 dp
      2 dp rounded corner
      Text: Roboto Regular 14 sp
      Action button: Roboto Medium 14 sp, all-caps text
      Default background fill: #323232 100%
    */
    min-width: 288px;
    max-width: 568px;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px;
    bottom: -100px;
  }
}
@media (max-width: 640px) {
  .paper-snackbar {
    /*
  Mobile:
    Single-line snackbar height: 48 dp
    Multi-line snackbar height: 80 dp
    Text: Roboto Regular 14 sp
    Action button: Roboto Medium 14 sp, all-caps text
    Default background fill: #323232 100%  
  */
    left: 0px;
    right: 0px;
  }
}
.paper-snackbar .action {
  background: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #ffeb3b;
  margin: 0px 0px 0px 24px;
  padding: 0px;
  min-width: min-content;
  outline: 0px;
}
/* Everything from here down is actually just for the demo - the material buttons and card, and various other pieces of styling */
/* Variables */
/* Buttons */
.paper-button {
  position: relative;
  padding: 4px 0;
  margin: 1em;
  width: 160px;
  overflow: hidden;
  user-select: none;
  color: #000000;
  text-transform: uppercase;
  border-radius: 3px;
  outline-color: #cccccc;
}
.paper-button:hover {
  cursor: pointer;
}
.paper-button button,
.paper-button input[type="submit"] {
  background: inherit;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  /*font-family: 'Roboto';*/
  font-size: 1em;
  color: #000000;
  text-transform: uppercase;
}
.paper-button.colored,
.paper-button.colored button {
  color: #4285f4;
}
.paper-button.raised-button.colored {
  background-color: #4285f4;
}
.paper-button .raised-button {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.paper-button.raised-button.colored {
  background: #4285f4;
  color: #fff;
}
.paper-button[disabled] {
  background-color: #EAEAEA !important;
  color: #A8A8A8 !important;
  cursor: auto;
}
.paper-button:hover {
  background-color: #EAEAEA;
}
.paper-button.raised-button.colored:hover {
  background-color: #3367d6;
}
button.paper-button {
  border: 0;
  /*font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;*/
  font-size: 1em;
  line-height: 25px;
  background-color: #ffffff;
}
.paper-button input[type="submit"] {
  outline-color: #cccccc;
}
.paper-button.colored.raised-button input[type="submit"] {
  color: #ffffff;
}
/** Shadows **/
.paper-shadow-animated.paper-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.paper-shadow-top-z-1 {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.paper-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.paper-shadow-top-z-2 {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.paper-shadow-bottom-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.paper-shadow-top-z-3 {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.paper-shadow-bottom-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.paper-shadow-top-z-4 {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
/** Card **/
.card {
  background: white;
  width: 300px;
  height: 300px;
  position: relative;
  margin: 16px;
  border-radius: 2px;
}
.highlight,
pre.highlight {
  background: #282c34;
  color: #abb2bf;
}
.highlight pre {
  background: #282c34;
}
.highlight .hll {
  background: #282c34;
}
.highlight .c {
  color: #5c6370;
  font-style: italic;
}
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}
.language-coq .highlight .err {
  background-color: transparent;
}
.highlight .k,
.language-coq .highlight .err {
  color: #c678dd;
}
.highlight .l {
  color: #98c379;
}
.highlight .n {
  color: #abb2bf;
}
.highlight .o {
  color: #abb2bf;
}
.highlight .p {
  color: #abb2bf;
}
.highlight .cm {
  color: #5c6370;
  font-style: italic;
}
.highlight .cp {
  color: #5c6370;
  font-style: italic;
}
.highlight .c1 {
  color: #5c6370;
  font-style: italic;
}
.highlight .cs {
  color: #5c6370;
  font-style: italic;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gs {
  font-weight: 700;
}
.highlight .kc {
  color: #c678dd;
}
.highlight .kd {
  color: #c678dd;
}
.highlight .kn {
  color: #c678dd;
}
.highlight .kp {
  color: #c678dd;
}
.highlight .kr {
  color: #c678dd;
}
.highlight .kt {
  color: #c678dd;
}
.highlight .ld {
  color: #98c379;
}
.highlight .m {
  color: #d19a66;
}
.highlight .s {
  color: #98c379;
}
.highlight .na {
  color: #d19a66;
}
.highlight .nb {
  color: #e5c07b;
}
.highlight .nc {
  color: #e5c07b;
}
.highlight .no {
  color: #e5c07b;
}
.highlight .nd {
  color: #e5c07b;
}
.highlight .ni {
  color: #e5c07b;
}
.highlight .ne {
  color: #e5c07b;
}
.highlight .nf {
  color: #abb2bf;
}
.highlight .nl {
  color: #e5c07b;
}
.highlight .nn {
  color: #abb2bf;
}
.highlight .nx {
  color: #abb2bf;
}
.highlight .py {
  color: #e5c07b;
}
.highlight .nt {
  color: #e06c75;
}
.highlight .nv {
  color: #e5c07b;
}
.highlight .ow {
  font-weight: 700;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .mf {
  color: #d19a66;
}
.highlight .mh {
  color: #d19a66;
}
.highlight .mi {
  color: #d19a66;
}
.highlight .mo {
  color: #d19a66;
}
.highlight .sb {
  color: #98c379;
}
.highlight .sc {
  color: #98c379;
}
.highlight .sd {
  color: #98c379;
}
.highlight .s2 {
  color: #98c379;
}
.highlight .se {
  color: #98c379;
}
.highlight .sh {
  color: #98c379;
}
.highlight .si {
  color: #98c379;
}
.highlight .sx {
  color: #98c379;
}
.highlight .sr {
  color: #56b6c2;
}
.highlight .s1 {
  color: #98c379;
}
.highlight .ss {
  color: #56b6c2;
}
.highlight .bp {
  color: #e5c07b;
}
.highlight .vc {
  color: #e5c07b;
}
.highlight .vg {
  color: #e5c07b;
}
.highlight .vi {
  color: #e06c75;
}
.highlight .il {
  color: #d19a66;
}
.highlight .gu {
  color: #75715e;
}
.highlight .gd {
  color: #f92672;
}
.highlight .gi {
  color: #a6e22e;
}
.highlighter-rouge .highlight {
  margin-bottom: 10px;
  border-radius: 6px;
}
.highlighter-rouge .highlight pre {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  word-wrap: normal;
}
.highlighter-rouge .highlight .rouge-table .rouge-gutter,
.highlighter-rouge .highlight .rouge-table .rouge-code {
  border: 0 !important;
}
.highlighter-rouge .highlight .rouge-code pre {
  color: #abb2bf;
}
.highlighter-rouge .highlight .table-responsive {
  margin: 0px;
  border: 0px;
}
.highlighter-rouge .highlight .table {
  margin: 0px;
  table-layout: fixed;
}
.highlighter-rouge .highlight table > tbody > tr > td {
  margin: 0;
  border: 0;
  padding: 0;
}
.highlighter-rouge .highlight table > tbody > tr > td > pre {
  padding: 14px;
}
.highlighter-rouge .highlight td.rouge-gutter {
  width: 56px;
}
.highlighter-rouge .highlight .lineno {
  text-align: right;
  border-radius: 0px;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .highlighter-rouge .highlight {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px;
  }
  .highlighter-rouge .highlight td.rouge-gutter {
    width: 36px;
  }
  .highlighter-rouge .highlight table > tbody > tr > td > pre {
    padding: 14px 10px;
  }
}
body {
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #404040;
  overflow-x: hidden;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  p {
    margin: 25px 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
  line-height: 1.1;
  font-weight: bold;
}
h4 {
  font-size: 21px;
}
a {
  color: #404040;
}
a:hover,
a:focus {
  color: #0085a1;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
article {
  overflow: hidden;
}
blockquote {
  color: gray;
  font-style: italic;
  font-size: 0.95em;
  margin: 20px 0 20px;
}
blockquote p {
  margin: 0;
}
small.img-hint {
  display: block;
  margin-top: -20px;
  text-align: center;
}
br + small.img-hint {
  margin-top: -40px;
}
img.shadow {
  box-shadow: rgba(0, 0, 0, 0.258824) 0px 2px 5px 0px;
}
select {
  -webkit-appearance: none;
  margin-top: 15px;
  color: #337ab7;
  border-color: #337ab7;
  padding: 0em 0.4em;
  background: white;
}
select.sel-lang {
  min-height: 28px;
  font-size: 14px;
}
table {
  margin-top: 10px;
}
table.table > tbody th,
table.table > thead th,
table.table > tbody td,
table.table > thead td {
  border: 1px solid #eee !important;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0;
  }
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
pre,
.table-responsive {
  -webkit-overflow-scrolling: touch;
}
pre code {
  display: block;
  width: auto;
  white-space: pre;
  word-wrap: normal;
}
code,
kbd,
pre,
samp {
  font-family: "Fira Code", Menlo, Monaco, Consolas, "Courier New", monospace;
}
.postlist-container {
  margin-bottom: 15px;
}
.post-container a {
  color: #337ab7;
}
.post-container a:hover,
.post-container a:focus {
  color: #0085a1;
}
.post-container h1,
.post-container h2,
.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
  margin: 50px 0 20px;
  line-height: 1.4;
}
.post-container h1 + p,
.post-container h2 + p,
.post-container h3 + p,
.post-container h4 + p,
.post-container h5 + p,
.post-container h6 + p {
  margin-top: 20px;
}
.post-container h2::before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ececec;
  margin-top: 44px;
  margin-bottom: 30px;
}
.post-container h4 {
  font-size: 22px;
  font-weight: 600;
  color: gray;
}
.post-container h4 + p {
  margin-top: 10px;
}
.post-container h5,
.post-container h6 {
  font-size: 20px;
  font-weight: 600;
  color: gray;
}
.post-container h5 + p,
.post-container h6 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .post-container h1 {
    font-size: 30px;
  }
  .post-container h2 {
    font-size: 22px;
  }
  .post-container h3 {
    font-size: 20px;
  }
  .post-container h4 {
    font-size: 19px;
  }
  .post-container h5,
  .post-container h6 {
    font-size: 18px;
  }
}
.post-container ul,
.post-container ol {
  margin-bottom: 18px;
}
.post-container ul + p,
.post-container ol + p {
  margin-top: 10px;
}
.post-container p + blockquote {
  margin-top: 8px;
}
.post-container blockquote + h1,
.post-container blockquote + h2,
.post-container blockquote + h3,
.post-container blockquote + h4,
.post-container blockquote + h5,
.post-container blockquote + h6 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .post-container ul,
  .post-container ol {
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .post-container ul,
  .post-container ol {
    padding-left: 20px;
  }
}
.post-container ol ol,
.post-container ol ul,
.post-container ul ol,
.post-container ul ul {
  margin-bottom: 5px;
}
.post-container li p {
  margin: 0;
  margin-bottom: 5px;
}
.post-container li h1,
.post-container li h2,
.post-container li h3,
.post-container li h4,
.post-container li h5,
.post-container li h6 {
  line-height: 2;
  margin-top: 20px;
}
.post-container .pager li {
  width: 48%;
}
.post-container .pager li.next {
  float: right;
}
.post-container .pager li.previous {
  float: left;
}
.post-container .pager li > a {
  width: 100%;
}
.post-container .pager li > a > span {
  color: #cccccc;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.post-container .anchorjs-link {
  position: absolute;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  /**
   * Layout
   * Since V1.6 we use absolute positioning to prevent to expand container-fluid
   * which would cover tags. A absolute positioning make a new layer.
   */
  .navbar-default .navbar-collapse {
    position: absolute;
    right: 0;
    border: none;
    background: white;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.239216) 0px 1px 4px;
    border-radius: 2px;
    width: 170px;
  }
  /**
   * Animation
   * HuxBlog-Navbar using genuine Material Design Animation
   */
  #huxblog_navbar {
    /**
     * Sharable code and 'out' function
     */
    opacity: 0;
    transform: scaleX(0);
    transform-origin: top right;
    transition: all 200ms cubic-bezier(0.47, 0, 0.4, 0.99) 0ms;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: top right;
    -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.4, 0.99) 0ms;
    /**
     *'In' Animation
     */
  }
  #huxblog_navbar a {
    font-size: 13px;
    line-height: 28px;
  }
  #huxblog_navbar .navbar-collapse {
    height: 0px;
    transform: scaleY(0);
    transform-origin: top right;
    transition: transform 400ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top right;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
  }
  #huxblog_navbar li {
    opacity: 0;
    transition: opacity 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: opacity 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  #huxblog_navbar.in {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  #huxblog_navbar.in .navbar-collapse {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #huxblog_navbar.in li {
    opacity: 1;
    transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 205ms;
    -webkit-transition: opacity 450ms cubic-bezier(0.23, 1, 0.32, 1) 205ms;
  }
}
.navbar-custom {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.36));
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.10), 0 10px 30px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
  color: white;
  height: 56px;
  line-height: 25px;
}
.navbar-custom .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}
.navbar-custom .nav li a:active {
  background: rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.66), rgba(15, 23, 42, 0.30));
    border-bottom: 1px solid rgba(219, 234, 254, 0.14);
  }
  .navbar-custom body {
    font-size: 20px;
  }
  .navbar-custom .navbar-brand {
    color: rgba(255, 255, 255, 0.98);
    padding: 20px;
    line-height: 20px;
    text-shadow: 0 0 18px rgba(56, 189, 248, 0.16);
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: #ffffff;
  }
  .navbar-custom .nav li a {
    color: rgba(255, 255, 255, 0.96);
    padding: 20px;
    position: relative;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.10);
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: #ffffff;
  }
  .navbar-custom .nav li a:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 14px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.85), transparent);
    opacity: 0;
    transform: scaleX(0.72);
    transform-origin: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .navbar-custom .nav li a:hover:after,
  .navbar-custom .nav li a:focus:after {
    opacity: 1;
    transform: scaleX(1);
  }
  .navbar-custom .nav li a:active {
    background: none;
  }
}
.navbar-custom.invert .navbar-toggle:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-custom.invert .navbar-toggle .icon-bar {
  background-color: #404040;
}
.navbar-custom.invert .navbar-brand {
  color: #404040;
}
.navbar-custom.invert .navbar-brand:hover,
.navbar-custom.invert .navbar-brand:focus {
  color: #0085a1;
}
.navbar-custom.invert .nav li a {
  color: #404040;
}
.navbar-custom.invert .nav li a:hover,
.navbar-custom.invert .nav li a:focus {
  color: #0085a1;
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background: rgba(3, 10, 28, 0.90);
    border-bottom: 1px solid rgba(96, 165, 250, 0.20);
    box-shadow: 0 10px 32px rgba(2, 6, 23, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: rgba(255, 255, 255, 0.94);
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #7dd3fc;
  }
  .navbar-custom.is-fixed .nav li a {
    color: rgba(241, 245, 249, 0.96);
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #ffffff;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  position: relative;
  overflow: hidden;
  background: no-repeat center center;
  background-color: #cccccc;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  /* 0 on mobile, modify by Hux */
}
.intro-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(56, 189, 248, 0.26), transparent 26%),
    radial-gradient(circle at 22% 78%, rgba(37, 99, 235, 0.20), transparent 30%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.58), rgba(2, 6, 23, 0.74));
  pointer-events: none;
}
.intro-header:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.28;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.08));
  pointer-events: none;
}
.intro-header .container {
  position: relative;
  z-index: 2;
}
.intro-header.style-text {
  background: none;
}
.intro-header.style-text .site-heading,
.intro-header.style-text .post-heading,
.intro-header.style-text .page-heading {
  padding: 85px 0 20px;
  color: #404040;
}
.intro-header.style-text .site-heading .subheading,
.intro-header.style-text .post-heading .subheading,
.intro-header.style-text .page-heading .subheading {
  margin-bottom: 15px;
}
.intro-header.style-text .tags a,
.intro-header.style-text .tags .tag {
  border-color: #404040;
  color: #404040;
}
.intro-header.style-text .tags a:hover,
.intro-header.style-text .tags .tag:hover,
.intro-header.style-text .tags a:active,
.intro-header.style-text .tags .tag:active {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .intro-header {
    margin-bottom: 20px;
    /* response on desktop */
  }
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 74px 0 44px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 118px 0 108px;
  }
}
.intro-header .site-heading {
  padding: 82px 0 54px;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading {
    padding: 122px 0 112px;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
  font-size: 17px;
  line-height: 1.45;
  display: block;
  font-weight: 300;
  max-width: 760px;
  margin: 14px auto 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 30px;
  margin-bottom: 24px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
  margin: 10px 0 30px;
  margin-top: -5px;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
  .intro-header .post-heading .meta {
    font-size: 20px;
  }
}
.intro-header .header-img-credit {
  position: absolute;
  bottom: 6px;
  right: 9px;
  color: white;
  opacity: 0.3;
  font-size: 10px;
  z-index: 1;
}
.intro-header .header-img-credit a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .header-img-credit {
    font-size: 12px;
    bottom: 10px;
    right: 15px;
  }
}
.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085a1;
}
.post-preview > a > .post-title {
  font-size: 21px;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 8px;
}
.post-preview > a > .post-subtitle {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  font-family: 'Lora', 'Times New Roman', serif;
  color: #cccccc;
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .post-preview > a > .post-subtitle {
    font-size: 16px;
  }
  .post-preview .post-meta {
    font-size: 18px;
  }
}
.post-content-preview {
  font-size: 13px;
  font-style: italic;
  color: #a3a3a3;
}
.post-content-preview:hover {
  color: #0085a1;
}
@media only screen and (min-width: 768px) {
  .post-content-preview {
    font-size: 14px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  font-size: 20px;
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
footer .copyright a {
  color: #337ab7;
}
footer .copyright a:hover,
footer .copyright a:focus {
  color: #0085a1;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085a1;
  border: 1px solid #0085a1;
  color: white;
}
.pager {
  margin: 20px 0 0 !important;
  padding: 0px !important;
}
.pager li > a,
.pager li > span {
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px;
  background-color: white;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .pager li > a,
  .pager li > span {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.pager li > a {
  color: #404040;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085a1;
  border: 1px solid #0085a1;
}
.pager li > a:hover > span,
.pager li > a:focus > span {
  color: white;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #cccccc;
  background-color: #404040;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085a1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
/* Hux add tags support */
.d-none {
  display: none !important;
}
.tags {
  margin-bottom: -5px;
}
.tags.tags-sup a,
.tags.tags-sup .tag {
  padding: 0 10px 0 12px;
}
.tags a,
.tags .tag {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999em;
  padding: 0 10px 0 10px;
  color: #ffffff;
  line-height: 24px;
  font-size: 12px;
  text-decoration: none;
  margin: 0 1px;
  margin-bottom: 6px;
  cursor: pointer;
}
.tags a > sup,
.tags .tag > sup {
  margin-left: -2px;
  font-weight: 700;
}
.tags a:hover,
.tags .tag:hover,
.tags a:active,
.tags .tag:active {
  color: white;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .tags a,
  .tags .tag {
    margin-right: 5px;
  }
}
#tag-heading {
  padding: 70px 0 60px;
}
@media only screen and (min-width: 768px) {
  #tag-heading {
    padding: 55px 0;
  }
}
#tag_cloud {
  margin: 20px 0 15px 0;
}
#tag_cloud a,
#tag_cloud .tag {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  font-size: 14px;
  border: none;
  line-height: 28px;
  margin: 0 2px;
  margin-bottom: 8px;
  background: #f3f5f5;
}
#tag_cloud a:hover,
#tag_cloud .tag:hover,
#tag_cloud a:active,
#tag_cloud .tag:active,
#tag_cloud a.focus,
#tag_cloud .tag.focus {
  background-color: #0085a1 !important;
}
#tag_cloud a.focus,
#tag_cloud .tag.focus {
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 6px, rgba(0, 0, 0, 0.239216) 0 1px 4px;
}
#tag_cloud a.tag-button--all,
#tag_cloud .tag.tag-button--all {
  font-weight: 700;
  color: #0085a1!important;
}
#tag_cloud a.tag-button--all:hover,
#tag_cloud .tag.tag-button--all:hover,
#tag_cloud a.tag-button--all:active,
#tag_cloud .tag.tag-button--all:active,
#tag_cloud a.tag-button--all.focus,
#tag_cloud .tag.tag-button--all.focus {
  background-color: #e4e4e4 !important;
}
@media only screen and (min-width: 768px) {
  #tag_cloud {
    margin-bottom: 25px;
  }
}
.tag-comments {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .tag-comments {
    font-size: 14px;
  }
}
.t:first-child {
  margin-top: 0px;
}
.listing-seperator {
  color: #0085a1;
  font-size: 21px !important;
}
.listing-seperator::before {
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .listing-seperator {
    font-size: 20px !important;
    line-height: 2 !important;
  }
}
.mini-post-list {
  margin: 20px 0 15px 0;
}
.mini-post-list .tag-text {
  font-weight: 200;
  /* Hux learn from
     *     TypeIsBeautiful,
     *     [This Post](http://zhuanlan.zhihu.com/ibuick/20186806) etc.
     */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  line-height: 1.7;
}
.mini-post-list .post-preview {
  position: relative;
}
.mini-post-list .post-preview > a .post-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.mini-post-list .post-preview > a .post-subtitle {
  font-size: 13px;
}
.mini-post-list .post-preview > .post-meta {
  position: absolute;
  right: 5px;
  bottom: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 12px;
}
@media only screen and (min-width: 768px) {
  .mini-post-list .post-preview {
    margin-left: 20px;
  }
  .mini-post-list .post-preview > a > .post-title {
    font-size: 18px;
    line-height: 1.3;
  }
  .mini-post-list .post-preview > a > .post-subtitle {
    font-size: 14px;
  }
  .mini-post-list .post-preview .post-meta {
    font-size: 18px;
  }
}
/* Tags support End*/
/* Hux make all img responsible in post-container */
.post-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em auto 1.6em auto;
}
/* Hux Optimize UserExperience */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: inherit;
}
.navbar-default .navbar-toggle:active {
  background-color: rgba(255, 255, 255, 0.25);
}
/* Hux customize Style for navBar button */
.navbar-default .navbar-toggle {
  border-color: transparent;
  padding: 19px 16px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 18px;
  border-radius: 0px;
  background-color: white;
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
/* Hux customize Style for Duoshuo */
.comment {
  margin-top: 20px;
}
.comment #ds-thread #ds-reset a.ds-like-thread-button {
  border: 1px solid #ddd;
  border-radius: 0px;
  background: white;
  box-shadow: none;
  text-shadow: none;
}
.comment #ds-thread #ds-reset li.ds-tab a.ds-current {
  border: 1px solid #ddd;
  border-radius: 0px;
  background: white;
  box-shadow: none;
  text-shadow: none;
}
.comment #ds-thread #ds-reset .ds-textarea-wrapper {
  background: none;
}
.comment #ds-thread #ds-reset .ds-gradient-bg {
  background: none;
}
.comment #ds-thread #ds-reset .ds-post-options {
  border-bottom: 1px solid #ccc;
}
.comment #ds-thread #ds-reset .ds-post-button {
  border-bottom: 1px solid #ccc;
}
.comment #ds-thread #ds-reset .ds-post-button {
  background: white;
  box-shadow: none;
}
.comment #ds-thread #ds-reset .ds-post-button:hover {
  background: #eeeeee;
}
#ds-smilies-tooltip ul.ds-smilies-tabs li a {
  background: white !important;
}
.page-fullscreen .intro-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-fullscreen #tag-heading {
  position: fixed;
  left: 0;
  top: 0;
  padding-bottom: 150px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-fullscreen footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #fff;
}
.page-fullscreen footer .copyright {
  color: #fff;
}
.page-fullscreen footer .copyright a {
  color: #fff;
}
.page-fullscreen footer .copyright a:hover {
  color: #ddd;
}
.MathJax_SVG_Display {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Archive readability on dark theme */
body.page-home .mini-post-list {
  margin-top: 28px;
}

body.page-home .mini-post-list section {
  margin-bottom: 18px;
}

body.page-home .listing-seperator {
  display: inline-flex;
  align-items: center;
  margin: 12px 0 22px;
  color: #67e8f9;
  font-size: 24px !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-shadow: 0 0 18px rgba(34, 211, 238, 0.22);
}

body.page-home .listing-seperator .tag-text {
  color: #67e8f9;
}

body.page-home .mini-post-list .post-preview {
  margin: 0 0 14px;
  padding: 18px 20px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.56), rgba(15, 23, 42, 0.34));
  border: 1px solid rgba(125, 211, 252, 0.12);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.14);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

body.page-home .mini-post-list .post-preview:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.28);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.48));
  box-shadow: 0 18px 34px rgba(2, 6, 23, 0.2);
}

body.page-home .mini-post-list .post-preview > a {
  color: #eaf4ff;
}

body.page-home .mini-post-list .post-preview > a:hover,
body.page-home .mini-post-list .post-preview > a:focus {
  color: #ffffff;
  text-decoration: none;
}

body.page-home .mini-post-list .post-preview > a .post-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #eef6ff;
  font-size: 28px;
  line-height: 1.34;
  font-weight: 800;
  text-shadow: 0 6px 20px rgba(2, 6, 23, 0.32);
}

body.page-home .home-category-copy-minimal {
  left: 16px;
  right: 16px;
  bottom: 16px;
  gap: 8px;
  padding: 16px 16px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.02), rgba(2, 6, 23, 0.7));
  box-shadow: 0 20px 38px rgba(2, 6, 23, 0.3);
}

body.page-home .home-category-chip {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  background: rgba(15, 23, 42, 0.38);
  color: rgba(226, 232, 240, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.page-home .home-category-copy-minimal h2 {
  margin: 0;
  font-size: 50px;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

body.page-home .home-category-copy-minimal p {
  max-width: none;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(224, 242, 254, 0.92);
  line-height: 1.35;
}

body.page-home .home-category-cta-minimal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: #7dd3fc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.page-home .home-category-cta-minimal:after {
  content: "→";
  font-size: 13px;
  line-height: 1;
}

body.page-home .archive-grid-list {
  margin-top: 30px;
}

body.page-home .archive-year-group {
  margin-bottom: 28px;
}

body.page-home .archive-year-head {
  margin-bottom: 8px;
}

body.page-home .archive-post-card {
  position: relative;
}

body.page-home .archive-post-meta-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

body.page-home .archive-post-date {
  color: rgba(191, 219, 254, 0.86);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.page-home .archive-post-type {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.14);
  border: 1px solid rgba(125, 211, 252, 0.16);
  color: #7dd3fc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-home .mini-post-list .post-preview > a .post-subtitle,
body.page-home .mini-post-list .post-preview .post-content-preview {
  color: rgba(214, 228, 242, 0.88);
  font-size: 15px;
  line-height: 1.75;
}

body.page-home .mini-post-list .post-preview > .post-meta {
  color: rgba(125, 211, 252, 0.84);
}

body.page-home .mini-post-list .post-preview hr {
  margin: 16px 0 0;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

@media (max-width: 767px) {
  body.page-home .mini-post-list .post-preview {
    padding: 16px 16px 14px;
    border-radius: 16px;
  }

  body.page-home .mini-post-list .post-preview > a .post-title {
    font-size: 22px;
  }

  body.page-home .listing-seperator {
    font-size: 20px !important;
  }
}
