/* .hd {
  width: auto;
  height: 4.166667rem;
  background-image: url(/img/ts-bg.png);
  background-size: 10rem 4.166667rem;
  padding: 1.5625rem 7.013889rem 0.375rem 0.694444rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hd h2 {
  font-weight: 600;
  font-size: 0.25rem;
  line-height: 0.347222rem;
  color: #263764;
}
.hd p {
  font-size: 0.125rem;
  line-height: 0.173611rem;
  color: #a0adcb;
} */
/* header {
  background-color: rgba(240, 241, 245, 0.85);
  box-shadow: 40px 40px 100px rgba(24, 48, 63, 0.1);
  backdrop-filter: blur(0.291667rem);
} */
.hd {
  width: auto;
  height: 4.166667rem;
  /* background-image: url(/img/ts-bg.png); */
  background-size: 10rem 4.166667rem;
  padding: 0.694444rem 7.013889rem 0.375rem 0.694444rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.hd h2 {
  font-weight: 600;
  font-size: 0.25rem;
  line-height: 0.347222rem;
  color: #263764;
}
.hd p {
  font-size: 0.125rem;
  line-height: 0.173611rem;
  color: #a0adcb;
  text-align: justify;
}
/* 卡片区域 */
.explore {
  padding: 0.694444rem;
}
.explore-hd h3 {
  font-size: 0.305556rem;
  line-height: 140%;
  color: #384853;
  margin-top: 0.277778rem;
  margin-bottom: 0.083333rem;
}
.explore-hd p {
  font-weight: 500;
  font-size: 0.111111rem;
  line-height: 150%;
  color: #6b7b8a;
  margin-bottom: 0.277778rem;
}
.explore-bd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0.416667rem;
  grid-row-gap: 0.555556rem;
}
.card {
  border-radius: 0.138889rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  transform: translateY(-0.138889rem);
  box-shadow: -0.046149rem -0.046149rem 0.138448rem #ffffff,
    0.069224rem 0.069224rem 0.138448rem rgba(174, 174, 192, 0.4);
}
.card:hover a .card-img {
  transform: scale(1.02);
}
.card a .card-img {
  height: 1.95314328rem;
  transition: all 0.3s ease-in-out;
}
.card-img {
  position: relative;
}
.card-img img {
  height: 1.95314328rem;
  transform: translate(-50%, 0);
  position: absolute;
  left: 1.29632812rem;
}
.card-t {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 0.083333rem;
  line-height: 0.138889rem;
  letter-spacing: 0.013889rem;
  color: #6b7b8a;
  padding: 0.166667rem 0.166667rem 0.069444rem;
}
.card-t :nth-child(2) {
  color: rgba(107, 123, 138, 0.8);
  font-weight: 500;
}
.card a h4 {
  font-size: 0.208333rem;
  line-height: 140%;
  font-weight: 400;
  color: #263764;
  padding: 0rem 0.166667rem;
}
.card a > p {
  font-weight: 500;
  font-size: 0.097222rem;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #a0adcb;
  padding: 0.069444rem 0.166667rem 0rem;
}
.card-f {
  display: flex;
  font-weight: 600;
  font-size: 0.090278rem;
  line-height: 0.138889rem;
  letter-spacing: 1.5px;
  color: #7239ff;
  padding: 0.347222rem 0.166667rem 0.166667rem;
}
.card-f p {
  margin-right: 0.138889rem;
}
/* ===== 趋势卡片封面 ===== */
.card-trend-cover {
  height: 1.95314328rem;
  position: relative;
  overflow: hidden;
}

