:root {
  --joy-black: #000;
  --joy-paper: #fdfdf9;
  --joy-grid-line: rgba(17, 24, 39, 0.15);
  --joy-grid-line-soft: rgba(17, 24, 39, 0.075);
  --joy-yellow: #fde047;
  --joy-pink: #ec4899;
  --joy-cyan: #22d3ee;
  --joy-lime: #a3e635;
  --joy-purple: #c084fc;
  --joy-shadow: 8px 8px 0 #000;
  --joy-shadow-lg: 14px 14px 0 #000;
}

html,
body {
  font-family: "Space Grotesk", "ZCOOL KuaiLe", "Microsoft YaHei", sans-serif !important;
  letter-spacing: 0;
}

body {
  user-select: none;
  background-color: var(--joy-paper) !important;
  background-image:
    linear-gradient(var(--joy-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--joy-grid-line) 1px, transparent 1px),
    linear-gradient(var(--joy-grid-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--joy-grid-line-soft) 1px, transparent 1px) !important;
  background-position:
    0 0,
    0 0,
    11px 11px,
    11px 11px !important;
  background-size:
    22px 22px,
    22px 22px,
    88px 88px,
    88px 88px !important;
  background-attachment: fixed !important;
  animation: joy-body-grid-breathe 9s ease-in-out infinite !important;
}

#web_bg {
  position: fixed !important;
  inset: 0 !important;
  overflow: hidden;
  background-color: var(--joy-paper) !important;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(236, 72, 153, 0.075), transparent 18rem),
    radial-gradient(circle at 86% 72%, rgba(34, 211, 238, 0.065), transparent 24rem),
    linear-gradient(var(--joy-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--joy-grid-line) 1px, transparent 1px),
    linear-gradient(var(--joy-grid-line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--joy-grid-line-soft) 1px, transparent 1px) !important;
  background-position:
    center,
    center,
    0 0,
    0 0,
    12px 12px,
    12px 12px !important;
  background-size:
    auto,
    auto,
    22px 22px,
    22px 22px,
    88px 88px,
    88px 88px !important;
  animation: joy-paper-breathe 9s ease-in-out infinite !important;
}

#web_bg::before {
  content: "";
  position: fixed;
  right: -18%;
  bottom: -28%;
  z-index: -1;
  width: min(84vw, 980px);
  height: min(84vw, 980px);
  pointer-events: none;
  background: conic-gradient(
    from 236deg at 50% 50%,
    rgba(0, 0, 0, 0.026) 0deg,
    rgba(0, 0, 0, 0.026) 3deg,
    transparent 3deg,
    transparent 10deg,
    rgba(0, 0, 0, 0.018) 10deg,
    rgba(0, 0, 0, 0.018) 13deg,
    transparent 13deg,
    transparent 22deg
  );
  opacity: 0.72;
  transform-origin: 62% 62%;
  animation: joy-line-breathe 10s ease-in-out infinite;
}

#web_bg::after {
  content: "★";
  position: fixed;
  top: 16%;
  left: 6%;
  z-index: -1;
  color: rgba(236, 72, 153, 0.34);
  font-size: 4rem;
  font-weight: 900;
  filter: blur(0.2px);
  animation: joy-soft-float 8s ease-in-out infinite;
}

#body-wrap::before {
  content: "✧";
  position: fixed;
  right: 8%;
  bottom: 24%;
  z-index: 0;
  color: rgba(34, 211, 238, 0.20);
  font-size: 4.5rem;
  font-weight: 900;
  pointer-events: none;
  animation: joy-soft-float 10s ease-in-out 1s infinite;
}

#body-wrap::after {
  content: "▲";
  position: fixed;
  left: 10%;
  bottom: 12%;
  z-index: 0;
  color: rgba(163, 230, 53, 0.32);
  font-size: 3rem;
  font-weight: 900;
  pointer-events: none;
  animation: joy-soft-float 12s ease-in-out 2s infinite;
}

.cnblogs-missing-image-note {
  display: block;
  margin: -0.4rem 0 1rem;
  padding: 0.45rem 0.7rem;
  border: 2px solid #000;
  background: #fff;
  color: #111827;
  font-size: 0.9rem;
  font-weight: 800;
}

