﻿/* ========== 全局背景 & 字体颜色 ========== */
html, body {
  background: linear-gradient(
    0deg,
    #0B7A3A 0%,  
    #16A34A 45%, 
    #6EE7B7 100%
  ) !important;
  color: #FFFFFF !important;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* uni-navbar */
::v-deep .uni-navbar {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}
.uni-nav-bar-text {
  color: #FFF !important;
}

/* 主导航栏 */
.main-header {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* 卡片透明玻璃泡泡效果 */
.top-carousel-section .carousel-slide,
.logo-card,
.image-text-item,
.popular-site-card {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05) !important;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 卡片悬停微动效果 */
.top-carousel-section .carousel-slide:hover,
.logo-card:hover,
.image-text-item:hover,
.popular-site-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15) !important;
}

/* 轮播背景 */
.carousel-container {
  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-radius: 14px !important;
}

/* 果冻按钮主样式 */
.logo-action,
.entry-modal__action {
  position: relative;
  background: linear-gradient(90deg, #9E6FFF 0%, #FFC9FF 100%) !important;
  color: #0A0A0A !important;
  padding: 0.65rem 1.3rem;
  border-radius: 18px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(18px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
      0 8px 22px rgba(0, 0, 0, 0.25),
      0 0 18px rgba(255, 255, 255, 0.3) inset,
      0 0 8px rgba(255, 255, 255, 0.2) inset;
  transition: transform 0.25s cubic-bezier(.25,1.5,.5,1), box-shadow 0.25s ease;
}

/* 顶部果冻高光 */
.logo-action::before,
.entry-modal__action::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10%;
  width: 80%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.65), rgba(255,255,255,0));
  border-radius: 14px;
  filter: blur(3px);
  pointer-events: none;
}

/* 内部果冻折射 */
.logo-action::after,
.entry-modal__action::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.45), rgba(255,255,255,0) 60%);
  pointer-events: none;
  opacity: 0.6;
}

/* 文本颜色 */
.content-text,
.site-name,
.site-tag,
.social-contact,
.nav-item {
  color: #FFFFFF !important;
}

/* 滚动横幅文字颜色 */
.scroll-track {
  color: #FFF8E7 !important;
}

/* ===========================================================
   ⭐⭐ 你提供的滚动横幅已整合 ⭐⭐
   =========================================================== */
.scroll-banner {
  width: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.15);
  border-radius: 12px;
  padding: 10px 0;
}

.scroll-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 50s linear infinite;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.scroll-track span {
  display: inline-block;
  margin-right: 50px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===========================================================
   Entry Modal 背景
   =========================================================== */
.entry-modal__content {
  position: relative;
  background: linear-gradient(160deg, #FF6B6B, #FFD93D, #6BCB77) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35) !important;
  color: #080213 !important;
  padding: 20px;
  border-radius: 16px;
}

/* 弹窗右上角关闭 X */
.entry-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 1000;
}

/* 弹窗图片 */
.entry-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    border: none;
}
.entry-modal .carousel-thumb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 0;
    border: none;
    width: auto;
    height: auto;
}
.entry-modal .carousel-thumb img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

/* 社交图标 */
.social-icon {
  background: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 12px;
}
.social-icon img {
  filter: none !important;
  background: none !important;
  width: 32px;
  height: 32px;
}

/* 区域玻璃泡泡效果 */
.top-carousel-section,
.logo-content-section,
.image-text-section {
    position: relative;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 小泡泡动画 */
.top-carousel-section::before,
.logo-content-section::before,
.image-text-section::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    pointer-events: none;
    animation: bubbleMove 15s linear infinite;
}

@keyframes bubbleMove {
    0% { transform: translate(0,0) rotate(0deg); }
    50% { transform: translate(20px,-20px) rotate(180deg); }
    100% { transform: translate(0,0) rotate(360deg); }
}

/* ===========================================================
   ⭐⭐ 果冻标题 ⭐⭐
   =========================================================== */
.jelly-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(135, 206, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/* ===========================================================
   ⭐⭐ Telegram 悬浮图标（呼吸光 + 扩散波纹）⭐⭐
   =========================================================== */
.telegram-float {
    position: fixed;
    right: 20px;
    bottom: 160px;
    width: 60px;
    height: 60px;
    z-index: 999999;
    cursor: pointer;
    animation: floatUp 3s infinite ease-in-out;
}

/* 蓝光呼吸灯 */
.telegram-float::before {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    background: radial-gradient(
        rgba(0,160,255,0.9),
        rgba(0,160,255,0.4),
        rgba(0,160,255,0)
    );
    filter: blur(18px);
    animation: breathing 2.4s infinite ease-in-out;
    z-index: -1;
}

/* 向外扩散波纹 */
.telegram-float::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    border-radius: 50%;
    border: 3px solid rgba(0,160,255,0.8);
    animation: ripple 2.4s infinite ease-out;
    z-index: -2;
}

