<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ä¿®å¤ä¸»é¢˜æ˜¾ç¤ºé—®é¢˜
 * è§£å†³ä½œè€…å’Œé˜…è¯»ç•™è¨€ä¿¡æ¯æ˜¾ç¤ºã€æ&nbsp;‡é¢˜å±…ä¸­ä»¥åŠå¤œé—´æ¨¡å¼é—®é¢˜
 * ä¼˜åŒ–æœ€æ–°å‘å¸ƒæ¨¡å—çš„åŒæŽ’æ˜¾ç¤ºå’Œå¤œé—´æ¨¡å¼ä¸‹çš„èƒŒæ™¯é¢œè‰²
 */

/* 1. ä¿®å¤ä½œè€…å’Œé˜…è¯»ç•™è¨€ä¿¡æ¯æ˜¾ç¤ºé—®é¢˜ */
.item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: var(--text-muted, #999);
    margin-top: 8px;
    line-height: 1.5;
}

.meta-author {
    display: flex;
    align-items: center;
}

.meta-author .avatar-mini {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.meta-author .avatar-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meta-author .ml6 {
    margin-left: 6px;
    font-weight: 500;
}

.meta-author .icon-circle {
    margin-left: 8px;
    font-size: 12px;
    opacity: 0.8;
}

.meta-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.meta-right item {
    display: flex;
    align-items: center;
}

.meta-right svg, 
.meta-right .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

/* ä¿®å¤çº¢æ¡†å†…çš„æ˜¾ç¤ºé—®é¢˜ */
.joe_list__item .item-meta {
    padding: 0;
    margin-top: 10px;
}

/* 2. ä¿®å¤æ&nbsp;‡é¢˜ï¼ˆå¦‚"æœ€æ–°å‘å¸ƒ"ï¼‰åœ¨æ¨¡å—ä¸­æ²¡æœ‰åž‚ç›´å±…ä¸­çš„é—®é¢˜ */
.title-theme,
.box-body .title-theme,
.joe_index__title,
.joe_list__item .title,
.title {
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary, #333);
    padding: 0 20px;
    border-bottom: 1px solid var(--border-color, #eee);
    position: relative;
}

.title::before,
.title-theme::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: var(--theme, #3498db);
    border-radius: 0 2px 2px 0;
}

/* ç¡®ä¿æ&nbsp;‡é¢˜å†…çš„æ‰€æœ‰å…ƒç´&nbsp;åž‚ç›´å±…ä¸­ */
.joe_index__title-content,
.joe_index__title-notice,
.joe_index__title-title {
    display: flex;
    align-items: center;
    height: 100%;
}

/* 3. ä¿®å¤å¤œé—´æ¨¡å¼ä¸‹é¡µé¢æ˜¾ç¤ºä¸ç»Ÿä¸€çš„é—®é¢˜ */
/* å¤œé—´æ¨¡å¼å˜é‡ */
[data-mode="dark"] {
    --bg-color: #121212;
    --card-bg: #1e1e1e;
    --text-primary: #e0e0e0;
    --text-secondary: #b8b8b8;
    --text-muted: #8c8c8c;
    --border-color: #333;
    --theme: #3498db;
    --theme-hover: #2980b9;
    --shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    --theme-light: rgba(52, 152, 219, 0.15);
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„å¡ç‰‡å’ŒèƒŒæ™¯ */
[data-mode="dark"] body,
[data-mode="dark"] html,
[data-mode="dark"] #Joe {
    background-color: var(--bg-color) !important;
    color: var(--text-primary);
}

/* å¼ºåˆ¶è¦†ç›–æ‰€æœ‰ç™½è‰²èƒŒæ™¯ */
[data-mode="dark"] * {
    --background: var(--card-bg) !important;
    --back-trn-75: rgba(30, 30, 30, 0.75) !important;
    --back-trn-85: rgba(30, 30, 30, 0.85) !important;
}

/* å¼ºåˆ¶è¦†ç›–æ‰€æœ‰ç™½è‰²å¡ç‰‡å’Œæ¨¡å— */
[data-mode="dark"] div,
[data-mode="dark"] section,
[data-mode="dark"] article,
[data-mode="dark"] aside,
[data-mode="dark"] header,
[data-mode="dark"] footer,
[data-mode="dark"] .box-body,
[data-mode="dark"] .title-theme,
[data-mode="dark"] .recommend-posts,
[data-mode="dark"] .recommend-posts .item {
    background-color: var(--card-bg);
}

/* ç¡®ä¿æ‰€æœ‰æ¨¡å—åœ¨å¤œé—´æ¨¡å¼ä¸‹éƒ½æœ‰ç»Ÿä¸€çš„èƒŒæ™¯é¢œè‰² */
[data-mode="dark"] .joe_list__item,
[data-mode="dark"] .joe_aside__item,
[data-mode="dark"] .joe_detail,
[data-mode="dark"] .joe_comment,
[data-mode="dark"] .joe_index &gt; div,
[data-mode="dark"] .joe_header,
[data-mode="dark"] .joe_header__above,
[data-mode="dark"] .joe_header__below,
[data-mode="dark"] .joe_footer,
[data-mode="dark"] .box-body,
[data-mode="dark"] .joe_index__hot,
[data-mode="dark"] .joe_index__hot-list,
[data-mode="dark"] .joe_index__hot-list .item,
[data-mode="dark"] .joe_index__hot-list .item .link,
[data-mode="dark"] .joe_index__hot-list .item .link .inner,
[data-mode="dark"] .joe_index__banner,
[data-mode="dark"] .joe_index__banner-recommend,
[data-mode="dark"] .joe_index__banner-recommend .item,
[data-mode="dark"] .joe_index__title,
[data-mode="dark"] .joe_index__title-content,
[data-mode="dark"] .joe_index__title-notice,
[data-mode="dark"] .joe_index__hot-tabs,
[data-mode="dark"] .joe_index__hot-tabs a,
[data-mode="dark"] .recommend-posts,
[data-mode="dark"] .recommend-posts .item,
[data-mode="dark"] .recommend-posts .item a,
[data-mode="dark"] .recommend-posts .item .thumbnail,
[data-mode="dark"] .recommend-posts .item .content,
[data-mode="dark"] .joe_archive__list,
[data-mode="dark"] .joe_archive__list-item,
[data-mode="dark"] .box-body .title-theme,
[data-mode="dark"] .box-body .notop,
[data-mode="dark"] .box-body .notop nobottom,
[data-mode="dark"] .box-body .nobottom,
[data-mode="dark"] .box-body .notop nobottom {
    background-color: var(--card-bg);
    box-shadow: var(--shadow);
    border-color: var(--border-color);
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„æŒ‰é’®å’Œäº¤äº’å…ƒç´&nbsp; */
[data-mode="dark"] button,
[data-mode="dark"] .joe-button,
[data-mode="dark"] .joe_comment__respond-form .form-submit,
[data-mode="dark"] .joe_comment__respond-form .head input,
[data-mode="dark"] .joe_comment__respond-form .body textarea {
    background-color: var(--card-bg);
    border-color: var(--border-color);
    color: var(--text-primary);
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„æ‚¬åœæ•ˆæžœ */
[data-mode="dark"] .joe_list__item:hover,
[data-mode="dark"] .joe_aside__item:hover {
    background-color: #252525;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„è¾¹æ¡† */
[data-mode="dark"] .title,
[data-mode="dark"] .title-theme,
[data-mode="dark"] .joe_index__title {
    border-bottom-color: var(--border-color);
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„æ–‡æœ¬é¢œè‰² */
[data-mode="dark"] .joe_list__item .information .title,
[data-mode="dark"] .title,
[data-mode="dark"] .title-theme {
    color: var(--text-primary);
}

[data-mode="dark"] .joe_list__item .information .abstract,
[data-mode="dark"] .joe_aside__item-content {
    color: var(--text-secondary);
}

[data-mode="dark"] .item-meta,
[data-mode="dark"] .meta-right item,
[data-mode="dark"] .meta-author .icon-circle {
    color: var(--text-muted);
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„å›¾æ&nbsp;‡é¢œè‰² */
[data-mode="dark"] .meta-right svg,
[data-mode="dark"] .meta-right .icon {
    fill: var(--text-muted);
}

/* ä¿®å¤å›¾ç‰‡ä¸‹è½½æŒ‰é’®å’Œç³»ç»Ÿå¹³å°æ&nbsp;‡ç­¾çš„æ&nbsp;·å¼ */
.item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}

.item-tags a,
.item-tags span {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    background-color: var(--theme-light, rgba(52, 152, 219, 0.1));
    color: var(--theme, #3498db);
    text-decoration: none;
    transition: all 0.3s ease;
}

.item-tags a:hover,
.item-tags span:hover {
    background-color: var(--theme, #3498db);
    color: white;
}

/* ä¿®å¤çº¢æ¡†å†…çš„ç³»ç»Ÿå¹³å°æ&nbsp;‡ç­¾æ&nbsp;·å¼ */
.item-tags a img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 2px;
}

/* ç¡®ä¿æ&nbsp;‡ç­¾åœ¨ä¸€è¡Œæ˜¾ç¤ºï¼Œè¶…å‡ºéƒ¨åˆ†å¯æ»šåŠ¨ */
.scroll-x {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.scroll-x::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* ä¿®å¤ä¸‹è½½æŒ‰é’®å’Œæ•°é‡æ˜¾ç¤º */
.item-tags .download-count {
    margin-left: 4px;
    font-size: 11px;
    opacity: 0.8;
}

/* å¤œé—´æ¨¡å¼ä¸‹çš„æ&nbsp;‡ç­¾æ&nbsp;·å¼ */
[data-mode="dark"] .item-tags a,
[data-mode="dark"] .item-tags span {
    background-color: rgba(52, 152, 219, 0.2);
}

/* å¼ºåˆ¶è¦†ç›–æŽ¨èæ–‡ç«&nbsp;æ¨¡å—çš„èƒŒæ™¯è‰² */
[data-mode="dark"] .recommend-posts,
[data-mode="dark"] .recommend-posts .item,
[data-mode="dark"] .recommend-posts .item a,
[data-mode="dark"] .recommend-posts .item .content,
[data-mode="dark"] .recommend-posts .item .thumbnail {
    background-color: var(--card-bg) !important;
    color: var(--text-primary) !important;
}

/* å¼ºåˆ¶è¦†ç›–æŽ¨èæ–‡ç«&nbsp;æ¨¡å—çš„æ&nbsp;‡é¢˜é¢œè‰² */
[data-mode="dark"] .recommend-posts .item .content h2,
[data-mode="dark"] .recommend-posts .item .content h3,
[data-mode="dark"] .recommend-posts .item .content h4,
[data-mode="dark"] .recommend-posts .item .content p {
    color: var(--text-primary) !important;
}

/* å¼ºåˆ¶è¦†ç›–æ&nbsp;‡é¢˜æ¨¡å—çš„èƒŒæ™¯è‰² */
[data-mode="dark"] .box-body,
[data-mode="dark"] .box-body .title-theme,
[data-mode="dark"] .box-body .notop,
[data-mode="dark"] .box-body .nobottom {
    background-color: var(--card-bg) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

/* 4. é‡æ–°è®¾è®¡æœ€æ–°å‘å¸ƒæ¨¡å—ï¼Œä¼˜åŒ–åŒæŽ’æ˜¾ç¤º */
/* æœ€æ–°å‘å¸ƒæ¨¡å—çš„ç½‘æ&nbsp;¼å¸ƒå±€ */
.joe_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
}

/* ç¡®ä¿åˆ—è¡¨é¡¹åœ¨ç½‘æ&nbsp;¼ä¸­æ­£ç¡®æ˜¾ç¤º */
.joe_list__item {
    margin-bottom: 0 !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

/* æ–‡ç«&nbsp;åˆ—è¡¨é¡¹çš„ç¼©ç•¥å›¾ */
.joe_list__item.default .thumbnail {
    width: 100%;
    height: 180px;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: var(--radius-inner, 8px);
    overflow: hidden;
}

/* æ–‡ç«&nbsp;åˆ—è¡¨é¡¹çš„ä¿¡æ¯åŒº */
.joe_list__item.default .information {
    width: 100%;
    padding: 0 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* æ–‡ç«&nbsp;æ&nbsp;‡é¢˜ */
.joe_list__item.default .information .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* ä½¿ç”¨æ&nbsp;‡å‡†å±žæ€§å’Œå‰ç¼€å±žæ€§ä»¥ç¡®ä¿å…¼å®¹æ€§ */
    -webkit-line-clamp: 2;
    max-height: 44px;
    height: auto !important;
}

/* æ–‡ç«&nbsp;æ‘˜è¦ */
.joe_list__item.default .information .abstract {
    font-size: 14px;
    color: var(--text-secondary, #666);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* ä½¿ç”¨æ&nbsp;‡å‡†å±žæ€§å’Œå‰ç¼€å±žæ€§ä»¥ç¡®ä¿å…¼å®¹æ€§ */
    -webkit-line-clamp: 2;
    line-height: 1.6;
    max-height: 44.8px; /* 14px * 1.6 * 2 */
    flex: 1;
}

/* æœ€æ–°å‘å¸ƒæ¨¡å—æ&nbsp;‡é¢˜ */
.box-body .title-theme,
.joe_index__title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid var(--border-color, #eee);
    display: flex;
    align-items: center;
    position: relative;
}

.box-body .title-theme::before,
.joe_index__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background-color: var(--theme, #3498db);
    border-radius: 0 2px 2px 0;
}

/* ç§»åŠ¨ç«¯ä¼˜åŒ– */
@media (max-width: 768px) {
    /* ç§»åŠ¨ç«¯ä¸‹æœ€æ–°å‘å¸ƒæ¨¡å—å•åˆ—æ˜¾ç¤º */
    .joe_list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* ç§»åŠ¨ç«¯ä¸‹ç¼©ç•¥å›¾é«˜åº¦è°ƒæ•´ */
    .joe_list__item.default .thumbnail {
        height: 160px;
    }
    
    .meta-author .ml6 {
        display: none;
    }
    
    .meta-right {
        gap: 8px;
    }
    
    .item-tags {
        margin-bottom: 4px;
    }
    
    .title-theme,
    .box-body .title-theme,
    .joe_index__title,
    .title {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
    }
}

/* è¶…å°å±å¹•ä¼˜åŒ– */
@media (max-width: 480px) {
    .meta-right {
        gap: 6px;
    }
    
    .meta-right svg, 
    .meta-right .icon {
        width: 14px;
        height: 14px;
        margin-right: 2px;
    }
    
    .meta-right item {
        font-size: 12px;
    }
    
    .title-theme,
    .box-body .title-theme,
    .joe_index__title,
    .title {
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
    }
}
</pre></body></html>