@keyframes joy-paper-breathe {
  0%, 100% {
    background-position:
      center,
      center,
      0 0,
      0 0,
      12px 12px,
      12px 12px;
    filter: saturate(1) brightness(1);
  }
  50% {
    background-position:
      center,
      center,
      5px 5px,
      5px 5px,
      18px 16px,
      18px 16px;
    filter: saturate(1.04) brightness(1.015);
  }
}

@keyframes joy-body-grid-breathe {
  0%, 100% {
    background-position:
      0 0,
      0 0,
      11px 11px,
      11px 11px;
  }
  50% {
    background-position:
      5px 5px,
      5px 5px,
      18px 16px,
      18px 16px;
  }
}

@keyframes joy-line-breathe {
  0%, 100% {
    opacity: 0.48;
    transform: scale(0.985) rotate(-2deg);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.035) rotate(1.5deg);
  }
}

@keyframes joy-soft-float {
  0%, 100% {
    opacity: 0.28;
    transform: translateY(0) scale(0.98) rotate(0deg);
  }
  50% {
    opacity: 0.52;
    transform: translateY(-14px) scale(1.05) rotate(6deg);
  }
}

#page-header {
  border-bottom: 4px solid var(--joy-black);
  overflow: hidden;
}

#page-header::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.48)),
    radial-gradient(circle at 20% 20%, rgba(253, 224, 71, 0.30), transparent 28rem) !important;
}

#page-header.full_page {
  height: 88vh !important;
}

#page-header.full_page #site-info {
  top: 17% !important;
  bottom: auto !important;
  left: 50% !important;
  z-index: 4;
  width: min(1360px, calc(100% - 4rem)) !important;
  padding: clamp(2.1rem, 4.8vw, 4.8rem) clamp(1.6rem, 5vw, 5.2rem) clamp(3rem, 5vw, 4.6rem) !important;
  border: 4px solid var(--joy-black);
  background:
    linear-gradient(135deg, rgba(253, 224, 71, 0.12) 0 18%, transparent 18% 100%),
    radial-gradient(circle at 14% 22%, rgba(236, 72, 153, 0.22), transparent 18rem),
    radial-gradient(circle at 86% 74%, rgba(34, 211, 238, 0.18), transparent 22rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 9px),
    #030303;
  box-shadow: 18px 18px 0 #000;
  color: #fff !important;
  overflow: hidden;
  text-align: center;
  transform: translateX(-50%) rotate(-1.1deg) !important;
}

#page-header.full_page #site-info::before {
  display: none;
}

#page-header.full_page #site-info::after {
  content: "FORENSICS LEARNING  //  VIBE CODING  //  ENJOY IT";
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: 1.1rem;
  left: clamp(1rem, 4vw, 4rem);
  z-index: 0;
  padding-top: 0.75rem;
  border-top: 2px solid rgba(253, 224, 71, 0.65);
  color: rgba(253, 224, 71, 0.86);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.64rem, 1.2vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: left;
}

#page-header.full_page #site-info > * {
  position: relative;
  z-index: 1;
}

#site-title {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--joy-yellow) !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif !important;
  font-size: clamp(3.2rem, 8.8vw, 8.2rem) !important;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-shadow:
    4px 4px 0 #000,
    8px 8px 0 rgba(236, 72, 153, 0.78),
    -3px -3px 0 rgba(34, 211, 238, 0.5) !important;
  box-shadow: none;
  transform: none;
}

#site-title::before {
  display: none;
}

#site-title::after {
  content: "NEO REALM";
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.22rem 0.45rem;
  border: 2px solid var(--joy-black);
  background: var(--joy-pink);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.65rem, 1.5vw, 0.9rem);
  line-height: 1;
  vertical-align: middle;
  transform: rotate(5deg);
  text-shadow: none;
  box-shadow: 3px 3px 0 #000;
}

#site-subtitle {
  display: block;
  width: max-content;
  min-width: min(760px, 72%);
  max-width: min(900px, 92%);
  margin: 1.6rem auto 0;
  padding: 0.55rem 0.9rem;
  border: 2px solid rgba(253, 224, 71, 0.86);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif !important;
  font-size: clamp(1rem, 2.4vw, 1.95rem) !important;
  font-weight: 900;
  text-shadow: 3px 3px 0 #000 !important;
  -webkit-text-stroke: 1px #000;
  transform: rotate(0.8deg);
}