/* 01 Bento Grid */
.trend-bento {
  background: linear-gradient(135deg, #0d0b1e 0%, #13103a 100%);
}
.tc-bento {
  position: absolute;
  inset: 0.138889rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0.055556rem;
}
.tc-b { border-radius: 0.055556rem; }
.tc-b1 { background: rgba(114,57,255,0.55); grid-row: span 2; }
.tc-b2 { background: rgba(6,182,212,0.4); }
.tc-b3 { background: rgba(168,85,247,0.3); }
.tc-b4 { background: rgba(255,255,255,0.08); grid-column: span 2; }
.tc-b5 { background: rgba(99,102,241,0.4); }
.tc-b6 { background: rgba(6,182,212,0.2); }

/* 02 Editorial */
.trend-editorial {
  background: linear-gradient(160deg, #f5f5f0 0%, #e8e6e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tc-editorial {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.277778rem;
  overflow: hidden;
}
.tc-aa {
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(0,0,0,0.08);
  line-height: 1;
  position: absolute;
  right: -0.2rem;
  top: -0.1rem;
  font-family: "Georgia", serif;
  letter-spacing: -0.04em;
}
.tc-lines {
  display: flex;
  flex-direction: column;
  gap: 0.083333rem;
  z-index: 1;
  width: 70%;
}
.tc-line { background: #1a1a2e; border-radius: 2px; }
.tc-line--thick { height: 0.083333rem; width: 90%; }
.tc-line--mid { height: 0.055556rem; width: 60%; background: #7239ff; }
.tc-line--thin { height: 0.027778rem; width: 80%; background: rgba(26,26,46,0.3); }

/* 03 Minimal Dark */
.trend-minimal-dark {
  background: linear-gradient(135deg, #04060f 0%, #080c1e 100%);
  overflow: hidden;
}
.tc-dark-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.416667rem);
}
.tc-orb1 {
  width: 1.5rem; height: 1.5rem;
  top: -0.3rem; left: -0.3rem;
  background: radial-gradient(circle, rgba(114,57,255,0.6), transparent 65%);
  animation: tcOrbFloat 8s ease-in-out infinite;
}
.tc-orb2 {
  width: 1rem; height: 1rem;
  bottom: -0.1rem; right: 0.1rem;
  background: radial-gradient(circle, rgba(6,182,212,0.55), transparent 65%);
  animation: tcOrbFloat 12s ease-in-out infinite reverse;
}
.tc-dark-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 0.277778rem 0.277778rem;
}
.tc-dark-text {
  position: absolute;
  bottom: 0.138889rem;
  right: 0.194444rem;
  font-size: 0.8rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  letter-spacing: -0.05em;
  line-height: 1;
}
@keyframes tcOrbFloat {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(0.15rem,-0.1rem); }
}

/* 04 Motion-first */
.trend-motion {
  background: linear-gradient(135deg, #050c1a 0%, #0a1628 100%);
  overflow: hidden;
}
.tc-wave-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.tc-wave {
  position: absolute;
  width: 200%;
  left: -50%;
  border-radius: 50%;
  opacity: 0.4;
}
.tc-wave1 {
  height: 1.2rem; top: 0.3rem;
  border: 0.013889rem solid rgba(114,57,255,0.6);
  animation: tcWave 6s ease-in-out infinite;
}
.tc-wave2 {
  height: 1rem; top: 0.5rem;
  border: 0.013889rem solid rgba(6,182,212,0.5);
  animation: tcWave 8s ease-in-out infinite reverse;
}
.tc-wave3 {
  height: 1.4rem; top: 0.1rem;
  border: 0.013889rem solid rgba(168,85,247,0.3);
  animation: tcWave 10s ease-in-out infinite;
}
.tc-motion-dot {
  position: absolute;
  width: 0.083333rem;
  height: 0.083333rem;
  border-radius: 50%;
  background: #67e8f9;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 0.138889rem rgba(6,182,212,0.8);
  animation: tcDotPulse 2s ease-in-out infinite;
}
@keyframes tcWave {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-0.1rem) rotate(2deg); }
}
@keyframes tcDotPulse {
  0%,100% { transform: translate(-50%,-50%) scale(1); opacity:1; }
  50% { transform: translate(-50%,-50%) scale(1.5); opacity:0.6; }
}

