/* ============================================
   小小静 · 唯美治愈风定制样式
   ============================================ */

/* ─── 全局 ─── */
body {
  font-family: 'CC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

::selection {
  background: rgba(240, 147, 251, 0.3);
  color: #fff;
}

/* ─── 滚动条 ─── */
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #f093fb, #f5576c, #4facfe) !important;
  border-radius: 8px !important;
}
::-webkit-scrollbar-track {
  background: rgba(240, 147, 251, 0.05) !important;
}

/* ─── 导航栏 毛玻璃 ─── */
#nav {
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: saturate(180%) blur(16px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(16px) !important;
  box-shadow: 0 2px 20px rgba(240, 147, 251, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  transition: all 0.4s ease !important;
}

/* 导航栏固定 */
#nav.fixed {
  background: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: saturate(200%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(200%) blur(20px) !important;
  box-shadow: 0 4px 30px rgba(240, 147, 251, 0.1) !important;
}

/* 导航菜单项 */
#nav a,
#nav .site-page {
  color: var(--font-color) !important;
  text-shadow: none !important;
  transition: all 0.3s ease !important;
}

#nav a:hover,
#nav .site-page:hover {
  color: #f5576c !important;
  text-shadow: 0 0 20px rgba(245, 87, 108, 0.3) !important;
}

/* 导航栏顶部标题 */
#site-title {
  text-shadow: 0 4px 20px rgba(240, 147, 251, 0.2) !important;
  animation: titleGlow 3s ease-in-out infinite !important;
}

@keyframes titleGlow {
  0%, 100% { text-shadow: 0 4px 20px rgba(240, 147, 251, 0.2); }
  50% { text-shadow: 0 4px 30px rgba(240, 147, 251, 0.5), 0 0 60px rgba(79, 172, 254, 0.2); }
}

/* ─── 首页文章卡片 毛玻璃效果 ─── */
#recent-posts > .recent-post-item {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(240, 147, 251, 0.08) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  overflow: hidden !important;
}

#recent-posts > .recent-post-item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 40px rgba(240, 147, 251, 0.18), 0 0 60px rgba(79, 172, 254, 0.05) !important;
  border-color: rgba(240, 147, 251, 0.3) !important;
}

/* 文章卡片封面 - 圆角统一 */
#recent-posts > .recent-post-item .post_cover {
  border-radius: 16px 0 0 16px !important;
  overflow: hidden !important;
}

/* ─── 侧边栏 毛玻璃 ─── */
#aside-content .card-widget {
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 24px rgba(240, 147, 251, 0.06) !important;
  transition: all 0.3s ease !important;
}

#aside-content .card-widget:hover {
  box-shadow: 0 8px 32px rgba(240, 147, 251, 0.12) !important;
  border-color: rgba(240, 147, 251, 0.2) !important;
}

/* ─── 关于页卡片 毛玻璃 ─── */
.about-card {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(240, 147, 251, 0.08) !important;
  transition: all 0.4s ease !important;
}

.about-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 40px rgba(240, 147, 251, 0.15) !important;
  border-color: rgba(240, 147, 251, 0.25) !important;
}

/* ─── 能力评级进度条渐变色 ─── */
.skill-bar .skill-fill {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 50%, #4facfe 100%) !important;
  box-shadow: 0 0 12px rgba(240, 147, 251, 0.3) !important;
}

/* ─── 页脚美化 ─── */
#footer {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.05), rgba(79, 172, 254, 0.05)) !important;
  border-top: 1px solid rgba(240, 147, 251, 0.1) !important;
}

#footer-wrap {
  color: rgba(0, 0, 0, 0.5) !important;
}

#footer-wrap a {
  color: rgba(245, 87, 108, 0.7) !important;
  transition: all 0.3s ease !important;
}

#footer-wrap a:hover {
  color: #f5576c !important;
  text-shadow: 0 0 12px rgba(245, 87, 108, 0.3) !important;
}

/* ─── 加载动画：樱花花瓣 Sakura Petals 🌸✨ ─── */

/* ── 背景：浅紫 → 浅粉渐变（上下） ── */
#loading-box .loading-left-bg,
#loading-box .loading-right-bg {
  background: linear-gradient(
    to bottom, #e8d5f5 0%, #f0dff7 25%, #f8e8f5 50%, #fce4ec 75%, #fce4f0 100%
  ) !important;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.18, 1) !important;
}

/* ── 已加载滑出 ── */
#loading-box.loaded {
  pointer-events: none !important;
}
#loading-box.loaded .loading-left-bg {
  transform: translate(-100%, 0) !important;
}
#loading-box.loaded .loading-right-bg {
  transform: translate(100%, 0) !important;
}
#loading-box.loaded .spinner-box {
  display: none !important;
}

