/* ========== 宝塔联合定制面板 - 页面样式 ========== */

/* ====== Banner ====== */
.Lianweiyun-bt-banner {
    background: linear-gradient(135deg, #0a1628 0%, #112240 30%, #1a3a5c 60%, #1e4d7b 100%);
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.Lianweiyun-bt-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.Lianweiyun-bt-bannerDeco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.Lianweiyun-bt-deco1 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(74,144,217,0.08) 0%, transparent 70%);
    top: -100px; right: -80px;
    animation: btFloat 8s ease-in-out infinite;
}
.Lianweiyun-bt-deco2 {
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(100,160,220,0.06) 0%, transparent 70%);
    bottom: -60px; left: -50px;
    animation: btFloat 10s ease-in-out infinite reverse;
}
.Lianweiyun-bt-deco3 {
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(74,144,217,0.1) 0%, transparent 70%);
    top: 25%; left: 60%;
    animation: btFloat 7s ease-in-out infinite 2s;
}

@keyframes btFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -25px) scale(1.05); }
    66% { transform: translate(-15px, 20px) scale(0.95); }
}

.Lianweiyun-bt-banner .Heziyun-defaultWidth {
    position: relative;
    z-index: 2;
}

.Lianweiyun-bt-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(74,144,217,0.12);
    border: 1px solid rgba(74,144,217,0.25);
    color: #7ab8f5;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.Lianweiyun-bt-banner .Heziyun-banner-title span {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
}

.Lianweiyun-bt-banner .Heziyun-banner-title p {
    font-size: 17px;
    color: rgba(255,255,255,0.7);
    margin-top: 16px;
    line-height: 1.7;
    max-width: 680px;
}

