@charset "utf-8";
/* =============================================================
   Aurora Ink — 主题重制样式（覆盖层）
   仅覆盖公共顶部 / 公共底部 / 首页的视觉表现
   加载顺序：位于 style.css / night.css 之后，最高优先级
   ============================================================= */

:root{
    --ai-ink:#0f1222;
    --ai-ink-2:#161a2e;
    --ai-ink-3:#1e2440;
    --ai-violet:#7c3aed;
    --ai-pink:#ec4899;
    --ai-amber:#f59e0b;
    --ai-cyan:#22d3ee;
    --ai-grad:linear-gradient(135deg,#7c3aed 0%,#ec4899 55%,#f59e0b 100%);
    --ai-grad-soft:linear-gradient(135deg,#8b5cf6 0%,#ec4899 100%);
    --ai-accent:#7c3aed;
    --ai-bg:#f5f4fb;
    --ai-card:#ffffff;
    --ai-text:#2d3142;
    --ai-muted:#6b7280;
    --ai-border:#ece9f5;
    --ai-shadow:0 10px 30px -12px rgba(31,36,64,.18);
    --ai-shadow-hover:0 22px 48px -18px rgba(124,58,237,.32);
    --ai-radius:16px;
}

/* ---------- 基础 ---------- */
body{background:var(--ai-bg)!important;color:var(--ai-text);font-family:"HarmonyOS_Sans","Open Sans","Hiragino Sans GB","Microsoft YaHei",sans-serif;}
body.home,body.home-index{background:
    radial-gradient(1200px 480px at 100% -8%,rgba(236,72,153,.10),transparent 60%),
    radial-gradient(1000px 460px at -8% 0,rgba(124,58,237,.12),transparent 55%),
    var(--ai-bg)!important;}
a:hover,a:focus{color:var(--ai-violet);}
::selection{background:rgba(124,58,237,.22);}

/* 滚动条 */
::-webkit-scrollbar{width:10px;height:10px;}
::-webkit-scrollbar-track{background:#ece9f5;}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7c3aed,#ec4899);border-radius:8px;border:2px solid #ece9f5;}

/* =============================================================
   公共顶部
   ============================================================= */
.top-header{height:auto!important;background:transparent;}

/* 顶部工具条 */
.top-utility{
    background:var(--ai-ink);
    color:#cdd2e8;
    font-size:12.5px;
    line-height:34px;
    border-bottom:1px solid rgba(255,255,255,.04);
    position:relative;
    overflow:hidden;
}
.top-utility:after{
    content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;
    background:var(--ai-grad);opacity:.9;
}
.top-utility .tu-inner{
    max-width:1220px;margin:0 auto;padding:0 15px;
    display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.top-utility .tu-left{display:flex;align-items:center;gap:10px;min-width:0;}
.top-utility .tu-dot{width:8px;height:8px;border-radius:50%;background:var(--ai-grad);box-shadow:0 0 0 3px rgba(236,72,153,.18);flex:none;}
.top-utility .tu-left span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.top-utility .tu-left b{color:#fff;font-weight:600;}
.top-utility .tu-right{display:flex;align-items:center;gap:18px;white-space:nowrap;}
.top-utility .tu-right a{color:#aeb4d4;transition:color .2s;}
.top-utility .tu-right a:hover{color:#fff;}
.top-utility .tu-right .tu-sep{width:1px;height:13px;background:rgba(255,255,255,.14);}
.top-utility .tu-date{color:#8a90b0;}

/* 主导航条 */
.top-bar{
    background:var(--ai-ink)!important;
    background-image:none!important;
    box-shadow:0 10px 30px -16px rgba(15,18,34,.55)!important;
    border-bottom:1px solid rgba(255,255,255,.06);
}
body.night .top-bar{background:#0c0e1a!important;}
.secnav{height:66px!important;}
.top-header .container{max-width:1220px;}
.fav-subnav{height:66px;}

/* logo */
.navlogo{display:flex;align-items:center;}
a.logo{height:66px!important;line-height:66px!important;margin:0 22px 0 0!important;padding:0!important;}
a.logo:after{display:none!important;}
a.logo img{max-height:42px!important;filter:brightness(0) invert(1);opacity:.96;}
body.night a.logo img{filter:brightness(0) invert(1);}
.shan{display:none!important;}

/* 导航 */
.header-nav{height:66px;}
.nav-pills{height:66px;display:flex;align-items:center;gap:4px;}
.nav-pills li{margin:0!important;height:40px;}
.nav-pills li a{
    line-height:40px!important;color:#cdd2e8!important;font-size:15px;font-weight:500;
    padding:0 10px;border-radius:10px;position:relative;letter-spacing:.3px;
}
.nav-pills li:hover a,.nav-pills li.active a{color:#fff!important;background:rgba(255,255,255,.07);}
.nav-pills li.active a{background:var(--ai-grad-soft);box-shadow:0 8px 18px -8px rgba(236,72,153,.6);}
.nav-pills li:before{display:none!important;}
.nav-pills li:hover>a,.nav-pills li.active>a{color:#fff!important;}

/* 搜索 */
.search-warp{gap:6px;}
.search_top{margin-right:8px!important;}
.search-icon{width:22px!important;height:22px!important;filter:brightness(0) invert(1);opacity:.85;}
.search-icon:hover{opacity:1;}
.search-box{
    background:var(--ai-ink-2)!important;border:1px solid rgba(255,255,255,.08)!important;
    border-radius:14px!important;box-shadow:0 24px 60px -20px rgba(0,0,0,.6)!important;
    padding:14px!important;top:54px!important;right:0!important;width:360px!important;
}
.search-warp form{margin:0!important;border-radius:12px;overflow:hidden;background:#0b0e1c;border:1px solid rgba(255,255,255,.08);}
input.search-input{
    background:#0b0e1c!important;color:#fff!important;height:42px!important;
    padding:0 16px!important;border-radius:0!important;width:74%!important;
}
input.search-input::placeholder{color:#6b7280;}
button.showhide-search{
    width:26%!important;height:42px!important;background:var(--ai-grad)!important;
    color:#fff!important;font-size:13px!important;font-weight:600;letter-spacing:1px;
}
span.s-icon{display:none!important;}

/* 夜间 / 用户 */
a.at-night.top-night{width:20px!important;height:20px!important;margin-right:14px!important;opacity:.85;}
a.at-night.top-night:hover{opacity:1;}
.text-user-r{gap:8px;}
.text-user-r a.t-btn{
    color:#fff!important;font-size:13px!important;font-weight:600;
    padding:8px 18px!important;border:none!important;border-radius:10px!important;
    background:transparent;letter-spacing:.5px;
}
.text-user-r a.t-btn.r-btn-ht{
    background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;
    border-radius:10px!important;
}
.text-user-r a.t-btn.l-btn-ht{
    background:var(--ai-grad)!important;border-radius:10px!important;margin-left:0!important;
    box-shadow:0 10px 22px -10px rgba(236,72,153,.7);
}
.text-user-r a.t-btn.l-btn-ht:hover{filter:brightness(1.08);transform:translateY(-1px);}
.text-user-r a.t-btn.r-btn-ht:hover{background:rgba(255,255,255,.14)!important;}

/* 移动端汉堡 */
.m-top-logo{display:none;}
i.nav-bar{width:24px;height:18px;position:relative;display:inline-block;}
i.nav-bar span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;position:absolute;left:0;}
i.nav-bar span:nth-child(1){top:0;}i.nav-bar span:nth-child(2){top:8px;}i.nav-bar span:nth-child(3){top:16px;}
#mask{background:rgba(15,18,34,.6)!important;backdrop-filter:blur(2px);}

/* 顶部阅读进度条 */
#percentageCounter{background:var(--ai-grad)!important;height:3px!important;}

/* =============================================================
   首页 Hero
   ============================================================= */
.hero-banner{
    position:relative;color:#fff;overflow:hidden;
    background:
      radial-gradient(900px 380px at 88% -20%,rgba(245,158,11,.32),transparent 60%),
      radial-gradient(700px 360px at 8% 120%,rgba(34,211,238,.28),transparent 55%),
      linear-gradient(135deg,#0f1222 0%,#2a1a52 45%,#7c3aed 100%);
    border-bottom:1px solid rgba(255,255,255,.06);
}
.hero-banner: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:46px 46px;mask:radial-gradient(circle at 70% 30%,#000,transparent 70%);-webkit-mask:radial-gradient(circle at 70% 30%,#000,transparent 70%);opacity:.5;
}
.hero-inner{position:relative;padding:54px 15px 50px;max-width:1220px;margin:0 auto;}
.hero-eyebrow{
    display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:3px;
    color:#fde68a;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
    padding:6px 14px;border-radius:999px;margin-bottom:18px;text-transform:uppercase;
}
.hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--ai-amber);box-shadow:0 0 10px var(--ai-amber);}
.hero-title{font-size:42px;line-height:1.18;font-weight:800;letter-spacing:1px;margin-bottom:14px;
    background:linear-gradient(90deg,#fff,#ffe9f7 60%,#fde68a);-webkit-background-clip:text;background-clip:text;color:transparent;}
.hero-subtitle{font-size:16px;color:#d7dcea;max-width:620px;line-height:1.8;margin-bottom:26px;}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;}
.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:12px;font-size:14px;font-weight:600;letter-spacing:.5px;transition:transform .25s,box-shadow .25s,background .25s;}
.hero-btn-primary{background:var(--ai-grad);color:#fff;box-shadow:0 16px 34px -12px rgba(236,72,153,.7);}
.hero-btn-primary:hover{transform:translateY(-2px);color:#fff;box-shadow:0 22px 44px -12px rgba(236,72,153,.85);}
.hero-btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.22);}
.hero-btn-ghost:hover{background:rgba(255,255,255,.16);color:#fff;transform:translateY(-2px);}

/* =============================================================
   主体布局 / 轮播
   ============================================================= */
.main-content{margin:26px auto 20px!important;}

/* 轮播 banner */
.wrapper-ban{
    padding:0!important;border:none!important;border-radius:var(--ai-radius)!important;
    box-shadow:var(--ai-shadow)!important;background:transparent!important;margin-bottom:22px!important;
    overflow:hidden;
}
.wrapper-ban .swiper-container,.wrapper-ban img{border-radius:var(--ai-radius)!important;}
.swiper-container{height:380px!important;}
.swiper-wrapper img{border-radius:var(--ai-radius);}
.wrapper-ban span.swiper-title{
    padding:18px 90px 18px 22px!important;font-size:18px!important;font-weight:600;letter-spacing:.5px;
    background:linear-gradient(to top,rgba(15,18,34,.88) 0%,rgba(15,18,34,.4) 60%,transparent 100%)!important;
    border-radius:0 0 var(--ai-radius) var(--ai-radius);
}
.wrapper-ban .swiper-pagination-bullet-active{background:var(--ai-pink)!important;}
.swiper-button-next,.swiper-button-prev{color:#fff!important;background:rgba(15,18,34,.4);width:42px;height:42px;border-radius:50%;backdrop-filter:blur(4px);}
.swiper-button-next:after,.swiper-button-prev:after{font-size:18px!important;}

/* 章节标题 */
.section-head{display:flex;align-items:center;justify-content:space-between;margin:6px 2px 18px;}
.section-head .sh-left{display:flex;align-items:center;gap:12px;}
.section-head .sh-bar{width:5px;height:22px;border-radius:3px;background:var(--ai-grad);}
.section-head h2{font-size:20px;font-weight:700;color:var(--ai-text);letter-spacing:.5px;margin:0;}
.section-head .sh-sub{font-size:13px;color:var(--ai-muted);}
.section-head .sh-more{font-size:13px;color:var(--ai-violet);font-weight:600;display:inline-flex;align-items:center;gap:4px;}
.section-head .sh-more:hover{color:var(--ai-pink);}

/* =============================================================
   首页文章列表 —— 杂志风卡片网格
   ============================================================= */
.home-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.home-main .ias_loader,.home-main .ias_trigger,.home-main .ias-trigger-prev{grid-column:1 / -1;}

.post-list{
    position:relative;background:var(--ai-card);border:1px solid var(--ai-border)!important;
    padding:0!important;border-radius:var(--ai-radius)!important;margin-bottom:0!important;
    box-shadow:var(--ai-shadow)!important;overflow:hidden;
    transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s;
}
.post-list:hover{transform:translateY(-5px);box-shadow:var(--ai-shadow-hover)!important;border-color:#e4dcf7!important;}

/* 统一为顶部图片卡片 */
.post-list .entry-container{display:block;padding:18px 20px 20px!important;min-height:0!important;}
.post-list .block-image.feaimg{
    position:relative!important;width:100%!important;height:0!important;padding-top:54%!important;
    margin:0!important;left:auto!important;right:auto!important;border-radius:0!important;
}
.post-list .block-image.feaimg:after{display:none!important;}
.post-list .block-image.feaimg img.lazy{
    width:100%;height:100%;object-fit:cover;position:absolute;inset:0;
    transition:transform .6s ease;
}
.post-list:hover .block-image.feaimg img.lazy{transform:scale(1.06);}
.post-list .postnew,.post-list .posttop{width:44px;height:44px;background-size:100% 100%;background-repeat:no-repeat;}

/* 分类标签 */
.post-list span.item-img-cate{
    position:absolute!important;top:12px!important;left:12px!important;right:auto!important;
    transform:none!important;background:var(--ai-grad)!important;color:#fff!important;
    height:24px;line-height:24px;padding:0 11px!important;font-size:12px;font-weight:600;
    border-radius:999px!important;box-shadow:0 6px 16px -6px rgba(236,72,153,.7);z-index:3;
}
.post-list .entry-container:hover span.item-img-cate{transform:none!important;}

/* 标题 */
.post-list .entry-header{margin-bottom:8px;}
.post-list .entry-header h3{font-size:17px!important;line-height:1.5!important;margin:0!important;white-space:normal!important;}
.post-list .entry-header h3 a{color:var(--ai-text)!important;font-weight:700;letter-spacing:.2px;}
.post-list .entry-header h3 a:hover{color:var(--ai-violet)!important;}

/* 摘要 */
.post-list .entry-summary{margin-top:4px;}
.post-list .entry-summary p{
    -webkit-line-clamp:2!important;height:auto!important;line-height:1.7!important;font-size:13px!important;color:var(--ai-muted)!important;margin:.4em 0 .2em!important;
}
.post-list .entry-summary p a{color:var(--ai-muted)!important;}

/* 元信息 */
.post-list .entry-meta-items{margin-top:14px!important;padding-top:12px;border-top:1px dashed var(--ai-border);font-size:12.5px;flex-wrap:wrap;gap:4px 0;}
.post-list .entry-meta,.post-list .fea-meta{color:var(--ai-muted)!important;font-size:12.5px!important;}
.post-list .entry-meta a,.post-list .entry-meta-author a{color:var(--ai-muted)!important;}
.post-list .entry-meta a:hover,.post-list .entry-meta-author a:hover{color:var(--ai-violet)!important;}
.post-list .entry-meta-author{display:flex!important;margin-top:6px!important;margin-left:0!important;width:100%;}
.post-list .entry-meta-author a{font-size:12.5px;}
.post-list i.icon{color:var(--ai-pink);margin-right:4px;}
.post-list .entry-meta .font-eye:before{color:var(--ai-cyan);}
.post-list .entry-meta .font-time:before{color:var(--ai-amber);}

/* 左侧渐变条 */
.post-list .entry-container .l-line{
    top:0!important;left:0!important;width:100%!important;height:3px!important;border-radius:0!important;
    background:var(--ai-grad)!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .4s!important;
}
.post-list .entry-container:hover .l-line{transform:scaleX(1)!important;}

/* =============================================================
   侧栏 widget
   ============================================================= */
.mside .widget{
    background:var(--ai-card);border:1px solid var(--ai-border)!important;border-radius:var(--ai-radius)!important;
    padding:20px!important;box-shadow:var(--ai-shadow)!important;
}
.widget h3.widget-title{
    font-size:15px!important;font-weight:700;color:var(--ai-text)!important;
    text-transform:none!important;letter-spacing:.5px;border:none!important;padding:0!important;
    margin:0 0 16px!important;position:relative!important;text-shadow:none!important;
}
.widget h3.widget-title:before{display:none!important;}
.widget h3.widget-title:after{display:none!important;}
.widget h3.widget-title{padding-left:14px!important;}
.widget h3.widget-title{position:relative;}
.widget .widget-title{position:relative;}
.widget h3.widget-title:before{
    content:"";display:block!important;position:absolute!important;left:0!important;top:50%!important;
    width:4px!important;height:18px!important;border-radius:3px;background:var(--ai-grad)!important;
    transform:translateY(-50%)!important;
}

/* 推荐服务卡片 */
.list-media{border-radius:12px!important;margin-bottom:12px!important;}
.list-media:after{padding-top:56%!important;}
.list-content{background:linear-gradient(to top,rgba(15,18,34,.92),rgba(15,18,34,.2) 70%,transparent)!important;border-radius:0 0 12px 12px;}
.list-content a.list-title{color:#fff!important;font-size:14px!important;font-weight:600;padding:.6rem .75rem .2rem!important;}
p.list-footer{color:rgba(255,255,255,.7)!important;font-size:11px;}
.list-media:hover a.media-content{animation:none!important;}

/* =============================================================
   友情链接
   ============================================================= */
.link-box{
    background:var(--ai-card);border:1px solid var(--ai-border)!important;border-radius:var(--ai-radius)!important;
    padding:22px 24px!important;box-shadow:var(--ai-shadow)!important;margin-top:22px;
}
section.links-title{border:none!important;padding:0!important;margin-bottom:14px!important;display:flex;align-items:center;}
section.links-title h3{font-size:16px;font-weight:700;color:var(--ai-text);margin:0;letter-spacing:.5px;position:relative;padding-left:14px;}
section.links-title h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:18px;border-radius:3px;background:var(--ai-grad);}
#links-home{display:flex;flex-wrap:wrap;gap:10px;margin:0!important;}
#links-home li{
    width:auto!important;margin:0!important;display:inline-block!important;
    background:#f4f2fb;border:1px solid var(--ai-border);border-radius:999px;padding:0!important;
}
#links-home li a{display:inline-block;padding:7px 16px;font-size:13px;color:var(--ai-text);border-radius:999px;transition:.2s;}
#links-home li:hover{background:var(--ai-grad);border-color:transparent;}
#links-home li:hover a{color:#fff;}

/* =============================================================
   公共底部
   ============================================================= */
.footer.bg-dark{
    background:
      radial-gradient(800px 320px at 90% -10%,rgba(124,58,237,.32),transparent 60%),
      radial-gradient(700px 300px at 0% 120%,rgba(236,72,153,.22),transparent 55%),
      linear-gradient(180deg,#0f1222 0%,#0a0c18 100%)!important;
    border-top:3px solid transparent!important;
    border-image:var(--ai-grad) 1!important;
    color:#cdd2e8!important;padding:48px 0 22px!important;margin-top:30px;position:relative;
}
.footer.bg-dark:before{
    content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ai-grad);
}
.footer.bg-dark .container{max-width:1220px;}
.footer.bg-dark a{color:#cdd2e8;}
.footer.bg-dark a:hover{color:#fff;}

/* 顶部多列 */
.footer .footer-top{
    display:grid;grid-template-columns:1.6fr 1fr 1.2fr;gap:36px;
    padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.08);
}
.footer .footer-fill,.footer .footer-hidden-xs,.footer .footer-links{float:none!important;width:auto!important;position:static!important;transform:none!important;border:none!important;margin:0!important;padding:0!important;}
.footer .footer-column{display:block!important;}
.footer .footer-menu{display:none!important;}
.footer .f-last-line{display:none!important;}

.footer-brand .footer-logo{
    font-size:22px;font-weight:800;letter-spacing:1px;margin-bottom:14px;
    background:linear-gradient(90deg,#fff,#ffe9f7 60%,#fde68a);-webkit-background-clip:text;background-clip:text;color:transparent;
}
.footer-brand .footer-desc{font-size:13.5px;line-height:1.85;color:#9aa0c0;max-width:340px;}

.footer-col-title{
    font-size:14px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:1px;position:relative;padding-left:14px;
}
.footer-col-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:16px;border-radius:3px;background:var(--ai-grad);}
.footer-nav,.footer-contact{list-style:none;margin:0;padding:0;}
.footer-nav li,.footer-contact li{margin-bottom:11px;font-size:13.5px;color:#9aa0c0;line-height:1.6;}
.footer-nav li a,.footer-contact li a{color:#9aa0c0;transition:.2s;}
.footer-nav li a:hover{color:#fff;padding-left:4px;}
.footer-contact .fc-label{color:#7c849e;}
.footer-contact a{color:#cdd2e8;}

/* 底部版权行 */
.footer .footer-bottom{
    display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;
    padding-top:20px;font-size:13px;color:#8a90b0;
}
.footer-copyright.text-xs,.footer-copyright.text-xs a{color:#8a90b0!important;font-size:13px!important;}
.footer-copyright.text-xs a:hover{color:#fff!important;}
.footer .footer-bottom .footer-powered{color:#8a90b0;font-size:13px;}
.footer .footer-bottom .footer-powered b{color:#cdd2e8;}

/* =============================================================
   返回顶部
   ============================================================= */
.backtop{right:20px!important;bottom:90px!important;}
.backtop .bt-box{
    background:var(--ai-ink)!important;border-radius:14px!important;width:44px!important;height:44px!important;line-height:44px!important;
    box-shadow:0 12px 26px -10px rgba(15,18,34,.5)!important;border:1px solid rgba(255,255,255,.08);
}
.backtop .bt-box:hover{background:var(--ai-grad)!important;transform:translateY(-2px);}
.backtop .bt-box i{color:#fff!important;}

/* =============================================================
   夜间模式适配
   ============================================================= */
body.night{background:#0e1018!important;color:#cfd3e6;}
body.night,body.home-index{
    --ai-card:#191c2b;--ai-border:#272b3d;--ai-text:#e6e8f2;--ai-muted:#9aa0c0;
    --ai-shadow:0 10px 30px -12px rgba(0,0,0,.55);--ai-bg:#0e1018;
}
body.night .hero-title{background:linear-gradient(90deg,#fff,#ffe9f7 60%,#fde68a);-webkit-background-clip:text;background-clip:text;color:transparent;}
body.night .post-list{background:var(--ai-card)!important;border-color:var(--ai-border)!important;}
body.night .post-list .entry-header h3 a{color:#e6e8f2!important;}
body.night .post-list .entry-summary p,body.night .post-list .entry-summary p a{color:#9aa0c0!important;}
body.night .widget{background:var(--ai-card)!important;border-color:var(--ai-border)!important;}
body.night .widget h3.widget-title{color:#e6e8f2!important;}
body.night .link-box{background:var(--ai-card)!important;border-color:var(--ai-border)!important;}
body.night section.links-title h3{color:#e6e8f2!important;}
body.night #links-home li{background:#1f2335;border-color:var(--ai-border);}
body.night #links-home li a{color:#cfd3e6;}
body.night .wrapper-ban{box-shadow:var(--ai-shadow)!important;}
body.night .section-head h2{color:#e6e8f2;}
body.night .section-head .sh-sub{color:#9aa0c0;}
body.night .top-utility{background:#0a0c18;}

/* =============================================================
   响应式
   ============================================================= */
@media screen and (max-width:1100px){
    .home-main{grid-template-columns:1fr;}
    .footer .footer-top{grid-template-columns:1fr 1fr;}
    .footer-brand{grid-column:1 / -1;}
}
@media screen and (max-width:768px){
    .hero-title{font-size:30px;}
    .hero-inner{padding:38px 15px 36px;}
    .swiper-container{height:240px!important;}
    .top-utility .tu-right .tu-date{display:none;}
    .footer .footer-top{grid-template-columns:1fr;gap:24px;}
    .footer .footer-bottom{flex-direction:column;align-items:flex-start;}
    .home-main{gap:14px;}
    .post-list .entry-header h3{font-size:16px!important;}
}
