@import url("https://cdn.jsdelivr.net/npm/lxgw-wenkai-lite-webfont@1.7.0/style.css");

@font-face {
  font-family: "Geist Variable";
  src: local("Geist Variable"), local("GeistVariable"), url("/theme-assets/fonts/GeistVF.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Chillax-Variable";
  src: local("Chillax-Variable"), local("Chillax Variable"), local("Chillax"), url("/theme-assets/fonts/Chillax-Variable.woff2") format("woff2");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Geist Mono";
  src: local("Geist Mono"), local("GeistMono"), url("/theme-assets/fonts/GeistMonoVF.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

:root {
  --feng-paper: #f8f5ef;
  --feng-panel: #fffdf8;
  --feng-panel-soft: rgba(255, 253, 248, 0.78);
  --feng-ink: #1f1d19;
  --feng-muted: rgba(31, 29, 25, 0.62);
  --feng-faint: rgba(31, 29, 25, 0.12);
  --feng-line: rgba(36, 32, 28, 0.14);
  --feng-blue: #4f7fd9;
  --feng-lilac: #8d7ac8;
  --feng-green: #719f86;
  --feng-shadow: 0 18px 50px rgba(31, 29, 25, 0.08), 0 1px 0 rgba(31, 29, 25, 0.06);
}

html {
  font-family: "Geist Variable", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

body {
  background: var(--feng-paper) !important;
}

.feng-home {
  --feng-paper: #fbf7ef;
  --feng-panel: #fffdf8;
  --feng-panel-soft: rgba(255, 253, 248, 0.82);
  --feng-ink: #3d332d;
  --feng-muted: rgba(58, 50, 44, 0.66);
  --feng-faint: rgba(58, 50, 44, 0.13);
  --feng-line: #eadfd2;
  --feng-blue: #b88a7a;
  --feng-lilac: #c9a06a;
  --feng-green: #7aaa92;
  --feng-accent: #b88a7a;
  --feng-accent-strong: #8f6859;
  --feng-accent-soft: #f6ebe4;
  --feng-rail: #5a524a;
  --feng-rail-deep: #4a443e;
  --feng-shadow: 0 16px 48px rgba(88, 67, 50, 0.09), 0 1px 0 rgba(88, 67, 50, 0.05);
  margin: 0;
  min-height: 100vh;
  color: var(--feng-ink);
  font-family: "Geist Variable", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  background:
    linear-gradient(90deg, rgba(88,67,50,0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(88,67,50,0.026) 1px, transparent 1px),
    linear-gradient(135deg, rgba(184,138,122,.065), transparent 42%, rgba(122,170,146,.05)),
    var(--feng-paper);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.feng-side {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 5;
  box-sizing: border-box;
  width: 304px;
  padding: 4rem 3.2rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: rgba(255, 250, 246, .88);
  border-right: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, var(--feng-rail) 0%, var(--feng-rail-deep) 100%);
  box-shadow: 16px 0 42px rgba(88,67,50,.10);
}

.feng-mark {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  font-family: "LXGW WenKai Lite", Georgia, Cambria, serif;
  font-size: 2rem;
  font-weight: 560;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.feng-mark:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.18);
}

.feng-nav {
  display: flex;
  flex-direction: column;
  gap: .58rem;
}

.feng-nav a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 .72rem;
  color: rgba(255, 250, 246, .76);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "LXGW WenKai Lite", "Noto Serif SC", Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.1;
  transition: color .18s ease, background .18s ease, transform .18s ease, border-color .18s ease;
}

.feng-nav a::after {
  display: none;
}

.feng-nav a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.10);
  background: rgba(255,255,255,.12);
  transform: translateX(2px);
}

.feng-nav a:hover::after {
  transform: scaleX(1);
}

.feng-side-foot {
  display: grid;
  gap: .9rem;
}

.feng-rail-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .52rem;
  width: fit-content;
  color: rgba(255, 250, 246, .84);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .72rem;
  text-transform: uppercase;
}

.feng-rail-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--feng-green);
  box-shadow: 0 0 0 5px rgba(122,170,146,.18);
}

.feng-side p {
  margin: 0;
  max-width: 11.5rem;
  color: rgba(255,250,246,.54);
  font-family: "LXGW WenKai Lite", "Noto Serif SC", Georgia, serif;
  font-size: .86rem;
  line-height: 1.65;
}

