*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f0f2f5;--feed-bg: #ffffff;--sidebar-bg: #e8eaed;--border: #efefef;--border-strong: #e0e0e0;--post-border: #f0f0f0;--text: #111111;--text-muted: #444444;--text-faint: #aaaaaa;--badge-bg: #e8f5e9;--badge-color: #2e7d32;--quote-bg: #f0f6ff;--quote-border: #1877f2;--thumb-bg: #f3f4f6;--grid-bg: #fafafa;--thumb-footer: #ffffff;--chevron-bg: rgba(255,255,255,.92);--icon-color: #333333;--link-color: #1877f2;--nav-dot: #dddddd;--sidebar-icon: #444444;--sidebar-hover: #e8e8e8}[data-theme=dark]{--bg: #0f0f0f;--feed-bg: #1a1a1a;--sidebar-bg: #141414;--border: #2a2a2a;--border-strong: #3a3a3a;--post-border: #2a2a2a;--text: #f0f0f0;--text-muted: #bbbbbb;--text-faint: #666666;--badge-bg: #1a3a1a;--badge-color: #6abf69;--quote-bg: #0d1f3c;--quote-border: #1877f2;--thumb-bg: #2a2a2a;--grid-bg: #222222;--thumb-footer: #1e1e1e;--chevron-bg: rgba(40,40,40,.92);--icon-color: #cccccc;--link-color: #4da3ff;--nav-dot: #444444;--sidebar-icon: #aaaaaa;--sidebar-hover: #2a2a2a}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);transition:background .2s,color .2s}.layout{display:flex;min-height:100vh}.sidebar{display:flex;flex-direction:row;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;right:0;height:56px;background:var(--sidebar-bg);z-index:100;transition:background .2s}.sidebar-item{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;color:var(--sidebar-icon);text-decoration:none;transition:background .12s,color .2s}.feed,.view{flex:1;overflow:hidden}.feed{background:var(--feed-bg);transition:background .2s}.view{height:calc(100vh - 56px)}@media(max-width:599px){.feed{padding-bottom:64px}}.post+.post{border-top:1px solid var(--post-border)}.post{padding:16px 16px 12px}@media(min-width:600px){.layout{width:100%;padding:0;align-items:flex-start}.sidebar{flex-direction:column;justify-content:flex-start;position:sticky;inset:0 auto auto;width:72px;height:100vh;flex-shrink:0;padding:20px 0;gap:4px}.sidebar-item:hover{background:var(--sidebar-hover)}.sidebar-item.active{color:var(--text)}.sidebar-item .iconify{font-size:26px}.feed{max-width:680px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border);min-height:100vh}.view{height:100vh;width:calc(100vw - 72px)}}.post-header{display:flex;gap:12px}.avatar-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--border-strong)}.avatar-thread-line{width:2px;flex:1;background:var(--border-strong);margin-top:6px;min-height:16px}.post-meta{flex:1;padding-top:2px}.author-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.post-author{font-weight:700;font-size:15px;color:var(--text)}.post-badge{font-size:11px;font-weight:600;background:var(--badge-bg);color:var(--badge-color);padding:2px 8px;border-radius:20px}.post-time{font-size:12px;color:var(--text-faint);margin-top:2px}.post-body{margin-left:56px;margin-top:10px}.tag-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.tag{font-size:11px;font-weight:700;padding:2px 9px;border-radius:20px;letter-spacing:.02em}.tag-orange{background:#fff7ed;color:#c2410c}.tag-blue{background:#dbeafe;color:#1d4ed8}.tag-green{background:#dcfce7;color:#166534}[data-theme=dark] .tag-orange{background:#2d1500;color:#fb923c}[data-theme=dark] .tag-blue{background:#0d1f3c;color:#60a5fa}[data-theme=dark] .tag-green{background:#0a2010;color:#4ade80}.post-content-link{display:block;text-decoration:none;color:inherit;cursor:pointer}.post-title{font-size:16px;font-weight:800;color:var(--text);line-height:1.4;margin-bottom:10px}.post-summary{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:14px}.post-quote{border-left:3px solid var(--quote-border);padding:8px 14px;background:var(--quote-bg);border-radius:0 10px 10px 0;font-size:13px;font-style:italic;color:var(--text-muted);line-height:1.55;margin-bottom:18px;transition:background .2s}.post-quote .quote-attr{font-style:normal;font-size:12px;color:var(--text-faint);margin-top:6px}.carousel-label{font-size:11px;font-weight:700;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.source-thumb{border-radius:10px;overflow:hidden;border:1px solid var(--border-strong);cursor:pointer;transition:transform .15s,box-shadow .15s}.source-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.source-thumb .thumb-img{width:100%;height:76px;object-fit:cover;display:block;background:var(--thumb-bg)}.source-thumb .thumb-footer{padding:7px 9px 8px;background:var(--thumb-footer)}.source-thumb .thumb-domain{font-size:10px;color:var(--text-faint);font-weight:700;text-transform:uppercase;margin-bottom:2px}.source-thumb .thumb-title{font-size:11.5px;font-weight:600;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-outer{position:relative}.c-chevron{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--chevron-bg);border:1px solid var(--border-strong);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;transition:background .15s,box-shadow .15s}.c-chevron:hover{box-shadow:0 4px 12px #0003}.c-chevron-left{left:8px}.c-chevron-right{right:8px}.c-chevron .iconify{font-size:16px;color:var(--icon-color)}.c-wrap{overflow:hidden;border-radius:12px;border:1px solid var(--border-strong);touch-action:pan-y;cursor:grab;user-select:none}.c-wrap.dragging{cursor:grabbing}.c-track{display:flex;align-items:stretch;transition:transform .32s cubic-bezier(.25,.46,.45,.94);will-change:transform}.c-track.snap{transition:none}.c-slide{min-width:100%;overflow:hidden;display:flex;flex-direction:column}.c-slide-grid{padding:12px;background:var(--grid-bg);transition:background .2s}.c-slide-grid .carousel-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.c-slide-grid .source-thumb{display:flex;flex-direction:column}.c-slide-grid .source-thumb .thumb-img{flex:1;height:auto;min-height:60px}.embed-img{width:100%;height:320px;object-fit:cover;display:block;background:var(--thumb-bg)}.embed-body{padding:14px;background:var(--feed-bg);transition:background .2s}.embed-source{display:flex;align-items:center;gap:7px;margin-bottom:8px}.embed-favicon{width:16px;height:16px;border-radius:3px}.embed-domain{font-size:12px;color:var(--text-faint);font-weight:600}.embed-title{font-size:15px;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:8px}.embed-desc{font-size:13px;color:var(--text-muted);line-height:1.55;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.embed-link{font-size:13px;font-weight:600;color:var(--link-color);text-decoration:none}.embed-link:hover{text-decoration:underline}.carousel-nav{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:12px}.nav-dot{width:7px;height:7px;border-radius:50%;background:var(--nav-dot);cursor:pointer;transition:background .15s,transform .15s}.nav-dot.active{background:var(--link-color);transform:scale(1.3)}.post-actions{margin-left:56px;margin-top:14px;display:flex;justify-content:flex-end;padding-top:10px;border-top:1px solid var(--post-border)}.action-btn{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--text-faint);cursor:pointer;transition:color .15s}.action-btn:hover{color:var(--text-muted)}#sentinel{height:40px}.article-wrap{padding:24px 20px 60px;max-width:680px}.article-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-faint);text-decoration:none;margin-bottom:20px}.article-back:hover{color:var(--text-muted)}.article-body{font-size:15px;line-height:1.75;color:var(--text-muted)}.article-body h1{display:none}.article-body h2{font-size:17px;font-weight:800;color:var(--text);margin:28px 0 10px;padding-top:4px;border-top:1px solid var(--border)}.article-body h3{font-size:15px;font-weight:700;color:var(--text);margin:20px 0 8px}.article-body h4{font-size:14px;font-weight:700;color:var(--text-muted);margin:16px 0 6px}.article-body p{margin-bottom:14px}.article-body strong{color:var(--text)}.article-body em{font-style:italic}.article-body ul,.article-body ol{margin:0 0 14px 20px}.article-body li{margin-bottom:6px;line-height:1.65}.article-body ul li{list-style-type:disc}.article-body ol li{list-style-type:decimal}.article-body li>ul,.article-body li>ol{margin:6px 0 0 16px}.article-body blockquote{border-left:3px solid var(--quote-border);padding:8px 14px;background:var(--quote-bg);border-radius:0 8px 8px 0;margin:0 0 14px;font-style:italic;color:var(--text-muted)}.article-body code{font-family:monospace;font-size:13px;background:var(--thumb-bg);padding:2px 5px;border-radius:4px;color:var(--text)}.article-body pre{background:var(--thumb-bg);padding:14px;border-radius:8px;overflow-x:auto;margin-bottom:14px}.article-body pre code{background:none;padding:0}.article-body hr{border:none;border-top:1px solid var(--border);margin:24px 0}.article-body a{color:var(--link-color);text-decoration:none}.article-body a:hover{text-decoration:underline}.article-body table{width:100%;border-collapse:collapse;margin-bottom:14px;font-size:13px}.article-body th,.article-body td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border-strong)}.article-body th{font-weight:700;color:var(--text);background:var(--thumb-bg)}
