/* ============================================================
   newzhuti 自媒体主题 · 深色玻璃拟态（参考刘伟软件站视觉语言）
   布局结构参考拓源纯净主题
   ============================================================ */

:root {
    --bg0: #04070f;
    --bg1: #081129;
    --bg2: #0d1b3e;
    --card: rgba(255, 255, 255, .055);
    --card2: rgba(255, 255, 255, .09);
    --brd: rgba(255, 255, 255, .12);
    --line: rgba(255, 255, 255, .08);
    --txt: #e8f1ff;
    --dim: #8fa3c8;
    --faint: #5d7098;
    --cyan: #00e0ff;
    --violet: #7b2ff7;
    --gold: #ffb300;
    --ac: #00e0ff;
    --grad: linear-gradient(135deg, #00e0ff, #7b2ff7);
    --grad-text: linear-gradient(100deg, #fff 10%, #00e0ff 45%, #7b2ff7 90%);
    --r-lg: 18px;
    --r-md: 12px;
    --r-sm: 8px;
    --shadow: 0 10px 34px rgba(0, 0, 0, .38);
    --font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    font-size: 15px;
    line-height: 1.7;
    color: var(--txt);
    background:
        radial-gradient(1100px 520px at 85% -8%, rgba(123, 47, 247, .22), transparent 60%),
        radial-gradient(900px 460px at -10% 8%, rgba(0, 224, 255, .16), transparent 55%),
        linear-gradient(168deg, var(--bg0) 0%, var(--bg1) 46%, var(--bg2) 100%);
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color .22s ease; }
img { max-width: 100%; border: 0; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- 星空粒子 & 光晕 ---------- */
#nzStars {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
#nzGlow {
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 224, 255, .16), rgba(123, 47, 247, .12) 40%, transparent 70%);
    filter: blur(30px);
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.wrapper { position: relative; z-index: 2; min-height: 100vh; display: flex; flex-direction: column; }
.wrap { width: 1200px; max-width: 94%; margin: 0 auto; position: relative; }

/* ---------- 顶部导航 ---------- */
.nz-header {
    position: sticky;
    top: 0;
    z-index: 90;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    background: rgba(6, 11, 26, .72);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.nz-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
}
.nz-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nz-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--grad);
    color: #04121f;
    font-weight: 800;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 224, 255, .28);
}
.nz-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.nz-logo-name {
    font-size: 19px;
    font-weight: 800;
    letter-spacing: .5px;
    background: var(--grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nz-logo-sub { font-size: 11px; color: var(--faint); font-style: normal; letter-spacing: 1px; }
.nz-head { display: flex; align-items: center; gap: 10px; }
.nz-menu > ul { display: flex; align-items: center; gap: 4px; }
.nz-menu li {
    position: relative;
    margin: 0 2px;
}
.nz-menu li a {
    display: block;
    padding: 7px 14px;
    color: var(--dim);
    font-size: 15px;
    border-radius: 8px;
    transition: all .22s ease;
}
.nz-menu li a:hover,
.nz-menu li.on a,
.nz-menu li.active a {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}
.nz-menu li a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 2px;
    height: 2px;
    border-radius: 2px;
    background: var(--grad);
    opacity: 0;
    transition: opacity .22s ease;
}
.nz-menu li a:hover::after,
.nz-menu li.on a::after { opacity: 1; }
.nz-schico a {
    display: block;
    width: 34px;
    height: 34px;
    border: 1px solid var(--brd);
    border-radius: 50%;
    background:
        radial-gradient(circle at 60% 60%, transparent 26%, var(--dim) 27%, var(--dim) 32%, transparent 33%),
        radial-gradient(circle at 62% 62%, transparent 11%, var(--dim) 12%, var(--dim) 15%, transparent 16%);
    transition: all .22s ease;
}
.nz-schico a:hover { border-color: var(--ac); box-shadow: 0 0 14px rgba(0, 224, 255, .35); }
.nz-menuico { display: none; flex-direction: column; gap: 5px; padding: 8px 4px; cursor: pointer; }
.nz-menuico span {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: var(--txt);
    transition: all .25s ease;
}
.nz-schbox {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 89;
    padding: 14px 0;
    background: rgba(6, 11, 26, .94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}
.nz-schbox form { display: flex; gap: 10px; }
.nz-schbox input {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--brd);
    border-radius: 10px;
    color: var(--txt);
    font-size: 15px;
    outline: none;
    transition: border-color .22s ease;
}
.nz-schbox input:focus { border-color: var(--ac); }
.nz-schbox button {
    height: 44px;
    padding: 0 24px;
    background: var(--grad);
    border: 0;
    border-radius: 10px;
    color: #04121f;
    font-weight: 700;
}

/* ---------- 首页 Hero ---------- */
.nz-hero {
    position: relative;
    padding: 72px 0 44px;
    text-align: center;
    overflow: hidden;
}
.nz-hero::before {
    content: "";
    position: absolute;
    inset: -40% -10% auto;
    height: 140%;
    background:
        radial-gradient(700px 260px at 50% 0%, rgba(0, 224, 255, .14), transparent 60%),
        radial-gradient(520px 220px at 22% 30%, rgba(123, 47, 247, .16), transparent 65%);
    pointer-events: none;
}
.nz-hero-inner { position: relative; }
.nz-hero-kicker {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid rgba(0, 224, 255, .35);
    border-radius: 999px;
    color: var(--cyan);
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 18px;
    background: rgba(0, 224, 255, .06);
}
.nz-hero-title {
    font-size: clamp(34px, 5.6vw, 60px);
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.15;
    background: var(--grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 60px rgba(0, 224, 255, .25);
}
.nz-hero-sub {
    margin: 16px auto 0;
    max-width: 640px;
    color: var(--dim);
    font-size: 15px;
}

/* ---------- 分类栏（列表页标题 + Tab） ---------- */
.nz-catbar { padding: 26px 0 4px; }
.nz-catbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.nz-cat-title {
    font-size: 22px;
    font-weight: 700;
    background: var(--grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------- Tab ---------- */
.nz-tabs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nz-tab {
    padding: 6px 16px;
    border: 1px solid var(--brd);
    border-radius: 999px;
    color: var(--dim);
    font-size: 14px;
    background: rgba(255, 255, 255, .04);
    transition: all .22s ease;
}
.nz-tab:hover { color: #fff; border-color: rgba(0, 224, 255, .5); }
.nz-tab.on {
    background: var(--grad);
    border-color: transparent;
    color: #04121f;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(0, 224, 255, .28);
}
.nz-hero .nz-tabs { justify-content: center; margin-top: 28px; }

/* ---------- 主布局 ---------- */
.nz-main { flex: 1; padding: 26px 0 60px; }
.nz-main .wrap { display: flex; align-items: flex-start; gap: 26px; }
.nz-content { flex: 1; min-width: 0; }
.nz-sidebar { width: 300px; flex-shrink: 0; }
.nz-block { display: flex; flex-direction: column; gap: 18px; }

/* ---------- 卡片通用 ---------- */
.nz-card {
    background: var(--card);
    border: 1px solid var(--brd);
    border-radius: var(--r-lg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.nz-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 224, 255, .4);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .45), 0 0 0 1px rgba(0, 224, 255, .18);
}
.card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.card-title a { color: var(--txt); }
.card-title a:hover { color: var(--ac); }
.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    font-size: 12.5px;
    color: var(--faint);
}
.card-meta a { color: var(--faint); }
.card-meta a:hover { color: var(--ac); }
.card-intro {
    margin-top: 10px;
    color: var(--dim);
    font-size: 13.5px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---------- 文章卡片 ---------- */
.card-art { display: flex; gap: 18px; padding: 18px; }
.card-art-img {
    width: 208px;
    flex-shrink: 0;
    border-radius: var(--r-md);
    overflow: hidden;
    align-self: flex-start;
}
.card-art-img img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.card-art:hover .card-art-img img { transform: scale(1.06); }
.card-art-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.card-more {
    margin-top: auto;
    padding-top: 12px;
    font-size: 13px;
    color: var(--ac);
    font-weight: 600;
}

/* ---------- 图集卡片 ---------- */
.card-gallery { padding: 12px 12px 16px; }
.card-gallery-imgs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border-radius: var(--r-md);
    overflow: hidden;
}
.card-gallery-imgs .gi { position: relative; overflow: hidden; border-radius: 6px; }
.card-gallery-imgs .gi img { width: 100%; height: 92px; object-fit: cover; display: block; transition: transform .35s ease; }
.card-gallery:hover .gi img { transform: scale(1.05); }
.card-gallery-imgs .gi-empty {
    grid-column: 1 / -1;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    background: rgba(255, 255, 255, .04);
}
.gallery-count {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(4, 7, 15, .72);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 12px;
    backdrop-filter: blur(6px);
}
.card-gallery-body { padding: 14px 6px 4px; }

/* ---------- 视频卡片 ---------- */
.card-video { padding: 12px 12px 16px; }
.card-video-cover {
    position: relative;
    display: block;
    border-radius: var(--r-md);
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #0d1b3e, #04070f);
}
.card-video-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.card-video:hover .card-video-cover img { transform: scale(1.05); }
.cv-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.cv-ph-ic { font-size: 44px; opacity: .55; }
.cv-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(4, 7, 15, .55);
    border: 1.5px solid rgba(255, 255, 255, .85);
    backdrop-filter: blur(6px);
    transition: all .25s ease;
}
.cv-play::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
    left: 4px;
}
.card-video:hover .cv-play {
    transform: scale(1.12);
    background: var(--grad);
    border-color: transparent;
    box-shadow: 0 0 26px rgba(0, 224, 255, .55);
}
.cv-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 3px 12px;
    border-radius: 999px;
    background: rgba(255, 51, 102, .82);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.card-video-body { padding: 14px 6px 4px; }

/* ---------- 微语卡片 ---------- */
.card-weibo { padding: 18px; position: relative; }
.card-weibo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--ac), var(--violet));
    opacity: .5;
}
.cw-head { display: flex; align-items: center; gap: 12px; }
.cw-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--grad);
    color: #04121f;
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0, 224, 255, .3);
}
.cw-who { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.cw-name { font-size: 15px; font-weight: 700; }
.cw-time { font-size: 12px; color: var(--faint); }
.cw-tag {
    padding: 3px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 224, 255, .4);
    color: var(--cyan);
    font-size: 12px;
    background: rgba(0, 224, 255, .07);
}
.cw-text { display: block; margin-top: 12px; }
.cw-tt { display: block; font-size: 16px; margin-bottom: 4px; }
.cw-body { color: var(--dim); font-size: 14.5px; line-height: 1.85; }
.cw-imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 12px;
}
.cw-imgs-1 { grid-template-columns: 1fr; max-width: 320px; }
.cw-imgs-2 { grid-template-columns: repeat(2, 1fr); }
.cw-img { border-radius: 8px; overflow: hidden; }
.cw-img img { width: 100%; height: 118px; object-fit: cover; display: block; transition: transform .3s ease; }
.cw-imgs-1 .cw-img img { height: auto; max-height: 420px; }
.cw-foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); display: flex; gap: 18px; font-size: 12.5px; color: var(--faint); }