#site-info .joy-hero-badge {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  margin: 0 !important;
  padding: 0.36rem 0.72rem !important;
  border: 2px solid var(--joy-black) !important;
  background: var(--joy-pink) !important;
  color: #fff !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: clamp(0.64rem, 1.1vw, 0.84rem) !important;
  letter-spacing: 0.08em;
  text-shadow: none !important;
  box-shadow: 4px 4px 0 #000 !important;
  transform: rotate(2deg) !important;
}

#nav {
  height: auto;
  min-height: 60px;
  border-bottom: 4px solid var(--joy-black);
  background: var(--joy-yellow) !important;
  box-shadow: 0 4px 0 #000;
}

#nav a,
#nav .site-page,
#nav #site-name,
#nav #search-button {
  color: var(--joy-black) !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

#nav #site-name {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border: 2px solid var(--joy-black);
  background: var(--joy-black);
  color: var(--joy-yellow) !important;
  box-shadow: 3px 3px 0 #000;
  transform: rotate(-2deg);
}

#nav .site-page,
#search-button {
  margin: 0 0.18rem;
  padding: 0.34rem 0.72rem !important;
  border: 2px solid var(--joy-black);
  background: #fff;
  box-shadow: 3px 3px 0 #000;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

#nav .site-page:nth-child(2n),
#search-button {
  background: var(--joy-cyan);
}

#nav .site-page:nth-child(3n) {
  background: var(--joy-pink);
}

#nav .menus_items > .menus_item:nth-child(3) > .site-page {
  background: var(--joy-purple) !important;
  color: #fff !important;
  box-shadow: 5px 5px 0 #000;
}

#nav .menus_items > .menus_item:nth-child(3) > .site-page i {
  color: var(--joy-yellow) !important;
}

#nav .site-page:hover,
#search-button:hover {
  background: var(--joy-lime);
  box-shadow: 6px 6px 0 #000;
  transform: translate(-3px, -3px);
}

.joy-marquee {
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  border-bottom: 4px solid var(--joy-black);
  background: var(--joy-black);
  color: #fff;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 2.15rem;
  white-space: nowrap;
}

.joy-marquee__track {
  display: inline-block;
  min-width: 200%;
  animation: joy-marquee 28s linear infinite;
}

@keyframes joy-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.layout {
  position: relative;
  z-index: 2;
}

#recent-posts > .recent-post-item,
#recent-posts > .recent-post-items > .recent-post-item,
#aside-content .card-widget,
#post,
#page,
#archive,
#category,
#tag {
  border: 4px solid var(--joy-black) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: var(--joy-shadow) !important;
}

#page:has(.joy-links-page) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 3rem 2.8rem !important;
  border-color: var(--joy-black) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.55)),
    url("../img/joyooo-links-bg.jpeg") center / cover no-repeat !important;
  color: #111827 !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), var(--joy-shadow) !important;
}

#page:has(.joy-links-page)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 221, 73, 0.32), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(34, 211, 238, 0.22), transparent 34%),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px, 28px 28px;
  pointer-events: none;
}

#page:has(.joy-links-page) > .page-title {
  display: none !important;
}

#content-inner.layout:has(.joy-links-page) {
  max-width: 1500px !important;
}

#content-inner.layout:has(.joy-links-page) #page {
  width: 100% !important;
}

#article-container .joy-links-page a {
  background: transparent;
  box-shadow: none;
}

.joy-links-page {
  color: #111827;
}

.joy-links-hero h1 {
  margin: 0 0 2.4rem;
  color: #06070a !important;
  font-family: "Space Grotesk", "Microsoft YaHei", sans-serif !important;
  font-size: clamp(4.2rem, 9vw, 7.5rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.58);
}

.joy-links-hero p {
  display: inline-block;
  margin: 0 0 3rem;
  padding: 0.62rem 0.95rem;
  border: 2px solid var(--joy-black);
  background: rgba(255, 255, 255, 0.72);
  color: #1f2937;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  backdrop-filter: blur(10px) saturate(1.25);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.86);
}