.feng-main {
  min-height: 100vh;
  margin-left: 304px;
  overflow: hidden;
}

.feng-hero,
.feng-section {
  min-height: 72vh;
  box-sizing: border-box;
  padding: clamp(4.8rem, 7vw, 7.5rem) clamp(3rem, 6vw, 7rem);
  border-bottom: 1px solid var(--feng-line);
}

.feng-hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .74fr);
  gap: clamp(2rem, 4.8vw, 5rem);
  align-items: center;
  overflow: hidden;
}

.feng-copy {
  max-width: 860px;
  animation: feng-rise .42s cubic-bezier(.215,.61,.355,1) both;
}

.feng-kicker {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  margin-bottom: 1.1rem;
  color: rgba(61,51,45,.54);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.feng-kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(137,119,105,.48);
}

.feng-hero h1,
.feng-section-head h2 {
  margin: 0;
  color: var(--feng-ink);
  font-family: "LXGW WenKai Lite", "Noto Serif SC", Georgia, Cambria, serif;
  font-weight: 650;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.feng-hero h1 {
  font-size: clamp(5.2rem, 10.5vw, 10rem);
}

.feng-statement {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  color: var(--feng-ink);
  font-family: "LXGW WenKai Lite", "Noto Serif SC", Georgia, serif;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 1.38;
}

.feng-summary {
  margin: 1.15rem 0 0;
  max-width: 42rem;
  color: var(--feng-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.feng-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2rem;
}

.feng-button,
.btn {
  border-radius: 999px !important;
}

.feng-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.22rem;
  color: var(--feng-ink);
  text-decoration: none;
  border: 1px solid var(--feng-line);
  background: rgba(255,253,248,.72);
  box-shadow: 0 1px 0 rgba(31,29,25,.05);
  font-size: .94rem;
  font-weight: 560;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.feng-button.primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--feng-accent-strong), #765246);
  box-shadow: 0 12px 26px rgba(143,104,89,.20);
}

.feng-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--feng-shadow);
}

.feng-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  align-items: start;
  margin-top: 2.15rem;
}

.feng-entry-card,
.feng-card-grid a {
  box-sizing: border-box;
  display: grid;
  align-content: start;
  min-width: 0;
  color: var(--feng-ink);
  text-decoration: none;
  border: 1px solid rgba(36,32,28,.11);
  background: rgba(255,253,248,.70);
  box-shadow: 0 1px 0 rgba(31,29,25,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.feng-entry-card {
  min-height: 148px;
  gap: .42rem;
  padding: 1rem;
  border-radius: 18px;
}

.feng-entry-card.primary {
  background:
    linear-gradient(135deg, rgba(184,138,122,.13), transparent 58%),
    rgba(255,253,248,.84);
  border-color: rgba(184,138,122,.26);
}

.feng-entry-card.qq {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) 124px;
  align-items: center;
  column-gap: 1rem;
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(79,127,217,.10), transparent 62%),
    rgba(255,253,248,.84);
  border-color: rgba(79,127,217,.22);
}

.feng-entry-card.qq > span,
.feng-entry-card.qq > strong,
.feng-entry-card.qq > p {
  grid-column: 1;
}

.feng-entry-qr {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: block;
  width: 112px;
  height: auto;
  justify-self: center;
  aspect-ratio: 1065 / 1290;
  border-radius: 12px;
  background: #1b1b1b;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(31,29,25,.10);
}

.feng-entry-card:hover,
.feng-card-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(31,29,25,.20);
  background: rgba(255,253,248,.94);
  box-shadow: var(--feng-shadow);
}

.feng-entry-card span,
.feng-card-index {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 .55rem;
  border: 1px solid rgba(184,138,122,.28);
  border-radius: 999px;
  color: var(--feng-blue);
  background: var(--feng-accent-soft);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .72rem;
  font-weight: 680;
}

.feng-entry-card strong {
  display: block;
  margin-top: .18rem;
  color: var(--feng-ink);
  font-size: 1.02rem;
  line-height: 1.35;
}

.feng-entry-card p {
  margin: 0;
  color: var(--feng-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.feng-console {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  justify-self: end;
  padding: 1.15rem;
  border: 1px solid rgba(36,32,28,.11);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(184,138,122,.11), transparent 46%),
    linear-gradient(180deg, rgba(255,253,248,.96), rgba(255,253,248,.72));
  box-shadow: var(--feng-shadow);
  animation: feng-rise .46s .08s cubic-bezier(.215,.61,.355,1) both;
}

.feng-console-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(36,32,28,.10);
}