/* ---------- 置顶 ---------- */
.nz-toprow { display: flex; }
.nz-topflag {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9d00, #ff3d81);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(255, 61, 129, .35);
}

/* ---------- 详情页 ---------- */
.nz-block-post { gap: 18px; }
.nz-post {
    background: var(--card);
    border: 1px solid var(--brd);
    border-radius: var(--r-lg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    padding: 30px 34px;
}
.nz-post-badges { display: flex; gap: 8px; margin-bottom: 14px; }
.nz-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 224, 255, .4);
    color: var(--cyan);
    font-size: 12px;
    background: rgba(0, 224, 255, .07);
}
.nz-badge-top { border-color: rgba(255, 157, 0, .5); color: #ffb35c; background: rgba(255, 157, 0, .08); }
.nz-badge-count { border-color: rgba(123, 47, 247, .45); color: #b48cff; background: rgba(123, 47, 247, .1); }
.nz-post-title {
    font-size: clamp(22px, 3.4vw, 30px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .5px;
}
.nz-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    color: var(--faint);
}
.nz-post-meta a { color: var(--faint); }
.nz-post-meta a:hover { color: var(--ac); }

.nz-post-body { margin-top: 22px; font-size: 15.5px; color: #dbe7ff; }
.nz-post-body p { margin: 14px 0; }
.nz-post-body img { border-radius: var(--r-md); box-shadow: var(--shadow); }
.nz-post-body a { color: var(--ac); border-bottom: 1px dashed rgba(0, 224, 255, .4); }
.nz-post-body a:hover { color: #fff; border-color: #fff; }
.nz-post-body h2, .nz-post-body h3, .nz-post-body h4 {
    margin: 26px 0 12px;
    padding-left: 12px;
    border-left: 4px solid;
    border-image: var(--grad) 1;
    line-height: 1.4;
}
.nz-post-body blockquote {
    margin: 16px 0;
    padding: 12px 18px;
    border-radius: var(--r-md);
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--line);
    color: var(--dim);
}
.nz-post-body pre {
    margin: 16px 0;
    padding: 16px;
    border-radius: var(--r-md);
    background: rgba(2, 5, 12, .75);
    border: 1px solid var(--line);
    overflow: auto;
    font-size: 13.5px;
}
.nz-post-body code { font-family: Consolas, Monaco, monospace; }
.nz-tags {
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.nz-tags-label { color: var(--faint); font-size: 13px; }
.nz-tag {
    padding: 4px 14px;
    border: 1px solid var(--brd);
    border-radius: 999px;
    color: var(--dim);
    font-size: 13px;
    background: rgba(255, 255, 255, .04);
    transition: all .2s ease;
}
.nz-tag:hover { border-color: var(--ac); color: var(--ac); }

/* ---------- 视频播放 ---------- */
.nz-video-wrap { margin-top: 22px; }
.nz-player, .nz-video-frame {
    width: 100%;
    border-radius: var(--r-md);
    background: #000;
    display: block;
}
.nz-video-frame {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.nz-video-frame iframe { width: 100%; height: 100%; border: 0; }

/* ---------- 图集详情 ---------- */
.nz-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 22px;
}
.nz-gallery-item {
    position: relative;
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--shadow);
    aspect-ratio: 4 / 3;
    background: rgba(255, 255, 255, .04);
}
.nz-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.nz-gallery-item:hover img { transform: scale(1.06); }
.nz-gallery-desc { margin-top: 20px; color: var(--dim); }

/* ---------- 微语详情 ---------- */
.nz-weibo-page .nz-post { padding: 26px 30px; }
.nz-wb-head { display: flex; align-items: center; gap: 14px; }
.nz-wb-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--grad);
    color: #04121f;
    font-weight: 800;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 224, 255, .3);
}
.nz-wb-who { flex: 1; display: flex; flex-direction: column; }
.nz-wb-name { font-size: 17px; font-weight: 700; }
.nz-wb-time { font-size: 12.5px; color: var(--faint); }
.nz-wb-title { margin: 20px 0 4px; font-size: 20px; font-weight: 800; }
.nz-wb-body { margin-top: 14px; font-size: 15.5px; color: #dbe7ff; line-height: 1.9; }
.nz-wb-imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
}
.nz-wb-img { border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow); }
.nz-wb-img img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform .3s ease; }
.nz-wb-img:hover img { transform: scale(1.05); }
.nz-wb-foot {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: var(--faint);
}
.nz-wb-foot a { color: var(--ac); }

