/* ============================================================
   CatKP 独立样式 —— iOS 27 液态玻璃卡片列表（前缀 lg-）
   默认浅色样式 + 主题暗色类适配
   ============================================================ */
.lg-page {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: radial-gradient(ellipse at 30% 20%, #f5f0ff 0%, #d9e2f0 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 6.5rem 1rem 2rem
}
.lg-wrapper {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start
}
.lg-main {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}
.lg-ajax-list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}
/* 右侧边栏 */
.lg-sidebar {
    flex: 0 0 300px;
    width: 300px;
    max-width: 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-sizing: border-box;
    overflow: hidden
}
.lg-sidebar,
.lg-sidebar * {
    box-sizing: border-box
}
.lg-sidebar>* {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important
}
.lg-sidebar .widget,
.lg-sidebar .sidebar-block,
.lg-sidebar .sidebox,
.lg-sidebar section,
.lg-sidebar div[class*="widget"],
.lg-sidebar div[class*="side"] {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
    border-radius: 20px !important;
    padding: 1.5rem !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important
}
.lg-sidebar .widget:hover,
.lg-sidebar .sidebar-block:hover,
.lg-sidebar .sidebox:hover,
.lg-sidebar section:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 12px 32px -10px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-2px)
}
.lg-sidebar .widget-title,
.lg-sidebar h3,
.lg-sidebar .widget h3,
.lg-sidebar h2 {
    margin-top: 0 !important;
    margin-bottom: 0.8rem !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: rgba(0, 0, 0, 0.75) !important;
    letter-spacing: 0.5px !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: none !important
}
.lg-sidebar ul,
.lg-sidebar ol,
.lg-sidebar .widget ul,
.lg-sidebar .widget ol {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important
}
.lg-sidebar li,
.lg-sidebar .widget li {
    margin-bottom: 0.5rem !important;
    padding: 0.3rem 0 !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.60) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    list-style: none !important
}
.lg-sidebar li:last-child,
.lg-sidebar .widget li:last-child {
    border-bottom: none !important
}
.lg-sidebar a,
.lg-sidebar .widget a {
    color: rgba(0, 0, 0, 0.65) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important
}
.lg-sidebar a:hover,
.lg-sidebar .widget a:hover {
    color: rgba(0, 0, 0, 0.90) !important
}
.lg-sidebar input[type="text"],
.lg-sidebar input[type="search"],
.lg-sidebar textarea,
.lg-sidebar .widget input[type="text"],
.lg-sidebar .widget input[type="search"] {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0.6rem 1rem !important;
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.75) !important;
    outline: none !important;
    transition: all 0.3s ease !important
}
.lg-sidebar input[type="text"]:focus,
.lg-sidebar input[type="search"]:focus,
.lg-sidebar textarea:focus {
    border-color: rgba(255, 255, 255, 0.50) !important;
    background: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.10) !important
}
.lg-sidebar button,
.lg-sidebar .widget button,
.lg-sidebar input[type="submit"] {
    padding: 0.6rem 1.5rem !important;
    border-radius: 40px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.20) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: rgba(0, 0, 0, 0.65) !important;
    cursor: pointer !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important
}
.lg-sidebar button:hover,
.lg-sidebar .widget button:hover,
.lg-sidebar input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    color: rgba(0, 0, 0, 0.85) !important
}

/* 卡片主体 */
.lg-card {
    position: relative;
    overflow: visible;
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(32px) saturate(180%);
    -webkit-backdrop-filter: blur(32px) saturate(180%);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
    isolation: isolate
}
.lg-card:hover {
    transform: translateY(-4px) scale(1.005);
    box-shadow: 0 30px 70px -16px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(255, 255, 255, 0.2)
}
.lg-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    opacity: 0.6
}
.lg-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 29px;
    background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
    transition: opacity 0.4s ease
}
.lg-card:hover::after {
    opacity: 0.7
}
.lg-card-inner {
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 27px;
    padding: 1.6rem 1.4rem;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 1;
    gap: 1.2rem;
    transition: background 0.3s ease
}
.lg-card:hover .lg-card-inner {
    background: rgba(255, 255, 255, 0.22)
}

