body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    background: #f5f5f7;
    overflow-x: hidden;
}

.video-hero {
    height: 80vh;
    margin-bottom: 0;
}

.video-hero .video-bg {
    object-fit: cover;
    object-position: center 45%;
}

.top-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    border-bottom: none;
    padding: 12px 0;
    pointer-events: auto;
}

.top-header .nav {
    position: relative;
    isolation: isolate;
    gap: 38px;
    padding: 9px 22px 10px;
    border: 1px solid rgba(218, 249, 255, 0.58);
    border-radius: 999px;
    overflow: visible;
    background:
        radial-gradient(circle at 8% 28%, rgba(255, 255, 255, 0.72) 0 7px, transparent 8px),
        radial-gradient(circle at 20% 76%, rgba(108, 210, 226, 0.22) 0 6px, transparent 7px),
        radial-gradient(circle at 41% 24%, rgba(255, 255, 255, 0.55) 0 5px, transparent 6px),
        radial-gradient(circle at 64% 72%, rgba(126, 222, 190, 0.20) 0 7px, transparent 8px),
        radial-gradient(circle at 88% 30%, rgba(221, 247, 255, 0.62) 0 8px, transparent 9px),
        linear-gradient(135deg, rgba(238, 253, 255, 0.62), rgba(189, 235, 246, 0.32) 48%, rgba(233, 255, 237, 0.22));
    box-shadow:
        0 16px 34px rgba(32, 126, 154, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.76),
        inset 0 -1px 0 rgba(102, 205, 218, 0.18);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.top-header .nav::before,
.top-header .nav::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.top-header .nav::before {
    left: 18px;
    right: 18px;
    bottom: 6px;
    height: 8px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 8% 50%, rgba(255, 255, 255, 0.60) 0 2px, transparent 3px),
        radial-gradient(circle at 26% 35%, rgba(142, 226, 238, 0.34) 0 3px, transparent 4px),
        radial-gradient(circle at 47% 55%, rgba(255, 255, 255, 0.46) 0 2px, transparent 3px),
        radial-gradient(circle at 72% 38%, rgba(126, 222, 190, 0.30) 0 3px, transparent 4px),
        linear-gradient(90deg, transparent, rgba(126, 222, 238, 0.34), rgba(216, 252, 255, 0.52), rgba(126, 222, 190, 0.28), transparent);
    opacity: 0.86;
}

.top-header .nav::after {
    right: -30px;
    top: -10px;
    width: 78px;
    height: 46px;
    border-radius: 48% 52% 44% 56%;
    opacity: 0.72;
    background:
        radial-gradient(circle at 30% 36%, rgba(255, 255, 255, 0.68) 0 5px, transparent 6px),
        radial-gradient(circle at 58% 58%, rgba(114, 211, 230, 0.24) 0 10px, transparent 11px),
        radial-gradient(ellipse at 46% 66%, rgba(125, 205, 163, 0.28) 0 16px, transparent 17px);
    filter: drop-shadow(0 6px 14px rgba(54, 146, 170, 0.12));
}

.top-header .nav a {
    z-index: 1;
    padding: 3px 8px 5px;
    border-radius: 999px;
    color: #15354a;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    letter-spacing: 0.05em;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.82),
        0 8px 16px rgba(24, 91, 119, 0.15);
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.40) 0 3px, transparent 4px),
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(221, 248, 255, 0));
    transition: color 0.25s ease, transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.top-header .nav a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    width: 18px;
    height: 12px;
    pointer-events: none;
    opacity: 0;
    border-radius: 999px 0 999px 0;
    background:
        radial-gradient(circle at 34% 48%, rgba(255, 255, 255, 0.76) 0 2px, transparent 3px),
        linear-gradient(135deg, rgba(130, 215, 172, 0.48), rgba(214, 250, 226, 0.20));
    border-top: 1px solid rgba(94, 181, 143, 0.32);
    transform: translateX(-50%) translateY(3px) rotate(-12deg);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.top-header .nav a::after {
    bottom: -5px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(71, 181, 216, 0.88), rgba(115, 220, 186, 0.76), rgba(230, 255, 244, 0.70), transparent);
    box-shadow: 0 0 13px rgba(85, 197, 219, 0.28);
}

.top-header .nav a:hover {
    color: #1188aa;
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.68) 0 4px, transparent 5px),
        linear-gradient(135deg, rgba(238, 253, 255, 0.38), rgba(209, 247, 233, 0.22));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.62),
        0 8px 18px rgba(56, 150, 174, 0.12);
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.90),
        0 8px 18px rgba(38, 126, 150, 0.18);
}