/* 图标本体：发光 + 浮动动画 + 呼吸灯 */
.telegram-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: border-box;

    /* 你的原本三层光晕 */
    filter: drop-shadow(0 0 15px rgba(0,200,255,1))
            drop-shadow(0 0 35px rgba(0,200,255,0.8))
            drop-shadow(0 0 60px rgba(0,200,255,0.6));

    position: relative;
    z-index: 3;

    animation: floatUp 3s ease-in-out infinite,
               breathing 2.2s ease-in-out infinite;
}

/* 三道波纹颜色增强版 */
.telegram-float::before,
.telegram-float::after,
.telegram-float .ripple {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,220,255,0.85); /* 更亮更明显的水波纹颜色 */

    transform: translate(-50%, -50%) scale(1);
    z-index: 1;

    animation: ripple 2.8s infinite ease-out;
}

/* 第二道波纹延迟 */
.telegram-float::after {
    animation-delay: 0.6s;
}

/* 第三道波纹延迟更多 */
.telegram-float .ripple {
    animation-delay: 1.2s;
}

/* 浮动动画 */
@keyframes floatUp {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

/* 呼吸灯动画 */
@keyframes breathing {
    0% { opacity: 0.45; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.18); }
    100% { opacity: 0.45; transform: scale(1); }
}

/* 扩散波纹动画（你提供的） */
@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.75;
    }
    80% {
        transform: translate(-50%, -50%) scale(2.8);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.8);
        opacity: 0;
    }
}

/* ===========================================================
   ⭐⭐ GIF 悬浮图（底部 + 圆形 × 按钮 + 下方提示文字）⭐⭐
   =========================================================== */

/* GIF 容器 */
/* CSS */
#gif-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.gif-wrapper {
  position: relative;
  max-width: 600px;
  display: inline-block;
}

#close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.65);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 1001;
  transition: background 0.3s ease;
}
#close-btn:hover { background: rgba(0,0,0,0.8); }

.gif-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.gif-tip {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
  background: rgba(0,0,0,0.65);
  padding: 4px 12px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

/* ===========================================================
   ❄️ 北欧真实细雪（纯 CSS / 不花 / 长期耐看）
   =========================================================== */
.snow-nordic {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999997; /* 不盖 Telegram / GIF */
  overflow: hidden;
}

.snow-nordic i {
  position: absolute;
  top: -10%;
  width: var(--size);
  height: var(--size);
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  opacity: var(--opacity);

  /* 轻微柔光，不刺眼 */
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,0.6))
    drop-shadow(0 0 10px rgba(255,255,255,0.35));

  animation:
    nordic-fall var(--duration) linear infinite,
    nordic-sway var(--sway) ease-in-out infinite;
}

/* 下落 */
@keyframes nordic-fall {
  from { transform: translateY(-10vh); }
  to   { transform: translateY(110vh); }
}

/* 微风左右摆 */
@keyframes nordic-sway {
  0%,100% { margin-left: 0; }
  50% { margin-left: var(--offset); }
}

/* =========================
   每片雪花独立参数
   ========================= */
.snow-nordic i:nth-child(1)  { left: 4%;  --size: 3px; --opacity: .55; --duration: 18s; --sway: 5s; --offset: 12px; }
.snow-nordic i:nth-child(2)  { left: 8%;  --size: 2px; --opacity: .4;  --duration: 22s; --sway: 6s; --offset: -10px; }
.snow-nordic i:nth-child(3)  { left: 12%; --size: 4px; --opacity: .6;  --duration: 16s; --sway: 4s; --offset: 14px; }
.snow-nordic i:nth-child(4)  { left: 16%; --size: 3px; --opacity: .45; --duration: 20s; --sway: 5s; --offset: -16px; }
.snow-nordic i:nth-child(5)  { left: 20%; --size: 2px; --opacity: .35; --duration: 24s; --sway: 6s; --offset: 10px; }

.snow-nordic i:nth-child(6)  { left: 25%; --size: 4px; --opacity: .6;  --duration: 17s; --sway: 4s; --offset: -14px; }
.snow-nordic i:nth-child(7)  { left: 30%; --size: 3px; --opacity: .5;  --duration: 19s; --sway: 5s; --offset: 12px; }
.snow-nordic i:nth-child(8)  { left: 35%; --size: 2px; --opacity: .4;  --duration: 23s; --sway: 6s; --offset: -10px; }
.snow-nordic i:nth-child(9)  { left: 40%; --size: 3px; --opacity: .55; --duration: 18s; --sway: 5s; --offset: 16px; }
.snow-nordic i:nth-child(10) { left: 45%; --size: 4px; --opacity: .65; --duration: 15s; --sway: 4s; --offset: -18px; }

