:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f5f5;--surface:#fff;--surface-muted:#f7f7f7;--text:#111;--text-muted:#999;--line:#e6e6e6;--accent:#576b95;--accent-soft:#e8edf7;--shadow:0 4px 24px #00000014}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0a0a;--surface:#111;--surface-muted:#1a1a1a;--text:#ececec;--text-muted:#777;--line:#2a2a2a;--accent:#7d8fb3;--accent-soft:#232837;--shadow:0 4px 24px #00000059}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}a,button{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.site-shell{background:var(--surface);max-width:640px;min-height:100vh;box-shadow:var(--shadow);margin-inline:auto}.site-header{margin-bottom:56px;position:relative}.site-footer,.timeline-shell{width:100%;padding-inline:16px}.profile-cover{background-position:50%;background-size:cover;border-radius:0 0 12px 12px;min-height:250px;position:relative}.profile-cover-shade{border-radius:inherit;background:linear-gradient(#00000005,#0000008c);position:absolute;inset:0}.profile-topbar{z-index:1;justify-content:flex-end;align-items:center;padding:16px;display:flex;position:relative}.icon-button{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff80;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;display:grid}.icon-button:hover{background:#ffffff38}.side-rail{z-index:2;border:1px solid var(--line);background:var(--surface);min-width:44px;box-shadow:var(--shadow);border-radius:12px;flex-direction:column;gap:4px;padding:8px 6px;display:flex;position:absolute;top:0;right:-48px}.dark .side-rail{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111111f5}.rail-item{color:var(--text-muted);background:0 0;border-radius:8px;grid-template-rows:auto auto;place-items:center;gap:2px;padding:8px 4px;font-size:.62rem;text-decoration:none;transition:background .2s,color .2s;display:grid}.rail-item.router-link-active,.rail-item:hover{background:var(--accent-soft);color:var(--accent)}.rail-item .iconify{font-size:18px}.rail-label{line-height:1}.profile-identity{z-index:1;color:#fff;text-align:right;text-shadow:0 1px 4px #00000080;justify-content:flex-end;align-items:flex-end;gap:14px;display:flex;position:absolute;bottom:-36px;right:16px}.profile-copy{gap:5px;padding-bottom:8px;display:grid}.profile-copy strong{letter-spacing:.02em;font-size:1.25rem;font-weight:700}.profile-copy span{color:#1a1a1a;text-shadow:0 1px 2px #fffc;max-width:260px;font-size:.75rem;font-weight:500;line-height:1.4}.dark .profile-copy span{color:#fff;text-shadow:0 1px 4px #00000080}.memo-avatar,.profile-avatar{-o-object-fit:cover;object-fit:cover;border:3px solid var(--surface);flex:none;box-shadow:0 4px 12px #0000001f}.profile-avatar{border-radius:12px;width:72px;height:72px}.timeline-shell{padding:24px 16px 84px}.toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.toolbar-label{color:var(--text-muted);letter-spacing:.04em;font-size:.75rem;font-weight:600}.timeline-intro{margin-bottom:30px}.eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px;font-size:.72rem;font-weight:700}.timeline-title{letter-spacing:-.02em;margin:0;font-size:clamp(2rem,6vw,3rem);font-weight:600;line-height:1.1}.empty-state button,.refresh-indicator button,.text-button{color:var(--accent);background:0 0;border:0;font-weight:600}.text-button{align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.text-button:disabled{opacity:.5;cursor:wait}.memo-list{gap:0;display:grid}.memo-card{border-bottom:1px solid var(--line);background:var(--surface);padding:16px 0}.memo-card.pinned{background:var(--surface-muted)}.memo-card.sponsored{background:linear-gradient(135deg,var(--surface),var(--surface-muted))}.memo-layout{gap:12px;display:flex}.memo-side{flex:none}.memo-avatar{border-radius:6px;width:44px;height:44px}.memo-body{flex:1;min-width:0}.memo-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.memo-author-name{color:var(--accent);font-size:.95rem;font-weight:600;text-decoration:none}.memo-author-name:hover{text-decoration:underline}.memo-content{overflow-wrap:anywhere;font-size:.95rem;line-height:1.6}.memo-content p{margin:0 0 .35rem}.memo-content p:last-child{margin-bottom:0}.memo-media{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-top:12px;display:grid}.memo-media.media-count-1{grid-template-columns:minmax(0,280px)}.memo-media.media-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.memo-media.media-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.memo-media.media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.media-item{background:var(--surface-muted);border-radius:4px;min-width:0;margin:0;overflow:hidden}.media-item img,.media-item video{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.memo-tags{flex-wrap:wrap;gap:8px;margin-top:12px;font-size:.75rem;display:flex}.memo-tags a{color:var(--accent)}.memo-footer{flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;font-size:.75rem;display:flex}.memo-date,.memo-footer{color:var(--text-muted)}.memo-date:hover,.memo-tags a:hover,.source-link:hover{color:var(--accent)}.meta-badge{letter-spacing:.04em;border-radius:2px;padding:1px 5px;font-size:.6rem;font-weight:700}.pinned-badge{background:var(--accent-soft);color:var(--accent)}.ad-badge{background:var(--surface-muted)}.ad-badge,.source-link{color:var(--text-muted)}.source-link{align-items:center;gap:4px;display:inline-flex}.memo-reactions{flex-wrap:wrap;gap:6px;margin-left:auto;display:flex}.reaction-button{background:var(--surface-muted);min-height:26px;color:var(--text-muted);border:1px solid #0000;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-size:.8rem;transition:all .2s;display:inline-flex}.reaction-button.selected,.reaction-button:hover{border-color:var(--line);background:var(--accent-soft);color:var(--text)}.reaction-button small{font-size:.7rem;font-weight:700}.reaction-button:disabled{cursor:wait;opacity:.6}.refresh-indicator{min-height:32px;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:16px;font-size:.75rem;display:flex}.refresh-indicator button{margin-left:auto;font-size:.75rem}.refresh-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.refresh-dot.spinning{animation:1s ease-in-out infinite pulse}.empty-state{text-align:center;color:var(--text-muted);padding:80px 24px}.empty-mark{color:var(--accent);margin-bottom:16px;font-size:2rem;display:block}.empty-state h2{color:var(--text);margin:0;font-size:1.25rem;font-weight:500}.empty-state p{margin:10px 0 22px}.site-footer{color:var(--text-muted);gap:8px;padding:24px 16px 38px;font-size:.72rem;display:flex}.site-footer a{color:inherit}.footer-dot{color:var(--accent)}.mobile-nav{display:none}.load-more{border:1px solid var(--line);width:100%;color:var(--text-muted);background:0 0;border-radius:6px;margin-top:18px;padding:12px;font-size:.85rem}.load-more:hover{border-color:var(--accent);color:var(--accent)}.extension-card-shell{border:1px solid var(--line);background:var(--surface-muted);border-radius:6px;margin-top:12px;overflow:hidden}.ext-link{color:inherit;display:block}.ext-link:hover{background:var(--surface)}.ext-card{gap:10px;padding:12px}.ext-card,.ext-icon{align-items:center;display:flex}.ext-icon{background:var(--surface);border:1px solid var(--line);width:38px;height:38px;color:var(--text-muted);border-radius:6px;flex-shrink:0;justify-content:center}.ext-meta{flex:1;min-width:0}.ext-title{color:var(--text);font-size:.88rem;font-weight:600;line-height:1.3}.ext-desc,.ext-title{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.ext-desc{color:var(--text-muted);margin-top:2px;font-size:.72rem;line-height:1.4}.ext-desc.multiline{-webkit-line-clamp:2;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box}.ext-sub{color:var(--text-muted);align-items:center;gap:6px;margin-top:5px;font-size:.7rem;display:inline-flex}.ext-sub-divider{background:var(--line);width:1px;height:10px}.ext-music{gap:10px;padding:12px}.ext-music,.ext-play{align-items:center;display:flex}.ext-play{background:var(--surface);border:1px solid var(--line);width:34px;height:34px;color:var(--accent);border-radius:50%;justify-content:center;margin-left:auto}.ext-play:hover{background:var(--accent-soft)}.ext-location{width:100%;color:var(--text-muted);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:8px;padding:12px;display:flex}.ext-location:hover{background:var(--surface)}.ext-location-text{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.88rem;font-weight:600;overflow:hidden}.ext-location-map{border-top:1px solid var(--line)}.ext-location-map iframe{display:block}@keyframes pulse{50%{opacity:.3;transform:scale(.72)}}@media (width<=640px){.site-shell{max-width:none;box-shadow:none}.site-header{margin-bottom:52px}.profile-cover{border-radius:0;min-height:220px}.profile-identity{bottom:-34px;right:14px}.profile-avatar{width:66px;height:66px}.profile-copy strong{font-size:1.15rem}.profile-copy span{max-width:190px;font-size:.68rem}.timeline-shell{padding:20px 14px 82px}.memo-card{padding:14px 0}.memo-media,.memo-media.media-count-1,.memo-media.media-count-2,.memo-media.media-count-3,.memo-media.media-count-4{grid-template-columns:1fr}.source-link{flex-shrink:0}.side-rail{display:none}.mobile-nav{z-index:10;border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow);background:#fffffff0;border-radius:10px;justify-content:space-around;padding:8px;display:flex;position:fixed;bottom:12px;left:12px;right:12px}.dark .mobile-nav{background:#111111f5}.mobile-nav-item{min-width:64px;min-height:44px;color:var(--text-muted);background:0 0;border:0;place-items:center;gap:4px;font-size:.65rem;text-decoration:none;display:grid}.mobile-nav-item:hover{color:var(--accent)}}.page-shell{padding:24px 16px 84px}.page-back{color:var(--text-muted);align-items:center;gap:4px;margin-bottom:12px;font-size:.8rem;display:inline-flex}.page-back:hover{color:var(--accent)}.page-title{margin:0 0 18px;font-size:1.5rem;font-weight:600}.friends-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.friend-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.friend-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000001f}.dark .friend-card:hover{box-shadow:0 8px 32px #0006}.friend-snapshot{background:var(--surface-muted) center/cover;flex-direction:column;justify-content:flex-end;min-height:150px;padding:12px;display:flex;position:relative;overflow:hidden}.friend-shade{background:linear-gradient(#0000000d,#0000009e);position:absolute;inset:0}.friend-status{z-index:1;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;border-radius:999px;align-items:center;gap:5px;padding:4px 8px;font-size:.68rem;font-weight:600;display:inline-flex;position:absolute;top:10px;right:10px}.status-dot{background:#bbb;border-radius:50%;width:7px;height:7px}.status-survival .status-dot{background:#3ec786}.status-error .status-dot,.status-timeout .status-dot{background:#e5484d}.status-pending .status-dot{background:#f5a623}.friend-info{z-index:1;align-items:center;gap:10px;min-width:0;display:flex;position:relative}.friend-avatar{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffff59;border-radius:50%;flex-shrink:0;width:38px;height:38px}.friend-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.friend-name{color:#fff;text-shadow:0 1px 3px #00000080;font-size:.92rem;font-weight:600}.friend-host,.friend-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.friend-host{color:#ffffffbf;text-shadow:0 1px 2px #00000080;font-size:.7rem}.friend-desc{min-height:3.2em;color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;padding:10px 12px 12px;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.rss-list{gap:14px;display:grid}.rss-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:14px}.rss-card h3{margin:0 0 6px;font-size:.96rem;font-weight:600}.rss-card h3 a{color:var(--text)}.rss-card h3 a:hover{color:var(--accent)}.rss-meta{margin-bottom:8px;font-size:.72rem}.rss-card p,.rss-meta{color:var(--text-muted)}.rss-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.sheet{z-index:20;place-items:end center;display:grid;position:fixed;inset:0}.sheet-backdrop{background:#00000073;position:absolute;inset:0}.sheet-panel{width:100%;max-width:640px;padding:20px 16px calc(env(safe-area-inset-bottom) + 24px);background:var(--surface);box-shadow:var(--shadow);border-radius:16px 16px 0 0;animation:.24s sheet-up;position:relative}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:12px;display:grid}.sheet-item{background:var(--surface-muted);color:var(--text);border-radius:12px;grid-template-rows:auto auto;place-items:center;gap:6px;padding:14px 8px;font-size:.75rem;text-decoration:none;display:grid}.sheet-item:hover{color:var(--accent);background:var(--accent-soft)}.sheet-item .iconify{font-size:22px}.sheet-close{background:var(--surface-muted);color:var(--text-muted);border:0;border-radius:24px;margin:18px auto 0;padding:10px 24px;display:block}.markdown-body p:first-child{margin-top:0}.markdown-body p:last-child{margin-bottom:0}.markdown-body a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}.markdown-body strong{color:var(--text)}.markdown-body blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin:18px 0;padding:2px 18px}.markdown-body pre{background:var(--surface-muted);border-radius:4px;margin:18px 0;padding:16px;font:.85rem/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-x:auto}.markdown-body code{background:var(--surface-muted);border-radius:3px;padding:2px 5px;font:.88em ui-monospace,SFMono-Regular,Consolas,monospace}.markdown-body pre code{background:0 0;padding:0}.markdown-body ol,.markdown-body ul{padding-left:1.4em}