.top-header .nav a:hover::before {
    opacity: 0.86;
    transform: translateX(-50%) translateY(0) rotate(-12deg);
}

.top-header .blog-title {
    position: relative;
    padding: 10px 22px 11px;
    border: 1px solid rgba(220, 250, 255, 0.62);
    border-radius: 28px 12px 28px 12px;
    overflow: visible;
    color: #e9fbff;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.36) 0 8px, transparent 9px),
        radial-gradient(circle at 86% 72%, rgba(121, 219, 235, 0.20) 0 14px, transparent 15px),
        linear-gradient(135deg, rgba(29, 105, 136, 0.34), rgba(116, 210, 232, 0.18) 52%, rgba(221, 255, 242, 0.16));
    box-shadow:
        0 16px 32px rgba(28, 108, 140, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.42),
        inset 0 -1px 0 rgba(125, 226, 236, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-text-fill-color: currentColor;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.48),
        0 0 12px rgba(178, 240, 255, 0.42),
        0 7px 18px rgba(19, 76, 112, 0.24);
}

.top-header .blog-title::before,
.top-header .blog-title::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.top-header .blog-title::before {
    left: -10px;
    top: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 0.76;
    background:
        radial-gradient(circle at 38% 38%, rgba(255, 255, 255, 0.72) 0 4px, transparent 5px),
        radial-gradient(circle at 66% 62%, rgba(126, 222, 238, 0.32) 0 11px, transparent 12px),
        radial-gradient(circle at 48% 48%, rgba(236, 253, 255, 0.42) 0 16px, transparent 17px);
    box-shadow:
        14px 7px 0 -12px rgba(255, 255, 255, 0.70),
        21px 15px 0 -15px rgba(126, 222, 238, 0.40);
}

.top-header .blog-title::after {
    right: -11px;
    bottom: -5px;
    width: 42px;
    height: 20px;
    border-radius: 999px 0 999px 0;
    opacity: 0.82;
    border-top: 1px solid rgba(132, 222, 185, 0.44);
    border-left: 1px solid rgba(132, 222, 185, 0.34);
    background:
        radial-gradient(circle at 70% 32%, rgba(255, 255, 255, 0.58) 0 3px, transparent 4px),
        linear-gradient(135deg, rgba(126, 214, 172, 0.30), rgba(221, 255, 242, 0.12));
    transform: rotate(-13deg);
    box-shadow: -16px -3px 0 -10px rgba(159, 229, 196, 0.38);
}

.container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-card,
.poem-card {
    position: absolute;
    left: 50px;
    z-index: 50;
    border-radius: 18px;
    border: 1px solid rgba(205, 238, 255, 0.62);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 28px rgba(78, 131, 164, 0.10);
}

.info-card {
    top: 125px;
    width: 300px;
    padding: 24px 32px;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.info-icon {
    font-size: 24px;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.info-stats {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-item {
    display: flex;
    gap: 8px;
    font-size: 14px;
}

.info-label {
    color: #666;
}

.info-value {
    color: #222;
    font-weight: 500;
}

.poem-card {
    top: 344px;
    width: 420px;
    max-width: calc(100vw - 80px);
    padding: 20px 22px 22px;
    overflow: hidden;
    color: #31404a;
    background:
        radial-gradient(circle at 16% 18%, rgba(209, 249, 232, 0.44) 0 72px, transparent 84px),
        radial-gradient(circle at 84% 12%, rgba(204, 238, 255, 0.32) 0 78px, transparent 88px),
        radial-gradient(ellipse at 52% 92%, rgba(117, 203, 210, 0.22) 0 44%, transparent 62%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.82) 0%, rgba(232, 250, 252, 0.66) 54%, rgba(244, 255, 247, 0.58) 100%);
    border-color: rgba(179, 226, 220, 0.78);
    backdrop-filter: blur(8px);
}

.poem-card::before,
.poem-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.poem-card::before {
    right: -26px;
    bottom: -32px;
    width: 150px;
    height: 120px;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at 42% 48%, rgba(103, 184, 137, 0.18) 0 34%, transparent 36%),
        radial-gradient(ellipse at 62% 42%, rgba(91, 168, 133, 0.14) 0 28%, transparent 31%);
    transform: rotate(-18deg);
}

.poem-card::after {
    left: 24px;
    right: 24px;
    bottom: 18px;
    height: 20px;
    opacity: 0.34;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(103, 190, 218, 0.24) 0 18px, transparent 20px),
        radial-gradient(ellipse at 56% 50%, rgba(136, 207, 225, 0.20) 0 22px, transparent 24px),
        radial-gradient(ellipse at 84% 50%, rgba(112, 196, 213, 0.18) 0 16px, transparent 18px);
}