.snow-nordic i:nth-child(11) { left: 50%; --size: 3px; --opacity: .5;  --duration: 20s; --sway: 5s; --offset: 14px; }
.snow-nordic i:nth-child(12) { left: 55%; --size: 2px; --opacity: .4;  --duration: 24s; --sway: 6s; --offset: -12px; }
.snow-nordic i:nth-child(13) { left: 60%; --size: 4px; --opacity: .6;  --duration: 16s; --sway: 4s; --offset: 18px; }
.snow-nordic i:nth-child(14) { left: 65%; --size: 3px; --opacity: .5;  --duration: 19s; --sway: 5s; --offset: -14px; }
.snow-nordic i:nth-child(15) { left: 70%; --size: 2px; --opacity: .35; --duration: 23s; --sway: 6s; --offset: 10px; }

.snow-nordic i:nth-child(16) { left: 75%; --size: 4px; --opacity: .65; --duration: 15s; --sway: 4s; --offset: -16px; }
.snow-nordic i:nth-child(17) { left: 80%; --size: 3px; --opacity: .5;  --duration: 20s; --sway: 5s; --offset: 14px; }
.snow-nordic i:nth-child(18) { left: 85%; --size: 2px; --opacity: .4;  --duration: 24s; --sway: 6s; --offset: -12px; }
.snow-nordic i:nth-child(19) { left: 90%; --size: 3px; --opacity: .55; --duration: 18s; --sway: 5s; --offset: 16px; }
.snow-nordic i:nth-child(20) { left: 95%; --size: 4px; --opacity: .65; --duration: 16s; --sway: 4s; --offset: -18px; }

/* 让雪花错峰出现，避免“整齐下落” */
.snow-nordic i {
  animation-delay: calc(-1s * var(--duration));
}
/* ===== 双层雪花差异 ===== */

/* 远景雪：更小、更慢、更淡 */
.snow-back i {
  transform: scale(0.8);
  opacity: 0.5;
  filter:
    drop-shadow(0 0 3px rgba(255,255,255,0.4))
    drop-shadow(0 0 6px rgba(255,255,255,0.25));
}

/* 近景雪：稍大、更明显 */
.snow-front i {
  transform: scale(1.15);
  opacity: 0.85;
  filter:
    drop-shadow(0 0 5px rgba(255,255,255,0.7))
    drop-shadow(0 0 12px rgba(255,255,255,0.45));
}

body {
min-height: 100%;
margin: 0;
padding: 0;
color: #F8F4FF;
background: linear-gradient(180deg, #10051F 0%, #1B1030 45%, #2D1B3D 100%);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
width: 100%;
max-width: 100vw;
}

html {
background: #080213;
font-size: 16px;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
overflow-x: hidden;
box-sizing: border-box;
}

*, *::before, *::after {
box-sizing: inherit;
}

/* 图片响应式优化 */
img {
max-width: 100%;
height: auto;
display: block;
}

/* 防止图片加载时的布局偏移 */
img[src=""],
img:not([src]) {
opacity: 0;
}



/* 加载动画样式 */
.loading-container {
position: fixed;
z-index: 99999;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(45, 27, 61, 0.9);
text-align: center;
border-radius: 5px;
width: 98px;
height: 98px;
display: none;
/* 默认隐藏 */
justify-content: center;
align-items: center;
}

.rotating-image {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.a-image {
width: 80px !important;
height: 80px !important;
animation: rotate 1s linear infinite;
}

.b-image {
width: 50px;
height: 50px;
-o-object-fit: contain;
   object-fit: contain;
}

@keyframes rotate {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}

#app{
position: relative;
}
     uni-toast{
z-index: 9999999!important;
}
/* 遮罩层样式 */
.loading-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* background-color: rgba(0, 0, 0, 0.5); */
z-index: 99998; /* 确保遮罩层在加载动画下方 */
display: none;
}

/* 头部导航栏样式 */
.main-header {
width: 100%;
background-color: #3D2B4D;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

.header-container {
width: 100%;
max-width: min(30rem, 100vw);
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
padding: 0.75rem clamp(0.5rem, 3vw, 1rem);
box-sizing: border-box;
}

.header-logo {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
flex: 1;
}

.logo-img {
height: 100%;
width: auto;
max-height: 40px;
max-width: 100%;
object-fit: contain;
transition: transform 0.3s ease;
}

.logo-img:hover {
transform: scale(1.05);
}

.header-nav {
display: flex;
align-items: center;
gap: 1.5rem;
}

.nav-item {
color: #ffffff;
text-decoration: none;
font-size: 0.95rem;
font-weight: 500;
padding: 0.5rem 0;
transition: color 0.3s ease;
position: relative;
white-space: nowrap;
}

.nav-item:hover {
color: #B19CD9;
}

.nav-item::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #B19CD9;
transition: width 0.3s ease;
}