.feng-console-label,
.feng-console-list span,
.feng-endpoint-box span {
  display: block;
  color: rgba(31,29,25,.48);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.feng-console-top strong,
.feng-console-list strong {
  display: block;
  margin-top: .32rem;
  color: var(--feng-ink);
  font-size: .96rem;
  line-height: 1.35;
}

.feng-live-dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 30px;
  padding: 0 .75rem;
  border: 1px solid rgba(122,170,146,.30);
  border-radius: 999px;
  color: #4e755f;
  background: rgba(122,170,146,.12);
  font-size: .78rem;
  font-weight: 680;
}

.feng-live-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--feng-green);
  animation: feng-pulse 1.9s ease-in-out infinite;
}

.feng-endpoint-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: center;
  margin-top: 1rem;
  padding: .92rem;
  border: 1px solid rgba(36,32,28,.10);
  border-radius: 16px;
  background: rgba(255,253,248,.76);
}

.feng-endpoint-box span {
  grid-column: 1 / -1;
}

.feng-endpoint-box code {
  min-width: 0;
  color: var(--feng-ink);
  overflow-wrap: anywhere;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .86rem;
  line-height: 1.55;
}

.feng-endpoint-box button {
  appearance: none;
  min-height: 34px;
  padding: 0 .78rem;
  border: 1px solid rgba(36,32,28,.12);
  border-radius: 999px;
  color: var(--feng-ink);
  background: rgba(255,253,248,.92);
  cursor: pointer;
  font-size: .82rem;
  font-weight: 620;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.feng-endpoint-box button:hover {
  transform: translateY(-1px);
  border-color: rgba(31,29,25,.24);
}

.feng-console-list {
  display: grid;
  gap: .78rem;
  margin-top: 1rem;
}

.feng-console-list div {
  padding: .84rem .9rem;
  border: 1px solid rgba(36,32,28,.08);
  border-radius: 16px;
  background: rgba(31,29,25,.035);
}

.feng-qq-preview {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  margin-top: 1rem;
  padding: .85rem;
  border: 1px solid rgba(79,127,217,.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(79,127,217,.10), transparent 58%),
    rgba(255,253,248,.72);
}

.feng-qq-preview img {
  display: block;
  width: 84px;
  height: 102px;
  aspect-ratio: 1065 / 1290;
  border-radius: 12px;
  background: #1b1b1b;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 10px 24px rgba(31,29,25,.10);
}

.feng-qq-preview span {
  display: block;
  color: rgba(31,29,25,.48);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.feng-qq-preview strong {
  display: block;
  margin-top: .25rem;
  color: var(--feng-ink);
  font-size: .96rem;
}

.feng-qq-preview p {
  margin: .35rem 0 0;
  color: var(--feng-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.feng-section-head {
  max-width: 760px;
  display: grid;
  gap: 1rem;
}

.feng-section-head span,
.feng-note-list > article > span {
  color: rgba(31,29,25,.44);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: .78rem;
}

.feng-section-head h2 {
  font-size: clamp(3rem, 5.4vw, 4.8rem);
}

.feng-note-list {
  margin-top: clamp(3rem, 5vw, 5rem);
  border-top: 1px solid var(--feng-line);
}

.feng-note-list article {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  padding: 2rem 0;
  border-bottom: 1px solid var(--feng-line);
}

.feng-note-list h3,
.feng-card-grid h3 {
  margin: 0;
  color: var(--feng-ink);
  font-family: "LXGW WenKai Lite", "Noto Serif SC", Georgia, Cambria, serif;
  font-weight: 650;
}

.feng-note-list h3 {
  font-size: 2.2rem;
}

.feng-note-list p,
.feng-card-grid p {
  margin: .75rem 0 0;
  color: var(--feng-muted);
  line-height: 1.75;
}

.feng-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 5vw, 5rem);
}

.feng-card-grid a {
  min-height: 230px;
  gap: .82rem;
  padding: 1.35rem;
  border-radius: 20px;
}

.feng-card-grid p {
  margin-top: 0;
}

@keyframes feng-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes feng-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(122,170,146,.28);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(122,170,146,0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .feng-home *,
  .feng-home *::before,
  .feng-home *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

.feng-project-sketch {
  position: relative;
  width: 136px;
  height: 136px;
  margin-bottom: 1.4rem;
  background:
    linear-gradient(135deg, rgba(246,235,228,.72), rgba(235,225,213,.52)),
    repeating-linear-gradient(135deg, rgba(88,67,50,.045) 0 1px, transparent 1px 12px);
  border-radius: 34% 66% 52% 48% / 58% 44% 56% 42%;
}

.feng-project-sketch::before,
.feng-project-sketch::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(61,51,45,.72);
}

.feng-project-sketch.laptop::before {
  width: 92px;
  height: 58px;
  left: 22px;
  top: 30px;
  border-radius: 6px;
}

.feng-project-sketch.laptop::after {
  width: 112px;
  height: 10px;
  left: 12px;
  top: 96px;
  border-radius: 999px;
}

.feng-project-sketch.graph::before {
  width: 88px;
  height: 88px;
  left: 22px;
  top: 18px;
  border-radius: 999px;
}

.feng-project-sketch.graph::after {
  width: 58px;
  height: 42px;
  left: 40px;
  top: 50px;
  border-width: 0 0 2px 2px;
  transform: skew(-12deg);
}

.feng-project-sketch.leaf::before {
  width: 2px;
  height: 92px;
  left: 67px;
  top: 24px;
  border-width: 0 0 0 2px;
  transform: rotate(16deg);
}

.feng-project-sketch.leaf::after {
  width: 68px;
  height: 68px;
  left: 38px;
  top: 29px;
  border-radius: 70% 0 70% 0;
  transform: rotate(-18deg);
}

/* Sub2API theme override */
body:not(.feng-home) {
  background:
    linear-gradient(90deg, rgba(31,29,25,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31,29,25,.02) 1px, transparent 1px),
    linear-gradient(135deg, rgba(79,127,217,.035), transparent 44%, rgba(113,159,134,.04)),
    var(--feng-paper) !important;
  background-size: 54px 54px, 54px 54px, auto, auto !important;
  color: var(--feng-ink) !important;
}

.dark body:not(.feng-home) {
  background: #202124 !important;
  color: rgba(255,255,255,.9) !important;
}

body:not(.feng-home) .bg-mesh-gradient {
  background:
    linear-gradient(135deg, rgba(79,127,217,.045), transparent 38%, rgba(141,122,200,.05) 64%, rgba(113,159,134,.045)),
    repeating-linear-gradient(135deg, rgba(31,29,25,.025) 0 1px, transparent 1px 18px) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen.items-center.justify-center.overflow-hidden.p-4,
.dark body:not(.feng-home) .relative.flex.min-h-screen.items-center.justify-center.overflow-hidden.p-4 {
  background:
    linear-gradient(90deg, rgba(31,29,25,.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31,29,25,.02) 1px, transparent 1px),
    linear-gradient(135deg, rgba(79,127,217,.035), transparent 44%, rgba(113,159,134,.04)),
    var(--feng-paper) !important;
  background-size: 54px 54px, 54px 54px, auto, auto !important;
  color: var(--feng-ink) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen.items-center.justify-center.overflow-hidden.p-4 > .absolute.inset-0.bg-gradient-to-br {
  background: transparent !important;
}

body:not(.feng-home) .relative.flex.min-h-screen.items-center.justify-center.overflow-hidden.p-4 > .pointer-events-none.absolute.inset-0.overflow-hidden > div:not(:last-child) {
  display: none !important;
}

body:not(.feng-home) .relative.flex.min-h-screen.items-center.justify-center.overflow-hidden.p-4 > .pointer-events-none.absolute.inset-0.overflow-hidden > div:last-child {
  background:
    repeating-linear-gradient(135deg, rgba(31,29,25,.025) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(141,122,200,.04), transparent 56%) !important;
  background-size: auto !important;
}

body:not(.feng-home) .relative.z-10.w-full.max-w-md {
  max-width: 29rem !important;
}

body:not(.feng-home) .text-gradient {
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  color: var(--feng-ink) !important;
  font-family: "Chillax-Variable", "Geist Variable", sans-serif !important;
}

.dark body:not(.feng-home) .text-gradient {
  color: var(--feng-ink) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen .mb-4.inline-flex.h-16.w-16 {
  width: 3.25rem !important;
  height: 3.25rem !important;
  border-radius: 14px !important;
  background: #1f1d19 !important;
  box-shadow: 0 12px 28px rgba(31,29,25,.14) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen .mb-4.inline-flex.h-16.w-16 img {
  padding: 7px !important;
}

body:not(.feng-home) .relative.flex.min-h-screen .card-glass {
  border: 1px solid rgba(36,32,28,.12) !important;
  background: rgba(255,253,248,.86) !important;
  box-shadow: 0 20px 60px rgba(31,29,25,.09), 0 1px 0 rgba(31,29,25,.05) !important;
  backdrop-filter: blur(18px);
}

body:not(.feng-home) .relative.flex.min-h-screen h1,
body:not(.feng-home) .relative.flex.min-h-screen h2,
body:not(.feng-home) .relative.flex.min-h-screen h3 {
  color: var(--feng-ink) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen p,
body:not(.feng-home) .relative.flex.min-h-screen label,
body:not(.feng-home) .relative.flex.min-h-screen .text-gray-500,
body:not(.feng-home) .relative.flex.min-h-screen .dark\:text-dark-400 {
  color: rgba(31,29,25,.58) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen input {
  background: rgba(255,253,248,.94) !important;
  border-color: rgba(36,32,28,.14) !important;
  color: var(--feng-ink) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen input::placeholder {
  color: rgba(31,29,25,.42) !important;
}

body:not(.feng-home) .relative.flex.min-h-screen a {
  color: var(--feng-blue) !important;
}

body:not(.feng-home) .sidebar {
  background: rgba(255,253,248,.86) !important;
  border-right: 1px solid var(--feng-line) !important;
  box-shadow: 12px 0 40px rgba(31,29,25,.04) !important;
  backdrop-filter: blur(18px);
}

.dark body:not(.feng-home) .sidebar {
  background: rgba(32,33,36,.88) !important;
  border-right-color: rgba(255,255,255,.08) !important;
}

body:not(.feng-home) .sidebar-header {
  border-bottom-color: var(--feng-line) !important;
}

body:not(.feng-home) .sidebar-logo {
  border-radius: 14px !important;
  background: #1f1d19 !important;
  box-shadow: 0 10px 30px rgba(31,29,25,.12) !important;
}

body:not(.feng-home) .sidebar-logo img {
  padding: 7px;
}

body:not(.feng-home) .sidebar-brand-title {
  font-family: "Chillax-Variable", "Geist Variable", sans-serif !important;
  font-weight: 620 !important;
  color: var(--feng-ink) !important;
}

.dark body:not(.feng-home) .sidebar-brand-title {
  color: #f5f5f5 !important;
}

body:not(.feng-home) .sidebar-link {
  border-radius: 14px !important;
  color: rgba(31,29,25,.68) !important;
  font-weight: 540 !important;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body:not(.feng-home) .sidebar-link:hover {
  background: rgba(31,29,25,.055) !important;
  color: var(--feng-ink) !important;
  transform: translateX(2px);
}

body:not(.feng-home) .sidebar-link-active {
  color: var(--feng-ink) !important;
  background: rgba(255,253,248,.95) !important;
  border: 1px solid rgba(31,29,25,.10) !important;
  box-shadow: 0 8px 28px rgba(31,29,25,.07), inset 0 0 0 1px rgba(255,255,255,.58) !important;
}

.dark body:not(.feng-home) .sidebar-link {
  color: rgba(255,255,255,.68) !important;
}

.dark body:not(.feng-home) .sidebar-link:hover,
.dark body:not(.feng-home) .sidebar-link-active {
  color: #fff !important;
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.08) !important;
}

body:not(.feng-home) header {
  background: rgba(248,245,239,.72) !important;
  border-bottom: 1px solid rgba(36,32,28,.10) !important;
  backdrop-filter: blur(18px);
}

.dark body:not(.feng-home) header {
  background: rgba(32,33,36,.72) !important;
  border-bottom-color: rgba(255,255,255,.08) !important;
}

body:not(.feng-home) main {
  position: relative;
}

body:not(.feng-home) .card,
body:not(.feng-home) .card-glass,
body:not(.feng-home) [class*="rounded-2xl"][class*="border"],
body:not(.feng-home) [class*="rounded-xl"][class*="border"] {
  border-color: rgba(36,32,28,.10) !important;
  background-color: rgba(255,253,248,.84) !important;
  box-shadow: 0 14px 42px rgba(31,29,25,.055), 0 1px 0 rgba(31,29,25,.04) !important;
}

.dark body:not(.feng-home) .card,
.dark body:not(.feng-home) .card-glass,
.dark body:not(.feng-home) [class*="rounded-2xl"][class*="border"],
.dark body:not(.feng-home) [class*="rounded-xl"][class*="border"] {
  border-color: rgba(255,255,255,.08) !important;
  background-color: rgba(36,37,41,.82) !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.22) !important;
}

body:not(.feng-home) .btn-primary,
body:not(.feng-home) button[class*="bg-primary"],
body:not(.feng-home) a[class*="bg-primary"] {
  background: linear-gradient(135deg, #1f1d19, #3d3932) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(31,29,25,.16) !important;
}

body:not(.feng-home) .btn-primary:hover,
body:not(.feng-home) button[class*="bg-primary"]:hover,
body:not(.feng-home) a[class*="bg-primary"]:hover {
  background: linear-gradient(135deg, #34312b, #1f1d19) !important;
  transform: translateY(-1px);
}

body:not(.feng-home) .btn-secondary,
body:not(.feng-home) .btn-ghost,
body:not(.feng-home) input,
body:not(.feng-home) textarea,
body:not(.feng-home) select {
  border-radius: 14px !important;
}

body:not(.feng-home) input,
body:not(.feng-home) textarea,
body:not(.feng-home) select {
  border-color: rgba(36,32,28,.13) !important;
  background-color: rgba(255,253,248,.92) !important;
}

.dark body:not(.feng-home) input,
.dark body:not(.feng-home) textarea,
.dark body:not(.feng-home) select {
  border-color: rgba(255,255,255,.10) !important;
  background-color: rgba(32,33,36,.82) !important;
}

body:not(.feng-home) table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

body:not(.feng-home) thead {
  background: rgba(31,29,25,.035) !important;
}

body:not(.feng-home) th {
  color: rgba(31,29,25,.58) !important;
  font-family: "Geist Mono", ui-monospace, monospace !important;
  font-size: .72rem !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
}

.dark body:not(.feng-home) th {
  color: rgba(255,255,255,.52) !important;
}

body:not(.feng-home) .text-primary-500,
body:not(.feng-home) .text-primary-600,
body:not(.feng-home) .text-primary-700 {
  color: var(--feng-blue) !important;
}

body:not(.feng-home) .bg-primary-50,
body:not(.feng-home) .bg-primary-100 {
  background-color: rgba(79,127,217,.09) !important;
}

body:not(.feng-home) .ring-primary-500,
body:not(.feng-home) .focus\:ring-primary-500:focus {
  --tw-ring-color: rgba(79,127,217,.34) !important;
}

@media (max-width: 960px) {
  .feng-side {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    padding: .85rem 1rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .feng-side-foot {
    display: none;
  }

  .feng-nav {
    flex-direction: row;
    gap: 1rem;
    overflow-x: auto;
    padding: .2rem 0 .45rem;
  }

  .feng-nav a {
    white-space: nowrap;
    font-size: 1.05rem;
    width: auto;
    padding: 0 .65rem;
  }

  .feng-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1.45rem;
  }

  .feng-main {
    margin-left: 0;
  }

  .feng-hero,
  .feng-section {
    min-height: auto;
    padding: 4.2rem 1.25rem;
  }

  .feng-hero {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    gap: 2rem;
  }

  .feng-hero h1 {
    font-size: clamp(4.4rem, 18vw, 6.2rem);
  }

  .feng-statement {
    font-size: 1.45rem;
  }

  .feng-section-head h2 {
    font-size: 3.2rem;
  }

  .feng-note-list h3 {
    font-size: 1.65rem;
  }

  .feng-entry-grid,
  .feng-card-grid {
    grid-template-columns: 1fr;
  }

  .feng-entry-card,
  .feng-card-grid a {
    min-height: auto;
  }

  .feng-entry-card.qq {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .feng-entry-qr {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    width: 96px;
    margin-top: .35rem;
    border-radius: 10px;
  }

  .feng-console {
    max-width: none;
    justify-self: stretch;
  }

  .feng-qq-preview {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .feng-qq-preview img {
    width: 72px;
    height: 87px;
  }

  .feng-note-list article {
    grid-template-columns: 3rem minmax(0, 1fr);
  }
}