/* 封面 */
.lg-cover {
    max-width: 160px;
    flex: 0 0 auto;
    width: 28%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: box-shadow 0.3s ease;
    aspect-ratio: 1/1
}
.lg-card:hover .lg-cover {
    box-shadow: 0 12px 32px -10px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.7)
}
.lg-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(200, 200, 220, 0.2)
}
.lg-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.lg-card:hover .lg-cover-img img {
    transform: scale(1.04)
}
.lg-badges {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 3;
    display: flex;
    gap: 4px;
    flex-wrap: wrap
}
.lg-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    line-height: 1
}
.lg-badge--hot {
    background: rgba(255, 70, 70, 0.55);
    border-color: rgba(255, 120, 120, 0.4)
}

/* 右上角标签组 */
.lg-card-badge-group {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 4px !important;
    justify-content: flex-end !important;
    align-items: center !important
}
.lg-badge--sticky,
.lg-badge--new {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    min-height: 22px !important;
    border-radius: 20px !important;
    opacity: 0.9;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    white-space: nowrap !important
}
.lg-badge--sticky {
    background: #e53935 !important;
    color: #ffffff !important
}
.lg-badge--sticky i {
    font-size: 12px !important;
    line-height: 1 !important;
    margin-right: 3px !important;
    color: #ffffff !important
}
.lg-card:hover .lg-badge--sticky {
    opacity: 1;
    transform: scale(1.03)
}
.lg-badge--sticky::before {
    content: none !important
}
.lg-badge--new {
    background: #6FB7B3 !important;
    color: #fff !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    transform: translateY(-1px)
}
.lg-card:hover .lg-badge--new {
    opacity: 1;
    transform: translateY(-1px) scale(1.03)
}
.lg-badge--new i {
    display: none
}
.lg-badge--original {
    background: rgba(0, 200, 100, 0.55);
    border-color: rgba(0, 255, 150, 0.3)
}
.lg-badge--reprint {
    background: rgba(100, 150, 255, 0.55);
    border-color: rgba(100, 200, 255, 0.3)
}
.lg-views {
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px 4px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(16px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    letter-spacing: 0.2px
}
.lg-views i {
    font-size: 13px;
    margin-right: 5px;
    opacity: 0.85
}
.lg-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-left: 0.2rem;
    min-width: 0
}
.lg-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 0.3rem
}
.lg-title {
    margin: 0;
    font-size: 22px;
    font-weight: 650;
    letter-spacing: -0.3px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
    transition: color 0.3s ease
}
.lg-card:hover .lg-title {
    color: rgba(0, 0, 0, 0.95)
}
.lg-title a {
    color: inherit;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(30, 30, 50, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 650
}
.lg-title a:hover {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}
.lg-tags {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}
.lg-tags a {
    display: inline-flex !important;
    align-items: center;
    padding: 4px 12px 4px 10px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    background: rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(16px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    line-height: 1 !important
}
.lg-tags a::before {
    content: none !important
}
.lg-tags a:hover {
    background: rgba(0, 0, 0, 0.40) !important;
    backdrop-filter: blur(16px) saturate(220%);
    -webkit-backdrop-filter: blur(16px) saturate(220%);
    border-color: rgba(255, 255, 255, 0.40) !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important
}
.lg-excerpt {
    position: relative;
    margin-top: 0.6rem;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    padding: 0.8rem 1rem;
    font-size: 14px;
    line-height: 1.7;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 8px rgba(0, 0, 0, 0.02);
    color: rgba(0, 0, 0, 0.70);
    transition: all 0.3s ease
}
.lg-card:hover .lg-excerpt {
    background: rgba(255, 255, 255, 0.30);
    border-color: rgba(255, 255, 255, 0.45);
    color: rgba(0, 0, 0, 0.80)
}
.lg-excerpt::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 8px solid rgba(255, 255, 255, 0.20);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 18px;
    bottom: 100%;
    filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.02));
    transition: border-bottom-color 0.3s ease
}
.lg-card:hover .lg-excerpt::before {
    border-bottom-color: rgba(255, 255, 255, 0.30)
}
.lg-excerpt span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}
.lg-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    font-size: 12px;
    margin-top: 0.6rem;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(0, 0, 0, 0.50)
}
.lg-author {
    display: flex;
    align-items: center;
    gap: 6px
}
.lg-author img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-right: 2px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: border-color 0.3s ease
}
.lg-card:hover .lg-author img {
    border-color: rgba(255, 255, 255, 0.7)
}
.lg-author span {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.60)
}
.lg-author .lg-author-name {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75)
}
.lg-meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(0, 0, 0, 0.40);
    font-size: 12px
}
.lg-meta i {
    margin-right: 3px;
    font-size: 13px;
    opacity: 0.6
}
.lg-paging {
    text-align: center;
    margin-top: 0.5rem
}
.lg-paging a {
    display: inline-block;
    padding: 12px 40px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05)
}
.lg-paging a:hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08)
}
.lg-paging a.loading {
    opacity: 0.6;
    cursor: not-allowed
}
.lg-no-post {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: rgba(0, 0, 0, 0.40);
    font-size: 16px
}

