:root{--bg-page: #f6f5f4;--bg-card: #ffffff;--line-border: #e5e3df;--line-divider: #ebe7e1;--stroke-ghost: #d9d6d0;--text-primary: #37352f;--text-secondary: #5d5b54;--text-muted: #9b9891;--text-on-banner: #ffffff;--text-on-banner-sub: rgba(230, 228, 222, .92);--font-sans: "Inter", "Sarasa Gothic SC", "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif;--content-max: 640px;--radius-lg: 12px;--radius-md: 6px}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#9ca3af;height:50px;outline-offset:-2px;outline:2px solid #f6f5f4}::-webkit-scrollbar-thumb:hover{background-color:#6b7280}html{scroll-behavior:smooth;background:transparent;scrollbar-gutter:stable}*{scrollbar-width:thin;scrollbar-color:#9ca3af transparent}body{font-family:var(--font-sans);background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:60px 24px 0;display:flex;justify-content:center}.content{position:relative;width:100%;max-width:var(--content-max);background:var(--bg-card);border:1px solid var(--line-border);border-radius:var(--radius-lg)}.top-bar{position:sticky;top:0;z-index:10;height:72px;margin-bottom:-72px;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 20px;background:transparent;pointer-events:none;transition:background .2s ease,border-color .2s ease,backdrop-filter .2s ease,-webkit-backdrop-filter .2s ease}.top-logo{pointer-events:auto;display:inline-flex;align-items:center;flex-shrink:0;margin-right:4px}.top-logo img{width:auto;height:36px;border-radius:8px;object-fit:cover;display:block}.top-logo .logo-dark,.top-bar.is-stuck .top-logo .logo-white{display:none}.top-bar.is-stuck .top-logo .logo-dark{display:block}.top-bar.is-stuck{background:#f6f5f4b8;-webkit-backdrop-filter:blur(12px) saturate(1.4);backdrop-filter:blur(12px) saturate(1.4);border-bottom:1px solid rgba(229,227,223,.85)}.top-btn{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:background .15s ease,transform .15s ease}.top-btn:hover{background:#ffffff2e}.top-btn:active{transform:scale(.94)}.top-btn .icon{width:20px;height:20px;fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));transition:fill .2s ease,filter .2s ease}.subscribe-btn{margin-left:auto}.top-bar.is-stuck .top-btn .icon{fill:var(--text-primary);filter:drop-shadow(0 1px 1px rgba(255,255,255,.4))}.top-bar.is-stuck .top-btn:hover{background:#37352f14}.banner{position:relative;aspect-ratio:2 / 1;width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.banner-img{display:block;width:100%;height:100%;object-fit:cover}.author-card{position:absolute;right:24px;bottom:24px;display:flex;align-items:center;gap:10px;padding:12px}.author-info{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.author-name{color:var(--text-on-banner);font-size:16px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.35)}.author-slogan{color:var(--text-on-banner-sub);font-size:13px;text-shadow:0 1px 3px rgba(0,0,0,.35)}.author-avatar{width:58px;height:58px;border-radius:8px;object-fit:cover;border:2px solid #ffffff;flex-shrink:0}.feed-list{padding:16px 32px}.sub-header{display:flex;align-items:baseline;gap:10px;padding:28px 0 6px}.sub-title{font-size:17px;font-weight:600;color:#111827}.sub-count{font-size:12px;color:#9ca3af}.sub-list{display:grid;grid-template-columns:1fr}.sub-item{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid #f1f1f1}.sub-avatar{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0;border:1px solid #ececec}.sub-info{flex:1;min-width:0}.sub-name{font-size:15px;font-weight:600;color:#111827}.sub-arrow{width:14px;height:14px;fill:#9ca3af;flex-shrink:0}.about-wrap{padding:44px 28px 48px}.about-head{margin-bottom:26px}.about-title{font-size:22px;font-weight:700;color:#111827}.about-sub{margin-top:6px;font-size:13px;letter-spacing:.6px;color:#9ca3af}.about-body{padding-bottom:24px;margin-bottom:26px;border-bottom:1px solid #f1f1f1}.about-text{font-size:15px;line-height:1.85;color:#374151}.about-text strong{color:#111827}.about-list{list-style:none;display:flex;flex-direction:column;gap:20px}.about-list li{display:flex;align-items:flex-start;gap:16px}.about-mark{flex-shrink:0;width:28px;height:28px;margin-top:2px;border-radius:50%;background:#111827;color:#fff;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.about-list h3{margin-bottom:4px;font-size:15px;font-weight:600;color:#111827}.about-list p{font-size:13.5px;line-height:1.75;color:#6b7280}.about-mail{font-weight:600;color:#111827;border-bottom:1px solid #d1d5db;transition:border-color .15s ease}.about-mail:hover{border-color:#111827}.entry{padding:40px 0}.entry+.entry{border-top:1px solid var(--line-divider)}.entry-header{display:flex;align-items:center;gap:12px}.entry-avatar{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.entry-meta{display:flex;flex-direction:column;gap:4px}.entry-source{font-size:15px;font-weight:600;color:var(--text-primary)}.entry-date{font-size:12px;color:var(--text-muted)}.entry-body{padding-left:58px;padding-right:15%;margin-top:10px;display:flex;flex-direction:column;gap:10px}.entry-title{font-size:16px;font-weight:600;color:var(--text-primary);line-height:1.4}.entry-summary{font-size:16px;color:var(--text-secondary);line-height:24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.entry-footer{margin-top:10px;display:flex;justify-content:flex-end}.read-more{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border:1px solid var(--stroke-ghost);border-radius:var(--radius-md);font-size:13px;font-weight:600;color:var(--text-primary);background:transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.read-more-icon{width:13px;height:13px;fill:currentColor;flex-shrink:0}.read-more:hover{background:#000;border-color:#000;color:#fff}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:12px 0 32px}.page-num,.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 8px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#111827;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.page-num:hover:not(.is-current),.page-btn:hover:not(.is-disabled){background:#f3f4f6;border-color:#d1d5db}.page-num.is-current{background:#111827;border-color:#111827;color:#fff;cursor:default}#pjax-content{transition:opacity .18s ease}#pjax-content.is-loading{opacity:.5;pointer-events:none}.page-btn .icon{width:14px;height:14px;fill:currentColor;flex-shrink:0}.page-btn.prev .icon{transform:rotate(180deg)}.page-btn.is-disabled{background:#f9fafb;border-color:#e5e7eb;color:#9ca3af;cursor:default;pointer-events:none}.page-dots{padding:0 2px;color:#6b7280;font-size:13px;user-select:none}.site-footer{padding:20px 32px 30px;border-top:1px solid var(--line-divider);text-align:center}.site-footer p{font-size:12px;color:var(--text-muted)}.feed-error{padding:40px 0;color:var(--text-secondary);font-size:14px;text-align:center}@media(max-width:640px){.page{padding:60px 12px 0}.feed-list{padding:16px 20px}.entry{padding:20px 0}.site-footer{padding:16px 20px 24px}.entry-body{padding-right:0}.top-bar{padding:0 12px}}@media(max-width:640px){.page{padding:0}.content{max-width:none;border-radius:0;border:none}.banner{border-radius:0;height:40vh;aspect-ratio:auto}}
