/* ==========================================================
   ayx 模板样式 - 爱游戏官方网页版专属深空科技风
   深空紫黑底 #07060f | 绯红 #ff4757 + 琥珀金 #ffbe3d 渐变
   玻璃拟态卡片 + 霓虹光晕 + 网格纹理 | 辅以紫/青/绿点缀
   ========================================================== */
:root{
    --ax-primary:#ff4757;
    --ax-primary-dark:#c62b3c;
    --ax-accent:#ffbe3d;
    --ax-violet:#8b5cf6;
    --ax-cyan:#22d3ee;
    --ax-green:#2dd4a8;
    --ax-bg:#07060f;
    --ax-bg-soft:#0d0a1a;
    --ax-card:rgba(255,255,255,.04);
    --ax-card-border:rgba(255,190,61,.16);
    --ax-text:#f2ecdf;
    --ax-muted:rgba(242,236,223,.6);
    --ax-line:rgba(255,255,255,.09);
}
html,body{height:100%;}
body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    color:var(--ax-text);
    background:var(--ax-bg);
    display:flex;flex-direction:column;min-height:100vh;
}
main,main.ax-main{flex:1 0 auto;}
a{text-decoration:none;}
img{max-width:100%;}
.text-muted{color:var(--ax-muted)!important;}
.ax-red{color:var(--ax-primary);}
.ax-gold{color:var(--ax-accent);}
.ax-grad-violet{background:linear-gradient(135deg,#8b5cf6,#c084fc)!important;}
.ax-grad-gold{background:linear-gradient(135deg,#ffbe3d,#ffd97a)!important;}
.ax-grad-cyan{background:linear-gradient(135deg,#0891b2,#22d3ee)!important;}
.ax-grad-green{background:linear-gradient(135deg,#059669,#2dd4a8)!important;}

/* ---------- 顶部导航（深空 navbar） ---------- */
.ax-header{background:rgba(7,6,15,.92);backdrop-filter:blur(10px);z-index:1030;border-bottom:1px solid var(--ax-card-border);}
.ax-header .navbar-brand{color:#fff;font-weight:700;font-size:1.05rem;display:flex;align-items:center;gap:10px;white-space:nowrap;max-width:340px;}
.ax-header .navbar-brand .ax-brand-text{overflow:hidden;text-overflow:ellipsis;font-size:.92rem;}
.ax-logo{height:42px;width:auto;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 0 8px rgba(41,121,255,.55));}
.ax-header .nav-link{color:rgba(242,236,223,.85);margin:0 4px;transition:.3s;font-size:.95rem;border-radius:6px;}
.ax-header .nav-link.active,
.ax-header .nav-link:hover{color:#fff;background:linear-gradient(135deg,rgba(255,71,87,.35),rgba(255,190,61,.22));box-shadow:0 0 10px rgba(255,190,61,.22);}
.ax-header .navbar-toggler{border-color:rgba(255,190,61,.4);}
.ax-header .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,190,61,0.9)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
.ax-header .ax-header-btn{border:1px solid var(--ax-accent);color:var(--ax-accent);font-weight:600;font-size:.85rem;border-radius:50px;padding:6px 18px;transition:.3s;white-space:nowrap;}
.ax-header .ax-header-btn:hover{background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));border-color:transparent;color:#fff;box-shadow:0 0 16px rgba(255,190,61,.55);}
.ax-header .ax-search-form .form-control{border-radius:50px 0 0 50px;border:1px solid var(--ax-line);border-right:none;font-size:.85rem;background:rgba(255,255,255,.07);color:#fff;}
.ax-header .ax-search-form .form-control::placeholder{color:rgba(242,236,223,.4);}
.ax-header .ax-search-form .btn{border-radius:0 50px 50px 0;background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));color:#fff;border:none;font-weight:700;}

/* ---------- Hero 区（深空绯金渐变 + 网格纹理） ---------- */
.ax-hero{
    background:linear-gradient(135deg,#2b1024 0%,#160a20 60%,#07060f 100%);
    color:#fff;padding:72px 0 84px;position:relative;overflow:hidden;
}
.ax-hero::before{
    content:"";position:absolute;inset:0;pointer-events:none;
    background:radial-gradient(circle at 18% 30%,rgba(255,71,87,.14),transparent 42%),radial-gradient(circle at 82% 68%,rgba(255,190,61,.1),transparent 46%);
}
.ax-hero::after{
    content:"";position:absolute;inset:0;pointer-events:none;
    background-image:linear-gradient(rgba(255,190,61,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,71,87,.05) 1px,transparent 1px);
    background-size:44px 44px;
    mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);
    -webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);
}
.ax-hero .container{position:relative;z-index:2;}
/* 顶端滚动快讯条 */
.ax-notice-bar{display:flex;align-items:center;gap:14px;background:rgba(13,10,26,.72);border:1px solid var(--ax-card-border);border-radius:40px;padding:8px 18px;backdrop-filter:blur(6px);box-shadow:0 0 24px rgba(255,190,61,.08);}
.ax-notice-label{flex-shrink:0;font-size:.85rem;font-weight:700;color:#201004;background:linear-gradient(135deg,var(--ax-accent),#ffe08a);padding:4px 14px;border-radius:20px;white-space:nowrap;box-shadow:0 0 12px rgba(255,190,61,.5);}
.ax-notice-scroll{flex:1;overflow:hidden;min-width:0;}
.ax-notice-track{display:inline-flex;gap:48px;white-space:nowrap;animation:ax-marquee 40s linear infinite;will-change:transform;}
.ax-notice-bar:hover .ax-notice-track{animation-play-state:paused;}
.ax-notice-track a{color:#e5d9c3;font-size:.88rem;transition:.2s;}
.ax-notice-track a:hover{color:var(--ax-accent);text-shadow:0 0 8px rgba(255,190,61,.6);}
@keyframes ax-marquee{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
.ax-notice-more{flex-shrink:0;color:var(--ax-accent);font-size:.85rem;white-space:nowrap;}
.ax-notice-more:hover{color:#fff;}
@media(max-width:575px){.ax-notice-more{display:none;}}
/* Hero 浮动装饰图标 */
.ax-hero-floats{position:absolute;inset:0;z-index:1;pointer-events:none;}
.ax-hero-floats i{position:absolute;color:rgba(255,190,61,.14);animation:ax-float 7s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,190,61,.3));}
.ax-hero-floats i:nth-child(1){font-size:3.4rem;top:16%;left:6%;}
.ax-hero-floats i:nth-child(2){font-size:2.6rem;bottom:20%;left:14%;animation-delay:1.6s;color:rgba(255,71,87,.14);}
.ax-hero-floats i:nth-child(3){font-size:3rem;top:22%;right:8%;animation-delay:3s;}
.ax-hero-floats i:nth-child(4){font-size:2.4rem;bottom:14%;right:16%;animation-delay:4.4s;color:rgba(139,92,246,.18);}
@keyframes ax-float{0%,100%{transform:translateY(0) rotate(0deg);}50%{transform:translateY(-18px) rotate(8deg);}}
.ax-hero h1{font-size:2rem;font-weight:700;line-height:1.4;}
@media(min-width:992px){.ax-hero h1{font-size:2.4rem;}}
.ax-hero h1 strong{background:linear-gradient(135deg,var(--ax-accent),var(--ax-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;}
.ax-hero .ax-hero-desc{font-size:1rem;color:#d8cdb8;line-height:1.9;max-width:640px;}
.ax-hero-badges{display:flex;flex-wrap:wrap;gap:10px;}
.ax-badge-pill{font-size:.8rem;font-weight:600;color:var(--ax-accent);background:rgba(255,190,61,.08);border:1px solid rgba(255,190,61,.35);padding:5px 14px;border-radius:50px;backdrop-filter:blur(2px);}
.ax-btn-hero{
    display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));color:#fff;
    font-weight:700;font-size:.95rem;padding:12px 26px;border-radius:30px;transition:.3s;
    box-shadow:0 0 22px rgba(255,71,87,.4);
}
.ax-btn-hero:hover{color:#fff;transform:translateY(-2px);box-shadow:0 0 34px rgba(255,190,61,.6);}
.ax-btn-hero-outline{
    display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.05);
    border:1px solid rgba(255,190,61,.5);color:var(--ax-accent);font-weight:700;font-size:.95rem;
    padding:12px 26px;border-radius:30px;transition:.3s;
}
.ax-btn-hero-outline:hover{background:rgba(255,190,61,.14);color:#fff;}
.ax-hero-img-wrap{max-width:520px;margin:0 auto;}
.ax-hero-img-wrap img{border-radius:18px;border:1px solid var(--ax-card-border);box-shadow:0 0 40px rgba(255,71,87,.22);}

/* ---------- 数据统计条 ---------- */
.ax-stats{background:linear-gradient(90deg,#140b1e,#1c0f22 50%,#140b1e);border-top:1px solid var(--ax-card-border);border-bottom:1px solid var(--ax-card-border);color:#fff;padding:40px 0;}
.ax-stats .ax-stats-item{text-align:center;padding:10px;}
.ax-stats .ax-stats-num{font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--ax-accent),var(--ax-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.ax-stats .ax-stats-num small{font-size:1rem;-webkit-text-fill-color:var(--ax-accent);}
.ax-stats .ax-stats-label{font-size:.9rem;opacity:.85;margin-top:4px;}

/* ---------- 通用 section 标题 ---------- */
.ax-section{padding:60px 0;}
.ax-section-gray{background:var(--ax-bg-soft);}
.ax-section-dark{background:linear-gradient(180deg,var(--ax-bg) 0%,#1c0f22 100%);color:#fff;}
.ax-section-title{text-align:center;margin-bottom:40px;}
.ax-section-title .lead{color:var(--ax-accent);font-weight:700;font-size:.95rem;margin-bottom:6px;letter-spacing:2px;text-transform:uppercase;}
.ax-section-title h2{font-weight:800;font-size:1.7rem;color:#fff;}
.ax-section-title p.sub{color:var(--ax-muted);font-size:.92rem;margin-top:8px;}

/* ---------- 优势卡片 ---------- */
.ax-whyus-card{
    display:flex;align-items:flex-start;gap:16px;background:var(--ax-card);border:1px solid var(--ax-card-border);
    border-radius:18px;padding:28px 24px;height:100%;transition:.3s;backdrop-filter:blur(4px);
}
.ax-whyus-card:hover{transform:translateY(-5px);box-shadow:0 0 30px rgba(255,190,61,.16);border-color:rgba(255,190,61,.4);}
.ax-whyus-card .icon-circle{
    width:54px;height:54px;border-radius:14px;flex-shrink:0;
    display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;
    background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));box-shadow:0 0 16px rgba(255,71,87,.35);
}
.ax-whyus-card h5{font-weight:700;margin-bottom:8px;color:#fff;}
.ax-whyus-card p{color:var(--ax-muted);font-size:.88rem;line-height:1.8;margin:0;}

/* ---------- 栏目专区 Tab ---------- */
.ax-dept-wrap{background:var(--ax-card);border:1px solid var(--ax-card-border);border-radius:20px;padding:34px 30px;backdrop-filter:blur(4px);}
.ax-dept-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px;}
.ax-dept-tabs .ax-tab-btn{
    border:1px solid var(--ax-line);background:transparent;color:var(--ax-muted);font-weight:600;font-size:.9rem;
    padding:9px 22px;border-radius:50px;transition:.25s;
}
.ax-dept-tabs .ax-tab-btn:hover{border-color:var(--ax-accent);color:var(--ax-accent);}
.ax-dept-tabs .ax-tab-btn.active{background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));border-color:transparent;color:#fff;box-shadow:0 0 18px rgba(255,190,61,.45);}
.ax-dept-pane{display:none;}
.ax-dept-pane.active{display:block;}
.ax-dept-inner{display:flex;gap:30px;align-items:center;flex-wrap:wrap;}
.ax-dept-text{flex:1 1 340px;}
.ax-dept-text h3{font-weight:800;font-size:1.3rem;margin-bottom:10px;color:#fff;}
.ax-dept-text p{color:var(--ax-muted);font-size:.92rem;line-height:1.9;}
.ax-dept-list{list-style:none;margin:14px 0 0;padding:0;}
.ax-dept-list li{padding:8px 0;border-bottom:1px dashed rgba(255,255,255,.1);font-size:.9rem;}
.ax-dept-list li:last-child{border-bottom:none;}
.ax-dept-list li a{color:var(--ax-text);transition:.25s;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ax-dept-list li a:hover{color:var(--ax-accent);padding-left:4px;}
.ax-dept-list li time{color:rgba(242,236,223,.38);font-size:.78rem;float:right;margin-left:10px;}
.ax-dept-img{flex:1 1 300px;max-width:420px;margin:0 auto;}
.ax-dept-img img{width:100%;border-radius:16px;border:1px solid var(--ax-card-border);box-shadow:0 0 28px rgba(255,190,61,.12);}

/* ---------- 焦点赛程卡片 ---------- */
.ax-update-card{background:var(--ax-card);border:1px solid var(--ax-card-border);border-radius:14px;padding:24px;height:100%;}
.ax-update-card h3{font-size:1.05rem;font-weight:700;margin-bottom:14px;color:#fff;}
.ax-update-card ul{list-style:disc;padding-left:1.2rem;margin:0;font-size:.85rem;color:var(--ax-muted);line-height:2;}
.ax-update-card ul strong{color:var(--ax-text);}

/* ---------- APP 下载区 ---------- */
.ax-app-img{max-width:420px;margin:0 auto;border-radius:18px;overflow:hidden;border:1px solid var(--ax-card-border);box-shadow:0 0 36px rgba(255,71,87,.2);}
.ax-app-img img{width:100%;display:block;}
.ax-app-list{list-style:none;margin:0 0 24px;padding:0;}
.ax-app-list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.94rem;color:var(--ax-text);}
.ax-app-list li i{margin-top:3px;color:var(--ax-accent);}

/* ---------- 资讯卡片 news ---------- */
.ax-news-card{
    display:flex;flex-direction:column;background:var(--ax-card);border:1px solid var(--ax-card-border);
    border-radius:18px;overflow:hidden;transition:.3s;height:100%;backdrop-filter:blur(4px);
}
.ax-news-card:hover{box-shadow:0 0 30px rgba(255,190,61,.18);transform:translateY(-3px);border-color:rgba(255,190,61,.45);}
.ax-news-img{position:relative;overflow:hidden;background:#140b1e;flex-shrink:0;}
.ax-news-card:not(.horizontal) .ax-news-img{height:180px;}
.ax-news-img img{width:100%;height:100%;object-fit:cover;transition:.4s;}
.ax-news-card:hover .ax-news-img img{transform:scale(1.05);}
.ax-news-img .ax-news-badge{
    position:absolute;left:12px;top:12px;background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));color:#fff;
    font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:50px;box-shadow:0 0 10px rgba(255,71,87,.5);
}
.ax-news-placeholder{
    width:100%;height:100%;display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#140b1e,#1c0f22);color:var(--ax-accent);font-size:2rem;opacity:.6;
}
.ax-news-body{padding:18px;display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;}
.ax-news-body h3{font-size:1rem;font-weight:600;line-height:1.55;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ax-news-body h3 a{color:var(--ax-text);transition:.25s;}
.ax-news-body h3 a:hover{color:var(--ax-accent);}
.ax-news-body .ax-news-desc{font-size:.83rem;color:var(--ax-muted);line-height:1.7;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ax-news-meta{font-size:.78rem;color:rgba(242,236,223,.4);display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.ax-news-more{
    display:inline-block;border:1px solid var(--ax-accent);color:var(--ax-accent);
    font-size:.8rem;font-weight:600;padding:4px 14px;border-radius:8px;transition:.25s;white-space:nowrap;
}
.ax-news-more:hover{background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));border-color:transparent;color:#fff;}

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

/* ---------- 详情页 ---------- */
.ax-detail-card{background:var(--ax-card);border:1px solid var(--ax-card-border);border-radius:16px;padding:30px;backdrop-filter:blur(4px);}
.ax-detail-header h1{font-size:1.55rem;font-weight:800;line-height:1.5;color:#fff;}
.ax-detail-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.8rem;color:var(--ax-muted);padding:14px 0;border-bottom:1px solid var(--ax-line);margin-bottom:22px;}
.ax-detail-content{font-size:.98rem;line-height:2;color:#ddd4c4;}
.ax-detail-content p{margin-bottom:1.1rem;}
.ax-detail-content img{max-width:100%;height:auto;border-radius:12px;margin:1rem 0;border:1px solid var(--ax-card-border);}
.ax-detail-content blockquote{border-left:4px solid var(--ax-accent);background:rgba(255,190,61,.06);padding:14px 18px;margin:1.4rem 0;border-radius:0 8px 8px 0;color:var(--ax-muted);}
.ax-detail-cover{padding:0 26px;}
.ax-detail-cover img{width:100%;border-radius:14px;border:1px solid var(--ax-card-border);box-shadow:0 0 30px rgba(255,190,61,.12);}
.ax-detail-tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:18px 26px 24px;border-top:1px dashed rgba(255,255,255,.14);margin-top:8px;}
.ax-detail-tags-title{color:var(--ax-muted);font-weight:600;font-size:.9rem;}
.ax-detail-tags a{display:inline-block;padding:5px 14px;background:rgba(255,255,255,.06);border:1px solid var(--ax-line);color:var(--ax-text);border-radius:20px;font-size:.82rem;transition:.25s;}
.ax-detail-tags a:hover{background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));border-color:transparent;color:#fff;}
.ax-detail-content h2,.ax-detail-content h3{font-weight:700;margin:1.6rem 0 .9rem;color:#fff;}
.ax-article-nav{
    display:flex;justify-content:space-between;gap:16px;background:var(--ax-card);border:1px solid var(--ax-card-border);
    border-radius:16px;padding:16px 22px;margin-top:20px;font-size:.88rem;
}
.ax-article-nav a{color:var(--ax-text);max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:.25s;}
.ax-article-nav a:hover{color:var(--ax-accent);}

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

/* ---------- 标签云 ---------- */
.ax-tag-cloud{display:flex;flex-wrap:wrap;gap:10px;}
.ax-tag-cloud a{
    display:inline-block;background:rgba(255,255,255,.05);border:1px solid var(--ax-line);
    color:var(--ax-muted);font-size:.83rem;padding:6px 16px;border-radius:50px;transition:.25s;
}
.ax-tag-cloud a:hover{background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));border-color:transparent;color:#fff;box-shadow:0 0 14px rgba(255,190,61,.45);}

/* ---------- 面包屑 ---------- */
.ax-breadcrumb{font-size:.83rem;}
.ax-breadcrumb a{color:var(--ax-muted);}
.ax-breadcrumb a:hover{color:var(--ax-accent);}
.breadcrumb-item.active{color:var(--ax-text);}
.breadcrumb-item+.breadcrumb-item::before{color:rgba(242,236,223,.3);}

/* ---------- 分页 ---------- */
.ax-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;padding:22px 0;}
.ax-pagination a,.ax-pagination span{
    display:inline-block;min-width:36px;text-align:center;padding:7px 12px;border:1px solid var(--ax-line);
    border-radius:8px;color:var(--ax-muted);font-size:.85rem;transition:.25s;background:rgba(255,255,255,.04);
}
.ax-pagination a:hover{border-color:var(--ax-accent);color:var(--ax-accent);}
.ax-pagination .current,.ax-pagination span.active{background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));border-color:transparent;color:#fff;box-shadow:0 0 12px rgba(255,190,61,.4);}

/* ---------- 手风琴 FAQ ---------- */
.ax-accordion .accordion-item{background:var(--ax-card);border:1px solid var(--ax-card-border);border-radius:12px!important;margin-bottom:10px;overflow:hidden;}
.ax-accordion .accordion-button{font-weight:600;font-size:.95rem;background:transparent;color:var(--ax-text);}
.ax-accordion .accordion-button:not(.collapsed){background:rgba(255,190,61,.08);color:var(--ax-accent);box-shadow:none;}
.ax-accordion .accordion-button:focus{box-shadow:none;border-color:var(--ax-card-border);}
.ax-accordion .accordion-button::after{filter:invert(.8);}
.ax-accordion .accordion-body{color:var(--ax-muted);font-size:.9rem;line-height:1.8;}

/* ---------- 搜索页 ---------- */
.ax-search-hero{background:linear-gradient(135deg,#2b1024 0%,#160a20 100%);color:#fff;padding:52px 0;text-align:center;border-bottom:1px solid var(--ax-card-border);}
.ax-search-hero-form{max-width:560px;margin:22px auto 0;display:flex;}
.ax-search-hero-form input{flex:1;border:1px solid var(--ax-card-border);border-right:none;border-radius:50px 0 0 50px;padding:12px 22px;font-size:.95rem;outline:none;background:rgba(255,255,255,.07);color:#fff;}
.ax-search-hero-form input::placeholder{color:rgba(242,236,223,.4);}
.ax-search-hero-form button{border:none;background:linear-gradient(135deg,var(--ax-primary),var(--ax-accent));color:#fff;font-weight:700;padding:0 28px;border-radius:0 50px 50px 0;transition:.25s;}
.ax-search-hero-form button:hover{box-shadow:0 0 18px rgba(255,190,61,.55);}

/* ---------- 页脚 ---------- */
.ax-footer{background:#04030a;color:#fff;position:relative;margin-top:auto;border-top:1px solid var(--ax-card-border);}
.ax-footer::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(ellipse at top,rgba(255,71,87,.1),transparent 70%);
}
.ax-footer .container{position:relative;z-index:2;}
.ax-footer h4{font-size:1.02rem;font-weight:700;margin-bottom:16px;color:var(--ax-accent);}
.ax-footer a{color:rgba(255,255,255,.6);transition:.25s;}
.ax-footer a:hover{color:var(--ax-accent);}
.ax-footer .ax-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.12);font-size:.88rem;}
.ax-footer .ax-footer-desc{font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.9;}
.ax-footer .ax-footer-bottom{font-size:.8rem;color:rgba(255,255,255,.5);text-align:center;padding-top:16px;}

/* ---------- 404 ---------- */
.ax-error-section{padding:90px 0;text-align:center;background:linear-gradient(135deg,#2b1024 0%,var(--ax-bg) 100%);color:#fff;}
.ax-error-section .ax-error-code{font-size:7rem;font-weight:900;background:linear-gradient(135deg,var(--ax-accent),var(--ax-primary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:.6;line-height:1;}

/* ---------- 图片墙 ---------- */
.ax-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
@media (min-width:768px){.ax-gallery{grid-template-columns:repeat(4,1fr);}}
.ax-gallery-item{position:relative;display:block;border-radius:14px;overflow:hidden;border:1px solid var(--ax-card-border);aspect-ratio:3/2;background:#140b1e;transition:.3s;}
.ax-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.ax-gallery-item:hover{border-color:rgba(255,190,61,.5);box-shadow:0 0 26px rgba(255,190,61,.2);transform:translateY(-3px);}
.ax-gallery-item:hover img{transform:scale(1.07);}
.ax-gallery-item .ax-gallery-cap{position:absolute;left:0;right:0;bottom:0;padding:22px 12px 10px;font-size:.85rem;font-weight:600;color:#fff;background:linear-gradient(180deg,transparent,rgba(4,3,10,.85));}
.ax-gallery-item .ax-gallery-cap i{color:var(--ax-accent);margin-right:5px;}