.joy-link-section {
  margin-top: 3.8rem;
}

.joy-link-section:first-of-type {
  margin-top: 0;
}

.joy-link-section h2 {
  display: block !important;
  margin: 0 0 1.55rem !important;
  padding: 0 0 0.42rem !important;
  border: 0 !important;
  border-bottom: 4px solid rgba(0, 0, 0, 0.72) !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #06070a !important;
  font-family: "Space Grotesk", "Microsoft YaHei", sans-serif !important;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.56);
}

.joy-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.55rem;
}

.joy-link-empty {
  max-width: 720px;
  padding: 1.5rem 1.65rem;
  border: 4px solid var(--joy-black);
  background:
    linear-gradient(135deg, rgba(253, 224, 71, 0.86), rgba(255, 255, 255, 0.82)),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0 6px, transparent 6px 12px);
  box-shadow: 10px 10px 0 #000;
  transform: rotate(-0.8deg);
}

.joy-link-empty h2 {
  margin-bottom: 0.75rem !important;
  border-bottom: 0 !important;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.joy-link-empty p {
  margin: 0;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.9;
}

.joy-link-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 96px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76) !important;
  color: #111827 !important;
  text-decoration: none !important;
  backdrop-filter: blur(12px) saturate(1.18);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.72) !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.joy-link-card:hover {
  border-color: #ec4899;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 8px 8px 0 rgba(236, 72, 153, 0.85) !important;
  transform: translate(-3px, -3px);
}

.joy-link-avatar {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  color: #15171b;
  font-family: "Space Grotesk", "Microsoft YaHei", sans-serif;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

.joy-link-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joy-link-avatar-cyan {
  background: linear-gradient(135deg, #67e8f9, #0ea5e9);
}

.joy-link-avatar-lime {
  background: linear-gradient(135deg, #bef264, #65a30d);
}

.joy-link-avatar-pink {
  background: linear-gradient(135deg, #f9a8d4, #ec4899);
}

.joy-link-avatar-orange {
  background: linear-gradient(135deg, #fed7aa, #f97316);
}

.joy-link-avatar-blue {
  background: linear-gradient(135deg, #93c5fd, #2563eb);
  color: #eef6ff;
}

.joy-link-avatar-purple {
  background: linear-gradient(135deg, #c4b5fd, #7c3aed);
  color: #f4f0ff;
}

.joy-link-avatar-slate {
  background: linear-gradient(135deg, #cbd5e1, #475569);
  color: #f8fafc;
}

.joy-link-avatar-yellow {
  background: linear-gradient(135deg, #fde68a, #eab308);
}

.joy-link-avatar-red {
  background: linear-gradient(135deg, #fecaca, #ef4444);
  color: #fff7f7;
}

.joy-link-avatar-green {
  background: linear-gradient(135deg, #bbf7d0, #22c55e);
}

.joy-link-avatar-cream {
  background: linear-gradient(135deg, #fff7ed, #facc15);
}

.joy-link-avatar-photo {
  overflow: hidden;
  background: #16181d;
}

.joy-link-meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem 1rem;
}

.joy-link-card strong {
  display: inline-block;
  overflow: hidden;
  color: #111827;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joy-link-card strong::after {
  content: "↗";
  margin-left: 0.18rem;
  color: #ec4899;
  font-size: 0.95em;
}

.joy-link-card em {
  display: block;
  overflow: hidden;
  margin-top: 0.32rem;
  color: #334155;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.joy-link-note {
  display: block;
  margin-top: 0.48rem;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.joy-link-card-self strong {
  text-decoration: underline;
  text-decoration-color: #f43f8f;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
}

#recent-posts > .recent-post-item,
#recent-posts > .recent-post-items > .recent-post-item {
  overflow: hidden;
  transition: transform 180ms cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 180ms ease;
}

#recent-posts > .recent-post-item:hover,
#recent-posts > .recent-post-items > .recent-post-item:hover {
  box-shadow: var(--joy-shadow-lg) !important;
  transform: translate(-5px, -5px);
}

#recent-posts > .recent-post-item:nth-child(4n + 1),
#recent-posts > .recent-post-items > .recent-post-item:nth-child(4n + 1) {
  background: var(--joy-lime) !important;
}

#recent-posts > .recent-post-item:nth-child(4n + 2),
#recent-posts > .recent-post-items > .recent-post-item:nth-child(4n + 2) {
  background: var(--joy-cyan) !important;
}

#recent-posts > .recent-post-item:nth-child(4n + 3),
#recent-posts > .recent-post-items > .recent-post-item:nth-child(4n + 3) {
  background: var(--joy-pink) !important;
}

#recent-posts > .recent-post-item:nth-child(4n),
#recent-posts > .recent-post-items > .recent-post-item:nth-child(4n) {
  background: var(--joy-yellow) !important;
}

#recent-posts > .recent-post-item .recent-post-info,
#recent-posts > .recent-post-items > .recent-post-item .recent-post-info {
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(8px);
}

#recent-posts > .recent-post-item .article-title,
#recent-posts > .recent-post-items > .recent-post-item .article-title {
  color: var(--joy-black) !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-weight: 900;
}

#recent-posts > .recent-post-item .content,
#recent-posts > .recent-post-items > .recent-post-item .content {
  color: #111 !important;
  font-weight: 800;
}

#aside-content .card-info {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 12, 16, 0.10), rgba(7, 12, 16, 0.30)),
    url("../img/pixel-farm-card.svg") center / cover no-repeat !important;
  color: #fff;
}

#aside-content .card-info::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.46), transparent 7.5rem),
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.22) 56% 100%);
  mix-blend-mode: multiply;
  animation: joy-farm-light-breathe 5.8s ease-in-out infinite;
}

