:root[data-theme=auto]{--theme:rgb(255, 255, 255)}@media(prefers-color-scheme:dark){:root[data-theme=auto]{--theme:rgb(29, 30, 32)}}.site-hero{margin-bottom:2rem}.site-hero__card{display:flex;align-items:center;gap:1.6rem;margin:0;padding:1.5rem 2.4rem;border-radius:16px;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(14px)saturate(1.1);-webkit-backdrop-filter:blur(14px)saturate(1.1);border:1px solid rgba(255,255,255,.45);box-shadow:0 8px 28px rgba(0,0,0,.14)}.site-hero__avatar{line-height:0;flex-shrink:0}.site-hero__avatar img{width:92px;height:92px;border-radius:50%;border:4px solid var(--theme,#fff);box-shadow:0 8px 24px rgba(79,70,229,.3);background:var(--theme,#fff)}.site-hero__meta{min-width:0}.site-hero__title{font-size:1.7rem;font-weight:700;margin:0;background:linear-gradient(90deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.site-hero__subtitle{margin:.4rem 0 0;color:var(--secondary,#6b7280);font-size:1.05rem}:root[data-theme=dark] .site-hero__card{background:rgba(29,30,32,.84)!important;border:1px solid rgba(255,255,255,.1)}@media(max-width:600px){.site-hero__card{flex-direction:column;align-items:flex-start;text-align:left;gap:.6rem;margin:0;padding:1.4rem 1.2rem}.site-hero__avatar img{width:72px;height:72px}.site-hero__title{font-size:1.5rem}}.giscus-comments{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border,#e5e7eb)}.friend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin:1.5rem 0 2rem}.friend-card{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border:1px solid var(--border,#e5e7eb);border-radius:12px;text-decoration:none;color:inherit;background:var(--entry,#fff);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.friend-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(79,70,229,.18);border-color:var(--primary,#4f46e5)}.friend-card--pending{border-style:dashed;opacity:.85}.friend-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--border,#e5e7eb)}.friend-avatar--placeholder{display:flex;align-items:center;justify-content:center;font-size:1.4rem}.friend-meta{min-width:0}.friend-name{font-weight:600;font-size:.98rem}.friend-desc{font-size:.82rem;color:var(--secondary,#6b7280);margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}body::before{content:"";position:fixed;inset:0;z-index:-1;background-color:var(--theme,#fff);background-image:var(--site-bg-url,none);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity .6s ease}body.bg-ready::before{opacity:1}.post-entry,.page-header,.archive-month,.not-found,.entry-content pre{background:rgba(255,255,255,.92)!important;backdrop-filter:blur(14px)saturate(1.1);-webkit-backdrop-filter:blur(14px)saturate(1.1)}:root .post-single{background:rgba(255,255,255,.72)!important;backdrop-filter:blur(14px)saturate(1.1);-webkit-backdrop-filter:blur(14px)saturate(1.1);padding:1.5rem 2.4rem!important}@media(max-width:600px){:root .post-single{padding:1.1rem 1.2rem!important}}.post-entry,.post-single,.page-header,.archive-month,.not-found{border-radius:16px!important;border:1px solid rgba(255,255,255,.45)!important}.post-entry,.page-header{padding:1.6rem 1.9rem!important}:root[data-theme=dark] .post-entry,:root[data-theme=dark] .post-single,:root[data-theme=dark] .page-header,:root[data-theme=dark] .archive-month,:root[data-theme=dark] .not-found{background:rgba(29,30,32,.84)!important;border:1px solid rgba(255,255,255,.1)!important}.header{background:rgba(255,255,255,.78)!important;backdrop-filter:blur(10px)saturate(1.1);-webkit-backdrop-filter:blur(10px)saturate(1.1);border-bottom:1px solid rgba(255,255,255,.3)}.footer{background:0 0!important}:root[data-theme=dark] .header{background:rgba(29,30,32,.72)!important;border-bottom:1px solid rgba(255,255,255,8%)}:root[data-theme=dark] .entry-content pre{background:rgba(28,29,33,.94)!important}.bg-switch{position:fixed;right:16px;bottom:16px;z-index:50;padding:8px 14px;font-size:.8rem;cursor:pointer;border:1px solid var(--border,#e5e7eb);border-radius:999px;background:var(--entry,#fff);color:var(--primary,#333);box-shadow:0 4px 14px rgba(0,0,0,.12);opacity:.82;transition:opacity .2s ease,transform .15s ease}.bg-switch:hover{opacity:1;transform:translateY(-1px)}.bg-switch:disabled{cursor:not-allowed;opacity:.5;transform:none}@media(max-width:600px){.bg-switch{right:10px;bottom:10px;padding:6px 11px}}.pagination a{color:var(--primary);background:var(--entry);border:1px solid var(--border)}.pagination a:hover{background:var(--tertiary)}details.toc.toc-fixed{position:fixed;top:7rem;left:1.5rem;width:18.5rem;max-height:calc(100vh - 9rem);overflow-y:auto;z-index:20;margin:0;border-radius:16px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.92);backdrop-filter:blur(14px)saturate(1.1);-webkit-backdrop-filter:blur(14px)saturate(1.1);overflow:hidden auto;scrollbar-width:thin}[data-theme=dark] details.toc.toc-fixed{background:rgba(29,30,32,.84);border:1px solid rgba(255,255,255,.1)}details.toc.toc-fixed::-webkit-scrollbar{width:10px}details.toc.toc-fixed::-webkit-scrollbar-track{background:0 0}details.toc.toc-fixed::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18)}details.toc.toc-fixed::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.32)}[data-theme=dark] details.toc.toc-fixed::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22)}[data-theme=dark] details.toc.toc-fixed::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.38)}details.toc.toc-fixed .inner{padding:.3rem 0}details.toc.toc-fixed ul{margin:0}.medium-zoom-overlay{z-index:9999!important}.medium-zoom-image--opened{z-index:10000!important}