/* === 🐢 枕云迟 乌龟主题 === */
body { background: linear-gradient(180deg, #e8f5e9 0%, #c8e6c9 30%, #a5d6a7 60%, #81c784 100%) !important; min-height: 100vh; overflow-x: hidden; }
.bg-pond { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.bg-pond .ripple { position: absolute; border-radius: 50%; border: 1px solid rgba(139,195,74,0.2); animation: rippleOut 6s ease-in-out infinite; }
.bg-pond .ripple:nth-child(1) { width: 200px; height: 200px; left: 10%; top: 20%; animation-delay: 0s; }
.bg-pond .ripple:nth-child(2) { width: 300px; height: 300px; left: 60%; top: 50%; animation-delay: -2s; }
.bg-pond .ripple:nth-child(3) { width: 150px; height: 150px; right: 15%; top: 30%; animation-delay: -4s; }
@keyframes rippleOut { 0%, 100% { transform: scale(0.8); opacity: 0.3; } 50% { transform: scale(2); opacity: 0; } }
.leaf { position: fixed; width: 24px; height: 24px; background: rgba(139,195,74,0.3); border-radius: 0 50% 50% 50%; pointer-events: none; z-index: 1; animation: leafFall linear infinite; }
.leaf-1 { left: 8%; animation-duration: 14s; animation-delay: 0s; }
.leaf-2 { left: 25%; animation-duration: 12s; animation-delay: -3s; }
.leaf-3 { left: 55%; animation-duration: 16s; animation-delay: -7s; }
.leaf-4 { left: 78%; animation-duration: 13s; animation-delay: -10s; }
@keyframes leafFall { 0% { top: -30px; transform: rotate(0deg) translateX(0); opacity: 0.6; } 50% { transform: rotate(180deg) translateX(40px); opacity: 0.3; } 100% { top: 110vh; transform: rotate(360deg) translateX(-20px); opacity: 0; } }
.bubble { position: fixed; width: 8px; height: 8px; background: rgba(255,255,255,0.4); border-radius: 50%; pointer-events: none; z-index: 1; animation: rise linear infinite; }
.bubble:nth-child(1){left:10%;animation-duration:8s;animation-delay:0s}
.bubble:nth-child(2){left:20%;width:6px;height:6px;animation-duration:10s;animation-delay:-2s}
.bubble:nth-child(3){left:35%;width:10px;height:10px;animation-duration:7s;animation-delay:-4s}
.bubble:nth-child(4){left:50%;animation-duration:9s;animation-delay:-1s}
.bubble:nth-child(5){left:60%;width:6px;height:6px;animation-duration:11s;animation-delay:-5s}
.bubble:nth-child(6){left:72%;width:10px;height:10px;animation-duration:8s;animation-delay:-3s}
.bubble:nth-child(7){left:85%;animation-duration:10s;animation-delay:-6s}
.bubble:nth-child(8){left:92%;width:6px;height:6px;animation-duration:12s;animation-delay:-8s}
@keyframes rise { 0% { bottom: -20px; opacity: 0.6; } 50% { opacity: 0.3; } 100% { bottom: 110vh; opacity: 0; } }
.hero-turtle { position: fixed; right: 5%; bottom: 8%; z-index: 0; pointer-events: none; animation: float 4s ease-in-out infinite; }
.hero-turtle img { width: 140px; height: auto; opacity: 0.75; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* 店铺名片 */
.shop-banner { position: relative; z-index: 2; text-align: center; padding: 20px 16px 16px; margin-bottom: 16px; }
.shop-avatar { width: 56px; height: 56px; margin: 0 auto 8px; border-radius: 50%; overflow: hidden; border: 3px solid rgba(139,195,74,0.5); box-shadow: 0 4px 16px rgba(76,175,80,0.15); }
.shop-avatar img { width: 100%; height: 100%; object-fit: cover; }
.shop-name-row { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 4px; }
.sparkle-dot { width: 6px; height: 6px; border-radius: 50%; background: #7cb342; animation: sparkle 1.5s ease-in-out infinite; }
.sparkle-dot:last-child { animation-delay: 0.75s; }
@keyframes sparkle { 0%,100%{opacity:0.4;transform:scale(1)} 50%{opacity:1;transform:scale(1.5)} }
.shop-name { font-size: 18px; font-weight: 700; color: #33691e; letter-spacing: 2px; }
.shop-tagline { font-size: 12px; color: #689f38; margin: 0; letter-spacing: 1px; }
.wave-divider { width: 100%; height: 24px; position: relative; z-index: 2; overflow: hidden; margin-bottom: 12px; }
.wave-divider::before { content: ''; position: absolute; bottom: 0; left: -50%; width: 200%; height: 24px; background: repeating-linear-gradient(90deg, rgba(139,195,74,0.15) 0px, rgba(139,195,74,0.15) 6px, transparent 6px, transparent 24px); mask: radial-gradient(ellipse 70% 100% at 50% 100%, #000 40%, transparent 70%); -webkit-mask: radial-gradient(ellipse 70% 100% at 50% 100%, #000 40%, transparent 70%); }

/* 面板 */
.panel { position: relative; z-index: 2; background: rgba(255,255,255,0.72) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 12px !important; border: 1px solid rgba(139,195,74,0.18) !important; box-shadow: 0 4px 20px rgba(76,175,80,0.08) !important; margin-bottom: 16px !important; overflow: hidden; }
.panel-header { background: linear-gradient(135deg, rgba(139,195,74,0.1), rgba(129,199,132,0.06)) !important; border-bottom: 1px solid rgba(139,195,74,0.12) !important; padding: 12px 16px !important; }
.panel-header .icon { color: #7cb342; }
.panel-header .panel-title { color: #33691e; font-weight: 600; margin: 0; }
.panel-body { padding: 16px !important; }

/* 分类标签 */
.chip { border-radius: 20px !important; padding: 5px 14px !important; font-size: 13px !important; border: 1px solid rgba(139,195,74,0.25) !important; background: rgba(255,255,255,0.6) !important; color: #558b2f !important; transition: all 0.2s; }
.chip:hover { background: rgba(139,195,74,0.15) !important; border-color: #7cb342 !important; }
.chip.is-primary { background: linear-gradient(135deg, #7cb342, #558b2f) !important; color: #fff !important; border-color: transparent !important; box-shadow: 0 2px 8px rgba(76,175,80,0.25); }

/* === 商品卡片 - 短长方形 圆角 无图 === */
.turtle-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.82) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px !important;
    border: 1px solid rgba(139,195,74,0.2) !important;
    box-shadow: 0 2px 14px rgba(76,175,80,0.08) !important;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    height: 100%;
}
.turtle-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(76,175,80,0.16) !important;
}
.turtle-card.soldout { opacity: 0.55; }
.turtle-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
    text-align: center;
}
.turtle-card-body .goods-title {
    color: #33691e;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    word-break: break-all;
}
.turtle-card-body .price {
    color: #558b2f;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
.turtle-card-body .stat-stock {
    color: #8d6e63;
    font-size: 12px;
    margin-top: 6px;
}
.turtle-card .soldout-ribbon {
    position: absolute;
    top: 6px;
    right: -26px;
    background: #ef5350;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 28px;
    transform: rotate(45deg);
}

/* 导航栏 */
.navbar-acg { position: relative; z-index: 10; background: rgba(255,255,255,0.78) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(139,195,74,0.15) !important; box-shadow: 0 2px 16px rgba(76,175,80,0.06) !important; }
.navbar-brand span { color: #33691e !important; }
.navbar-acg .btn-outline-secondary { border-color: rgba(139,195,74,0.35) !important; color: #558b2f !important; }
.navbar-acg .btn-outline-secondary:hover { background: rgba(139,195,74,0.1) !important; }
.navbar-acg .btn-primary { background: linear-gradient(135deg, #7cb342, #558b2f) !important; border-color: transparent !important; }
.search-input .input-group-text { background: rgba(139,195,74,0.08) !important; border-color: rgba(139,195,74,0.2) !important; color: #7cb342; }
.item-search-input { border-color: rgba(139,195,74,0.2) !important; }
.item-search-input:focus { border-color: #7cb342 !important; box-shadow: 0 0 0 0.2rem rgba(139,195,74,0.15) !important; }

@media (max-width: 576px) {
  .turtle-card-body { padding: 14px 8px; }
  .turtle-card-body .goods-title { font-size: 13px; }
  .turtle-card-body .price { font-size: 16px; }
}
@media (max-width: 768px) {
  .hero-turtle { right: -10px; bottom: 3%; }
  .hero-turtle img { width: 90px; }
  .shop-avatar { width: 44px; height: 44px; }
}