/* ---------- 上下篇 ---------- */
.nz-pages {
    display: flex;
    align-items: stretch;
    gap: 12px;
    background: var(--card);
    border: 1px solid var(--brd);
    border-radius: var(--r-lg);
    backdrop-filter: blur(14px);
    padding: 16px 18px;
}
.nz-pages-item { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; font-size: 13.5px; }
.nz-pages-item span { color: var(--faint); font-size: 12px; }
.nz-pages-item b {
    font-weight: 500;
    color: var(--dim);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nz-pages-item a b { color: var(--txt); }
.nz-pages-item a:hover b { color: var(--ac); }
.nz-backlist {
    align-self: center;
    padding: 7px 18px;
    border: 1px solid var(--brd);
    border-radius: 999px;
    color: var(--dim);
    font-size: 13px;
    white-space: nowrap;
    transition: all .2s ease;
}
.nz-backlist:hover { color: #04121f; background: var(--grad); border-color: transparent; }

/* ---------- 相关推荐 ---------- */
.nz-related {
    background: var(--card);
    border: 1px solid var(--brd);
    border-radius: var(--r-lg);
    backdrop-filter: blur(14px);
    padding: 20px 22px;
}
.nz-related h4 {
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 4px solid;
    border-image: var(--grad) 1;
}
.nz-rel {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed var(--line);
}
.nz-rel:last-child { border-bottom: 0; }
.nz-rel-img {
    width: 84px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.nz-rel-img img { width: 100%; height: 100%; object-fit: cover; }
.nz-rel-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.nz-rel-info b {
    font-size: 14px;
    font-weight: 600;
    color: var(--txt);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nz-rel:hover .nz-rel-info b { color: var(--ac); }
.nz-rel-info em { font-style: normal; font-size: 12px; color: var(--faint); }

/* ---------- 评论 ---------- */
.nz-comments, .nz-cmtpost {
    background: var(--card);
    border: 1px solid var(--brd);
    border-radius: var(--r-lg);
    backdrop-filter: blur(14px);
    padding: 22px 24px;
}
.nz-cmt-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.nz-cmt-title h4 { font-size: 16px; }
.nz-cmt-num {
    padding: 1px 10px;
    border-radius: 999px;
    background: var(--grad);
    color: #04121f;
    font-size: 12px;
    font-weight: 700;
}
.nz-cmt {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--line);
}
.nz-cmt-avatar { width: 40px; height: 40px; flex-shrink: 0; }
.nz-cmt-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--brd);
    object-fit: cover;
}
.nz-cmt-main { flex: 1; min-width: 0; }
.nz-cmt-head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.nz-cmt-name { font-size: 14px; font-weight: 700; }
.nz-cmt-name a:hover { color: var(--ac); }
.nz-cmt-date { font-size: 12px; color: var(--faint); }
.nz-cmt-content { margin-top: 6px; font-size: 14.5px; color: var(--dim); line-height: 1.8; }
.nz-cmt-foot { margin-top: 8px; }
.nz-cmt-foot a { font-size: 12.5px; color: var(--faint); }
.nz-cmt-foot a:hover { color: var(--ac); }
.nz-cmt-reply {
    margin: 10px 0 0 18px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--line);
    font-size: 13.5px;
    color: var(--dim);
}
.nz-cmt-reply-head { display: flex; gap: 10px; align-items: baseline; }
.nz-cmt-rname { font-size: 13px; color: var(--txt); }
.nz-cmt-rdate { font-size: 11.5px; color: var(--faint); }
.nz-cmt-rcon { margin-top: 4px; }
.nz-comments[data-content]::before { content: attr(data-content); color: var(--faint); font-size: 14px; }
.nz-cmt-pagebar { margin-top: 14px; text-align: center; }