.nav-item:hover::after {
width: 100%;
}

/* ========== 全页浅绿色镜面金属效果 ========== */
html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #b0ffc7; /* 整页浅绿色 */
  color: #1a1a1a; /* 深色字体，更明显 */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* 清晰现代字体 */
  font-weight: 600; /* 加粗字体 */
  font-size: 16px;  /* 基础字号，可根据需要调大 */
  text-shadow: 0 1px 2px rgba(0,0,0,0.2); /* 微妙阴影让文字更清晰 */
  line-height: 1.6; /* 提高可读性 */
}

}

/* ========== 页面主容器镜面金属效果 ========== */
.page-content {
  width: 100%;
  max-width: 100vw;
  padding: 1.5rem 2rem;
  background-color: #b0ffc7; /* 主浅绿色 */
  position: relative;
  overflow: hidden;
  border-radius: 12px;

  /* 高强度玻璃/金属质感 */
  backdrop-filter: blur(6px) saturate(200%) contrast(1.3);
  -webkit-backdrop-filter: blur(6px) saturate(200%) contrast(1.3);
}

.top-carousel-section,
.logo-content-section,
.image-text-section {
background: rgba(33, 21, 49, 0.92);
border: 1px solid rgba(255, 255, 255, 0.07);
border-radius: 20px;
box-shadow: 0 18px 48px rgba(5, 2, 15, 0.3);
}

.top-carousel-section {
width: 100%;
max-width: min(32rem, calc(100vw - 2rem));
margin: 1.1rem auto;
padding: 1rem clamp(0.75rem, 3vw, 1.25rem);
box-sizing: border-box;
}

.carousel-container {
position: relative;
width: 100%;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
border-radius: 12px;
background-color: rgba(177, 156, 217, 0.1);
box-sizing: border-box;
}

.carousel-wrapper {
position: relative;
width: 100%;
aspect-ratio: 732 / 320;
min-height: clamp(180px, 25vw, 220px);
max-height: 100%;
overflow: hidden;
box-sizing: border-box;
}

.carousel-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.6s ease-in-out;
z-index: 1;
display: block;
text-decoration: none;
}

.carousel-slide.active {
opacity: 1;
z-index: 2;
}

.carousel-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

/* 轮播指示器 */
.carousel-indicators {
position: absolute;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 8px;
z-index: 10;
}

.indicator {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.indicator.active {
background-color: #ffffff;
transform: scale(1.2);
}

.indicator:hover {
background-color: rgba(255, 255, 255, 0.8);
}

/* 轮播切换按钮 */
.carousel-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background-color: rgba(45, 27, 61, 0.7);
border: none;
border-radius: 50%;
color: #ffffff;
font-size: 24px;
font-weight: bold;
cursor: pointer;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease, transform 0.3s ease;
user-select: none;
-webkit-user-select: none;
}

.carousel-btn:hover {
background-color: rgba(177, 156, 217, 0.6);
transform: translateY(-50%) scale(1.1);
}

.carousel-btn:active {
transform: translateY(-50%) scale(0.95);
}

.carousel-prev {
left: 15px;
}

.carousel-next {
right: 15px;
}

.carousel-thumb-row {
width: 100%;
max-width: min(32rem, calc(100vw - 2rem));
margin: 0.65rem auto 0;
padding: 0 clamp(0.5rem, 2vw, 0);
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.4rem, 2vw, 0.6rem);
box-sizing: border-box;
}

.carousel-thumb {
display: block;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 8px 18px rgba(5, 2, 15, 0.4);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.carousel-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.carousel-thumb:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 12px 24px rgba(5, 2, 15, 0.5);
}

/* 滚动横幅 */
.scroll-banner {
width: 100%;
max-width: min(30rem, calc(100vw - 2rem));
margin: 0.75rem auto 1rem;
padding: 0.45rem clamp(0.6rem, 3vw, 0.9rem);
box-sizing: border-box;
background: rgba(177, 156, 217, 0.18);
border-radius: 999px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.12);
}

.scroll-track {
display: flex;
white-space: nowrap;
gap: 2rem;
animation: scroll-left 18s linear infinite;
color: #f0e5ff;
font-size: 0.9rem;
letter-spacing: 0.02em;
}

.scroll-track span {
display: inline-flex;
align-items: center;
gap: 0.75rem;
}

/* Entry Modal */
.entry-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(8, 2, 19, 0.65);
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}

.entry-modal.active {
opacity: 1;
pointer-events: auto;
}