#aside-content .card-info::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.08) 0 1px, transparent 1px 6px);
  opacity: 0.22;
}

#aside-content .card-info > * {
  position: relative;
  z-index: 1;
}

@keyframes joy-farm-light-breathe {
  0%, 100% {
    opacity: 0.78;
    transform: scale(1);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.018);
  }
}

#aside-content .card-info .avatar-img {
  border: 4px solid var(--joy-black);
  border-radius: 0;
  box-shadow: 6px 6px 0 #000;
  transform: rotate(-3deg);
}

#aside-content .card-info .author-info__name,
#aside-content .card-info .author-info-name {
  display: inline-block;
  margin: 1.1rem auto 0;
  padding: 0.2rem 0.95rem 0.35rem;
  border: 3px solid var(--joy-black);
  background:
    linear-gradient(90deg, rgba(255, 226, 73, 0.92), rgba(255, 244, 166, 0.92)),
    repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.08) 0 4px, transparent 4px 8px);
  color: #141414 !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.72);
  box-shadow: 4px 4px 0 #000;
  transform: rotate(-1.5deg);
}

#aside-content .card-info .author-info__description,
#aside-content .card-info .author-info-description {
  width: fit-content;
  max-width: 94%;
  margin: 1rem auto 0;
  padding: 0.75rem 0.85rem;
  border: 2px solid var(--joy-black);
  background:
    linear-gradient(180deg, rgba(255, 251, 222, 0.88), rgba(242, 255, 214, 0.84)),
    repeating-linear-gradient(90deg, rgba(132, 204, 22, 0.14) 0 7px, transparent 7px 14px);
  color: #111827 !important;
  font-weight: 900;
  line-height: 1.85;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.85);
  box-shadow: 3px 3px 0 #000;
}

#aside-content .card-info .site-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin: 1.15rem auto 1rem;
  padding: 0.5rem;
  border: 2px solid var(--joy-black);
  background: rgba(255, 250, 218, 0.84);
  box-shadow: 4px 4px 0 #000;
  backdrop-filter: blur(2px) saturate(1.18);
}

#aside-content .card-info .site-data a {
  position: relative;
  margin: 0;
  padding: 0.35rem 0.2rem 0.3rem;
  border: 2px solid rgba(0, 0, 0, 0.82);
  background:
    linear-gradient(180deg, rgba(190, 242, 100, 0.78), rgba(134, 239, 172, 0.76)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0 3px, transparent 3px 6px);
  color: #111827 !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.85);
}