@media (max-width: 992px) {
    .lg-wrapper {
        flex-direction: column;
        gap: 1.8rem
    }
    .lg-sidebar {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0.5rem
    }
    .lg-sidebar>* {
        width: 100% !important
    }
}
@media (max-width: 600px) {
    .lg-page {
        padding: 5rem 0.8rem 1.5rem
    }
    .lg-card-inner {
        flex-direction: column;
        padding: 1.2rem
    }
    .lg-cover {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0.6rem;
        aspect-ratio: 16/9
    }
    .lg-content {
        padding-left: 0
    }
    .lg-title {
        font-size: 20px
    }
    .lg-excerpt {
        font-size: 13px;
        padding: 0.6rem 0.8rem
    }
    .lg-excerpt::before {
        left: 14px;
        border-bottom-width: 6px;
        border-left-width: 6px;
        border-right-width: 6px
    }
    .lg-views {
        bottom: 6px;
        right: 6px;
        font-size: 10px;
        padding: 3px 10px
    }
    .lg-badge {
        font-size: 9px;
        padding: 3px 10px
    }
    .lg-card-badge-group {
        top: 10px !important;
        right: 10px !important;
        gap: 2px !important
    }
    .lg-badge--sticky,
    .lg-badge--new {
        padding: 3px 8px !important;
        font-size: 10px !important;
        min-height: 19px !important
    }
    .lg-badge--sticky i {
        font-size: 10px !important
    }
    .lg-badge--new {
        transform: translateY(-0.5px)
    }
    .lg-paging a {
        padding: 10px 30px;
        font-size: 13px
    }
    .lg-sidebar .widget,
    .lg-sidebar .sidebar-block,
    .lg-sidebar .sidebox,
    .lg-sidebar section {
        padding: 1.2rem !important
    }
}
@media (max-width: 400px) {
    .lg-title {
        font-size: 18px
    }
    .lg-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem
    }
    .lg-author img {
        width: 24px;
        height: 24px
    }
    .lg-meta {
        font-size: 11px
    }
}