.entry-modal__content {
width: min(92vw, 360px);
background: linear-gradient(160deg, rgba(55, 34, 92, 0.95), rgba(25, 12, 41, 0.98));
border-radius: 18px;
border: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 25px 70px rgba(3, 0, 10, 0.55);
padding: clamp(1rem, 4vw, 1.4rem);
position: relative;
text-align: center;
color: #F8F4FF;
}

.entry-modal__content h3 {
margin: 0 0 0.5rem;
font-size: 1.25rem;
}

.entry-modal__content p {
margin: 0 0 1.1rem;
font-size: 0.9rem;
line-height: 1.6;
opacity: 0.9;
}

.entry-modal__image {
display: block;
margin-bottom: 0.9rem;
border-radius: 14px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.12);
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.entry-modal__image img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}

.entry-modal__action {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 2.1rem;
border-radius: 999px;
background: linear-gradient(100deg, #9E6FFF 0%, #FFC9FF 100%);
color: #140621;
font-weight: 600;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-modal__action:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(158, 111, 255, 0.4);
}

.entry-modal__close {
position: absolute;
right: 0.9rem;
top: 0.6rem;
background: transparent;
border: none;
color: rgba(255, 255, 255, 0.8);
font-size: 1.4rem;
cursor: pointer;
transition: color 0.2s ease;
}

.entry-modal__close:hover {
color: #ffffff;
}

@media (min-width: 768px) {
.entry-modal__content {
width: min(420px, 70vw);
}
}

@media (max-width: 480px) {
.entry-modal__content {
width: min(90vw, 300px);
max-height: calc(100vh - 2rem);
padding: 0.8rem;
border-radius: 16px;
overflow-y: auto;
}

.entry-modal__image {
margin-bottom: 0.5rem;
}

.entry-modal__content h3 {
font-size: 1.05rem;
}

.entry-modal__content p {
font-size: 0.85rem;
}

.entry-modal__action {
min-height: 1.7rem;
font-size: 0.78rem;
}

.entry-modal__close {
right: 0.65rem;
top: 0.45rem;
font-size: 1.2rem;
}
}

@media (max-width: 360px) {
.entry-modal__content {
width: 94vw;
padding: 0.65rem;
border-radius: 14px;
}

.entry-modal__action {
min-height: 1.55rem;
font-size: 0.72rem;
}

.entry-modal__close {
right: 0.6rem;
top: 0.4rem;
font-size: 1.1rem;
}
}

@keyframes scroll-left {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}

/* Logo内容区域样式 */
.logo-content-section {
width: 100%;
max-width: min(32rem, calc(100vw - 2rem));
margin: 1.4rem auto;
padding: 1.1rem clamp(0.75rem, 3vw, 1rem);
box-sizing: border-box;
}

.logo-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(128px, 30vw), 1fr));
gap: clamp(0.75rem, 3vw, 1.25rem);
justify-items: center;
align-items: center;
width: 100%;
box-sizing: border-box;
}

.logo-card {
width: 100%;
max-width: min(140px, 28vw);
display: flex;
flex-direction: column;
align-items: center;
gap: 0.55rem;
text-align: center;
background-color: rgba(177, 156, 217, 0.15);
border-radius: 16px;
padding: clamp(0.5rem, 2vw, 0.6rem) clamp(0.4rem, 2vw, 0.5rem) clamp(0.7rem, 2vw, 0.8rem);
box-sizing: border-box;
transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
border: 1px solid transparent;
}
.logo-thumb {
width: 100%;
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: rgba(15, 5, 28, 0.4);
padding: 0.35rem;
box-sizing: border-box;
}

/* 固定位置的第一个logo */
.logo-fixed {
order: 0;
}

/* 需要打乱的logo */
.logo-shuffle {
order: 1;
}

.logo-action {
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-weight: 700;
  color: #fff !important;           /* 字体颜色 */
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;

  /* 半透明玻璃感 */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);

  /* 渐变流动颜色叠加 */
  background-image: linear-gradient(270deg, #FF4E4E, #FFD233, #32D967, #FF4E4E);
  background-size: 600% 600%;
  animation: gradientFlow 6s ease infinite;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.logo-action {
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.4rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;

  /* 半透明玻璃感 + 背景渐变流动 */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  background-image: linear-gradient(270deg, #FF4E4E, #FFD233, #32D967, #FF4E4E);
  background-size: 600% 600%;
  animation: gradientFlow 6s ease infinite;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 流星主光 */
.logo-action::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 40%;
  height: 250%;
  background: linear-gradient(45deg, rgba(255,255,255,0.9), rgba(255,255,255,0));
  transform: rotate(25deg) translateX(-200%);
  animation: shootingStar 1.2s linear infinite;
  pointer-events: none;
  filter: blur(2px);
  z-index: 2;
}

/* 流星尾迹光 */
.logo-action::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 250%;
  background: linear-gradient(45deg, rgba(255,255,255,0.6), rgba(255,255,255,0));
  transform: rotate(25deg) translateX(-220%);
  animation: shootingTrail 1.2s linear infinite;
  pointer-events: none;
  filter: blur(3px);
  z-index: 1;
}

/* 悬停微动效果 */
.logo-action:hover {
  transform: translateY(-2px) scale(3);
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

.logo-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 90, 90, 0.6);
}