/* ── spinner-box + Canvas ── */
.spinner-box {
  position: fixed !important;
  z-index: 1001 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100vh !important;
  background: transparent !important;
}

#bubble-canvas {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 36px rgba(236, 132, 177, 0.08));
}

/* ── 樱花光带进度条 ── */
.progress-panel {
  position: fixed;
  bottom: 11.5%;
  left: 50%;
  z-index: 1002;
  width: 230px;
  max-width: 58vw;
  padding: 8px 10px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.36), rgba(255,236,248,0.22));
  box-shadow:
    0 12px 30px rgba(218, 145, 203, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
}

.progress-bar-wrap {
  position: relative;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(224,178,235,0.26), rgba(255,255,255,0.5));
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  overflow: visible;
  box-shadow:
    inset 0 1px 4px rgba(158, 112, 190, 0.10),
    0 0 18px rgba(255, 184, 220, 0.20);
}

.progress-bar-wrap::before {
  content: '';
  position: absolute;
  inset: -10px 10%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 166, 211, 0.24), transparent 68%);
  animation: progress-aura 2.4s ease-in-out infinite;
}

.progress-bar-fill {
  position: relative;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #c99be7, #ffb7d8, #f58ab8, #d8a7f2, #c99be7);
  background-size: 240% 100%;
  box-shadow:
    0 0 12px rgba(246, 137, 186, 0.42),
    0 0 24px rgba(214, 158, 242, 0.25);
  animation: progress-shimmer 1.8s linear infinite;
}

.progress-bar-fill::after {
  content: '✿';
  position: absolute;
  top: 50%;
  right: -9px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff 0%, #ffd6e7 34%, #f299c2 72%, #d59bea 100%);
  box-shadow:
    0 0 10px rgba(255, 145, 198, 0.55),
    0 0 22px rgba(210, 154, 242, 0.34);
  animation: progress-bloom 1.6s ease-in-out infinite;
}

@keyframes progress-shimmer {
  0% { background-position: 240% 0; }
  100% { background-position: 0 0; }
}

@keyframes progress-aura {
  0%, 100% { opacity: 0.55; transform: scaleX(0.94); }
  50% { opacity: 0.92; transform: scaleX(1.03); }
}

@keyframes progress-bloom {
  0%, 100% { transform: translateY(-50%) scale(0.94) rotate(-8deg); }
  50% { transform: translateY(-50%) scale(1.08) rotate(8deg); }
}

/* 隐藏封面图 */
.relatedPosts .pagination-related .cover,
.pagination-post .pagination-related .cover {
  display: none !important;
}

/* 隐藏 description 滑动层 */
.relatedPosts .pagination-related .info-2,
.pagination-post .pagination-related .info-2 {
  display: none !important;
}

/* ── 相关推荐卡片 ── */

.relatedPosts .pagination-related {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 86px !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(240, 147, 251, 0.18) 45%,
    rgba(79, 172, 254, 0.16) 100%
  ) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(240, 147, 251, 0.12) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

.relatedPosts .pagination-related:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(240, 147, 251, 0.15) !important;
  border-color: rgba(240, 147, 251, 0.3) !important;
}

/* info 层居中覆盖浮层 */
.relatedPosts .pagination-related .info {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  padding: 10px 14px !important;
  text-align: center !important;
}

.relatedPosts .pagination-related .info-1 {
  position: relative !important;
  transform: none !important;
  opacity: 1 !important;
}

/* 隐藏日期 */
.relatedPosts .pagination-related .info-item-1 {
  display: none !important;
}

.relatedPosts .pagination-related .info-item-1,
.relatedPosts .pagination-related .info-item-2,
.pagination-post .pagination-related .info-item-1,
.pagination-post .pagination-related .info-item-2 {
  -webkit-text-fill-color: #555 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

/* 标题大一点 */
.relatedPosts .pagination-related .info-item-2 {
  -webkit-line-clamp: 2 !important;
  font-size: 0.92em !important;
  font-weight: 500 !important;
  color: #555 !important;
  line-height: 1.45 !important;
}

.relatedPosts .pagination-related:hover .info-item-2 {
  color: #f5576c !important;
  -webkit-text-fill-color: #f5576c !important;
}

/* 取消 hover 翻转动画 */
.relatedPosts .pagination-related:not(.no-desc):hover .info-1 {
  opacity: 1 !important;
  transform: none !important;
}

/* ── 上/下篇卡片 ── */

.pagination-post .pagination-related {
  height: auto !important;
  min-height: 74px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(240, 147, 251, 0.18) 45%,
    rgba(79, 172, 254, 0.16) 100%
  ) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(240, 147, 251, 0.12) !important;
  transition: all 0.3s ease !important;
}

.pagination-post .pagination-related:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(240, 147, 251, 0.15) !important;
  border-color: rgba(240, 147, 251, 0.3) !important;
}