#aside-content .card-info .site-data a:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(125, 211, 252, 0.78), rgba(165, 243, 252, 0.76)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0 3px, transparent 3px 6px);
}

#aside-content .card-info .site-data a:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(253, 224, 71, 0.78), rgba(254, 240, 138, 0.76)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0 3px, transparent 3px 6px);
}

#aside-content .card-info .site-data .headline {
  color: #111827 !important;
  font-size: 0.78rem;
  font-weight: 900;
}

#aside-content .card-info .site-data .length-num {
  color: #111827 !important;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.78);
}

#aside-content .card-info .card-info-social-icons i {
  color: var(--joy-yellow) !important;
  text-shadow: 2px 2px 0 #000;
}

#aside-content .card-info .card-info-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0 0.25rem;
  border: 2px solid var(--joy-black);
  background: rgba(17, 24, 39, 0.9);
  box-shadow: 3px 3px 0 #000;
  transform: rotate(-2deg);
}

#aside-content .card-info .card-info-social-icons a:nth-child(even) {
  transform: rotate(2deg);
}

#aside-content .card-info .card-info-btn,
#aside-content .card-info #card-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 2px solid var(--joy-black);
  border-radius: 0;
  background:
    linear-gradient(90deg, #111827, #1f2937 60%, #0f172a) !important;
  color: #fff !important;
  box-shadow: 4px 4px 0 #000;
  font-weight: 900;
  text-shadow: 2px 2px 0 #000;
}

#aside-content .item-headline,
#aside-content .card-widget .item-headline span {
  color: var(--joy-black) !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-weight: 900;
}

#aside-content .card-announcement {
  background: var(--joy-yellow) !important;
}

#aside-content .card-tag-cloud a {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  box-shadow: 2px 2px 0 #000;
  color: #000 !important;
  font-weight: 900;
}

#post,
#page {
  position: relative;
  overflow: hidden;
}

#post::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/joyooo-anime-bg.jpg") center / cover no-repeat;
  opacity: 0.20;
  filter: saturate(1.25) contrast(1.1);
  mix-blend-mode: multiply;
}

#post > *,
#page > * {
  position: relative;
  z-index: 1;
}

#article-container {
  color: #000 !important;
  font-weight: 700;
}

#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4 {
  color: #000 !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

#article-container h2 {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border: 3px solid #000;
  background: var(--joy-yellow);
  box-shadow: 4px 4px 0 #000;
}

#article-container h2::before {
  display: none;
}

#article-container a {
  color: #000 !important;
  background: var(--joy-cyan);
  box-shadow: inset 0 -0.35em 0 var(--joy-yellow);
  font-weight: 900;
}

#article-container .joy-link-card {
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.72) !important;
  color: #111827 !important;
}

#article-container .joy-link-card:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 8px 8px 0 rgba(236, 72, 153, 0.85) !important;
}

#article-container blockquote {
  border: 3px solid #000;
  border-left-width: 8px;
  background: rgba(253, 224, 71, 0.72);
  color: #000;
  box-shadow: 5px 5px 0 #000;
}

#post-comment {
  position: relative;
  margin-top: 3rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 4px solid var(--joy-black);
  background:
    radial-gradient(circle at 12% 18%, rgba(236, 72, 153, 0.18), transparent 12rem),
    radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.18), transparent 13rem),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.045) 0 1px, transparent 1px 9px),
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--joy-shadow-lg);
  overflow: hidden;
}

#post-comment::before {
  content: "COMMENT SIGNAL";
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  padding: 0.22rem 0.5rem;
  border: 2px solid var(--joy-black);
  background: var(--joy-cyan);
  color: var(--joy-black);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow: 3px 3px 0 #000;
  transform: rotate(2deg);
}

#post-comment .comment-head {
  margin-bottom: 1.2rem;
}

#post-comment .comment-headline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.8rem;
  border: 3px solid var(--joy-black);
  background: var(--joy-yellow);
  color: var(--joy-black);
  box-shadow: 5px 5px 0 #000;
  transform: rotate(-1deg);
}

#post-comment .comment-headline i,
#post-comment .comment-headline span {
  color: var(--joy-black) !important;
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