.logo-action:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ========== 巴西热门网站玻璃效果 ========== */
.popular-sites-section {
    width: 100%;
    max-width: min(32rem, calc(100vw - 2rem));
    margin: 0.8rem auto 1.2rem;
    padding: 0.85rem clamp(0.75rem, 3vw, 1rem) 1.1rem;

    background: rgba(255, 255, 255, 0.08) !important; /* 半透明玻璃 */
    backdrop-filter: blur(12px) !important;          /* 背景模糊 */
    -webkit-backdrop-filter: blur(12px) !important;

    border-radius: 18px !important;                  /* 圆角 */
    border: 1px solid rgba(255, 255, 255, 0.2) !important; /* 半透明边框 */
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.1) !important; /* 阴影漂浮感 */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 悬停微动效果 */
.popular-sites-section:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.15) !important;
}

.popular-sites-title {
margin: 0 0 0.75rem;
font-size: 1rem;
color: #F9F4FF;
letter-spacing: 0.03em;
}

.popular-sites-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.65rem;
}

.popular-site-card {
display: flex;
flex-direction: column;
gap: 0.25rem;
padding: 0.65rem 0.75rem;
border-radius: 12px;
text-decoration: none;
color: #F8F4FF;
background: rgba(142, 108, 255, 0.16);
border: 1px solid rgba(255, 255, 255, 0.08);
transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.popular-site-card:hover {
transform: translateY(-3px);
border-color: rgba(255, 255, 255, 0.18);
background: rgba(142, 108, 255, 0.25);
}

.site-name {
font-weight: 600;
font-size: 0.95rem;
}

.site-tag {
font-size: 0.78rem;
opacity: 0.85;
}

/* ========== 社交媒体玻璃泡泡效果 ========== */
.social-section {
    width: 100%;
    max-width: min(32rem, calc(100vw - 2rem));
    margin: 0.8rem auto 1.5rem;
    padding: 0.9rem clamp(0.75rem, 3vw, 1rem) 1.1rem;

    background: rgba(255, 255, 255, 0.08) !important; /* 半透明玻璃 */
    backdrop-filter: blur(12px) !important;          /* 背景模糊 */
    -webkit-backdrop-filter: blur(12px) !important;

    border-radius: 18px !important;                  /* 圆角 */
    border: 1px solid rgba(255, 255, 255, 0.2) !important; /* 半透明边框 */
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1) !important;  /* 浅阴影漂浮感 */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 社交区域悬停漂浮效果 */
.social-section:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.15) !important;
}

/* 小泡泡装饰 */
.social-section::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    pointer-events: none;
    animation: bubbleMove 15s linear infinite;
}

/* 高光动态流光 */
.social-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.25), transparent 60%);
    pointer-events: none;
    mix-blend-mode: screen;
    animation: highlightMove 6s linear infinite;
}

.social-title {
margin: 0 0 0.65rem;
font-size: 0.95rem;
color: #F9F4FF;
letter-spacing: 0.02em;
}

.social-icons {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}

.social-icon {
width: 34px;
height: 34px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.08);
transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-icon svg {
width: 16px;
height: 16px;
fill: #F8F4FF;
}

.social-icon:hover {
  transform: scale(1.1);
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.2);
  transition: 0.3s;
}

.social-contact {
margin-top: 0.75rem;
font-size: 0.85rem;
color: #D9D2FF;
display: flex;
gap: 0.4rem;
flex-wrap: wrap;
}

.social-contact a {
color: #E5E0FF;
text-decoration: none;
border-bottom: 1px dashed rgba(229, 224, 255, 0.4);
}

/* Entry Modal */
.entry-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(8, 2, 19, 0.65);
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}

.entry-modal.active {
opacity: 1;
pointer-events: auto;
}

.entry-modal__content {
width: min(88vw, 320px);
max-width: calc(100vw - 2rem);
max-height: calc(100vh - 2rem);
overflow-y: auto;
background: linear-gradient(160deg, rgba(55, 34, 92, 0.95), rgba(25, 12, 41, 0.98));
border-radius: 18px;
border: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 22px 60px rgba(3, 0, 10, 0.5);
padding: clamp(0.9rem, 4vw, 1.2rem);
position: relative;
text-align: center;
color: #F8F4FF;
box-sizing: border-box;
}