/* info 层铺满 */
.pagination-post .pagination-related .info {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  padding: 12px 18px !important;
  width: 100% !important;
}

.pagination-post .pagination-related .info-1 {
  position: relative !important;
  transform: none !important;
  opacity: 1 !important;
}

/* "上一篇"/"下一篇" 标签 */
.pagination-post .pagination-related .info-item-1 {
  font-size: 0.72em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  margin-bottom: 4px !important;
  display: block !important;
}

/* 上一篇/下一篇标题 */
.pagination-post .pagination-related .info-item-2 {
  font-size: 1em !important;
  font-weight: 500 !important;
  color: #555 !important;
  -webkit-line-clamp: 2 !important;
}

.pagination-post .pagination-related:hover .info-item-2 {
  color: #f5576c !important;
  -webkit-text-fill-color: #f5576c !important;
}

/* 取消 hover 翻转动画 */
.pagination-post .pagination-related:not(.no-desc):hover .info-1 {
  opacity: 1 !important;
  transform: none !important;
}

/* ─── 404页面 ─── */
#error-wrap {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* ─── 文章页面 ─── */
#post {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding: 20px 40px !important;
  box-shadow: 0 8px 32px rgba(240, 147, 251, 0.06) !important;
}

/* ─── 标签/分类页面 ─── */
.category-lists,
.tag-cloud,
#arc-wrapper .article-sort {
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 20px 30px !important;
}

/* ─── 标题装饰线 ─── */
hr {
  background: linear-gradient(90deg, transparent, #f093fb, #f5576c, #4facfe, transparent) !important;
  height: 2px !important;
  border: none !important;
  opacity: 0.4 !important;
}

/* ─── 引用块美化 ─── */
blockquote {
  border-left: 4px solid transparent !important;
  border-image: linear-gradient(180deg, #f093fb, #4facfe) 1 !important;
  background: rgba(240, 147, 251, 0.04) !important;
  border-radius: 0 8px 8px 0 !important;
  padding: 12px 20px !important;
}

/* ─── 链接美化 ─── */
a {
  color: #f5576c !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  background: linear-gradient(135deg, #f093fb, #4facfe) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* 文章内链接下划线 */
#article-container a {
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  border-image: linear-gradient(90deg, #f093fb, #4facfe) 1 !important;
}

#article-container a:hover {
  border-image: linear-gradient(90deg, #4facfe, #f093fb) 1 !important;
}

/* ─── 返回顶部按钮 ─── */
#go-up {
  background: linear-gradient(135deg, #f093fb, #f5576c) !important;
  box-shadow: 0 4px 15px rgba(240, 147, 251, 0.3) !important;
  border: none !important;
}

/* ─── 文章目录 ─── */
#toc {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* ─── 分页导航 ─── */
#pagination .page-number.current {
  background: linear-gradient(135deg, #f093fb, #f5576c) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(240, 147, 251, 0.3) !important;
}

/* ─── 站点标题发光 ─── */
#page-header #site-title {
  animation: titlePulse 4s ease-in-out infinite !important;
}

@keyframes titlePulse {
  0%, 100% {
    text-shadow: 0 0 20px rgba(240, 147, 251, 0.2), 0 0 40px rgba(79, 172, 254, 0.1);
  }
  50% {
    text-shadow: 0 0 30px rgba(240, 147, 251, 0.4), 0 0 60px rgba(79, 172, 254, 0.2), 0 0 80px rgba(245, 87, 108, 0.1);
  }
}

/* ─── 侧边栏标签云 ─── */
.tag-cloud-tags a,
.card-tag-cloud a {
  background: rgba(240, 147, 251, 0.08) !important;
  border-radius: 8px !important;
  padding: 2px 10px !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(240, 147, 251, 0.1) !important;
}

.tag-cloud-tags a:hover,
.card-tag-cloud a:hover {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.15), rgba(79, 172, 254, 0.15)) !important;
  border-color: rgba(240, 147, 251, 0.3) !important;
  transform: translateY(-2px) !important;
}

/* ─── 文章阅读进度条 ─── */
#post #article-container {
  line-height: 1.8 !important;
}

/* ─── 按钮美化 ─── */
.btn {
  background: linear-gradient(135deg, #f093fb, #f5576c) !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 15px rgba(240, 147, 251, 0.2) !important;
  transition: all 0.3s ease !important;
  color: #fff !important;
}

.btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(240, 147, 251, 0.35) !important;
}

/* ─── 评论区 ─── */
.v[data-class=v] .vwrap {
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* ─── 归档页面 ─── */
#arc-wrapper .article-sort-item {
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

#arc-wrapper .article-sort-item:hover {
  background: rgba(240, 147, 251, 0.06) !important;
  transform: translateX(4px) !important;
}