.poem-lotus {
    position: relative;
    width: 96px;
    height: 76px;
    margin: 0 auto 12px;
    z-index: 1;
    transform-origin: 50% 72%;
    animation: lotusFloat 5.4s ease-in-out infinite;
}

.poem-lotus svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 7px 14px rgba(92, 157, 137, 0.28));
}

.poem-body {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-family: "LXGW WenKai", "霞鹜文楷", "STKaiti", "KaiTi", "Songti SC", "FangSong", "Microsoft YaHei", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.95;
    text-align: center;
    color: #142b35;
}

.poem-stanza {
    margin: 0;
}

.poem-stanza + .poem-stanza {
    margin-top: 14px;
}

.lotus-ripple {
    transform-box: fill-box;
    transform-origin: center;
    animation: lotusRippleFlow 4.8s ease-in-out infinite;
}

.column-scene {
    position: relative;
    width: 100%;
    padding: 1px 0 48px;
    overflow: visible;
    isolation: isolate;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 236, 191, 0.30) 0 96px, transparent 100px),
        radial-gradient(circle at 88% 14%, rgba(203, 214, 255, 0.34) 0 140px, transparent 145px),
        radial-gradient(circle at 78% 76%, rgba(187, 231, 216, 0.24) 0 180px, transparent 185px),
        radial-gradient(circle at 20% 82%, rgba(181, 222, 255, 0.30) 0 160px, transparent 166px),
        linear-gradient(135deg, rgba(246, 251, 255, 0.98) 0%, rgba(248, 246, 255, 0.96) 38%, rgba(255, 251, 239, 0.92) 72%, rgba(245, 245, 247, 1) 100%);
}

.content-grid {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) 220px;
    gap: 34px;
    max-width: 1320px;
    margin: 50px auto 40px auto;
    padding: 0 40px;
    position: relative;
    z-index: 3;
    overflow: visible;
    isolation: isolate;
}

.column-sidebar {
    position: sticky;
    top: 80px;
    height: fit-content;
    margin-left: -80px;
    z-index: 1;
}

.column-list,
.search-bar,
.article-list {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(205, 238, 255, 0.72);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(94, 154, 210, 0.10);
}

.column-list {
    border-radius: 16px;
    padding: 20px;
}

.column-list-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.column-item {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.column-item:hover {
    background: rgba(255, 255, 255, 0.78);
    transform: translateX(4px);
}

.column-item.active {
    color: #fff;
    background: linear-gradient(135deg, #78bff8, #8d80e8);
}

.column-item-name {
    display: block;
    font-weight: 600;
}

.column-item-count {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: inherit;
    opacity: 0.72;
}

.search-bar {
    width: 100%;
    margin-top: 16px;
    padding: 14px;
    border-radius: 16px;
    overflow: visible;
    pointer-events: auto;
}

.search-input-wrap {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
}

.search-input {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(188, 226, 248, 0.76);
    border-radius: 11px;
    font-size: 14px;
    color: #2d4050;
    background: rgba(255, 255, 255, 0.86);
    outline: none;
}

.search-btn {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: none;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(135deg, #78bff8, #8d80e8);
}

.article-list {
    min-height: 400px;
    padding: 24px 24px 24px 32px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.38);
    overflow: hidden;
}

.article-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.article-list-title {
    font-size: 24px;
    color: #243a43;
}

.article-count {
    color: #789;
    font-size: 14px;
}

.river-timeline {
    position: relative;
    padding-left: 88px;
}

.river-timeline::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    bottom: 6px;
    width: 120px;
    pointer-events: none;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 120px 360px;
    opacity: 0.75;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='360' viewBox='0 0 120 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58 0C30 42 86 82 60 126C33 172 88 214 58 258C39 286 38 326 58 360' fill='none' stroke='rgba(145,210,255,0.52)' stroke-width='18' stroke-linecap='round'/%3E%3Cpath d='M58 0C30 42 86 82 60 126C33 172 88 214 58 258C39 286 38 326 58 360' fill='none' stroke='rgba(255,255,255,0.40)' stroke-width='8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.article-card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 150px;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    background: transparent;
    box-shadow: 0 12px 28px rgba(122, 184, 232, 0.08), 0 2px 10px rgba(255, 255, 255, 0.48);
    overflow: visible;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-card:nth-child(odd) {
    margin-left: 8px;
}

.article-card:nth-child(even) {
    margin-left: 32px;
}

.article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(112, 190, 244, 0.12), 0 4px 14px rgba(255, 255, 255, 0.58);
}

.article-card::before {
    content: "";
    position: absolute;
    left: -70px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.95) 0 24%, rgba(190,235,255,0.85) 25% 55%, rgba(137,204,255,0.95) 56% 100%);
    box-shadow: 0 0 0 6px rgba(179, 229, 255, 0.20), 0 0 18px rgba(130, 205, 255, 0.28);
}