.entry-modal__content h3 {
margin: 0 0 0.5rem;
font-size: 1.25rem;
}

.entry-modal__content p {
margin: 0 0 1.1rem;
font-size: 0.9rem;
line-height: 1.6;
opacity: 0.9;
}

.entry-modal__action {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 2.1rem;
border-radius: 999px;
background: linear-gradient(100deg, #9E6FFF 0%, #FFC9FF 100%);
color: #140621;
font-weight: 600;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-modal__action:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(158, 111, 255, 0.4);
}

.entry-modal__close {
position: absolute;
right: 0.9rem;
top: 0.6rem;
background: transparent;
border: none;
color: rgba(255, 255, 255, 0.8);
font-size: 1.4rem;
cursor: pointer;
transition: color 0.2s ease;
}

.entry-modal__close:hover {
color: #ffffff;
}

.logo-action:hover {
transform: translateY(-2px);
box-shadow: 0 6px 14px rgba(143, 107, 255, 0.35);
}

.logo-action:active {
transform: translateY(0);
box-shadow: none;
}

/* 图片文字内容部分样式 */
.image-text-section {
width: 100%;
max-width: min(32rem, calc(100vw - 2rem));
margin: 1.4rem auto;
padding: 1.1rem clamp(0.75rem, 3vw, 1rem);
box-sizing: border-box;
}

.image-text-container {
display: flex;
flex-direction: column;
gap: 1.6rem;
}

.image-text-item {
display: flex;
flex-direction: column;
gap: 1rem;
background-color: rgba(177, 156, 217, 0.12);
border-radius: 12px;
padding: 1.1rem;
box-sizing: border-box;
transition: transform 0.3s ease, background-color 0.3s ease;
text-decoration: none;
color: inherit;
}

.image-text-item:hover {
transform: translateY(-5px);
background-color: rgba(177, 156, 217, 0.18);
}

.content-image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-text-item:hover .content-image {
transform: scale(1.02);
}

.content-text {
color: #ffffff;
}

.content-text h3 {
margin: 0 0 0.5rem 0;
font-size: 1.25rem;
font-weight: bold;
line-height: 1.4;
}

.content-text p {
margin: 0;
font-size: 0.9rem;
line-height: 1.6;
opacity: 0.9;
}

/* ========== 响应式设计 ========== */

/* 平板设备 (768px - 1024px) */
@media (max-width: 1024px) {
.top-images-section,
.logo-content-section,
.image-text-section {
padding: 0.875rem;
}

.logo-grid {
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 0.875rem;
}

.logo-item {
width: 120px;
height: 120px;
}
}

/* 移动设备 (481px - 768px) */
@media (max-width: 768px) {
.main-header {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.header-container {
padding: 0.625rem 1rem;
}

.header-logo {
height: 36px;
}

.logo-img {
max-height: 36px;
}

.top-carousel-section {
padding: 1rem;
margin-top: 1rem;
}

.carousel-container {
max-width: 100%;
}

.carousel-wrapper {
height: auto;
aspect-ratio: 732 / 320;
min-height: clamp(160px, 22vw, 200px);
max-height: 100%;
width: 100%;
}

.carousel-btn {
width: 35px;
height: 35px;
font-size: 20px;
}

.carousel-prev {
left: 10px;
}

.carousel-next {
right: 10px;
}

.carousel-indicators {
bottom: 10px;
}
.carousel-thumb-row {
gap: clamp(0.35rem, 2vw, 0.45rem);
padding: 0 clamp(0.4rem, 2vw, 0);
}

.indicator {
width: 8px;
height: 8px;
}

.logo-content-section {
margin: 1.2rem auto;
padding: 0 0.9rem;
}

.logo-grid {
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.5rem, 2vw, 0.875rem);
}

.logo-card {
max-width: 100%;
padding: 0.55rem clamp(0.35rem, 2vw, 0.45rem) 0.7rem;
gap: 0.5rem;
}

.logo-thumb {
padding: 0.3rem;
}

.logo-action {
min-height: 1.5rem;
font-size: 0.72rem;
padding: 0.3rem 0.4rem;
}

.image-text-section {
margin: 1.2rem auto;
padding: 0 0.9rem;
}

.image-text-container {
gap: 1.5rem;
}

.image-text-item {
padding: 0.9rem;
gap: 0.9rem;
}

.content-text h3 {
font-size: 1.15rem;
}

.content-text p {
font-size: 0.85rem;
}

.scroll-banner {
margin: 0.6rem auto 0.9rem;
padding: 0.45rem 0.75rem;
}

.scroll-track {
font-size: 0.85rem;
animation-duration: 16s;
}

.social-section {
margin: 0.7rem auto 1.1rem;
padding: 0.8rem 0.9rem 1rem;
}

.social-icon {
width: 32px;
height: 32px;
}

.popular-sites-section {
margin: 0.7rem auto 1rem;
padding: 0.75rem 0.85rem 0.95rem;
}

.popular-sites-grid {
gap: 0.5rem;
}

.site-name {
font-size: 0.9rem;
}

.site-tag {
font-size: 0.75rem;
}
}

/* 小屏移动设备 (最大480px) */
@media (max-width: 480px) {
.header-container {
padding: 0.75rem 1rem;
}

.header-logo {
height: 32px;
}

.logo-img {
max-height: 88px;
}

.top-carousel-section {
padding: 0.875rem;
margin-top: 0.75rem;
}

.carousel-btn {
width: 30px;
height: 30px;
font-size: 18px;
}

.carousel-prev {
left: 8px;
}

.carousel-next {
right: 8px;
}

.carousel-indicators {
bottom: 8px;
gap: 6px;
}
.carousel-thumb-row {
gap: clamp(0.3rem, 2vw, 0.35rem);
padding: 0 clamp(0.35rem, 2vw, 0);
}

.indicator {
width: 7px;
height: 7px;
}

.logo-content-section {
margin: 1.1rem auto;
padding: 0 0.75rem;
}

.logo-grid {
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.5rem, 2vw, 0.75rem);
}

.logo-card {
padding: 0.5rem clamp(0.3rem, 2vw, 0.35rem) 0.65rem;
gap: 0.45rem;
}

.logo-thumb {
padding: 0.25rem;
}

.logo-action {
min-height: 1.4rem;
font-size: 0.7rem;
padding: 0.28rem 0.38rem;
}

.image-text-section {
margin: 1.1rem auto;
padding: 0 0.75rem;
}

.image-text-container {
gap: 1.3rem;
}

.image-text-item {
padding: 0.9rem;
gap: 0.9rem;
}

.content-text h3 {
font-size: 1.05rem;
margin-bottom: 0.375rem;
}

.content-text p {
font-size: 0.8rem;
line-height: 1.5;
}

.scroll-banner {
margin: 0.6rem auto 0.85rem;
padding: 0.45rem 0.65rem;
border-radius: 22px;
}

.scroll-track {
font-size: 0.78rem;
animation-duration: 13s;
}

.popular-sites-section {
margin: 0.6rem auto 0.9rem;
padding: 0.65rem 0.7rem 0.85rem;
}

.popular-sites-grid {
gap: 0.45rem;
}

.site-name {
font-size: 0.86rem;
}

.site-tag {
font-size: 0.72rem;
}
}