/* 暗色模式 */
.nice-dark-mode .lg-page {
    background: radial-gradient(ellipse at 30% 20%, #1a1a2e, #0f0f1a)
}
.nice-dark-mode .lg-card {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.10)
}
.nice-dark-mode .lg-card-inner {
    background: rgba(255, 255, 255, 0.05)
}
.nice-dark-mode .lg-card:hover .lg-card-inner {
    background: rgba(255, 255, 255, 0.10)
}
.nice-dark-mode .lg-title {
    color: rgba(255, 255, 255, 0.85)
}
.nice-dark-mode .lg-title a {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(200, 200, 255, 0.9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}
.nice-dark-mode .lg-excerpt {
    color: rgba(255, 255, 255, 0.70);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.10)
}
.nice-dark-mode .lg-card:hover .lg-excerpt {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.80)
}
.nice-dark-mode .lg-excerpt::before {
    border-bottom-color: rgba(255, 255, 255, 0.08)
}
.nice-dark-mode .lg-card:hover .lg-excerpt::before {
    border-bottom-color: rgba(255, 255, 255, 0.14)
}
.nice-dark-mode .lg-tags a {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.85) !important
}
.nice-dark-mode .lg-tags a:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important
}
.nice-dark-mode .lg-footer {
    color: rgba(255, 255, 255, 0.4);
    border-top-color: rgba(255, 255, 255, 0.06)
}
.nice-dark-mode .lg-author span {
    color: rgba(255, 255, 255, 0.5)
}
.nice-dark-mode .lg-author .lg-author-name {
    color: rgba(255, 255, 255, 0.7)
}
.nice-dark-mode .lg-meta {
    color: rgba(255, 255, 255, 0.35)
}
.nice-dark-mode .lg-views {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.08)
}
.nice-dark-mode .lg-badge--sticky {
    background: #e53935 !important
}
.nice-dark-mode .lg-badge--new {
    background: #489490 !important
}
.nice-dark-mode .lg-badge--hot {
    background: rgba(255, 70, 70, 0.65)
}
.nice-dark-mode .lg-badge--original {
    background: rgba(0, 200, 100, 0.65)
}
.nice-dark-mode .lg-badge--reprint {
    background: rgba(100, 150, 255, 0.65)
}
.nice-dark-mode .lg-sidebar .widget,
.nice-dark-mode .lg-sidebar .sidebar-block,
.nice-dark-mode .lg-sidebar .sidebox,
.nice-dark-mode .lg-sidebar section {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.12) !important
}
.nice-dark-mode .lg-sidebar .widget:hover,
.nice-dark-mode .lg-sidebar .sidebar-block:hover,
.nice-dark-mode .lg-sidebar .sidebox:hover,
.nice-dark-mode .lg-sidebar section:hover {
    background: rgba(255, 255, 255, 0.14) !important
}
.nice-dark-mode .lg-sidebar .widget-title,
.nice-dark-mode .lg-sidebar h3,
.nice-dark-mode .lg-sidebar h2 {
    color: rgba(255, 255, 255, 0.75) !important;
    border-bottom-color: rgba(255, 255, 255, 0.08) !important
}
.nice-dark-mode .lg-sidebar li {
    color: rgba(255, 255, 255, 0.60) !important;
    border-bottom-color: rgba(255, 255, 255, 0.04) !important
}
.nice-dark-mode .lg-sidebar a {
    color: rgba(255, 255, 255, 0.70) !important
}
.nice-dark-mode .lg-sidebar a:hover {
    color: rgba(255, 255, 255, 0.95) !important
}
.nice-dark-mode .lg-sidebar input[type="text"],
.nice-dark-mode .lg-sidebar input[type="search"] {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.8) !important
}
.nice-dark-mode .lg-sidebar input[type="text"]:focus,
.nice-dark-mode .lg-sidebar input[type="search"]:focus {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.25) !important
}
.nice-dark-mode .lg-sidebar button,
.nice-dark-mode .lg-sidebar input[type="submit"] {
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: rgba(255, 255, 255, 0.75) !important
}
.nice-dark-mode .lg-sidebar button:hover,
.nice-dark-mode .lg-sidebar input[type="submit"]:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.25) !important
}
.nice-dark-mode .lg-paging a {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.75)
}
.nice-dark-mode .lg-paging a:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.25)
}
.nice-dark-mode .lg-no-post {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.45)
}
.nice-dark-mode .lg-card::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.05) 100%)
}
.nice-dark-mode .lg-card::after {
    background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.2) 0%, transparent 50%)
}