.nz-cmtpost { margin-top: 18px; }
.nz-cmt-btn-cancel { display: none; }
.nz-cmtpost-box { display: flex; gap: 14px; }
.nz-cmt-area { flex: 1; min-width: 0; }
.nz-cmt-area textarea {
    width: 100%;
    height: 84px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--brd);
    border-radius: var(--r-md);
    color: var(--txt);
    font-size: 14.5px;
    font-family: inherit;
    outline: none;
    resize: vertical;
    transition: border-color .22s ease;
}
.nz-cmt-area textarea:focus { border-color: var(--ac); }
.nz-cmt-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.nz-cmt-form p { position: relative; flex: 1; min-width: 150px; }
.nz-cmt-form input {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--brd);
    border-radius: 8px;
    color: var(--txt);
    font-size: 13.5px;
    outline: none;
}
.nz-cmt-verify { display: flex; align-items: center; gap: 8px; }
.nz-cmt-code { height: 38px; border-radius: 8px; cursor: pointer; }
.nz-cmt-submit {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.nz-cmt-submit span { font-size: 12.5px; color: var(--faint); }
.nz-cmt-btn {
    padding: 8px 26px;
    background: var(--grad);
    border: 0;
    border-radius: 999px;
    color: #04121f;
    font-weight: 700;
    font-size: 14px;
    transition: box-shadow .2s ease;
}
.nz-cmt-btn:hover { box-shadow: 0 6px 22px rgba(0, 224, 255, .4); }
.nz-cmt-avatar-empty {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    border: 1px dashed var(--brd);
    color: var(--faint);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* ---------- 侧边栏模块 ---------- */
.nz-sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 80px; }
.function {
    background: var(--card);
    border: 1px solid var(--brd);
    border-radius: var(--r-lg);
    backdrop-filter: blur(14px);
    overflow: hidden;
}
.function_t {
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    color: var(--txt);
    position: relative;
}
.function_t::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border-radius: 4px;
    background: var(--grad);
    vertical-align: -1px;
}
.function_c { padding: 4px 18px 16px; font-size: 13.5px; color: var(--dim); }
.function_c ul li { padding: 7px 0; border-bottom: 1px dashed var(--line); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.function_c ul li:last-child { border-bottom: 0; }
.function_c ul li a:hover { color: var(--ac); }
.function_c div a { display: inline-block; margin: 4px 6px 4px 0; padding: 3px 12px; border: 1px solid var(--brd); border-radius: 999px; font-size: 12.5px; color: var(--dim); transition: all .2s ease; }
.function_c div a:hover { border-color: var(--ac); color: var(--ac); }
.function_c p { padding: 5px 0; }

/* ---------- 分页 ---------- */
.nz-pagebar { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.nz-pagebar .page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid var(--brd);
    border-radius: 10px;
    background: var(--card);
    color: var(--dim);
    font-size: 14px;
    backdrop-filter: blur(10px);
    transition: all .22s ease;
}
.nz-pagebar a:hover .page { border-color: var(--ac); color: var(--ac); }
.nz-pagebar .now-page {
    background: var(--grad);
    border-color: transparent;
    color: #04121f;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 224, 255, .3);
}

/* ---------- 空状态 / 404 ---------- */
.nz-empty { text-align: center; padding: 70px 20px; color: var(--faint); }
.nz-empty-icon { font-size: 52px; margin-bottom: 14px; opacity: .8; }
.nz-empty-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 9px 28px;
    border-radius: 999px;
    background: var(--grad);
    color: #04121f;
    font-weight: 700;
    font-size: 14px;
}
.nz-404 { text-align: center; padding: 80px 30px; align-items: center; }
.nz-404-code {
    font-size: clamp(80px, 16vw, 150px);
    font-weight: 800;
    line-height: 1;
    background: var(--grad-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nz-404-txt { margin-top: 10px; font-size: 18px; color: var(--txt); }
.nz-404-sub { margin-top: 8px; font-size: 13.5px; color: var(--faint); }
.nz-404-search {
    display: flex;
    gap: 10px;
    max-width: 460px;
    width: 100%;
    margin: 26px auto 0;
}
.nz-404-search input {
    flex: 1;
    height: 44px;
    padding: 0 16px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--brd);
    border-radius: 10px;
    color: var(--txt);
    outline: none;
}
.nz-404-search button {
    padding: 0 26px;
    border: 0;
    border-radius: 10px;
    background: var(--grad);
    color: #04121f;
    font-weight: 700;
}
.nz-404-back {
    display: inline-block;
    margin-top: 26px;
    padding: 9px 30px;
    border: 1px solid var(--brd);
    border-radius: 999px;
    color: var(--dim);
}
.nz-404-back:hover { color: var(--ac); border-color: var(--ac); }

/* ---------- 页脚 ---------- */
.nz-footer {
    position: relative;
    margin-top: auto;
    border-top: 1px solid var(--line);
    background: rgba(4, 7, 15, .6);
    backdrop-filter: blur(10px);
}
.nz-footer-inner { padding: 26px 0; text-align: center; }
.nz-footer h3 { font-size: 13.5px; color: var(--faint); font-weight: 400; }
.nz-footer h4 { font-size: 12.5px; color: #46587d; font-weight: 400; margin-top: 6px; }
.nz-footer a:hover { color: var(--ac); }

/* ---------- 返回顶部 ---------- */
.nz-backtop {
    position: fixed;
    right: 22px;
    bottom: 26px;
    z-index: 80;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--card2);
    border: 1px solid var(--brd);
    color: var(--dim);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .3s ease;
}
.nz-backtop.show { opacity: 1; visibility: visible; transform: none; }
.nz-backtop:hover { color: #04121f; background: var(--grad); border-color: transparent; }

/* ---------- 快捷发布 ---------- */
.nz-qp-btn {
    position: fixed;
    right: 26px;
    bottom: 84px;
    z-index: 95;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 0;
    background: var(--grad);
    color: #04121f;
    font-size: 22px;
    box-shadow: 0 10px 30px rgba(0, 224, 255, .4);
    transition: transform .25s ease;
}
.nz-qp-btn:hover { transform: scale(1.1) rotate(12deg); }
.nz-qp-mask {
    position: fixed;
    inset: 0;
    z-index: 96;
    background: rgba(2, 4, 10, .6);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}
.nz-qp-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -46%) scale(.96);
    z-index: 97;
    width: 520px;
    max-width: 92vw;
    max-height: 82vh;
    overflow: auto;
    background: rgba(10, 18, 40, .97);
    border: 1px solid var(--brd);
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
    opacity: 0;
    visibility: hidden;
    transition: all .28s ease;
}
.nz-qp.open .nz-qp-mask, .nz-qp.open .nz-qp-box { opacity: 1; visibility: visible; }
.nz-qp.open .nz-qp-box { transform: translate(-50%, -50%) scale(1); }
.nz-qp-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
}
.nz-qp-title { font-size: 16px; font-weight: 700; }
.nz-qp-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--brd);
    background: transparent;
    color: var(--dim);
    font-size: 18px;
    line-height: 1;
}
.nz-qp-close:hover { color: #fff; border-color: var(--ac); }
.nz-qp-tabs { display: flex; gap: 6px; padding: 14px 20px 0; }
.nz-qp-tab {
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid var(--brd);
    color: var(--dim);
    font-size: 13.5px;
    cursor: pointer;
    transition: all .2s ease;
}
.nz-qp-tab.on { background: var(--grad); border-color: transparent; color: #04121f; font-weight: 700; }
.nz-qp-panel { display: none; padding: 16px 20px 22px; }
.nz-qp-panel.on { display: block; }
.nz-qp-panel textarea {
    width: 100%;
    height: 96px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--brd);
    border-radius: 12px;
    color: var(--txt);
    font-size: 14.5px;
    font-family: inherit;
    outline: none;
    resize: vertical;
}
.nz-qp-panel textarea:focus { border-color: var(--ac); }
.nz-qp-panel input[type="text"] {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 0 14px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--brd);
    border-radius: 10px;
    color: var(--txt);
    font-size: 13.5px;
    outline: none;
}
.nz-qp-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.nz-qp-msg { font-size: 13px; color: var(--gold); }
.nz-qp-send {
    padding: 9px 34px;
    border: 0;
    border-radius: 999px;
    background: var(--grad);
    color: #04121f;
    font-weight: 700;
    font-size: 14.5px;
}
.nz-qp-send:disabled { opacity: .6; cursor: wait; }
.nz-qp-tip { font-size: 13px; color: var(--faint); margin-bottom: 14px; }
.nz-qp-links { display: flex; flex-direction: column; gap: 10px; }
.nz-qp-link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 16px;
    border: 1px solid var(--brd);
    border-radius: 12px;
    background: rgba(255, 255, 255, .04);
    transition: all .22s ease;
}
.nz-qp-link b { font-size: 14.5px; color: var(--txt); }
.nz-qp-link span { font-size: 12.5px; color: var(--faint); }
.nz-qp-link:hover { border-color: var(--ac); transform: translateX(4px); }
.nz-qp-link:hover b { color: var(--ac); }