#post-comment .comment-wrap {
  position: relative;
  min-height: 260px;
  padding: 0.8rem;
  border: 2px solid var(--joy-black);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 4px 4px 0 #000;
}

#giscus-wrap {
  min-height: 240px;
}

#giscus-wrap iframe {
  color-scheme: light;
}

#article-container code,
#article-container pre {
  border-radius: 0 !important;
}

#post-meta,
.post-meta,
.article-meta-wrap {
  font-weight: 900;
}

#pagination .page-number.current,
#pagination a:hover {
  background: var(--joy-pink) !important;
  color: #fff !important;
}

#rightside {
  right: 60px !important;
}

#rightside > div > button,
#rightside > div > a {
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  background: var(--joy-black) !important;
  box-shadow: 3px 3px 0 #000;
}

.joy-music-slot {
  position: relative;
  z-index: 2;
  margin: 0 0 1.2rem;
  padding: 0 !important;
  border: 4px solid #000 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(135deg, rgba(253, 224, 71, 0.94) 0 28%, rgba(255, 255, 255, 0.96) 28% 70%, rgba(34, 211, 238, 0.9) 70%),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0 2px, transparent 2px 10px) !important;
  box-shadow: 7px 7px 0 #000 !important;
  color: #000;
  font-family: "Space Grotesk", "ZCOOL KuaiLe", "Microsoft YaHei", sans-serif;
  overflow: hidden;
}

#content-inner.layout > .joy-music-slot {
  width: min(100%, 900px);
  margin: 0 auto 1.4rem;
}

.joy-music-slot.is-mobile-slot {
  box-shadow: 5px 5px 0 #000 !important;
}

.joy-music-player {
  position: relative;
  width: 100%;
  color: #000;
  overflow: hidden;
}

.joy-music-player::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(236, 72, 153, 0.34), transparent 5rem),
    radial-gradient(circle at 86% 88%, rgba(163, 230, 53, 0.42), transparent 6rem);
  mix-blend-mode: multiply;
}

.joy-music-player[hidden],
.joy-music-restore[hidden] {
  display: none !important;
}

.joy-music-player__top,
.joy-music-player__body {
  position: relative;
  z-index: 1;
}

.joy-music-player__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.7rem 0.8rem;
  border-bottom: 3px solid #000;
  background: #000;
}

.joy-music-player__tag {
  color: #fde047;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.joy-music-player__actions {
  display: flex;
  gap: 0.45rem;
}

.joy-music-player__actions button,
.joy-music-restore {
  border: 3px solid #000;
  border-radius: 0;
  background: var(--joy-pink);
  color: #fff;
  box-shadow: 3px 3px 0 #000;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.joy-music-player__actions button {
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  font-size: 1.05rem;
}

.joy-music-player__body {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.85rem;
}

.joy-music-player__cover {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 3px solid #000;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("https://p1.music.126.net/BOfHKqsug-vmcKRshieLjA==/109951164417969327.jpg") center / cover;
  box-shadow: 4px 4px 0 #000;
  transform: rotate(3deg);
}

.joy-music-player__cover span {
  padding: 0.08rem 0.32rem;
  border: 2px solid #000;
  background: #fde047;
  color: #000;
  font-weight: 900;
}

.joy-music-player__copy {
  min-width: 0;
  align-self: center;
}

.joy-music-player__copy strong,
.joy-music-player__copy em {
  display: block;
}

.joy-music-player__copy strong {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.05;
}

.joy-music-player__copy em {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.joy-music-player iframe {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0.25rem;
  border: 3px solid #000;
  background: #fff;
  box-shadow: 4px 4px 0 #000;
}

.joy-music-player.is-collapsed {
  width: 100%;
}

.joy-music-player.is-collapsed .joy-music-player__body {
  display: none;
}

.joy-music-restore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 4.25rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(253, 224, 71, 0.95), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.08) 0 4px, transparent 4px 9px);
  color: #000;
  box-shadow: none;
  font-size: 0.95rem;
  text-align: left;
}

.joy-music-restore span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 2px solid #000;
  background: var(--joy-pink);
  color: #fff;
  box-shadow: 3px 3px 0 #000;
}

.joy-music-restore strong {
  font-weight: 900;
}

