.lz-carousel-host { max-width: 100%; margin: 30px 0 10px; min-height: 0; transition: min-height .5s ease; }
.lz-carousel-host[data-state="loading"] { min-height: 80px; }
.lz-carousel-host[data-state="ready"] { min-height: 0; }
.lz-carousel-host[data-state="dismissed"], .lz-carousel-host[data-state="disabled"], .lz-carousel-host[data-state="error"] { display:none; }
.lz-carousel-shell { position: relative; opacity: 0; transform: translateY(10px); transition: opacity .55s ease, transform .55s ease; }
.lz-carousel-shell.lz-in { opacity: 1; transform: translateY(0); }
.lz-cc-dismiss { position:absolute; top:6px; right:6px; width:28px; height:28px; border-radius:50%; border:0; background:rgba(0,0,0,0.45); color:#fff; cursor:pointer; opacity:0; transition:opacity .2s; z-index:9999; font-size:14px; display:flex;align-items:center;justify-content:center; }
.lz-carousel-shell:hover .lz-cc-dismiss { opacity: 1; }
.lz-cc-tip { position:absolute; top:36px; right:6px; background:rgba(20,20,20,0.92); color:#fff; padding:6px 10px; border-radius:6px; font-size:12px; pointer-events:none; opacity:0; transition:opacity .2s; z-index:9999; white-space:nowrap; }
.lz-cc-dismiss:hover + .lz-cc-tip { opacity: 1; }

/* hover 悬停延时显示完整摘要 */
.lz-cc-hover-pop { position:absolute; left:50%; bottom:14px; transform:translateX(-50%) translateY(8px); width:80%; max-width:520px; background:rgba(20,20,20,0.94); color:#fff; padding:14px 18px; border-radius:12px; font-size:13px; line-height:1.7; opacity:0; pointer-events:none; transition:opacity .25s, transform .25s; z-index:10000; }
.lz-cc-hover-pop.lz-show { opacity:1; transform:translateX(-50%) translateY(0); }
.lz-cc-hover-pop .lz-rt { display:block; margin-top:8px; font-size:11px; color:#86efac; }

.lz-swiper { width:100%; border-radius: 20px; overflow:hidden; }
.lz-swiper .swiper-slide { display:flex; pointer-events:auto; }
.lz-swiper .swiper-slide a { width:100%; display:block; text-decoration:none; color:inherit; }

/* 导航箭头样式 - 精致轻量化设计 */
.lz-swiper .swiper-button-prev,
.lz-swiper .swiper-button-next {
    /* 覆盖 Swiper 默认的 --swiper-navigation-size，消除 margin-top 偏移 */
    --swiper-navigation-size: calc(var(--lz-cc-pad-px, 30px) * 2.2);
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    opacity: 0;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    /* 确保箭头图标在按钮内居中 */
    display: flex;
    align-items: center;
    justify-content: center;
}

.lz-swiper:hover .swiper-button-prev,
.lz-swiper:hover .swiper-button-next {
    opacity: 0.75;
}

/* 触摸设备：箭头始终可见（手机端无 hover 事件） */
@media (hover: none), (pointer: coarse) {
    .lz-swiper .swiper-button-prev,
    .lz-swiper .swiper-button-next {
        opacity: 0.55;
        --swiper-navigation-size: max(calc(var(--lz-cc-pad-px, 30px) * 2.2), 44px);
        width: var(--swiper-navigation-size);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    }
}

.lz-swiper .swiper-button-prev::after,
.lz-swiper .swiper-button-next::after {
    font-size: calc(var(--lz-cc-pad-px, 30px) * 0.8);
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    text-shadow: none;
}

[data-theme="dark"] .lz-swiper .swiper-button-prev,
[data-theme="dark"] .lz-swiper .swiper-button-next {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .lz-swiper .swiper-button-prev::after,
[data-theme="dark"] .lz-swiper .swiper-button-next::after {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lz-swiper .swiper-button-prev:hover,
.lz-swiper .swiper-button-next:hover {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: scale(1.08);
}

[data-theme="dark"] .lz-swiper .swiper-button-prev:hover,
[data-theme="dark"] .lz-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .lz-swiper .swiper-button-prev:hover,
[data-theme="dark"] .lz-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* line / fraction 样式 - 隐藏线条型进度条 */
.lz-swiper .swiper-pagination.lz-line-pag { display: none !important; visibility: hidden !important; height: 0 !important; }
/* 强制隐藏所有可能的蓝色进度条/装饰线（仅限line类型） */
.lz-swiper .lz-line-pag,
.lz-swiper .lz-line-pag * { display: none !important; }
.lz-swiper .swiper-pagination.lz-frac-pag { bottom:8px; left:auto; right:14px; width:auto; background:rgba(0,0,0,0.55); color:#fff; padding:3px 10px; border-radius:12px; font-size:12px; }
[data-theme=dark] .lz-swiper .swiper-pagination-bullet { background:rgba(255,255,255,0.5); }
[data-theme=dark] .lz-swiper .swiper-pagination-bullet-active { background:#0071e3; }

/* 强制覆盖 Swiper pagination bullet 尺寸，防止 active bullet 变成条状 */
.lz-swiper .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    opacity: 0.2 !important;
}
.lz-swiper .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    background: #0071e3 !important;
}
[data-theme=dark] .lz-swiper .swiper-pagination-bullet-active {
    background: #0071e3 !important;
}

/* SSR 兜底（无 JS 时显示） */
.lz-cc-ssr-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:14px; }
.lz-cc-ssr-card { display:block; padding:18px; border-radius: 18px; background:var(--card-bg,#fff); border:1px solid var(--glass-border,rgba(0,0,0,0.06)); box-shadow:0 4px 14px rgba(0,0,0,0.06); text-decoration:none; color:inherit; transition:transform .2s; }
.lz-cc-ssr-card:hover { transform:translateY(-3px); }
.lz-cc-ssr-card h3 { font-size:16px; margin:0 0 8px; color:var(--text-color); }
.lz-cc-ssr-card p { font-size:13px; color:var(--text-secondary); margin:0; line-height:1.6; }

/* ============== 10 种卡片模板（与 v1 相同，集中维护） ============== */
.lz-tpl-base { position:relative; height:100%; display:flex; overflow:hidden; background:var(--card-bg); border:1px solid var(--glass-border); box-shadow:var(--card-shadow); border-radius:20px; transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.lz-carousel-host .swiper-slide:hover .lz-tpl-base { border-color:var(--brand-blue,#0071e3); box-shadow:var(--hover-glow,0 0 20px rgba(100,149,237,0.2)); }
.lz-carousel-host .swiper-slide:hover .lz-tpl-base::before { opacity:0.2; }
.lz-carousel-host .swiper-slide:hover .lz-tpl-base::after { opacity:1; }
.lz-tpl-base::before { content:''; position:absolute; inset:0; background:linear-gradient(45deg,var(--brand-blue),#ff7eb3,#ff758c); z-index:-1; border-radius:20px; opacity:0; transition:opacity .4s ease; pointer-events:none; }
.lz-tpl-base::after { content:''; position:absolute; top:0; left:0; right:0; bottom:0; border-radius:20px; padding:1.5px; background:linear-gradient(135deg,rgba(100,149,237,0),rgba(147,112,219,0),rgba(72,209,204,0)); -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite:xor; mask-composite:exclude; opacity:0; transition:opacity .5s ease, background .5s ease; pointer-events:none; }
.lz-carousel-host .swiper-slide:hover .lz-tpl-base::after { background:linear-gradient(135deg,rgba(100,149,237,0.6),rgba(147,112,219,0.4),rgba(72,209,204,0.6)); animation:borderGlow 3s linear infinite; }
@keyframes borderGlow { 0%{filter:hue-rotate(0deg)} 100%{filter:hue-rotate(360deg)} }
.lz-tpl-card_classic { padding:0; gap:20px; background: var(--card-bg); }
.lz-tpl-card_classic .lz-cc-img { width:42%; min-width:240px; background-size:cover; background-position:center; flex-shrink:0; }
.lz-tpl-card_classic .lz-cc-text { flex:1; padding:30px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_classic h3 { font-size:24px; margin:0 0 12px; line-height:1.4; color:var(--text-color); }
.lz-tpl-card_classic p { font-size:14px; color:var(--text-secondary); line-height:1.7; margin:0; }
.lz-tpl-card_classic .lz-cc-meta { display:flex; gap:14px; margin-top:14px; font-size:12px; color:var(--text-secondary); flex-wrap:wrap; }
.lz-tpl-card_glass { background:linear-gradient(135deg,#a78bfa,#60a5fa,#34d399); padding:0; }
.lz-tpl-card_glass .lz-cc-inner { width:100%; margin:18px; backdrop-filter: saturate(160%); -webkit-backdrop-filter: saturate(160%); background:rgba(255,255,255,0.25); border:1px solid rgba(255,255,255,0.4); border-radius: 18px; padding:24px; color:#fff; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_glass h3 { font-size:24px; margin:0 0 12px; color:#fff; text-shadow:0 2px 6px rgba(0,0,0,0.2); }
.lz-tpl-card_glass p { color:rgba(255,255,255,0.92); margin:0; }
.lz-tpl-card_split { padding:0; }
.lz-tpl-card_split .lz-cc-img { flex:1; background-size:cover; background-position:center; min-width:50%; }
.lz-tpl-card_split .lz-cc-text { flex:1; background:var(--card-bg,#fff); padding:36px 32px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_split h3 { font-size:26px; line-height:1.35; margin:0 0 14px; color:var(--text-color); }
.lz-tpl-card_overlay { padding:0; background:#1e293b; color:#fff; }
.lz-tpl-card_overlay .lz-cc-img { position:absolute; inset:0; background-size:cover; background-position:center; }
.lz-tpl-card_overlay .lz-cc-img::after { content:''; position:absolute; inset:0; background:linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.85) 100%); }
.lz-tpl-card_overlay .lz-cc-text { position:relative; z-index:2; align-self:flex-end; padding:30px; width:100%; }
.lz-tpl-card_overlay h3 { font-size:30px; margin:0 0 10px; color:#fff; }
.lz-tpl-card_overlay p { color:rgba(255,255,255,0.9); margin:0; }
.lz-tpl-card_minimal { background:var(--card-bg,#fafafa); padding:50px 40px; align-items:center; justify-content:flex-start; }
.lz-tpl-card_minimal .lz-cc-text { max-width:80%; }
.lz-tpl-card_minimal h3 { font-size:42px; line-height:1.1; margin:0; color:var(--text-color); font-weight:800; letter-spacing:-1px; }
.lz-tpl-card_minimal p { font-size:15px; color:var(--text-secondary); margin:18px 0 0; max-width:60ch; }
.lz-tpl-card_minimal .lz-cc-bar { width:60px; height:4px; background:#0071e3; border-radius:2px; margin-top:30px; }
.lz-tpl-card_magazine { background:var(--card-bg,#fff); padding:36px 30px; gap:30px; align-items:center; }
.lz-tpl-card_magazine .lz-cc-num { font-family:Georgia,serif; font-size:140px; font-weight:900; color:#0071e3; line-height:.8; opacity:0.85; }
.lz-tpl-card_magazine .lz-cc-text { flex:1; }
.lz-tpl-card_magazine h3 { font-size:28px; margin:0 0 14px; color:var(--text-color); }
.lz-tpl-card_neon { background:#0a0a14; padding:30px; color:#fff; }
.lz-tpl-card_neon::before { content:''; position:absolute; inset:0; padding:2px; border-radius:inherit; background:linear-gradient(135deg,#22d3ee,#a855f7,#ec4899); -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite:xor; mask-composite:exclude; pointer-events:none; }
.lz-tpl-card_neon .lz-cc-text { display:flex; flex-direction:column; justify-content:center; flex:1; }
.lz-tpl-card_neon h3 { font-size:26px; margin:0 0 12px; color:#22d3ee; text-shadow:0 0 14px rgba(34,211,238,0.5); }
.lz-tpl-card_neon p { color:rgba(255,255,255,0.78); margin:0; }
.lz-tpl-card_polaroid { background:#f4f1ea; padding:0; align-items:center; justify-content:center; }
.lz-tpl-card_polaroid .lz-cc-inner { background:var(--card-bg); padding:14px 14px 22px; box-shadow:0 14px 30px rgba(0,0,0,0.18); transform:rotate(-2deg); max-width:88%; transition:transform .4s; }
.lz-tpl-card_polaroid .lz-cc-inner:hover { transform:rotate(0); }
.lz-tpl-card_polaroid .lz-cc-img { width:100%; height:60%; min-height:180px; background-size:cover; background-position:center; }
.lz-tpl-card_polaroid h3 { font-size:18px; margin:14px 0 6px; color:#1e293b; font-family:Georgia,serif; }
.lz-tpl-card_polaroid p { font-size:12px; color:#64748b; margin:0; }
.lz-tpl-card_terminal { background:#0d0d0d; color:#22c55e; font-family:'JetBrains Mono',Menlo,Consolas,monospace; padding:0; flex-direction:column; }
.lz-tpl-card_terminal .lz-cc-bar { padding:8px 12px; background:#1a1a1a; display:flex; gap:6px; }
.lz-tpl-card_terminal .lz-cc-bar i { width:10px; height:10px; border-radius:50%; }
.lz-tpl-card_terminal .lz-cc-bar i:nth-child(1) { background:#ff5f56; }
.lz-tpl-card_terminal .lz-cc-bar i:nth-child(2) { background:#ffbd2e; }
.lz-tpl-card_terminal .lz-cc-bar i:nth-child(3) { background:#27c93f; }
.lz-tpl-card_terminal .lz-cc-text { padding:24px 26px; flex:1; }
.lz-tpl-card_terminal .lz-cc-prompt::before { content:'$ '; color:#86efac; }
.lz-tpl-card_terminal h3 { font-size:18px; margin:8px 0 12px; color:#86efac; font-weight:500; font-family:inherit; }
.lz-tpl-card_terminal h3::after { content:'_'; animation:lz-blink 1s infinite; }
@keyframes lz-blink { 0%,49%{opacity:1}50%,100%{opacity:0} }
.lz-tpl-card_terminal p { color:#bbf7d0; font-size:13px; margin:0; line-height:1.65; }
.lz-tpl-card_gradient_3d { background:#1a1a2e; padding:0; perspective:1200px; }
.lz-tpl-card_gradient_3d .lz-cc-inner { width:100%; margin:18px; background:linear-gradient(135deg,#f472b6,#a78bfa,#60a5fa); border-radius:18px; padding:30px; transform:rotateY(-6deg) rotateX(2deg); transition:transform .5s; box-shadow:0 20px 60px rgba(0,0,0,0.4); position:relative; overflow:hidden; }
.lz-tpl-card_gradient_3d .lz-cc-inner::before { content:''; position:absolute; top:0; left:-50%; width:50%; height:100%; background:linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent); transform:skewX(-20deg); transition:left .8s; }
.lz-tpl-card_gradient_3d .lz-cc-inner:hover::before { left:120%; }
.lz-tpl-card_gradient_3d .lz-cc-inner:hover { transform:rotateY(0) rotateX(0) scale(1.01); }
.lz-tpl-card_gradient_3d h3 { font-size:26px; color:#fff; margin:0 0 12px; text-shadow:0 2px 8px rgba(0,0,0,0.25); }
.lz-tpl-card_gradient_3d p { color:rgba(255,255,255,0.92); margin:0; }

/* ============== 新增 10 种卡片模板（v2） ============== */
/* B11: 1/3图片+2/3文字（左图右文） */
.lz-tpl-card_left13 { padding:0; gap:0; }
.lz-tpl-card_left13 .lz-cc-img { width:33.3%; min-width:120px; background-size:cover; background-position:center; flex-shrink:0; }
.lz-tpl-card_left13 .lz-cc-text { flex:1; padding:30px 28px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_left13 h3 { font-size:22px; margin:0 0 10px; line-height:1.4; color:var(--text-color); }
.lz-tpl-card_left13 p { font-size:14px; color:var(--text-secondary); line-height:1.7; margin:0; }
.lz-tpl-card_left13 .lz-cc-meta { display:flex; gap:10px; margin-top:12px; font-size:12px; color:var(--text-secondary); flex-wrap:wrap; }

/* B12: 2/3文字+1/3图片（左文右图） */
.lz-tpl-card_right13 { padding:0; gap:0; flex-direction:row-reverse; }
.lz-tpl-card_right13 .lz-cc-img { width:33.3%; min-width:120px; background-size:cover; background-position:center; flex-shrink:0; }
.lz-tpl-card_right13 .lz-cc-text { flex:1; padding:30px 28px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_right13 h3 { font-size:22px; margin:0 0 10px; line-height:1.4; color:var(--text-color); }
.lz-tpl-card_right13 p { font-size:14px; color:var(--text-secondary); line-height:1.7; margin:0; }
.lz-tpl-card_right13 .lz-cc-meta { display:flex; gap:10px; margin-top:12px; font-size:12px; color:var(--text-secondary); flex-wrap:wrap; }

/* B13: 上图下文（图片占上半） */
.lz-tpl-card_top_img { padding:0; flex-direction:column; }
.lz-tpl-card_top_img .lz-cc-img { height:55%; min-height:140px; background-size:cover; background-position:center; flex-shrink:0; }
.lz-tpl-card_top_img .lz-cc-text { flex:1; padding:24px 28px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_top_img h3 { font-size:22px; margin:0 0 8px; line-height:1.4; color:var(--text-color); }
.lz-tpl-card_top_img p { font-size:14px; color:var(--text-secondary); line-height:1.7; margin:0; }

/* B14: 上文下图（文字占上半） */
.lz-tpl-card_bottom_img { padding:0; flex-direction:column-reverse; }
.lz-tpl-card_bottom_img .lz-cc-img { height:45%; min-height:120px; background-size:cover; background-position:center; flex-shrink:0; }
.lz-tpl-card_bottom_img .lz-cc-text { flex:1; padding:24px 28px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_bottom_img h3 { font-size:22px; margin:0 0 8px; line-height:1.4; color:var(--text-color); }
.lz-tpl-card_bottom_img p { font-size:14px; color:var(--text-secondary); line-height:1.7; margin:0; }

/* B15: 电影胶片风格 */
.lz-tpl-card_filmstrip { background:#1c1c1e; padding:0; flex-direction:row; color:#fff; }
.lz-tpl-card_filmstrip::before { content:''; position:absolute; left:0; top:0; bottom:0; width:28px; background:#111; display:flex; z-index:2; }
.lz-tpl-card_filmstrip::after { content:'○○○○○○○○○○'; position:absolute; left:4px; top:50%; transform:translateY(-50%); font-size:6px; color:#444; letter-spacing:2px; line-height:10px; z-index:3; writing-mode:vertical-lr; }
.lz-tpl-card_filmstrip .lz-cc-img { width:55%; min-width:180px; background-size:cover; background-position:center; flex-shrink:0; margin-left:28px; }
.lz-tpl-card_filmstrip .lz-cc-text { flex:1; padding:24px 20px; display:flex; flex-direction:column; justify-content:center; }
.lz-tpl-card_filmstrip h3 { font-size:20px; margin:0 0 8px; color:#fff; font-weight:600; }
.lz-tpl-card_filmstrip p { color:rgba(255,255,255,0.75); font-size:13px; margin:0; line-height:1.6; }

/* B16: 引言/金句风格 */
.lz-tpl-card_quote { background:var(--card-bg,#fafafa); padding:40px 36px; align-items:center; justify-content:center; text-align:center; }
.lz-tpl-card_quote::before { content:'\201C'; position:absolute; top:16px; left:28px; font-size:64px; color:var(--brand-blue,#0071e3); opacity:0.15; font-family:Georgia,serif; line-height:1; pointer-events:none; }
.lz-tpl-card_quote .lz-cc-text { max-width:90%; }
.lz-tpl-card_quote h3 { font-size:24px; margin:0 0 14px; color:var(--text-color); font-style:italic; line-height:1.5; font-family:Georgia,serif; }
.lz-tpl-card_quote p { font-size:14px; color:var(--text-secondary); margin:0; line-height:1.6; }
.lz-tpl-card_quote .lz-cc-bar { width:40px; height:3px; background:var(--brand-blue,#0071e3); border-radius:2px; margin:16px auto 0; }

/* B17: 时间线风格 */
.lz-tpl-card_timeline { background:var(--card-bg,#fafafa); padding:0; }
.lz-tpl-card_timeline::before { content:''; position:absolute; left:36px; top:20px; bottom:20px; width:2px; background:var(--brand-blue,#0071e3); opacity:0.3; }
.lz-tpl-card_timeline .lz-cc-text { padding:30px 30px 30px 56px; display:flex; flex-direction:column; justify-content:center; position:relative; }
.lz-tpl-card_timeline .lz-cc-dot { position:absolute; left:30px; top:50%; transform:translateY(-50%); width:12px; height:12px; border-radius:50%; background:var(--brand-blue,#0071e3); border:3px solid var(--card-bg,#fafafa); box-shadow:0 0 0 2px var(--brand-blue,#0071e3); z-index:2; }
.lz-tpl-card_timeline h3 { font-size:20px; margin:0 0 8px; color:var(--text-color); }
.lz-tpl-card_timeline p { font-size:14px; color:var(--text-secondary); margin:0; line-height:1.6; }
.lz-tpl-card_timeline .lz-cc-date { font-size:12px; color:var(--brand-blue,#0071e3); margin-bottom:10px; font-weight:600; }

/* B18: 双色调风格 */
.lz-tpl-card_dual_tone { padding:0; }
.lz-tpl-card_dual_tone .lz-cc-top { background:#0071e3; color:#fff; padding:28px 30px 20px; }
.lz-tpl-card_dual_tone .lz-cc-top h3 { font-size:22px; margin:0 0 6px; color:#fff; font-weight:700; }
.lz-tpl-card_dual_tone .lz-cc-top p { font-size:13px; color:rgba(255,255,255,0.85); margin:0; }
.lz-tpl-card_dual_tone .lz-cc-bottom { background:var(--card-bg,#fff); padding:20px 30px 28px; }
.lz-tpl-card_dual_tone .lz-cc-bottom .lz-cc-meta { display:flex; gap:10px; font-size:12px; color:var(--text-secondary); flex-wrap:wrap; }

/* B19: 极光渐变风格 */
.lz-tpl-card_aurora { background:#0a0a1a; padding:30px; color:#fff; position:relative; overflow:hidden; }
.lz-tpl-card_aurora::before { content:''; position:absolute; top:-30%; left:-20%; width:140%; height:80%; background:linear-gradient(135deg,rgba(0,113,227,0.3),rgba(168,85,247,0.25),rgba(34,211,238,0.2),rgba(0,113,227,0.15)); filter:blur(40px); animation:auroraShift 8s ease-in-out infinite alternate; pointer-events:none; }
@keyframes auroraShift { 0%{transform:translateX(-10%) translateY(0)} 100%{transform:translateX(10%) translateY(-5%)} }
.lz-tpl-card_aurora .lz-cc-text { display:flex; flex-direction:column; justify-content:center; flex:1; position:relative; z-index:2; }
.lz-tpl-card_aurora h3 { font-size:24px; margin:0 0 12px; color:#fff; }
.lz-tpl-card_aurora p { color:rgba(255,255,255,0.78); font-size:14px; margin:0; line-height:1.6; }

/* B20: 层叠卡片风格 */
.lz-tpl-card_stack { background:var(--card-bg,#fafafa); padding:0; position:relative; }
.lz-tpl-card_stack::before { content:''; position:absolute; inset:8px -6px -6px 8px; border-radius:18px; background:rgba(0,113,227,0.06); border:1px solid rgba(0,113,227,0.1); z-index:0; }
.lz-tpl-card_stack::after { content:''; position:absolute; inset:16px -12px -12px 16px; border-radius:16px; background:rgba(0,113,227,0.03); border:1px solid rgba(0,113,227,0.06); z-index:-1; }
.lz-tpl-card_stack .lz-cc-text { padding:30px; display:flex; flex-direction:column; justify-content:center; position:relative; z-index:2; }
.lz-tpl-card_stack h3 { font-size:22px; margin:0 0 10px; color:var(--text-color); }
.lz-tpl-card_stack p { font-size:14px; color:var(--text-secondary); margin:0; line-height:1.6; }
.lz-tpl-card_stack .lz-cc-meta { display:flex; gap:10px; margin-top:12px; font-size:12px; color:var(--text-secondary); }
.lz-cc-tag { position:absolute; top:14px; right:14px; padding:4px 10px; font-size:11px; font-weight:700; border-radius: 18px; color:#fff; letter-spacing:0.5px; z-index:3; box-shadow:0 2px 8px rgba(0,0,0,0.18); }
.lz-cc-tag[data-tag="热门"]{background:linear-gradient(90deg,#ff6b6b,#ff8e53)}
.lz-cc-tag[data-tag="重要"]{background:linear-gradient(90deg,#dc2626,#ef4444)}
.lz-cc-tag[data-tag="独家"]{background:linear-gradient(90deg,#a855f7,#ec4899)}
.lz-cc-tag[data-tag="原创"]{background:linear-gradient(90deg,#22c55e,#10b981)}
.lz-cc-tag[data-tag="精选"]{background:linear-gradient(90deg,#f59e0b,#eab308)}
.lz-cc-tag[data-tag="推荐"]{background:linear-gradient(90deg,#3b82f6,#06b6d4)}
.lz-cc-tag[data-tag="新品"]{background:linear-gradient(90deg,#06b6d4,#0ea5e9)}
.lz-cc-tag[data-tag="限时"]{background:linear-gradient(90deg,#dc2626,#f97316)}
.lz-cc-tag[data-tag="干货"]{background:linear-gradient(90deg,#0f766e,#22c55e)}
.lz-cc-tag[data-tag="深度"]{background:linear-gradient(90deg,#6366f1,#8b5cf6)}

/* B10 stagger 入场 */
.lz-stagger .swiper-slide-active .lz-cc-text > * { opacity:0; transform:translateY(8px); animation:lz-stg-in .5s forwards; }
.lz-stagger .swiper-slide-active .lz-cc-text > *:nth-child(1) { animation-delay:.05s; }
.lz-stagger .swiper-slide-active .lz-cc-text > *:nth-child(2) { animation-delay:.18s; }
.lz-stagger .swiper-slide-active .lz-cc-text > *:nth-child(3) { animation-delay:.30s; }
.lz-stagger .swiper-slide-active .lz-cc-text > *:nth-child(4) { animation-delay:.42s; }
@keyframes lz-stg-in { to { opacity:1; transform:translateY(0); } }

/* ============== 卡片高度驱动的文本缩放（基准 320px） ============== */
.lz-carousel-host .lz-tpl-base h3   { font-size:var(--lz-cc-title-px, 24px) !important; }
.lz-carousel-host .lz-tpl-base p    { font-size:var(--lz-cc-body-px, 14px) !important; }
.lz-carousel-host .lz-cc-meta       { font-size:var(--lz-cc-meta-px, 12px) !important; gap:calc(var(--lz-cc-meta-px,12px) * 1.1) !important; margin-top:var(--lz-cc-meta-px,12px) !important; }
.lz-carousel-host .lz-cc-text       { padding:var(--lz-cc-pad-px, 30px) !important; }
.lz-carousel-host .lz-tpl-card_magazine .lz-cc-num { font-size:calc(var(--lz-cc-title-px, 24px) * var(--lz-cc-mag-ratio, 5.8)) !important; }
.lz-carousel-host .lz-tpl-card_terminal .lz-cc-prompt { font-size:var(--lz-cc-meta-px, 12px) !important; }

@media (max-width:760px) {
    .lz-tpl-card_classic { flex-direction:column; }
    .lz-tpl-card_classic .lz-cc-img { width:100%; min-width:0; height:200px; }
    .lz-tpl-card_classic .lz-cc-text { padding:20px; }
    .lz-tpl-card_classic h3, .lz-tpl-card_split h3, .lz-tpl-card_overlay h3, .lz-tpl-card_magazine h3 { font-size:20px; }
    .lz-tpl-card_minimal { padding:20px 16px; }
    .lz-tpl-card_minimal h3 { font-size:24px; }
    .lz-tpl-card_minimal p { font-size:13px; margin:8px 0 0; }
    .lz-tpl-card_minimal .lz-cc-bar { width:40px; height:3px; margin-top:12px; }
    .lz-tpl-card_split { flex-direction:column; }
    .lz-tpl-card_split .lz-cc-img { min-width:0; min-height:180px; }
    .lz-tpl-card_magazine .lz-cc-num { font-size:80px; }
    /* 手机端箭头图标缩放 */
    .lz-swiper .swiper-button-prev::after,
    .lz-swiper .swiper-button-next::after { font-size:16px !important; }
}
[data-theme=dark] .lz-tpl-card_classic, [data-theme=dark] .lz-tpl-card_split .lz-cc-text, [data-theme=dark] .lz-tpl-card_magazine, [data-theme=dark] .lz-tpl-card_minimal { background:#1c1c1e; color:#f5f5f7; }
[data-theme=dark] .lz-tpl-card_classic { border-color:rgba(255,255,255,0.08); }
</style>