/* 05 Spatial */
.trend-spatial {
  background: linear-gradient(160deg, #0a1628 0%, #091020 100%);
  overflow: hidden;
  perspective: 200px;
}
.tc-spatial-layer {
  position: absolute;
  left: 50%;
  border-radius: 0.138889rem;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
}
.tc-layer1 {
  width: 2rem; height: 1.2rem;
  top: 0.3rem;
  transform: translateX(-50%) translateZ(0) rotate(-3deg);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.tc-layer2 {
  width: 1.6rem; height: 1rem;
  top: 0.45rem;
  transform: translateX(-50%) translateZ(10px) rotate(0deg);
  background: rgba(114,57,255,0.12);
  border: 1px solid rgba(114,57,255,0.25);
}
.tc-layer3 {
  width: 1.2rem; height: 0.8rem;
  top: 0.65rem;
  transform: translateX(-50%) translateZ(20px) rotate(3deg);
  background: rgba(6,182,212,0.15);
  border: 1px solid rgba(6,182,212,0.3);
}
.card-trend-cover:hover .tc-layer1 { transform: translateX(-50%) translateZ(0) rotate(-5deg); }
.card-trend-cover:hover .tc-layer2 { transform: translateX(-50%) translateZ(15px) rotate(0deg); }
.card-trend-cover:hover .tc-layer3 { transform: translateX(-50%) translateZ(30px) rotate(5deg); }

/* 通用标签 */
.tc-label {
  position: absolute;
  top: 0.111111rem;
  left: 0.138889rem;
  font-size: 0.222222rem;
  font-weight: 900;
  color: rgba(255,255,255,0.12);
  line-height: 1;
  letter-spacing: -0.04em;
  font-family: "Lato", sans-serif;
  z-index: 10;
}
.trend-editorial .tc-label {
  color: rgba(0,0,0,0.1);
}

/* 动画区域 */

#bongo-cat {
  position: absolute;
  height: 80vh;
  width: 72vw;
  top: 0.694444rem;
  /* left: 0; */
  right: -0.833333rem;
  margin: auto;
}

.typing-animation {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

path#f1-l1 {
  -webkit-animation-name: typing-f1-l1;
  animation-name: typing-f1-l1;
}

path#f1-l2 {
  -webkit-animation-name: typing-f1-l2;
  animation-name: typing-f1-l2;
}

path#f1-l3 {
  -webkit-animation-name: typing-f1-l3;
  animation-name: typing-f1-l3;
}

path#f2-l4 {
  -webkit-animation-name: typing-f2-l4;
  animation-name: typing-f2-l4;
}

path#f2-l5 {
  -webkit-animation-name: typing-f2-l5;
  animation-name: typing-f2-l5;
}

path#f2-l6 {
  -webkit-animation-name: typing-f2-l6;
  animation-name: typing-f2-l6;
}

path#f3-l7 {
  -webkit-animation-name: typing-f3-l7;
  animation-name: typing-f3-l7;
}

path#f3-l8 {
  -webkit-animation-name: typing-f3-l8;
  animation-name: typing-f3-l8;
}

path#f3-l9 {
  -webkit-animation-name: typing-f3-l9;
  animation-name: typing-f3-l9;
}

@-webkit-keyframes typing-f3-l9 {
  0% {
    d: path("M8,25L8,25");
  }
  82% {
    d: path("M8,25L8,25");
  }
  92% {
    d: path("M8,25L96,25");
  }
  100% {
    d: path("M8,25L96,25");
  }
}