.joy-music-restore:hover,
.joy-music-player__actions button:hover {
  filter: brightness(1.04);
}

@media (max-width: 768px) {
  .joy-music-player__body {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.75rem;
  }

  .joy-music-player__cover {
    width: 58px;
    height: 58px;
    box-shadow: 3px 3px 0 #000;
  }

  .joy-music-player__copy strong {
    font-size: 1.08rem;
  }

  .joy-music-player iframe {
    height: 86px;
    margin-top: 0.1rem;
    box-shadow: 3px 3px 0 #000;
  }
}

#footer {
  border-top: 4px solid #000;
  background: #000 !important;
}

#footer-wrap {
  color: #fff !important;
  font-weight: 900;
}

.joy-hit-burst-text {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  color: var(--joy-pink);
  font-family: "ZCOOL KuaiLe", "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 4vw, 2.2rem);
  font-weight: 900;
  text-shadow: 4px 4px 0 #000;
  -webkit-text-stroke: 1.5px #000;
  animation: joy-hit-pop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.4) forwards;
}

.joy-click-particle {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  font-weight: 900;
  animation: joy-particle-shoot 0.7s cubic-bezier(0.1, 0.8, 0.25, 1) forwards;
}

@keyframes joy-hit-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0) rotate(-20deg);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2) rotate(10deg);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, -60px) scale(1) rotate(-5deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -100px) scale(0.6) rotate(15deg);
  }
}

@keyframes joy-particle-shoot {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--dx), var(--dy)) scale(0);
  }
}

[data-theme="dark"] #web_bg {
  background-color: #151515 !important;
  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) !important;
}

[data-theme="dark"] #recent-posts > .recent-post-item,
[data-theme="dark"] #recent-posts > .recent-post-items > .recent-post-item,
[data-theme="dark"] #aside-content .card-widget,
[data-theme="dark"] #post,
[data-theme="dark"] #page,
[data-theme="dark"] #archive {
  color: #000;
}

[data-theme="dark"] #article-container {
  color: #000 !important;
}

@media (max-width: 768px) {
  #page-header.full_page {
    height: 78vh !important;
  }

  #page-header.full_page #site-info {
    top: 16% !important;
    width: calc(100% - 1.6rem) !important;
    padding: 3.2rem 1rem 3.7rem !important;
    box-shadow: 9px 9px 0 #000;
    transform: translateX(-50%) rotate(-0.7deg) !important;
  }

  #page-header.full_page #site-info::before {
    right: 0.65rem;
    font-size: 0.55rem;
    letter-spacing: 0.08em;
  }

  #page-header.full_page #site-info::after {
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    font-size: 0.55rem;
    letter-spacing: 0.08em;
  }

  #site-title {
    font-size: clamp(2.2rem, 13vw, 4rem) !important;
  }

  #site-title::before {
    font-size: 0.55rem;
  }

  #site-subtitle {
    min-width: 78%;
  }

  #site-title::after {
    display: block;
    width: max-content;
    margin: 0.55rem auto 0;
  }

  #nav {
    min-height: 56px;
  }

  #nav .menus_items {
    border: 4px solid #000;
    background: var(--joy-yellow);
    box-shadow: 8px 8px 0 #000;
  }

  #recent-posts > .recent-post-item,
  #recent-posts > .recent-post-items > .recent-post-item,
  #aside-content .card-widget,
  #post,
  #page,
  #archive {
    box-shadow: 5px 5px 0 #000 !important;
  }

  #rightside {
    right: 54px !important;
  }
}

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

@media (max-width: 720px) {
  #page:has(.joy-links-page) {
    padding: 2rem 1rem !important;
  }

  .joy-links-hero h1 {
    margin-bottom: 2rem;
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .joy-links-hero p {
    margin-bottom: 2.6rem;
    font-size: 1rem;
  }

  .joy-link-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .joy-link-card {
    grid-template-columns: 76px minmax(0, 1fr);
    min-height: 76px;
  }

  .joy-link-avatar {
    width: 76px;
    height: 76px;
    font-size: 1.35rem;
  }

  .joy-link-card strong {
    font-size: 1.12rem;
  }

  .joy-link-card em {
    font-size: 0.88rem;
  }
}