.Lianweiyun-bt-bannerBtns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.Lianweiyun-bt-bannerBtn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.Lianweiyun-bt-bannerBtnPrimary {
    background: linear-gradient(135deg, #4a90d9, #357abd);
    color: #fff;
    border: none;
}
.Lianweiyun-bt-bannerBtnPrimary:hover {
    background: linear-gradient(135deg, #5aa0e9, #458acd);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74,144,217,0.3);
}

.Lianweiyun-bt-bannerBtnOutline {
    background: transparent;
    color: #7ab8f5;
    border: 1px solid rgba(122,184,245,0.4);
}
.Lianweiyun-bt-bannerBtnOutline:hover {
    background: rgba(122,184,245,0.1);
    border-color: #7ab8f5;
    transform: translateY(-2px);
}

/* ====== 功能优势 ====== */
.Lianweiyun-bt-features {
    background: #fff;
}

.Lianweiyun-bt-featuresContent {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 40px;
}

.Lianweiyun-bt-featuresLeft {
    flex: 0 0 380px;
}

.Lianweiyun-bt-featuresLeftIcon {
    margin-bottom: 20px;
}

.Lianweiyun-bt-featuresLeft p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.Lianweiyun-bt-featuresRight {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.Lianweiyun-bt-featureCard {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #f8fafd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    transition: all 0.3s;
}
.Lianweiyun-bt-featureCard:hover {
    border-color: #4a90d9;
    box-shadow: 0 4px 20px rgba(74,144,217,0.08);
    transform: translateY(-2px);
}

.Lianweiyun-bt-featureIcon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Lianweiyun-bt-ficon1 { background: rgba(74,144,217,0.1); color: #4a90d9; }
.Lianweiyun-bt-ficon2 { background: rgba(81,207,102,0.1); color: #51cf66; }
.Lianweiyun-bt-ficon3 { background: rgba(255,170,0,0.1); color: #ffaa00; }
.Lianweiyun-bt-ficon4 { background: rgba(255,107,107,0.1); color: #ff6b6b; }

.Lianweiyun-bt-featureText h3 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 6px;
}

.Lianweiyun-bt-featureText p {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

/* ====== 系统支持 ====== */
.Lianweiyun-bt-system {
    background: #f8fafd;
}

.Lianweiyun-bt-systemContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.Lianweiyun-bt-systemCard {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 30px;
    transition: box-shadow 0.3s;
}
.Lianweiyun-bt-systemCard:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.Lianweiyun-bt-systemHead {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef1f5;
}

.Lianweiyun-bt-systemHead h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0;
}

.Lianweiyun-bt-systemList {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.Lianweiyun-bt-systemItem {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #f8fafd;
    border-radius: 8px;
}

.Lianweiyun-bt-systemLogo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 5px 12px;
    background: linear-gradient(135deg, #4a90d9, #357abd);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.Lianweiyun-bt-systemItem span {
    font-size: 14px;
    color: #555;
}

/* ====== 安装命令 / 挂载命令 ====== */
.Lianweiyun-bt-install {
    background: #fff;
}

.Lianweiyun-bt-mount {
    background: #f8fafd;
}

.Lianweiyun-bt-commands {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.Lianweiyun-bt-cmdCard {
    background: #1a1e2e;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.06);
    transition: box-shadow 0.3s;
}
.Lianweiyun-bt-cmdCard:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.Lianweiyun-bt-cmdHeader {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.Lianweiyun-bt-cmdDot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.Lianweiyun-bt-dotRed { background: #ff5f57; }
.Lianweiyun-bt-dotYellow { background: #ffbd2e; }
.Lianweiyun-bt-dotGreen { background: #28ca41; }

.Lianweiyun-bt-cmdLabel {
    color: #aaa;
    font-size: 13px;
    margin-left: 8px;
}

.Lianweiyun-bt-cmdLabel em {
    color: #ffbd2e;
    font-style: normal;
    font-weight: 600;
    margin-left: 6px;
}

.Lianweiyun-bt-cmdBody {
    padding: 20px 24px;
    overflow-x: auto;
}

.Lianweiyun-bt-cmdBody code {
    color: #51cf66;
    font-family: 'Courier New', Consolas, monospace;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-break: break-all;
    user-select: all;
}

.Lianweiyun-bt-cmdMultiline code {
    display: block;
}

.Lianweiyun-bt-copyBtn {
    position: absolute;
    top: 12px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.08);
    color: #ccc;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}
.Lianweiyun-bt-copyBtn:hover {
    background: rgba(74,144,217,0.2);
    border-color: #4a90d9;
    color: #7ab8f5;
}

/* ====== 常用命令大全 ====== */
.Lianweiyun-bt-cmdlist {
    background: #fff;
}

.Lianweiyun-bt-cmdGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 40px;
}

.Lianweiyun-bt-cmdGridItem {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    background: #f8fafd;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    transition: all 0.25s;
    gap: 12px;
}
.Lianweiyun-bt-cmdGridItem:hover {
    border-color: #4a90d9;
    box-shadow: 0 2px 12px rgba(74,144,217,0.06);
}

.Lianweiyun-bt-cmdGridLabel {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    min-width: 100px;
}

.Lianweiyun-bt-cmdGridItem code {
    flex: 1;
    font-family: 'Courier New', Consolas, monospace;
    font-size: 13px;
    color: #4a90d9;
    background: #eef4fb;
    padding: 4px 10px;
    border-radius: 4px;
    user-select: all;
}

.Lianweiyun-bt-cmdGridCopy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    color: #999;
    cursor: pointer;
    transition: all 0.25s;
    flex-shrink: 0;
}
.Lianweiyun-bt-cmdGridCopy:hover {
    background: rgba(74,144,217,0.08);
    border-color: #4a90d9;
    color: #4a90d9;
}

/* ====== 注意事项 ====== */
.Lianweiyun-bt-notice {
    background: #f8fafd;
}

.Lianweiyun-bt-noticeContent {
    max-width: 860px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.Lianweiyun-bt-noticeItem {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.Lianweiyun-bt-noticeActive {
    border-color: #4a90d9;
    box-shadow: 0 4px 16px rgba(74,144,217,0.08);
}

.Lianweiyun-bt-noticeHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
}

.Lianweiyun-bt-noticeArrow {
    display: flex;
    align-items: center;
    color: #999;
    transition: transform 0.3s;
}
.Lianweiyun-bt-noticeActive .Lianweiyun-bt-noticeArrow {
    transform: rotate(180deg);
    color: #4a90d9;
}

.Lianweiyun-bt-noticeBody {
    padding: 0 24px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.Lianweiyun-bt-noticeBody p {
    margin: 0 0 8px;
}
.Lianweiyun-bt-noticeBody p:last-child {
    margin-bottom: 0;
}
.Lianweiyun-bt-noticeBody a {
    color: #4a90d9;
    text-decoration: none;
    font-weight: 500;
}
.Lianweiyun-bt-noticeBody a:hover {
    text-decoration: underline;
}

/* ====== CTA ====== */
.Lianweiyun-bt-cta {
    background: linear-gradient(135deg, #112240 0%, #1a3a5c 50%, #1e4d7b 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.Lianweiyun-bt-ctaDecor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.Lianweiyun-bt-ctaD1 {
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(74,144,217,0.1) 0%, transparent 70%);
    top: -50px; left: -50px;
}
.Lianweiyun-bt-ctaD2 {
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(74,144,217,0.1) 0%, transparent 70%);
    bottom: -40px; right: -40px;
}

.Lianweiyun-bt-ctaContent {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.Lianweiyun-bt-ctaIcon {
    margin-bottom: 20px;
}

.Lianweiyun-bt-ctaTitle {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.Lianweiyun-bt-ctaContent p {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 30px;
}

.Lianweiyun-bt-ctaBtns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.Lianweiyun-bt-ctaBtn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.Lianweiyun-bt-ctaBtnPrimary {
    background: linear-gradient(135deg, #4a90d9, #357abd);
    color: #fff;
    border: none;
}
.Lianweiyun-bt-ctaBtnPrimary:hover {
    background: linear-gradient(135deg, #5aa0e9, #458acd);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(74,144,217,0.35);
}

.Lianweiyun-bt-ctaBtnOutline {
    background: transparent;
    color: #7ab8f5;
    border: 1px solid rgba(122,184,245,0.35);
}
.Lianweiyun-bt-ctaBtnOutline:hover {
    background: rgba(122,184,245,0.1);
    border-color: #7ab8f5;
    transform: translateY(-2px);
}

/* ====== Toast 提示 ====== */
.Lianweiyun-bt-toast {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: rgba(0,0,0,0.78);
    color: #fff;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    pointer-events: none;
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.toast-fade-enter-active,
.toast-fade-leave-active {
    transition: all 0.35s ease;
}
.toast-fade-enter,
.toast-fade-leave-to {
    opacity: 0;
    transform: translateX(-50%) translateY(-12px);
}

/* ====== 响应式 ====== */
@media (max-width: 1024px) {
    .Lianweiyun-bt-featuresContent {
        flex-direction: column;
    }
    .Lianweiyun-bt-featuresLeft {
        flex: none;
    }
    .Lianweiyun-bt-systemContent {
        grid-template-columns: 1fr;
    }
    .Lianweiyun-bt-cmdGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .Lianweiyun-bt-banner .Heziyun-banner-title span {
        font-size: 32px;
    }
    .Lianweiyun-bt-banner .Heziyun-banner-title p {
        font-size: 14px;
    }
    .Lianweiyun-bt-bannerBtns {
        flex-direction: column;
    }
    .Lianweiyun-bt-bannerBtn {
        width: 100%;
        justify-content: center;
    }
    .Lianweiyun-bt-featuresRight {
        grid-template-columns: 1fr;
    }
    .Lianweiyun-bt-ctaTitle {
        font-size: 24px;
    }
}