.article-card::after {
    content: "";
    position: absolute;
    left: -56px;
    top: 50%;
    width: 28px;
    height: 2px;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(145,210,255,0.75), rgba(255,255,255,0));
}

.article-card-water {
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 10%, rgba(255,255,255,0.95) 0 22%, transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.90) 0%, rgba(232,248,255,0.52) 58%, rgba(245,244,255,0.44) 100%);
    border: 1px solid rgba(182, 226, 255, 0.62);
    box-shadow: inset 0 0 20px rgba(255,255,255,0.56);
}

.article-card-water::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,0.60);
    background:
        linear-gradient(90deg, transparent 0 20%, rgba(137, 210, 255, 0.20) 23%, transparent 28%),
        linear-gradient(180deg, transparent 0 64%, rgba(170, 226, 255, 0.14) 68%, transparent 76%);
}

.article-card-water::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.36;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 18%, rgba(255,255,255,0.58) 0 5px, transparent 7px),
        radial-gradient(circle at 88% 74%, rgba(161,214,255,0.26) 0 18px, transparent 21px);
}

.article-cover-wrap {
    position: relative;
    z-index: 1;
    width: 200px;
    flex: 0 0 200px;
    aspect-ratio: 4 / 3;
    align-self: stretch;
    overflow: hidden;
    border-radius: 20px 13px 13px 20px;
    border-right: 1px solid rgba(181, 220, 255, 0.40);
}

.article-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: linear-gradient(135deg, #d7edff, #f4f0ff);
}

.article-content {
    position: relative;
    z-index: 1;
    min-width: 0;
    flex: 1;
    padding: 18px 22px;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #789;
    font-size: 13px;
    margin-bottom: 8px;
}

.article-title {
    font-size: 19px;
    line-height: 1.35;
    color: #213447;
    margin-bottom: 8px;
}

.article-excerpt {
    color: #546170;
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.empty {
    text-align: center;
    padding: 60px 20px;
    color: #789;
}

.empty-icon {
    font-size: 42px;
    margin-bottom: 12px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
}

.pagination a,
.pagination span {
    min-width: 34px;
    padding: 7px 11px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #526fe6;
    background: rgba(255,255,255,0.72);
}

.pagination a.active {
    color: #fff;
    background: linear-gradient(135deg, #78bff8, #8d80e8);
}

.pagination .disabled {
    color: #aaa;
}

.latest-comments-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
    z-index: 1;
    transform: translateX(10vh);
}

.latest-comments-panel {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(175, 225, 255, 0.66);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.92), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(176, 226, 255, 0.34), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(232, 247, 255, 0.46));
    box-shadow: 0 18px 46px rgba(104, 166, 218, 0.12);
    backdrop-filter: blur(12px);
}

.latest-comments-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 82% 72%, rgba(167, 150, 255, 0.10), transparent 28%),
        radial-gradient(circle at 24% 88%, rgba(127, 214, 255, 0.12), transparent 24%);
}

.latest-comments-title {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    color: #244a68;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.latest-comments-list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.latest-comment-item {
    display: block;
    padding: 12px;
    border: 1px solid rgba(191, 229, 255, 0.56);
    border-radius: 15px;
    color: inherit;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.latest-comment-item:hover {
    transform: translateY(-2px);
    border-color: rgba(130, 199, 255, 0.76);
    background: rgba(246, 253, 255, 0.78);
    box-shadow: 0 10px 24px rgba(112, 180, 231, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.latest-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.latest-comment-author {
    min-width: 0;
    overflow: hidden;
    color: #2b5874;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-comment-time {
    flex: none;
    color: #7d95aa;
    font-size: 11px;
}

.latest-comment-preview {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    color: #41586b;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.latest-comment-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
    color: #7791a6;
    font-size: 11px;
    line-height: 1.35;
}

.latest-comment-meta span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-comments-empty {
    position: relative;
    z-index: 1;
    padding: 22px 10px;
    color: #7c94a8;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1180px) {
    .content-grid {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .latest-comments-sidebar {
        display: none;
    }
}

@keyframes lotusFloat {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
    50% { transform: translate3d(2px, -3px, 0) rotate(1.4deg); }
}

@keyframes lotusRippleFlow {
    0%, 100% { opacity: 0.58; transform: translateX(-1px) scaleX(0.98); }
    50% { opacity: 0.82; transform: translateX(2px) scaleX(1.04); }
}