/* ─── 字体应用 ─── */
/* 站点标题用 CC */
#site-title,
#site-subtitle,
.navbar .nav-title,
.blog-slider__title,
.article-title a {
  font-family: 'CC', 'PingFang SC', 'Microsoft YaHei', cursive !important;
}

/* 文章正文标题用 CC */
.post-title,
.page-title,
.category-lists .category-title,
.tag-cloud-title {
  font-family: 'CC', 'PingFang SC', 'Microsoft YaHei', cursive !important;
}

/* ─── 标签分类页面（贴签签） ─── */
#tagCategoryPage {
  padding: 20px 30px;
}

.tc-section {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(240, 147, 251, 0.06);
  padding: 28px 32px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.tc-section:hover {
  box-shadow: 0 12px 40px rgba(240, 147, 251, 0.12);
  border-color: rgba(240, 147, 251, 0.2);
}

.tc-title {
  font-family: 'CC', 'PingFang SC', 'Microsoft YaHei', cursive;
  font-size: 1.5em;
  color: #f5576c;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #f093fb, #f5576c, transparent) 1;
}

.tc-title i {
  margin-right: 8px;
  background: linear-gradient(135deg, #f093fb, #4facfe);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 标签云区域 */
.tc-cloud {
  text-align: center;
  line-height: 2.4;
  padding: 10px 0;
}

.tc-cloud a {
  display: inline-block;
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.1), rgba(79, 172, 254, 0.1));
  border-radius: 10px;
  padding: 4px 16px;
  margin: 4px 6px;
  border: 1px solid rgba(240, 147, 251, 0.15);
  color: #666 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-text-fill-color: #666 !important;
}

.tc-cloud a:hover {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.2), rgba(79, 172, 254, 0.2));
  border-color: rgba(240, 147, 251, 0.35);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(240, 147, 251, 0.2);
  color: #f5576c !important;
  -webkit-text-fill-color: #f5576c !important;
}

/* 分类列表 */
.tc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px 0;
}

.tc-list .card-category-list-item {
  list-style: none;
  flex: 0 0 auto;
}

.tc-list .card-category-list-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.1), rgba(79, 172, 254, 0.08));
  border-radius: 12px;
  padding: 10px 20px;
  border: 1px solid rgba(240, 147, 251, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}

.tc-list .card-category-list-link:hover {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.2), rgba(79, 172, 254, 0.15));
  border-color: rgba(240, 147, 251, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(240, 147, 251, 0.15);
}

.tc-list .card-category-list-name {
  font-size: 1.05em;
  font-weight: 500;
  color: #555;
  transition: color 0.3s;
}

.tc-list .card-category-list-link:hover .card-category-list-name {
  color: #f5576c;
}

.tc-list .card-category-list-count {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 0.82em;
  min-width: 24px;
  text-align: center;
}

/* 标签云页面的tagcloud和category-list */
.tc-cloud .tagcloud {
  text-align: center;
  line-height: 2.4;
}
.tc-cloud .tagcloud a {
  display: inline-block;
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.1), rgba(79, 172, 254, 0.1));
  border-radius: 10px;
  padding: 4px 16px;
  margin: 4px 6px;
  border: 1px solid rgba(240, 147, 251, 0.15);
  color: #666 !important;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-text-fill-color: #666 !important;
}
.tc-cloud .tagcloud a:hover {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.2), rgba(79, 172, 254, 0.2));
  border-color: rgba(240, 147, 251, 0.35);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(240, 147, 251, 0.2);
  color: #f5576c !important;
  -webkit-text-fill-color: #f5576c !important;
}
.tc-list .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tc-list .category-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  margin: 6px 0;
  background: rgba(255,255,255,0.4);
  border-radius: 12px;
  border: 1px solid rgba(240, 147, 251, 0.1);
  transition: all 0.3s ease;
}
.tc-list .category-list-item:hover {
  background: rgba(255,255,255,0.7);
  border-color: rgba(240, 147, 251, 0.25);
  transform: translateX(4px);
}
.tc-list .category-list-link {
  color: #555;
  font-size: 1.05em;
  font-weight: 500;
  text-decoration: none;
}
.tc-list .category-list-link:hover {
  color: #f5576c;
}
.tc-list .category-list-count {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  color: #fff;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 0.82em;
  min-width: 24px;
  text-align: center;
}

/* Butterfly 内置标签页面美化 */
.type-tags .tag-cloud-list {
  text-align: center;
  padding: 25px 15px;
}
.type-tags .tag-cloud-list a {
  display: inline-block;
  border-radius: 10px;
  padding: 6px 18px;
  margin: 5px 7px;
  color: #fff !important;
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0.9;
  font-weight: 500;
}
.type-tags .tag-cloud-list a:hover {
  opacity: 1;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