/* 超小屏设备 (最大360px) */
@media (max-width: 360px) {
.header-container {
padding: 0.5rem;
}

.header-logo {
height: 28px;
}

.logo-img {
max-height: 28px;
}

.top-carousel-section {
padding: clamp(0.5rem, 2vw, 0.75rem);
margin: 0.75rem auto;
}

.logo-content-section,
.image-text-section {
padding: clamp(0.5rem, 2vw, 0.75rem);
}

.logo-grid {
grid-template-columns: repeat(3, 1fr);
gap: clamp(0.4rem, 2vw, 0.5rem);
}

.logo-card {
padding: 0.4rem clamp(0.25rem, 2vw, 0.3rem) 0.55rem;
gap: 0.35rem;
}

.logo-thumb {
padding: 0.2rem;
}

.carousel-thumb-row {
gap: clamp(0.2rem, 2vw, 0.25rem);
padding: 0 clamp(0.3rem, 2vw, 0);
}

.logo-action {
min-height: 1.3rem;
font-size: 0.66rem;
padding: 0.25rem 0.35rem;
}

.image-text-item {
padding: 0.625rem;
}

.content-text h3 {
font-size: 1rem;
}

.content-text p {
font-size: 0.75rem;
}

.scroll-track {
font-size: 0.75rem;
animation-duration: 12s;
}

.popular-sites-section {
padding: 0.45rem 0.5rem 0.7rem;
}

.popular-sites-grid {
gap: 0.35rem;
}

.popular-site-card {
padding: 0.5rem 0.55rem;
}

.site-name {
font-size: 0.8rem;
}

.site-tag {
font-size: 0.68rem;
}
}

/* 横屏模式优化 */
@media (max-width: 768px) and (orientation: landscape) {
.logo-grid {
grid-template-columns: repeat(3, 1fr);
gap: 0.65rem;
}

.logo-card {
padding: 0.5rem 0.35rem 0.6rem;
}
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
.logo-card,
.image-text-item {
cursor: pointer;
}

.logo-card:active {
transform: translateY(-2px) scale(0.98);
}

.image-text-item:active {
	transform: translateY(-2px);
}
}