@keyframes typing-f3-l9 {
  0% {
    d: path("M8,25L8,25");
  }
  82% {
    d: path("M8,25L8,25");
  }
  92% {
    d: path("M8,25L96,25");
  }
  100% {
    d: path("M8,25L96,25");
  }
}
@-webkit-keyframes typing-f3-l8 {
  0% {
    d: path("M8,13L8,13");
  }
  68% {
    d: path("M8,13L8,13");
  }
  82% {
    d: path("M8,13L146,13");
  }
  100% {
    d: path("M8,13L146,13");
  }
}
@keyframes typing-f3-l8 {
  0% {
    d: path("M8,13L8,13");
  }
  68% {
    d: path("M8,13L8,13");
  }
  82% {
    d: path("M8,13L146,13");
  }
  100% {
    d: path("M8,13L146,13");
  }
}
@-webkit-keyframes typing-f3-l7 {
  0% {
    d: path("M0,1L0,1");
  }
  60% {
    d: path("M0,1L0,1");
  }
  68% {
    d: path("M0,1L96,1");
  }
  100% {
    d: path("M0,1L96,1");
  }
}
@keyframes typing-f3-l7 {
  0% {
    d: path("M0,1L0,1");
  }
  60% {
    d: path("M0,1L0,1");
  }
  68% {
    d: path("M0,1L96,1");
  }
  100% {
    d: path("M0,1L96,1");
  }
}
@-webkit-keyframes typing-f2-l6 {
  0% {
    d: path("M8,25L8,25");
  }
  54% {
    d: path("M8,25L8,25");
  }
  60% {
    d: path("M8,25L69,25");
  }
  100% {
    d: path("M8,25L69,25");
  }
}
@keyframes typing-f2-l6 {
  0% {
    d: path("M8,25L8,25");
  }
  54% {
    d: path("M8,25L8,25");
  }
  60% {
    d: path("M8,25L69,25");
  }
  100% {
    d: path("M8,25L69,25");
  }
}
@-webkit-keyframes typing-f2-l5 {
  0% {
    d: path("M8,13L8,13");
  }
  44% {
    d: path("M8,13L8,13");
  }
  54% {
    d: path("M8,13L114,13");
  }
  100% {
    d: path("M8,13L114,13");
  }
}
@keyframes typing-f2-l5 {
  0% {
    d: path("M8,13L8,13");
  }
  44% {
    d: path("M8,13L8,13");
  }
  54% {
    d: path("M8,13L114,13");
  }
  100% {
    d: path("M8,13L114,13");
  }
}
@-webkit-keyframes typing-f2-l4 {
  0% {
    d: path("M0,1L0,1");
  }
  30% {
    d: path("M0,1L0,1");
  }
  44% {
    d: path("M0,1L136,1");
  }
  100% {
    d: path("M0,1L136,1");
  }
}
@keyframes typing-f2-l4 {
  0% {
    d: path("M0,1L0,1");
  }
  30% {
    d: path("M0,1L0,1");
  }
  44% {
    d: path("M0,1L136,1");
  }
  100% {
    d: path("M0,1L136,1");
  }
}
@-webkit-keyframes typing-f1-l3 {
  0% {
    d: path("M8,25L8,25");
  }
  24% {
    d: path("M8,25L8,25");
  }
  30% {
    d: path("M8,25L61,25");
  }
  100% {
    d: path("M8,25L61,25");
  }
}
@keyframes typing-f1-l3 {
  0% {
    d: path("M8,25L8,25");
  }
  24% {
    d: path("M8,25L8,25");
  }
  30% {
    d: path("M8,25L61,25");
  }
  100% {
    d: path("M8,25L61,25");
  }
}
@-webkit-keyframes typing-f1-l2 {
  0% {
    d: path("M8,13L8,13");
  }
  14% {
    d: path("M8,13L8,13");
  }
  24% {
    d: path("M8,13L124,13");
  }
  100% {
    d: path("M8,13L124,13");
  }
}
@keyframes typing-f1-l2 {
  0% {
    d: path("M8,13L8,13");
  }
  14% {
    d: path("M8,13L8,13");
  }
  24% {
    d: path("M8,13L124,13");
  }
  100% {
    d: path("M8,13L124,13");
  }
}
@-webkit-keyframes typing-f1-l1 {
  0% {
    d: path("M0,1L0,1");
  }
  14% {
    d: path("M0,1L160,1");
  }
  100% {
    d: path("M0,1L160,1");
  }
}
@keyframes typing-f1-l1 {
  0% {
    d: path("M0,1L0,1");
  }
  14% {
    d: path("M0,1L160,1");
  }
  100% {
    d: path("M0,1L160,1");
  }
}
#paw-right--up,
#paw-right--down,
#paw-left--up,
#paw-left--down {
  -webkit-animation: blink 300ms infinite;
  animation: blink 300ms infinite;
}

#paw-right--up,
#paw-left--down {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#laptop__code {
  -webkit-transform: rotateX(-37deg) rotateY(-46deg) rotateZ(-23deg)
    translateX(8px) translateY(20px) translateZ(-50px);
  transform: rotateX(-37deg) rotateY(-46deg) rotateZ(-23deg) translateX(8px)
    translateY(20px) translateZ(-50px);
}
