/* ==========================================================
   lure 模板样式 - 参照 pwc-editing.com 风格
   白色吸顶导航 + 蓝(#0d6efd)主色 + 黄(#ffc107)CTA
   深色安全/App 区 + 紫黑渐变页脚(#1c1f3f→#3d0b40)
   ========================================================== */
:root{
    --ky-primary:#0d6efd;
    --ky-primary-dark:#0b5ed7;
    --ky-accent:#ffc107;
    --ky-dark:#212529;
    --ky-navy:#101528;
    --ky-purple-1:#1c1f3f;
    --ky-purple-2:#3d0b40;
    --ky-gray:#f8f9fa;
    --ky-border:#dee2e6;
    --ky-text:#212529;
    --ky-muted:#6c757d;
}
html,body{height:100%;}
body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    color:var(--ky-text);
    background:#fff;
    display:flex;flex-direction:column;min-height:100vh;
}
main,main.ky-main{flex:1 0 auto;}
a{text-decoration:none;}
img{max-width:100%;}

/* ---------- 顶部导航（白色吸顶 pwc header-7） ---------- */
.ky-header{background:#fff;z-index:1030;}
.ky-header .navbar-toggler{border-color:rgba(0,0,0,.15);}
.ky-brand{display:flex;align-items:center;gap:10px;max-width:52vw;}
.ky-logo-badge{
    flex-shrink:0;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;
    font-weight:800;font-size:.95rem;padding:7px 12px;border-radius:10px;
    box-shadow:0 3px 10px rgba(13,110,253,.35);letter-spacing:2px;
}
.ky-logo-text{font-weight:700;font-size:.95rem;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ky-header .nav-link{color:#343a40;font-weight:500;margin:0 2px;transition:.25s;font-size:.95rem;border-radius:6px;}
.ky-header .nav-link.active,
.ky-header .nav-link:hover{color:var(--ky-primary);background:rgba(13,110,253,.08);}
.ky-btn-reg{background:var(--ky-accent);color:#212529;font-weight:700;border:none;border-radius:8px;padding:7px 16px;transition:.25s;white-space:nowrap;}
.ky-btn-reg:hover{background:#e0a800;color:#fff;box-shadow:0 3px 10px rgba(255,193,7,.45);}
.ky-search-form{display:flex;align-items:center;background:#f1f4f9;border-radius:50px;padding:4px 4px 4px 16px;min-width:210px;}
.ky-search-form input{border:none;background:transparent;outline:none;flex:1;font-size:.88rem;min-width:0;}
.ky-search-form button{border:none;background:var(--ky-primary);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.25s;flex-shrink:0;}
.ky-search-form button:hover{background:#0b5ed7;}

/* ---------- Hero 区（球场大图背景 + 赛事速达 + 数据条） ---------- */
.ky-hero{
    padding:110px 0 96px;position:relative;overflow:hidden;
    background:url('/public/assets/sports/hero-stadium.png') center 30%/cover no-repeat #0a1230;
}
.ky-hero-overlay{
    position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(8,14,42,.82) 0%,rgba(10,22,58,.66) 55%,rgba(13,38,92,.85) 100%);
}
.ky-hero-container{z-index:2;max-width:900px;}
.ky-hero-tag{
    display:inline-flex;align-items:center;gap:6px;
    background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);
    color:#ffd76a;font-size:.85rem;font-weight:600;
    padding:6px 18px;border-radius:50px;margin-bottom:22px;
    backdrop-filter:blur(4px);
}
.ky-hero h1{font-size:2.6rem;font-weight:800;line-height:1.35;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.35);}
.ky-hero h1 strong{color:#ffd76a;}
.ky-hero-sub{color:rgba(255,255,255,.75);letter-spacing:3px;font-size:.9rem;margin-top:6px;}
.ky-hero p{color:rgba(255,255,255,.82);font-size:1.02rem;line-height:1.9;margin:18px auto 26px;max-width:760px;}
.ky-hero-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:26px;}
.ky-hero-chips a{
    display:inline-flex;align-items:center;font-size:.88rem;font-weight:600;
    color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);
    padding:7px 18px;border-radius:50px;transition:.25s;backdrop-filter:blur(4px);
}
.ky-hero-chips a i{color:#ffd76a;}
.ky-hero-chips a:hover{background:var(--ky-primary);border-color:var(--ky-primary);transform:translateY(-2px);box-shadow:0 6px 16px rgba(13,110,253,.4);}
.ky-hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;}
.ky-hero-buttons a{
    display:inline-flex;align-items:center;font-weight:600;font-size:1rem;
    padding:13px 34px;border-radius:10px;transition:.3s;
    background:linear-gradient(135deg,#ffc107,#ff9d00);color:#212529;
    box-shadow:0 8px 22px rgba(255,193,7,.35);
}
.ky-hero-buttons a:last-child{background:rgba(255,255,255,.14);color:#fff;border:2px solid rgba(255,255,255,.5);box-shadow:none;}
.ky-hero-buttons a:hover{transform:translateY(-3px);}
.ky-hero-buttons a:last-child:hover{background:rgba(255,255,255,.24);}
.ky-hero-stats{
    display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin-top:44px;
    background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);
    border-radius:16px;padding:18px 10px;backdrop-filter:blur(6px);
}
.ky-hero-stat{flex:1;min-width:140px;padding:4px 12px;}
.ky-hero-stat strong{display:block;font-size:1.6rem;font-weight:800;color:#ffd76a;}
.ky-hero-stat span{color:rgba(255,255,255,.75);font-size:.85rem;}
@media(max-width:767px){
    .ky-hero{padding:72px 0 60px;}
    .ky-hero h1{font-size:1.7rem;}
    .ky-hero-stats{gap:14px;}
    .ky-hero-stat{min-width:38%;}
    .ky-hero-stat strong{font-size:1.25rem;}
}

/* ---------- 通用按钮 ---------- */
.btn-ky-hero{
    display:inline-block;background:linear-gradient(135deg,var(--ky-primary),#0072ff);
    color:#fff;font-weight:600;padding:12px 34px;border-radius:50px;transition:.3s;
    box-shadow:0 6px 18px rgba(13,110,253,.35);
}
.btn-ky-hero:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(13,110,253,.45);}
.btn-ky-outline{
    display:inline-block;border:2px solid var(--ky-primary);color:var(--ky-primary);
    font-weight:600;padding:10px 30px;border-radius:50px;transition:.3s;
}
.btn-ky-outline:hover{background:var(--ky-primary);color:#fff;}
.ky-btn-primary{background:var(--ky-primary);color:#fff;font-weight:600;border:none;transition:.25s;}
.ky-btn-primary:hover{background:var(--ky-primary-dark);color:#fff;}
.ky-btn-outline-primary{border:1px solid var(--ky-primary);color:var(--ky-primary);background:#fff;font-weight:600;transition:.25s;}
.ky-btn-outline-primary:hover{background:var(--ky-primary);color:#fff;}

/* ---------- 公司简介 about-14 ---------- */
.ky-about{background:#fff;}
.ky-about p{line-height:2;font-size:.98rem;}

/* ---------- 产品矩阵 why-us ---------- */
.ky-why{background:var(--ky-gray);}
.ky-why-main{background:var(--ky-primary);color:#fff;}
.ky-why-main p{color:rgba(255,255,255,.85);font-size:.9rem;line-height:1.8;margin:0;}
.ky-why-item p{color:var(--ky-muted);font-size:.85rem;line-height:1.8;margin:0;}
.ky-why-item h3{margin-bottom:10px;}
.ky-why-img{width:160px;height:160px;object-fit:cover;border-radius:14px;}

/* ---------- 全球热力图 stats-9 ---------- */
.ky-stats{background:#fff;}
.ky-map-wrapper{max-width:920px;margin:0 auto;}
.ky-map{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 36px rgba(16,21,40,.14);}
.ky-map img{width:100%;display:block;}
.ky-heat-dot{
    position:absolute;width:12px;height:12px;border-radius:50%;
    background:#ff4d4f;box-shadow:0 0 0 4px rgba(255,77,79,.25);
    animation:kyHeat 1.8s ease-in-out infinite;
}
.ky-heat-dot span{
    position:absolute;left:16px;top:-4px;white-space:nowrap;font-size:.75rem;font-weight:600;
    color:#fff;background:rgba(16,21,40,.72);padding:2px 10px;border-radius:50px;
}
.ky-dot-1{top:34%;left:76%;}
.ky-dot-2{top:58%;left:71%;animation-delay:.3s;}
.ky-dot-3{top:28%;left:45%;animation-delay:.6s;}
.ky-dot-4{top:68%;left:27%;animation-delay:.9s;}
.ky-dot-5{top:36%;left:14%;animation-delay:1.2s;}
@keyframes kyHeat{0%,100%{box-shadow:0 0 0 4px rgba(255,77,79,.25);}50%{box-shadow:0 0 0 9px rgba(255,77,79,.06);}}

/* ---------- 安全体系 security-14 拓扑 ---------- */
.ky-security{background:linear-gradient(160deg,var(--ky-navy) 0%,#1a2340 60%,#241536 100%);}
.ky-security-desc{color:rgba(255,255,255,.65);}
.ky-network{
    position:relative;max-width:780px;margin:0 auto;min-height:340px;
    display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;justify-items:center;
}
.ky-network::before{
    content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
    width:66%;height:66%;border:1px dashed rgba(255,255,255,.16);border-radius:50%;
}
.ky-core-node{
    position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;
    width:132px;height:132px;border-radius:50%;
    background:rgba(13,202,240,.10);border:2px solid rgba(13,202,240,.5);
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    font-weight:700;box-shadow:0 0 36px rgba(13,202,240,.3);color:#fff;
}
.ky-node{
    width:100%;max-width:280px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);
    border-radius:14px;padding:18px 16px;text-align:center;transition:.3s;z-index:2;
}
.ky-node:hover{background:rgba(255,255,255,.1);transform:translateY(-3px);}
.ky-node i{color:#0dcaf0;}
.ky-node-title{font-weight:700;margin-bottom:4px;color:#fff;}
.ky-node small{color:rgba(255,255,255,.55);font-size:.76rem;line-height:1.6;display:block;}
@media(max-width:575px){
    .ky-network{grid-template-columns:1fr;min-height:0;}
    .ky-network::before,.ky-core-node{display:none;}
}

/* ---------- FAQ 时间轴 faq-11 ---------- */
.ky-faq{background:var(--ky-gray);}
.ky-faq-title{font-weight:800;font-size:1.7rem;}
.ky-timeline{position:relative;max-width:760px;margin:0 auto;padding-left:8px;}
.ky-timeline::before{
    content:"";position:absolute;left:25px;top:8px;bottom:8px;width:2px;
    background:linear-gradient(180deg,var(--ky-primary),rgba(13,110,253,.12));
}
.ky-step{position:relative;display:flex;gap:20px;padding-bottom:28px;}
.ky-step:last-child{padding-bottom:0;}
.ky-step-icon{
    flex-shrink:0;width:50px;height:50px;border-radius:50%;z-index:2;
    background:linear-gradient(135deg,var(--ky-primary),#0072ff);color:#fff;
    display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;
    box-shadow:0 6px 16px rgba(13,110,253,.35);
}
.ky-step-content{
    flex:1;background:#fff;border:1px solid var(--ky-border);border-radius:14px;
    padding:18px 22px;box-shadow:0 4px 14px rgba(16,21,40,.05);transition:.25s;
}
.ky-step-content:hover{box-shadow:0 8px 22px rgba(13,110,253,.12);border-color:rgba(13,110,253,.3);}
.ky-step-content h5{font-weight:700;font-size:1.02rem;margin-bottom:8px;}
.ky-step-content p{color:var(--ky-muted);font-size:.9rem;line-height:1.8;margin:0;}

/* ---------- App 下载区 app-14 ---------- */
.ky-app{background:linear-gradient(135deg,var(--ky-purple-1) 0%,#232a5c 48%,var(--ky-purple-2) 100%);}
.ky-app::before{
    content:"";position:absolute;right:-140px;top:-140px;width:420px;height:420px;border-radius:50%;
    background:radial-gradient(circle,rgba(255,193,7,.14) 0%,transparent 70%);
}
.ky-rating-box{background:rgba(255,255,255,.12);backdrop-filter:blur(6px);color:#fff;}
.ky-rating-sub{color:rgba(255,255,255,.5);}
.ky-app-desc{color:rgba(255,255,255,.6);line-height:1.9;}
.ky-app-badge{
    display:inline-block;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.5);
    color:#fff;font-size:.8rem;font-weight:600;padding:5px 14px;border-radius:6px;
}
.ky-btn-glass{
    background:rgba(255,255,255,.92);color:var(--ky-purple-2);font-weight:700;border:none;transition:.25s;
}
.ky-btn-glass:hover{background:#fff;color:var(--ky-purple-1);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.25);}
.ky-app-frame{background:rgba(255,255,255,.1);backdrop-filter:blur(6px);max-width:460px;margin:0 auto;}
.ky-app-frame img{border-radius:1rem;}

/* ---------- 体育头条 news-10 ---------- */
.ky-news{background:#fff;}
.ky-news-item{transition:.25s;}
.ky-news-item:hover{box-shadow:0 10px 26px rgba(16,21,40,.1) !important;transform:translateY(-2px);}
.ky-news-img-wrap{width:100%;height:180px;overflow:hidden;}
@media(min-width:768px){.ky-news-img-wrap{width:230px;height:140px;}}
.ky-news-img-wrap img{transition:.35s;}
.ky-news-item:hover .ky-news-img-wrap img{transform:scale(1.05);}
.ky-news-placeholder{
    width:100%;height:100%;display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#dbe9ff,#eef6ff);color:var(--ky-primary);font-size:2rem;opacity:.5;
}
.ky-news-item h3 a{color:#212529;transition:.25s;}
.ky-news-item h3 a:hover{color:var(--ky-primary);}

/* ---------- diy 单页页头 ---------- */
.ky-page-hero{
    padding:56px 0;color:#fff;position:relative;overflow:hidden;
    background:linear-gradient(135deg,var(--ky-purple-1) 0%,#232a5c 50%,var(--ky-purple-2) 100%);
}
.ky-page-hero::before{
    content:"";position:absolute;inset:0;
    background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
    background-size:40px 40px;
}
.ky-page-hero h1{font-size:1.9rem;}
.ky-page-hero p{color:rgba(255,255,255,.65);}
.ky-page-hero .container{position:relative;z-index:2;}
.ky-about-card{
    background:linear-gradient(160deg,#f4f8ff,#fff);border:1px solid rgba(13,110,253,.15);
    border-radius:16px;padding:26px 18px;
}
.ky-about-num{font-size:1.9rem;font-weight:800;color:var(--ky-primary);}
.ky-about-label{color:var(--ky-muted);font-size:.88rem;margin-top:4px;}
.ky-app-features li{color:#495057;font-size:.95rem;}

/* ---------- 通用 section 标题 ---------- */
.ky-section{padding:56px 0;}
.ky-section-gray{background:var(--ky-gray);}
.ky-section-title{text-align:center;margin-bottom:36px;}
.ky-section-title h2{font-weight:800;font-size:1.75rem;position:relative;display:inline-block;padding-bottom:12px;}
.ky-section-title h2::after{
    content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);
    width:56px;height:4px;border-radius:2px;background:var(--ky-accent);
}
.ky-section-title p{color:var(--ky-muted);font-size:.95rem;margin-top:8px;}

/* ---------- 列表页 ---------- */
.ky-list-card{background:#fff;border:1px solid var(--ky-border);border-radius:16px;overflow:hidden;}
.ky-list-card .ky-list-heading{
    padding:16px 22px;border-bottom:1px solid #eef0f2;
    display:flex;align-items:center;justify-content:space-between;
}
.ky-list-card .ky-list-heading h3{
    font-size:1.1rem;font-weight:800;margin:0;border-left:4px solid var(--ky-primary);padding-left:10px;
}
.ky-list-item{display:flex;gap:18px;padding:18px 22px;border-bottom:1px solid #f1f3f5;transition:.25s;}
.ky-list-item:hover{background:#f8fbff;}
.ky-list-item:last-child{border-bottom:none;}
.ky-list-item .ky-list-img{width:180px;height:112px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#e9ecef;}
.ky-list-item .ky-list-img img{width:100%;height:100%;object-fit:cover;}
.ky-list-item .ky-list-img .ky-news-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbe9ff,#eef6ff);color:var(--ky-primary);font-size:1.6rem;opacity:.5;}
.ky-list-item .ky-list-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;}
.ky-list-item .ky-list-info h4{font-size:1.02rem;font-weight:700;margin-bottom:6px;line-height:1.5;}
.ky-list-item .ky-list-info h4 a{color:var(--ky-text);transition:.25s;}
.ky-list-item .ky-list-info h4 a:hover{color:var(--ky-primary);}
.ky-list-item .desc{font-size:.85rem;color:var(--ky-muted);line-height:1.7;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ky-list-item .meta{font-size:.78rem;color:#adb5bd;display:flex;gap:14px;flex-wrap:wrap;}
.ky-list-item .meta .ky-tag{background:#eef6ff;color:var(--ky-primary);padding:1px 10px;border-radius:50px;font-weight:600;}
@media (max-width:575px){
    .ky-list-item{flex-direction:column;}
    .ky-list-item .ky-list-img{width:100%;height:170px;}
}

/* ---------- 新闻卡片（列表/推荐复用） ---------- */
.ky-news-card{
    display:flex;flex-direction:column;background:#fff;border:1px solid var(--ky-border);
    border-radius:16px;overflow:hidden;transition:.3s;height:100%;
}
@media (min-width:768px){.ky-news-card.horizontal{flex-direction:row;}}
.ky-news-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.1);transform:translateY(-3px);}
.ky-news-card .ky-news-img{position:relative;overflow:hidden;background:#e9ecef;flex-shrink:0;}
.ky-news-card:not(.horizontal) .ky-news-img{height:180px;}
.ky-news-card.horizontal .ky-news-img{width:260px;}
.ky-news-card .ky-news-img img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.ky-news-card:hover .ky-news-img img{transform:scale(1.05);}
.ky-news-body{padding:20px;display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;}
.ky-news-body h3{font-size:1.02rem;font-weight:700;line-height:1.5;margin-bottom:8px;}
.ky-news-body h3 a{color:var(--ky-text);transition:.25s;}
.ky-news-body h3 a:hover{color:var(--ky-primary);}
.ky-news-body .ky-news-desc{font-size:.85rem;color:var(--ky-muted);line-height:1.7;margin-bottom:12px;}
.ky-news-meta{font-size:.78rem;color:#adb5bd;display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.ky-news-more{color:var(--ky-primary);font-weight:600;font-size:.85rem;white-space:nowrap;}

/* ---------- 详情页 ---------- */
.ky-detail-card{background:#fff;border:1px solid var(--ky-border);border-radius:16px;padding:30px;}
.ky-detail-header h1{font-size:1.6rem;font-weight:800;line-height:1.45;}
.ky-detail-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.8rem;color:var(--ky-muted);padding:14px 0;border-bottom:1px solid #eef0f2;margin-bottom:22px;}
.ky-detail-meta .ky-tag{background:#eef6ff;color:var(--ky-primary);padding:2px 12px;border-radius:50px;font-weight:600;}
.ky-detail-content{font-size:.98rem;line-height:2;color:#343a40;}
.ky-detail-content p{margin-bottom:1.1rem;}
.ky-detail-content img{max-width:100%;height:auto;border-radius:12px;margin:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,.06);}
.ky-detail-content blockquote{border-left:4px solid var(--ky-primary);background:var(--ky-gray);padding:14px 18px;margin:1.4rem 0;border-radius:0 8px 8px 0;color:#555;}
.ky-detail-content h2,.ky-detail-content h3{font-weight:700;margin:1.6rem 0 .9rem;}
.ky-article-nav{
    display:flex;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--ky-border);
    border-radius:16px;padding:16px 22px;margin-top:20px;font-size:.88rem;
}
.ky-article-nav a{color:var(--ky-text);max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:.25s;}
.ky-article-nav a:hover{color:var(--ky-primary);}

/* ---------- 侧边栏 ---------- */
.ky-side-card{background:#fff;border:1px solid var(--ky-border);border-radius:16px;overflow:hidden;margin-bottom:20px;}
.ky-side-card .ky-side-heading{
    padding:14px 20px;border-bottom:1px solid #eef0f2;font-size:1rem;font-weight:800;margin:0;
    border-left:4px solid var(--ky-accent);
}
.ky-side-card .ky-side-body{padding:16px 20px;}
.ky-rank-list{counter-reset:ky-rank;list-style:none;margin:0;padding:0;}
.ky-rank-list li{counter-increment:ky-rank;display:flex;align-items:baseline;gap:10px;padding:8px 0;border-bottom:1px dashed #f1f3f5;}
.ky-rank-list li:last-child{border-bottom:none;}
.ky-rank-list li::before{
    content:counter(ky-rank);flex-shrink:0;width:22px;height:22px;border-radius:6px;text-align:center;
    background:#eef0f2;color:var(--ky-muted);font-size:.75rem;font-weight:700;line-height:22px;
}
.ky-rank-list li:nth-child(-n+3)::before{background:var(--ky-primary);color:#fff;}
.ky-rank-list li a{color:var(--ky-text);font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:.25s;}
.ky-rank-list li a:hover{color:var(--ky-primary);}

/* ---------- 标签云 ---------- */
.ky-tag-cloud{display:flex;flex-wrap:wrap;gap:10px;}
.ky-tag-cloud a{
    display:inline-block;background:var(--ky-gray);border:1px solid var(--ky-border);
    color:#495057;font-size:.83rem;padding:6px 16px;border-radius:50px;transition:.25s;
}
.ky-tag-cloud a:hover{background:var(--ky-primary);border-color:var(--ky-primary);color:#fff;}

/* ---------- 面包屑 ---------- */
.ky-breadcrumb{font-size:.83rem;}
.ky-breadcrumb a{color:var(--ky-muted);}
.ky-breadcrumb a:hover{color:var(--ky-primary);}

/* ---------- 分页 ---------- */
.ky-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;padding:22px 0;}
.ky-pagination a,.ky-pagination span{
    display:inline-block;min-width:36px;text-align:center;padding:7px 12px;border:1px solid var(--ky-border);
    border-radius:8px;color:#495057;font-size:.85rem;transition:.25s;background:#fff;
}
.ky-pagination a:hover{border-color:var(--ky-primary);color:var(--ky-primary);}
.ky-pagination .current,.ky-pagination span.active{background:var(--ky-primary);border-color:var(--ky-primary);color:#fff;}

/* ---------- 搜索页 ---------- */
.ky-search-hero{
    background:linear-gradient(135deg,var(--ky-purple-1),#232a5c 55%,var(--ky-purple-2));
    color:#fff;padding:52px 0;text-align:center;
}
.ky-search-hero-form{max-width:560px;margin:22px auto 0;display:flex;}
.ky-search-hero-form input{flex:1;border:none;border-radius:50px 0 0 50px;padding:12px 22px;font-size:.95rem;outline:none;}
.ky-search-hero-form button{border:none;background:var(--ky-accent);color:var(--ky-dark);font-weight:700;padding:0 28px;border-radius:0 50px 50px 0;transition:.25s;}
.ky-search-hero-form button:hover{background:#e0a800;color:#fff;}

/* ---------- 页脚 footer-12 紫黑渐变 ---------- */
.ky-footer{background:linear-gradient(to right,var(--ky-purple-1),var(--ky-purple-2));margin-top:auto;}
.ky-footer-card{background:rgba(255,255,255,.08);border-radius:1rem;padding:1.1rem;box-shadow:0 4px 14px rgba(0,0,0,.12);}
.ky-footer-muted{color:rgba(255,255,255,.55);}
.ky-footer a{color:rgba(255,255,255,.6);transition:.25s;}
.ky-footer a:hover{color:var(--ky-accent);}
.ky-footer-border{border-color:rgba(255,255,255,.15) !important;}

/* ---------- 404 ---------- */
.ky-error-section{padding:90px 0;text-align:center;background:linear-gradient(160deg,#eef6ff,#fff);}
.ky-error-section .ky-error-code{font-size:7rem;font-weight:900;color:var(--ky-primary);opacity:.15;line-height:1;}

/* ---------- 栏目导航 ky-cats ---------- */
.ky-cats{background:#f6f8fc;}
.ky-cat-card{display:block;text-align:center;text-decoration:none;background:#fff;border:1px solid #e7ecf5;border-radius:1rem;padding:1.4rem .8rem;transition:.25s;}
.ky-cat-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(13,110,253,.14);border-color:var(--ky-primary);}
.ky-cat-icon{width:56px;height:56px;margin:0 auto .8rem;border-radius:50%;background:linear-gradient(135deg,#e7f0ff,#d5e6ff);display:flex;align-items:center;justify-content:center;}
.ky-cat-icon::before{font-family:"Font Awesome 5 Free";font-weight:900;font-size:1.4rem;color:var(--ky-primary);content:"\f1e3";}
.ky-cats .row .col-lg-2:nth-child(2) .ky-cat-icon::before{content:"\f091";}
.ky-cats .row .col-lg-2:nth-child(3) .ky-cat-icon::before{content:"\f0ac";}
.ky-cats .row .col-lg-2:nth-child(4) .ky-cat-icon::before{content:"\f005";}
.ky-cats .row .col-lg-2:nth-child(5) .ky-cat-icon::before{content:"\f11b";}
.ky-cats .row .col-lg-2:nth-child(6) .ky-cat-icon::before{content:"\f434";}
.ky-cat-card h3{font-size:1rem;font-weight:700;color:var(--ky-dark);margin:0 0 .2rem;}
.ky-cat-card p{font-size:.8rem;color:#8a93a6;margin:0;}
@media(min-width:768px) and (max-width:991px){.ky-cats .row .col-md-4:nth-child(4) .ky-cat-icon::before{content:"\f005";} .ky-cats .row .col-md-4:nth-child(5) .ky-cat-icon::before{content:"\f11b";} .ky-cats .row .col-md-4:nth-child(6) .ky-cat-icon::before{content:"\f434";}}

/* ---------- 精选推荐 ky-hot ---------- */
.ky-hot{background:#f6f8fc;}
.ky-hot-card{transition:.25s;border:1px solid #eef1f7;}
.ky-hot-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(16,21,40,.12);}
.ky-hot-img{height:150px;overflow:hidden;display:block;background:#e9edf5;}
.ky-hot-img img{transition:.35s;}
.ky-hot-card:hover .ky-hot-img img{transform:scale(1.06);}
.ky-hot-placeholder{height:150px;display:flex;align-items:center;justify-content:center;color:#b6c0d4;font-size:2rem;}
.ky-hot-title{line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.9em;}
.ky-hot-title a{color:inherit;text-decoration:none;}
.ky-hot-title a:hover{color:var(--ky-primary);}

/* ---------- ebaitlure 风格新增板块 ---------- */

/* 安全体系五卡 */
.ky-sec-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:1rem;padding:1.6rem;color:#fff;transition:.25s;}
.ky-sec-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.1);border-color:rgba(255,193,7,.4);}
.ky-sec-card i{color:var(--ky-accent);}
.ky-sec-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.6rem;}
.ky-sec-card p{font-size:.88rem;color:rgba(255,255,255,.65);margin:0;line-height:1.7;}

/* 版本更新记录 */
.ky-version{background:#f6f8fc;}
.ky-ver-card{background:#fff;border:1px solid #e7ecf5;border-radius:1rem;padding:1.4rem;transition:.25s;}
.ky-ver-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(13,110,253,.14);border-color:var(--ky-primary);}
.ky-ver-head{font-weight:800;color:var(--ky-primary);font-size:1.1rem;border-bottom:2px solid #eef2f9;padding-bottom:.7rem;margin-bottom:.9rem;}
.ky-ver-head span{display:block;font-size:.78rem;font-weight:500;color:#8a93a6;margin-top:3px;}
.ky-ver-card ul{margin:0;padding-left:1.1rem;font-size:.86rem;color:#55606e;line-height:1.8;}
.ky-ver-card li{margin-bottom:.4rem;}
.ky-ver-card li::marker{color:var(--ky-primary);}

/* 平台使命三卡 */
.ky-mis-card{background:#fff;border:1px solid #e7ecf5;border-radius:1rem;padding:2rem 1.4rem;transition:.25s;box-shadow:0 2px 10px rgba(16,21,40,.04);}
.ky-mis-card:hover{transform:translateY(-4px);box-shadow:0 12px 26px rgba(13,110,253,.12);border-color:var(--ky-primary);}
.ky-mis-card i{color:var(--ky-primary);}
.ky-mis-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;}
.ky-mis-card p{font-size:.88rem;color:#6b7585;margin:0;line-height:1.7;}