/* ---------- 搜索高亮 ---------- */
.schwords { color: var(--gold); font-weight: 700; }

/* ---------- 灯箱 ---------- */
.nz-lb { position: fixed; inset: 0; z-index: 120; opacity: 0; visibility: hidden; transition: opacity .25s ease; }
.nz-lb.open { opacity: 1; visibility: visible; }
.nz-lb-mask { position: absolute; inset: 0; background: rgba(2, 4, 10, .88); backdrop-filter: blur(6px); }
.nz-lb-stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 40px 70px; }
.nz-lb-stage img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 14px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .6);
    object-fit: contain;
}
.nz-lb-prev, .nz-lb-next, .nz-lb-close {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--brd);
    background: rgba(10, 18, 40, .7);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: all .2s ease;
}
.nz-lb-prev:hover, .nz-lb-next:hover, .nz-lb-close:hover { background: var(--grad); color: #04121f; border-color: transparent; }
.nz-lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.nz-lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
.nz-lb-close { right: 18px; top: 18px; }
.nz-lb-count {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    padding: 3px 14px;
    border-radius: 999px;
    background: rgba(10, 18, 40, .7);
    border: 1px solid var(--brd);
    color: var(--dim);
    font-size: 13px;
}
@media (max-width: 750px) {
    .nz-lb-stage { padding: 30px 12px; }
    .nz-lb-prev { left: 6px; }
    .nz-lb-next { right: 6px; }
}

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
    .nz-sidebar { display: none; }
    .nz-main .wrap { gap: 0; }
}
@media (max-width: 750px) {
    .nz-header .wrap { height: 56px; }
    .nz-logo-name { font-size: 17px; }
    .nz-logo-mark { width: 34px; height: 34px; font-size: 14px; }
    .nz-menuico { display: flex; }
    .nz-menu {
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: rgba(6, 11, 26, .97);
        border-bottom: 1px solid var(--line);
        display: none;
        padding: 8px 12px 14px;
    }
    .nz-menu.open { display: block; }
    .nz-menu > ul { flex-direction: column; align-items: stretch; gap: 2px; }
    .nz-menu li a { padding: 11px 14px; }
    .nz-schico { display: none; }
    .nz-schbox { top: 56px; }
    .nz-hero { padding: 46px 0 30px; }
    .nz-hero-sub { font-size: 13.5px; }
    .nz-main { padding: 18px 0 40px; }
    .nz-catbar-inner { flex-direction: column; align-items: flex-start; }
    .card-art { flex-direction: column; }
    .card-art-img { width: 100%; }
    .card-art-img img { height: 190px; }
    .nz-post { padding: 20px 16px; }
    .nz-gallery { grid-template-columns: repeat(2, 1fr); }
    .nz-wb-imgs { grid-template-columns: repeat(2, 1fr); }
    .nz-wb-img img { height: 150px; }
    .nz-pages { flex-direction: column; }
    .nz-backlist { align-self: flex-start; }
    .nz-cmtpost-box { flex-direction: column; }
    .nz-qp-btn { right: 16px; bottom: 74px; width: 46px; height: 46px; font-size: 19px; }
}
