@charset "UTF-8";:root{--primary: #333333;--primary-hover: #222222;--primary-dark: #111111;--primary-light: rgba(51, 51, 51, .1);--gradient: linear-gradient(135deg, #333333, #555555);--text: #1f2937;--text-body: #374151;--text-muted: #6b7280;--text-light: #9ca3af;--bg: #f3f4f6;--card: #ffffff;--border: #e5e7eb;--soft: #f9fafb;--header-bg: rgba(255, 255, 255, .95);--code-bg: #1f2937;--code-text: #e5e7eb;--code-inline: #e11d48;--flag-bg: #fef2f2;--flag-text: #ef4444;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--radius: 10px;--radius-sm: 6px;--radius-pill: 50px;--overlay-bg: #ffffff;--overlay-soft: #f3f4f6;--tip-bg: #1f2937;--tip-fg: #ffffff;--transition: all .3s ease;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;--header-height: 50px;--sidebar-width: 320px;--header-blur: blur(10px);color-scheme:light}:root[data-theme=dark]{--primary: #888888;--primary-hover: #666666;--primary-dark: #444444;--primary-light: rgba(136, 136, 136, .15);--gradient: linear-gradient(135deg, #888888, #aaaaaa);--text: #e8eaed;--text-body: #c9cdd4;--text-muted: #9aa1ac;--text-light: #7c838f;--bg: #0f1115;--card: #171a21;--border: #2a2f39;--soft: #1c2028;--header-bg: rgba(23, 26, 33, .88);--code-bg: #0b0d11;--code-text: #d5d9df;--code-inline: #fb7185;--flag-bg: rgba(239, 68, 68, .16);--flag-text: #fca5a5;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .5);--shadow-md: 0 4px 12px rgba(0, 0, 0, .55);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .6);--overlay-bg: #1e222b;--overlay-soft: #14171d;--tip-bg: #e8eaed;--tip-fg: #171a21;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font-family:var(--font);font-size:1rem;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s ease,color .25s ease}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto;display:block;border:0}ul,ol{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.4}p{margin:0 0 1em}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.pb-icon{width:1em;height:1em;display:inline-block;vertical-align:-.125em;flex:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}body.pb-home-wide .container{max-width:1520px}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--header-bg);border-bottom:1px solid var(--border);backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur);z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;height:var(--header-height)}.site-logo{flex:none;display:flex;align-items:center}.site-logo a{display:flex;align-items:center;gap:10px;color:var(--text);font-size:1.25rem;font-weight:700}.site-logo a:hover{color:var(--primary)}.site-logo img{height:calc(var(--header-height) - 18px);max-height:48px;width:auto}.logo-badge{display:flex;align-items:center;justify-content:center;width:calc(var(--header-height) - 14px);height:calc(var(--header-height) - 14px);max-width:44px;max-height:44px;border-radius:var(--radius);background:var(--gradient);color:#fff;font-size:1.1rem;font-weight:800}.site-nav{margin-left:auto}.nav-list{display:flex;align-items:center;gap:4px}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:4px;padding:10px 16px;border-radius:var(--radius);font-size:.95rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.nav-link:hover,.nav-link:focus-visible{color:var(--primary);background:var(--primary-light)}.nav-link.is-active{color:var(--primary);background:var(--primary-light)}.nav-link .pb-icon{font-size:.9rem;opacity:.8}.dropdown-menu{display:block;position:absolute;top:100%;left:0;min-width:160px;padding:6px 0;background:#fffffff5;border:1px solid var(--border);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border-radius:var(--radius);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(6px);transition:var(--transition);z-index:10}:root[data-theme=dark] .dropdown-menu{background:#171a21f5}.nav-item:hover>.dropdown-menu,.nav-item:focus-within>.dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:8px 18px;font-size:.9rem;color:var(--text-muted)}.dropdown-menu a:hover{background:var(--primary-light);color:var(--primary)}.header-tools{display:flex;align-items:center;gap:6px;flex:none}.tool-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:transparent;border:0;border-radius:var(--radius);color:var(--text-muted);font-size:1.15rem;transition:var(--transition)}.tool-btn:hover{background:var(--primary-light);color:var(--primary)}.menu-toggle{display:none}.search-panel{display:none;padding:14px 0;background:var(--card);border-bottom:1px solid var(--border)}.search-panel.is-open{display:block}.search-form{display:flex;gap:8px}.search-input{flex:1;min-width:0;height:42px;padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;color:var(--text);background:var(--bg);outline:none;transition:var(--transition)}.search-input:focus{border-color:var(--primary);background:var(--card)}.search-submit{flex:none;height:42px;padding:0 20px;border:0;border-radius:var(--radius);background:var(--primary);color:#fff;font-size:1rem;transition:var(--transition)}.search-submit:hover{background:var(--primary-hover)}.mobile-search{display:none}.site-main{padding-top:calc(var(--header-height) + 20px);min-height:60vh}.main-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--sidebar-width);gap:24px;align-items:start}.content-area{min-width:0}.sidebar-area{min-width:0;align-self:stretch}.slider{position:relative;margin-bottom:20px;border-radius:var(--radius);overflow:hidden;background:var(--card);box-shadow:var(--shadow-sm)}.slider-track{position:relative;aspect-ratio:21 / 9}.slider-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.slider-slide.is-active{opacity:1}.slider-slide img{width:100%;height:100%;object-fit:cover}.slider-caption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:40px 24px 18px;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:1.05rem;font-weight:500}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#00000059;color:#fff;font-size:1.3rem;transition:var(--transition)}.slider-btn:hover{background:#0009}.slider-btn.prev{left:12px}.slider-btn.next{right:12px}.slider-dots{position:absolute;right:14px;bottom:14px;display:flex;gap:6px}.slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:5px;background:#ffffff80;transition:var(--transition)}.slider-dots button.is-active{width:22px;background:#fff}.pb-roll{--pb-roll-gap: 10px;overflow:hidden;padding:10px 0;margin-bottom:20px;border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-sm)}.pb-roll-track{display:flex;flex-direction:row;width:max-content}.pb-roll-card{display:flex;align-items:stretch;flex:none;width:300px;height:108px;margin-right:var(--pb-roll-gap);border-radius:calc(var(--radius) - 6px);overflow:hidden;background:var(--bg);transition:var(--transition)}.pb-roll-card:hover{box-shadow:var(--shadow-md)}.pb-roll-thumb{position:relative;flex:none;width:44%;overflow:hidden;background:var(--bg)}.pb-roll-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.pb-roll-card:hover .pb-roll-thumb img{transform:scale(1.06)}.pb-roll-sort{position:absolute;top:8px;left:8px;z-index:2;display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:999px;background:#ffffffeb;color:var(--text);font-size:.7rem;font-weight:600;box-shadow:0 1px 4px #0000002e}.pb-roll-sort .pb-icon{width:11px;height:11px}.pb-roll-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:8px 12px}.pb-roll-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text);font-size:.84rem;font-weight:600;line-height:1.45}.pb-roll-card:hover .pb-roll-title{color:var(--primary)}.pb-roll-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--text-light);font-size:.7rem}.pb-roll-meta .pb-icon{width:11px;height:11px}.pb-roll.is-run .pb-roll-track{animation:pbRollLeft var(--pb-roll-dur, 24s) linear infinite}.pb-roll.is-run[data-dir=right] .pb-roll-track{animation-name:pbRollRight}.pb-roll.is-run:hover .pb-roll-track{animation-play-state:paused}@keyframes pbRollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pbRollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.pb-roll.is-run .pb-roll-track{animation:none}}.pb-roll:not(.is-run){overflow-x:auto;scrollbar-width:none}.pb-roll:not(.is-run)::-webkit-scrollbar{display:none}@media(max-width:1024px){.pb-roll{padding:8px 0}.pb-roll-card{width:216px;height:96px}}.posts-list{display:flex;flex-direction:column;gap:15px}.post-card{display:flex;align-items:stretch;background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.post-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.post-thumbnail{position:relative;flex:none;width:240px;min-height:var(--pb-list-thumb-h, 180px);overflow:hidden;background:var(--bg)}.post-thumbnail a{display:block;width:100%;height:100%}.post-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.post-card:hover .post-thumbnail img{transform:scale(1.05)}.post-category{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:5px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:500;z-index:2}.post-category a{color:#fff}.post-category a:hover{color:#fff;opacity:.85}.post-content{flex:1;min-width:0;display:flex;flex-direction:column;padding:16px 20px}.post-header{margin-bottom:8px}.post-title{font-size:1.2rem;font-weight:700;line-height:1.4;margin:0}.post-title a{color:var(--text);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.post-title a:hover{color:var(--primary)}.top-flag{display:inline-block;margin-right:6px;padding:1px 8px;border-radius:4px;background:var(--flag-bg);color:var(--flag-text);font-size:.7rem;font-weight:500;vertical-align:middle}.post-excerpt{flex:1;color:var(--text-muted);font-size:.9rem;line-height:1.7;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tag-link{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:5px;background:var(--bg);color:var(--text-muted);font-size:.75rem}.tag-link:hover{background:var(--primary-light);color:var(--primary)}.post-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;margin-top:auto;border-top:1px solid var(--border)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:.8rem;color:var(--text-light)}.meta-item{display:flex;align-items:center;gap:4px}.meta-item a{color:var(--text-muted)}.meta-item a:hover{color:var(--primary)}.meta-item .avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;background:var(--bg)}.post-card.is-textonly{display:block}.post-card.is-textonly .post-content{padding:24px}@media(min-width:769px){.posts-list.is-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.posts-list.is-grid.pb-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.posts-list.is-grid.pb-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.posts-list.is-grid .post-card{flex-direction:column}.posts-list.is-grid .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;align-self:auto}.posts-list.is-grid .post-content{padding:16px 18px 18px}.posts-list.is-grid .post-title a{-webkit-line-clamp:2}@media(max-width:1100px){.posts-list.is-grid.pb-grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.posts-list.is-grid.pb-grid-3,.posts-list.is-grid.pb-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}}@media(max-width:768px){.posts-list.pb-m-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.posts-list.pb-m-grid.pb-m-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.posts-list.pb-m-grid .post-card{flex-direction:column}.posts-list.pb-m-grid .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;align-self:auto}.posts-list.pb-m-grid .post-content{padding:10px 12px 12px}.posts-list.pb-m-grid .post-title{font-size:.98rem}.posts-list.pb-m-grid .post-title a{-webkit-line-clamp:2}.posts-list.pb-m-grid .post-excerpt{font-size:.82rem;margin-bottom:8px}.posts-list.pb-m-grid .post-tags{display:none}.posts-list.pb-m-grid .post-footer{padding-top:8px;gap:8px}.posts-list.pb-m-grid .post-meta{display:none}.posts-list.pb-m-grid .post-category{top:8px;left:8px;padding:2px 8px;font-size:.68rem}.posts-list.is-grid.pb-m-classic{display:flex;flex-direction:column;gap:15px;align-items:stretch}.posts-list.is-grid.pb-m-classic .post-card{flex-direction:row}.posts-list.is-grid.pb-m-classic .post-thumbnail{width:132px;min-height:96px;height:auto;aspect-ratio:auto;align-self:stretch}.posts-list.is-grid.pb-m-classic .post-content{padding:12px 14px 14px}.posts-list.is-grid.pb-m-classic .post-title a{-webkit-line-clamp:2}.posts-list.is-grid.pb-m-classic .post-tags{display:none}}@media(max-width:360px){.posts-list.pb-m-grid{gap:8px}.posts-list.pb-m-grid .post-content{padding:8px 10px 10px}.posts-list.pb-m-grid .post-title{font-size:.92rem}}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px;margin-top:24px;padding:16px 0}.pagination a,.pagination span,.pagination .active{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);transition:var(--transition)}.pagination a:hover{background:var(--primary);border-color:var(--primary);color:#fff}.pagination .active,.pagination .current{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:500}.post-single{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.post-header-single{padding:32px 32px 24px}.post-hero{position:relative;background:var(--bg)}.post-hero img{display:block;width:100%;height:360px;object-fit:cover;object-position:center}.post-hero-mask{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,#0000 45%,#00000094)}.post-hero .post-breadcrumb{position:absolute;inset:16px auto auto 16px;z-index:2;display:inline-flex;align-items:center;gap:14px;margin:0;padding:7px 16px;border-radius:999px;background:#ffffff38;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.8rem;color:#fff;text-shadow:none}.post-hero .post-breadcrumb a,.post-hero .post-breadcrumb>span{display:inline-flex;align-items:center;gap:4px;padding:0;background:none;color:#fff}.post-hero .post-breadcrumb a:hover{color:#fff;opacity:.82}.post-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-size:.82rem;color:var(--text-light)}.post-breadcrumb a{color:var(--text-muted)}.post-breadcrumb a:hover{color:var(--primary)}.post-admin{position:absolute;right:14px;top:14px;z-index:3}.post-admin-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:50%;cursor:pointer;background:#00000047;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:var(--transition)}.post-admin-btn:hover{background:#00000073}.post-admin-btn .pb-icon{width:18px;height:18px}.post-admin-menu{position:absolute;right:0;top:42px;min-width:132px;padding:6px;border-radius:12px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-md, 0 8px 24px rgba(0, 0, 0, .12));display:flex;flex-direction:column}.post-admin-menu[hidden]{display:none}.post-admin-menu a{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:.84rem;color:var(--text)}.post-admin-menu a:hover{background:var(--primary-light);color:var(--primary)}.post-admin-menu a .pb-icon{width:15px;height:15px}.post-admin-menu a.is-danger{color:#e5484d}.post-admin-menu a.is-danger:hover{background:#e5484d1a;color:#e5484d}.post-author-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.post-author{display:flex;align-items:center;gap:12px;min-width:0}.post-author-avatar img{display:block;width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.post-author-info{display:flex;flex-direction:column;gap:2px;min-width:0}.post-author-name{display:flex;align-items:center;font-size:.92rem;font-weight:600;color:var(--text)}.post-author-name a{color:var(--text)}.post-author-name a:hover{color:var(--primary)}.post-author-time{font-size:.78rem;color:var(--text-light)}.post-author-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.8rem;color:var(--text-light)}.pat-words{display:inline-flex;align-items:center;gap:5px}.pat-words .pb-icon{width:14px;height:14px}.pat-font{display:inline-flex;align-items:center;gap:2px;padding:2px;border:1px solid var(--border);border-radius:999px}.pat-fbtn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:50%;cursor:pointer;background:transparent;color:var(--text-muted);transition:var(--transition)}.pat-fbtn:hover{background:var(--primary-light);color:var(--primary)}.pat-fbtn .pb-icon{width:14px;height:14px}.pat-fbtn.pat-freset .pb-icon{width:16px;height:16px}.pat-full{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:1px solid var(--border);border-radius:999px;cursor:pointer;background:transparent;color:var(--text-muted);font-size:.8rem;transition:var(--transition)}.pat-full:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.pat-full .pb-icon{width:14px;height:14px}.pat-full.is-on{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}body.pb-reading-full.pb-full-css{overflow:hidden}body.pb-reading-full.pb-full-css .post-single{position:fixed;inset:0;z-index:999;margin:0;border-radius:0;box-shadow:none;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--overlay-bg)}body.pb-reading-full.pb-full-css #pbFullscreen{position:fixed;right:20px;top:20px;z-index:1000}.post-title-single{font-size:1.75rem;line-height:1.35;margin:0;word-break:break-word}.post-meta-single{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:16px;padding-top:14px;border-top:1px dashed var(--border);font-size:.82rem;color:var(--text-light)}.post-meta-single .meta-item{gap:5px}.post-meta-single .avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}.post-content-single{margin:0 14px 20px;padding:18px 18px 16px;border:1px dashed var(--border);border-radius:var(--radius);font-size:var(--pb-fs, 1rem);line-height:1.85;color:var(--text-body);word-wrap:break-word}.post-content-single>:first-child{margin-top:0}.post-content-single h1,.post-content-single h2,.post-content-single h3,.post-content-single h4,.post-content-single h5,.post-content-single h6{position:relative;margin:1.8em 0 .8em;color:var(--text)}.post-content-single h1{font-size:1.6rem}.post-content-single h2{font-size:1.4rem;padding-left:14px}.post-content-single h3{font-size:1.2rem;padding-left:14px}.post-content-single h4{font-size:1.05rem}.post-content-single h5,.post-content-single h6{font-size:1rem}.post-content-single h2:before,.post-content-single h3:before{content:"";position:absolute;left:0;top:.45em;bottom:.45em;width:4px;border-radius:2px;background:var(--primary)}.post-content-single p{margin:0 0 1.1em;letter-spacing:.2px}.post-content-single a{color:var(--primary);text-decoration:underline;text-decoration-color:#3b82f659}.post-content-single a:hover{color:var(--primary-hover)}.post-content-single img{display:block;max-width:100%;height:auto;margin:1.4em auto;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.post-content-single figure{margin:1.4em 0}.post-content-single figure img{margin:0 auto}.post-content-single figcaption{margin-top:8px;text-align:center;font-size:.82rem;color:var(--text-light)}.post-content-single ul,.post-content-single ol{margin:0 0 1.1em;padding-left:1.6em}.post-content-single ul{list-style:disc}.post-content-single ol{list-style:decimal}.post-content-single li{margin-bottom:.4em}.post-content-single blockquote{margin:1.2em 0;padding:14px 18px;border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;background:var(--primary-light);color:var(--text-muted)}.post-content-single blockquote p:last-child{margin-bottom:0}.post-content-single code{padding:2px 6px;border-radius:4px;background:var(--bg);color:var(--code-inline);font-size:.9em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.post-content-single pre{margin:1.2em 0;padding:16px;max-height:420px;overflow:auto;background:var(--code-bg);border-radius:var(--radius);color:var(--code-text);font-size:.875rem;line-height:1.7}.post-content-single pre code{padding:0;background:transparent;color:inherit}.post-content-single table{width:100%;margin:1.2em 0;border-collapse:collapse}.post-content-single th,.post-content-single td{padding:10px 12px;border:1px solid var(--border)}.post-content-single th{background:var(--bg);text-align:left}.post-content-single hr{margin:2em 0;border:0;border-top:1px solid var(--border)}.post-tags-single{display:flex;flex-wrap:wrap;gap:8px;padding:8px 32px 24px}.post-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 32px 24px}.pa-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border:1px solid var(--border);border-radius:20px;background:var(--card);color:var(--text-muted);font-size:.85rem;cursor:pointer;user-select:none;transition:all .18s ease}.pa-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.pa-btn .pb-icon{width:15px;height:15px}.pa-btn.is-on{border-color:var(--primary);color:var(--primary);background:var(--soft)}.pa-btn.is-busy{opacity:.6;pointer-events:none}.pa-btn.pa-like.is-on{color:#ef4444;border-color:#ef4444;background:#ef444414}.pa-btn.pa-like.is-on .pb-icon{fill:#ef4444}.pa-btn.pa-follow.is-on{color:#10b981;border-color:#10b981;background:#10b98114}[data-theme=dark] .pa-btn.pa-like.is-on{color:#f87171;border-color:#f87171;background:#ef444424}[data-theme=dark] .pa-btn.pa-follow.is-on{color:#34d399;border-color:#34d399;background:#10b98124}.post-copyright{position:relative;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:3px 10px;align-items:baseline;margin:0 32px 24px;padding:16px 18px;border:1px dashed var(--border);border-radius:var(--radius);background:var(--soft);font-size:.85rem;line-height:1.9;color:var(--text-muted)}.post-copyright-row{display:contents}.pc-label{white-space:nowrap;font-weight:700;color:var(--text)}.pc-value{min-width:0;word-break:break-word}.pc-copy-link{position:relative;max-width:100%;padding:0;border:0;background:none;font:inherit;line-height:inherit;text-align:left;color:var(--text-muted);word-break:break-all;cursor:pointer;transition:var(--transition)}.pc-copy-link:hover,.pc-copy-link:focus-visible{color:var(--primary)}.pc-copy-link:after{content:attr(data-tip);position:absolute;left:50%;bottom:100%;margin-bottom:6px;transform:translate(-50%,4px);padding:5px 10px;border-radius:var(--radius-sm);background:var(--tip-bg);color:var(--tip-fg);font-size:.74rem;font-weight:400;line-height:1.4;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:var(--transition);z-index:6}.pc-copy-link:before{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--tip-bg);opacity:0;visibility:hidden;pointer-events:none;transition:var(--transition);z-index:6}.pc-copy-link:hover:after,.pc-copy-link:focus-visible:after,.pc-copy-link.is-copied:after{opacity:1;visibility:visible;transform:translate(-50%)}.pc-copy-link:hover:before,.pc-copy-link:focus-visible:before,.pc-copy-link.is-copied:before{opacity:1;visibility:visible}.pc-copy-link.is-copied:after{content:attr(data-copied)}.pc-copy-link.is-failed{color:#e5484d}.pc-copy-link.is-failed:after{content:attr(data-failed);background:#e5484d;color:#fff;opacity:1;visibility:visible;transform:translate(-50%)}.pc-copy-link.is-failed:before{border-top-color:#e5484d;opacity:1;visibility:visible}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 32px 32px}.post-nav-item{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);transition:var(--transition)}.post-nav-item .nav-label{display:flex;align-items:center;gap:5px;font-size:.75rem;color:var(--text-light)}.post-nav-item .nav-label .pb-icon{width:15px;height:15px}.post-nav-item .nav-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.92rem;color:var(--text);line-height:1.5}a.post-nav-item:hover{border-color:var(--primary);background:var(--primary-light);transform:translateY(-2px)}a.post-nav-item:hover .nav-title{color:var(--primary)}.post-nav-item.is-next{text-align:right}.post-nav-item.is-next .nav-label{justify-content:flex-end}.post-nav-item.is-empty{opacity:.62;cursor:default}.post-nav-item.is-empty .nav-title{color:var(--text-light)}.comments-section{position:relative;z-index:1;margin-top:20px;padding:24px 32px 32px;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.comments-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.comments-header h3{display:flex;align-items:center;gap:8px;font-size:1rem}.comments-header h3 .pb-icon{width:18px;height:18px;color:var(--primary)}.comments-header h3 small.comment-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 7px;border-radius:999px;background:var(--bg);font-size:.72rem;font-weight:600;line-height:1;color:var(--text-light)}.comment-empty{margin:6px 0 0;font-size:.9rem;color:var(--text-light)}.comment-closed{display:flex;align-items:center;gap:8px;margin-top:18px;padding:14px 16px;border-radius:var(--radius);background:var(--bg);font-size:.9rem;color:var(--text-light)}.comment-closed .pb-icon{width:16px;height:16px}.comment-list,.comment-children{list-style:none;margin:0;padding:0}.comment-list{display:flex;flex-direction:column;gap:16px}.comment-children{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding-left:14px;border-left:2px solid var(--border)}.comment-item{display:flex;gap:12px}.comment-avatar{flex:none;width:42px;height:42px;border-radius:50%;background:var(--bg);border:1px solid var(--border)}.comment-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.comment-main{flex:1;min-width:0}.comment-info{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem}.comment-author{font-weight:600;color:var(--text)}.comment-author a{color:var(--text)}.comment-author a:hover{color:var(--primary)}.comment-time{color:var(--text-light);font-size:.78rem}.comment-floor{margin-left:auto;font-size:.75rem;color:var(--text-light);font-variant-numeric:tabular-nums}.comment-badge{padding:1px 7px;border-radius:4px;font-size:.68rem;line-height:1.7;color:#fff}.comment-badge.is-author{background:var(--primary)}.comment-badge.is-member{background:#10b981}.comment-badge.is-pending{background:#f59e0b}.pb-mbadge{display:inline-flex;align-items:center;gap:3px;padding:1px 8px;border-radius:999px;font-size:.68rem;font-weight:600;line-height:1.7;white-space:nowrap;vertical-align:1px}.pb-mbadge svg{width:11px;height:11px;fill:#fff;flex:none}.pb-mbadge img{width:14px;height:14px;border-radius:3px;object-fit:cover;flex:none}.pb-mbadge.is-cert{background:linear-gradient(135deg,#f97316,#ef4444);color:#fff;box-shadow:0 1px 3px #ef44444d}.pb-mbadge.is-vip{background:linear-gradient(135deg,#f59e0b,#ec4899);color:#fff;box-shadow:0 1px 3px #ec48994d}.pb-mbadge.is-vip svg{fill:#fff;stroke:none}.pb-mbadge.is-level.lv-blue{background:#3b82f621;color:#3b82f6}.pb-mbadge.is-level.lv-green{background:#10b98121;color:#10b981}.pb-mbadge.is-level.lv-amber{background:#f59e0b29;color:#d97706}.pb-mbadge.is-level.lv-purple{background:#8b5cf621;color:#8b5cf6}.pb-mbadge.is-level.lv-red{background:#ef44441f;color:#ef4444}[data-theme=dark] .pb-mbadge.is-level.lv-blue{color:#60a5fa}[data-theme=dark] .pb-mbadge.is-level.lv-green{color:#34d399}[data-theme=dark] .pb-mbadge.is-level.lv-amber{color:#fbbf24}[data-theme=dark] .pb-mbadge.is-level.lv-purple{color:#a78bfa}[data-theme=dark] .pb-mbadge.is-level.lv-red{color:#f87171}.pb-mbadge.is-medal{padding-left:3px}.pb-mbadge.is-medal img{height:1.15em;width:auto;max-width:3.4em;border-radius:2px;object-fit:contain;display:block;box-shadow:none}.pb-mbadge.is-badge{padding:1px 6px;background:#f59e0b29;color:#d97706}.pb-mbadge.is-badge img{height:1.1em;width:auto;max-width:3.4em;border-radius:2px;object-fit:contain;display:block;box-shadow:none}.pb-mbadge.is-badge.is-more{font-weight:700;letter-spacing:-.02em}.pb-mbadge.is-badge.is-more svg{display:none}.pb-mbadge.is-badge.lv-blue{background:#3b82f621;color:#3b82f6}.pb-mbadge.is-badge.lv-cyan{background:#0891b221;color:#0891b2}.pb-mbadge.is-badge.lv-teal{background:#0d948821;color:#0d9488}.pb-mbadge.is-badge.lv-green{background:#10b98121;color:#10b981}.pb-mbadge.is-badge.lv-indigo{background:#6366f121;color:#6366f1}.pb-mbadge.is-badge.lv-purple{background:#8b5cf621;color:#8b5cf6}.pb-mbadge.is-badge.lv-pink{background:#db27771f;color:#db2777}.pb-mbadge.is-badge.lv-amber{background:#f59e0b29;color:#d97706}.pb-mbadge.is-badge.lv-orange{background:#ea580c21;color:#ea580c}.pb-mbadge.is-badge.lv-red{background:#ef44441f;color:#ef4444}[data-theme=dark] .pb-mbadge.is-badge.lv-blue{color:#60a5fa}[data-theme=dark] .pb-mbadge.is-badge.lv-cyan{color:#22d3ee}[data-theme=dark] .pb-mbadge.is-badge.lv-teal{color:#2dd4bf}[data-theme=dark] .pb-mbadge.is-badge.lv-green{color:#34d399}[data-theme=dark] .pb-mbadge.is-badge.lv-indigo{color:#818cf8}[data-theme=dark] .pb-mbadge.is-badge.lv-purple{color:#a78bfa}[data-theme=dark] .pb-mbadge.is-badge.lv-pink{color:#f472b6}[data-theme=dark] .pb-mbadge.is-badge.lv-amber{color:#fbbf24}[data-theme=dark] .pb-mbadge.is-badge.lv-orange{color:#fb923c}[data-theme=dark] .pb-mbadge.is-badge.lv-red{color:#f87171}.pb-mbadge.is-worn{padding:0 6px;background:#8b5cf621;color:#8b5cf6;border:1px solid currentColor}.pb-mbadge.is-worn img{height:1.05em;width:auto;max-width:3.4em;border-radius:2px;object-fit:contain;display:block;box-shadow:none}.pb-mbadge.is-worn.lv-blue{background:#3b82f621;color:#3b82f6}.pb-mbadge.is-worn.lv-cyan{background:#0891b221;color:#0891b2}.pb-mbadge.is-worn.lv-teal{background:#0d948821;color:#0d9488}.pb-mbadge.is-worn.lv-green{background:#10b98121;color:#10b981}.pb-mbadge.is-worn.lv-indigo{background:#6366f121;color:#6366f1}.pb-mbadge.is-worn.lv-purple{background:#8b5cf621;color:#8b5cf6}.pb-mbadge.is-worn.lv-pink{background:#db27771f;color:#db2777}.pb-mbadge.is-worn.lv-amber{background:#f59e0b29;color:#d97706}.pb-mbadge.is-worn.lv-orange{background:#ea580c21;color:#ea580c}.pb-mbadge.is-worn.lv-red{background:#ef44441f;color:#ef4444}[data-theme=dark] .pb-mbadge.is-worn.lv-blue{color:#60a5fa}[data-theme=dark] .pb-mbadge.is-worn.lv-cyan{color:#22d3ee}[data-theme=dark] .pb-mbadge.is-worn.lv-teal{color:#2dd4bf}[data-theme=dark] .pb-mbadge.is-worn.lv-green{color:#34d399}[data-theme=dark] .pb-mbadge.is-worn.lv-indigo{color:#818cf8}[data-theme=dark] .pb-mbadge.is-worn.lv-purple{color:#a78bfa}[data-theme=dark] .pb-mbadge.is-worn.lv-pink{color:#f472b6}[data-theme=dark] .pb-mbadge.is-worn.lv-amber{color:#fbbf24}[data-theme=dark] .pb-mbadge.is-worn.lv-orange{color:#fb923c}[data-theme=dark] .pb-mbadge.is-worn.lv-red{color:#f87171}@media(max-width:640px){.post-meta,.post-author .post-author-name,.author-name,.comment-info,.newcomm-author{flex-wrap:wrap}.pb-mbadge{max-width:100%}}.pb-cert-mark{position:absolute;right:-2px;bottom:-2px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40%;height:40%;min-width:14px;min-height:14px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ef4444);border:2px solid var(--card);box-shadow:0 1px 3px #00000040;pointer-events:none}.pb-cert-mark img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.pb-cert-mark svg{width:62%;height:62%;fill:#fff}.post-author-avatar,.author-avatar-lg,.author-avatar-lg a,.pb-ava,.newcomm-avatar,.comment-avatar{position:relative}.pb-ava{display:inline-flex}.pb-ava .avatar{width:22px;height:22px;border-radius:50%;object-fit:cover}a.pb-ava{text-decoration:none}.comment-avatar a{display:block;width:100%;height:100%;text-decoration:none}a.newcomm-avatar,a.post-author-avatar{display:block;text-decoration:none}.post-meta .pb-mbadge{margin-left:2px}.post-meta-single .pb-mbadge{margin-left:4px}.newcomm-author .pb-mbadge{margin-left:4px;font-size:.62rem;padding:0 6px}.post-author-name .pb-mbadge{margin-left:6px;font-size:.68rem}.comment-info .pb-mbadge{font-size:.66rem}.comment-content{margin:6px 0 0;font-size:.92rem;line-height:1.75;color:var(--text-body);word-wrap:break-word}.comment-content img{max-width:100%;height:auto;vertical-align:middle}.comment-content a{color:var(--primary)}.comment-actions{margin-top:8px}.comment-reply-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:var(--bg);border:0;border-radius:5px;font-size:.78rem;color:var(--text-muted);transition:var(--transition)}.comment-reply-btn .pb-icon{width:13px;height:13px}.comment-reply-btn:hover{background:var(--primary-light);color:var(--primary)}.comment-form{margin-top:26px}.comment-editor{position:relative}.comment-art{position:absolute;right:10px;bottom:10px;width:min(250px,46%);pointer-events:none;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease}.comment-art img{display:block;width:100%;height:auto;border-radius:10px}.comment-editor.is-art-hide .comment-art{transform:translate(65%);opacity:0}@media(max-width:640px){.comment-art{width:44%;right:8px;bottom:8px}}.comment-toolbar{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;padding:6px 8px;background:var(--bg);border:1px solid var(--border);border-bottom:0;border-radius:var(--radius) var(--radius) 0 0}.comment-toolbar .tool-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:auto;height:28px;padding:0 9px;white-space:nowrap;background:transparent;border:0;border-radius:var(--radius-sm);font-size:.8rem;line-height:1;color:var(--text-muted);transition:var(--transition)}.comment-toolbar .tool-btn.is-icon{width:28px;padding:0}.comment-toolbar .tool-btn .pb-icon{width:15px;height:15px;flex:none}.comment-toolbar .tool-btn>span{white-space:nowrap}.comment-toolbar .tool-btn b{font-size:.85rem;font-weight:700;line-height:1}.comment-toolbar .tool-btn:hover{background:var(--card);color:var(--primary)}.comment-toolbar .tool-btn.is-active{background:var(--card);color:var(--primary);box-shadow:var(--shadow-sm)}.comment-toolbar .tool-count{margin-left:auto;font-size:.76rem;color:var(--text-light);font-variant-numeric:tabular-nums}.comment-form textarea,.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url]{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:.92rem;font-family:inherit;color:var(--text);background:var(--card);transition:var(--transition)}.comment-form textarea{border-radius:0 0 var(--radius) var(--radius);min-height:110px;resize:vertical}.comment-form textarea:focus,.comment-form input:focus{border-color:var(--primary);outline:none}.comment-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.comment-captcha{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px}.comment-form-actions{display:flex;align-items:center;gap:10px;margin-top:14px}.comment-login-card{margin-top:26px;padding:36px 24px 30px;text-align:center;background:var(--card);border:1px dashed var(--border);border-radius:var(--radius)}.comment-login-title{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 8px;font-size:1.05rem;font-weight:700;color:var(--text)}.comment-login-title .pb-icon{width:18px;height:18px;color:var(--primary)}.comment-login-sub{margin:0 0 20px;font-size:.86rem;color:var(--text-muted)}.comment-login-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.comment-login-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:128px;height:42px;padding:0 26px;border:0;border-radius:999px;font-size:.95rem;font-weight:600;color:#fff;transition:var(--transition)}.comment-login-btn .pb-icon{width:16px;height:16px}.comment-login-btn.is-login{background:var(--primary);box-shadow:0 4px 14px #2563eb47}.comment-login-btn.is-login:hover{background:var(--primary-hover);transform:translateY(-1px)}.comment-login-btn.is-reg{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 4px 14px #f9731647}.comment-login-btn.is-reg:hover{filter:brightness(1.06);transform:translateY(-1px)}.comment-login-div{display:flex;align-items:center;gap:14px;margin:24px 0 16px;font-size:.74rem;color:var(--text-light)}.comment-login-div:before,.comment-login-div:after{content:"";flex:1;height:1px;background:var(--border)}.comment-login-oauth .pb-auth-oauth-btn{width:40px;height:40px}.comment-login-oauth .pb-auth-oauth-btn img{width:30px;height:30px;border-radius:8px}.comment-pagination{margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border:0;border-radius:var(--radius);background:var(--primary);color:#fff;font-size:.9rem;font-weight:500;transition:var(--transition)}.btn:hover{background:var(--primary-hover);color:#fff}.btn-ghost{background:var(--bg);color:var(--text-muted)}.btn-ghost:hover{background:var(--border);color:var(--text)}.emoticon-panel{position:absolute;left:0;top:calc(100% + 6px);z-index:60;width:min(340px,100%);background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;animation:emoticon-in .18s ease}.emoticon-panel[hidden]{display:none}@keyframes emoticon-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.emoticon-tabs{display:flex;flex-wrap:wrap;gap:4px;padding:8px;background:var(--bg);border-bottom:1px solid var(--border)}.emoticon-tab{height:26px;padding:0 12px;background:transparent;border:0;border-radius:var(--radius-pill);font-size:.78rem;line-height:1;color:var(--text-muted);transition:var(--transition)}.emoticon-tab:hover{color:var(--primary)}.emoticon-tab.is-active{background:var(--card);color:var(--primary);font-weight:600;box-shadow:var(--shadow-sm)}.emoticon-body{padding:10px;max-height:216px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.emoticon-group{display:none;grid-template-columns:repeat(auto-fill,minmax(34px,1fr));gap:4px}.emoticon-group.is-active{display:grid}.emoticon-item{display:flex;align-items:center;justify-content:center;width:100%;height:34px;padding:0;background:transparent;border:0;border-radius:var(--radius-sm);font-size:1.15rem;line-height:1;transition:background-color .2s ease,transform .15s ease}.emoticon-item img{width:22px;height:22px;object-fit:contain}.emoticon-item:hover{background:var(--primary-light)}.emoticon-item:active{background:var(--primary-light);transform:scale(.92)}.tool-btn:focus-visible,.emoticon-tab:focus-visible,.emoticon-item:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.widget{background:var(--card);border-radius:var(--radius);padding:20px;margin-bottom:20px;box-shadow:var(--shadow-sm)}.widget:last-child{margin-bottom:0}body.pb-blogger-sticky .widget.widget-blogger{position:sticky;top:calc(var(--header-height) + 20px);z-index:5}body.pb-blogger-sticky .sidebar-area .widget.widget-blogger{content-visibility:visible}.widget-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.widget-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;margin:0}.widget-title .pb-icon{color:var(--primary)}.author-card{text-align:center}.author-bg{height:60px;margin:-20px -20px 0;border-radius:var(--radius) var(--radius) 0 0;background:var(--gradient)}.author-main{padding-top:0}.author-avatar-lg{width:72px;height:72px;margin:-50px auto 12px;border:3px solid var(--card);border-radius:50%;box-shadow:var(--shadow-md);background:var(--bg)}.author-avatar-lg a{display:block;width:100%;height:100%;border-radius:50%;overflow:hidden}.author-avatar-lg img{width:100%;height:100%;object-fit:cover}.author-name{font-size:1.1rem;font-weight:600;margin-bottom:6px}.author-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.author-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:14px 8px;margin-bottom:16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.author-badges:empty{display:none}.author-badges .pb-mbadge{max-width:100%;font-size:.74rem}.author-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.author-actions .btn{padding:8px 16px;font-size:.85rem}.author-actions .btn .pb-icon{width:14px;height:14px}.sidebar-search-form{display:flex;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:var(--transition)}.sidebar-search-form:focus-within{border-color:var(--primary)}.sidebar-search-input{flex:1;min-width:0;padding:10px 14px;border:0;background:transparent;font-size:.9rem;outline:none}.sidebar-search-btn{padding:10px 16px;border:0;background:var(--primary);color:#fff;font-size:1rem;transition:var(--transition)}.sidebar-search-btn:hover{background:var(--primary-hover)}.posts-widget-list{display:flex;flex-direction:column;gap:10px}.posts-widget-item{border:1px dashed var(--border);border-radius:var(--radius);padding:10px;transition:var(--transition)}.posts-widget-item:hover{border-color:var(--primary)}.posts-widget-item .post-link{display:flex;align-items:flex-start;gap:10px}.posts-widget-item .side-thumb{flex:none;width:64px;height:48px;border-radius:var(--radius-sm);overflow:hidden;background:var(--soft)}.posts-widget-item .side-thumb img{width:100%;height:100%;object-fit:cover;display:block}.posts-widget-item .post-body{flex:1;min-width:0;display:flex;flex-direction:column}.posts-widget-item .post-title-text{font-size:.9rem;font-weight:500;color:var(--text);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:var(--transition)}.posts-widget-item:hover .post-title-text{color:var(--primary)}.posts-widget-item .post-date{font-size:.8rem;color:var(--text-light)}.hot-widget-list{display:flex;flex-direction:column;gap:10px}.hot-widget-item{display:flex;align-items:center;gap:10px;border:1px dashed var(--border);border-radius:var(--radius);padding:10px;transition:var(--transition)}.hot-widget-item:hover{border-color:var(--primary)}.hot-rank{flex:none;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:5px;font-size:.75rem;font-weight:600;color:var(--text-muted)}.hot-rank.rank-1{background:#fbbf24;color:#fff}.hot-rank.rank-2{background:#9ca3af;color:#fff}.hot-rank.rank-3{background:#cd7f32;color:#fff}.hot-thumb{flex:none;width:60px;height:45px;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg)}.hot-thumb img{width:100%;height:100%;object-fit:cover}.hot-body{flex:1;min-width:0}.hot-title{display:block;font-size:.88rem;color:var(--text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hot-title:hover{color:var(--primary)}.hot-meta{font-size:.75rem;color:var(--text-light)}.tags-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag-cloud-item{padding:4px 12px;border-radius:var(--radius-pill);background:var(--bg);color:var(--text-muted);font-size:.8rem}.tag-cloud-item:hover{background:var(--primary);color:#fff}.widget-list li{border-bottom:1px solid var(--border)}.widget-list li:last-child{border-bottom:0}.widget-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;font-size:.9rem;color:var(--text-muted)}.widget-list a:hover{color:var(--primary)}.widget-list .count{font-size:.78rem;color:var(--text-light)}.widget-list .children{padding-left:16px}.newcomm-list{display:flex;flex-direction:column;gap:12px}.newcomm-item{display:flex;gap:10px}.newcomm-avatar{flex:none;width:34px;height:34px;border-radius:50%;position:relative;background:var(--bg)}.newcomm-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.newcomm-body{flex:1;min-width:0}.newcomm-author{font-size:.82rem;color:var(--text-muted)}.newcomm-content{font-size:.85rem;color:var(--text);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.newcomm-content:hover{color:var(--primary)}.widget-calendar table{width:100%;border-collapse:collapse;text-align:center;font-size:.82rem}.widget-calendar th{padding:6px 0;color:var(--text-light);font-weight:500}.widget-calendar td{padding:6px 0;color:var(--text-muted)}.widget-calendar td a{display:inline-block;padding:2px 6px;border-radius:4px;background:var(--primary);color:#fff}.custom-widget-content{font-size:.9rem;color:var(--text-muted);line-height:1.8;word-wrap:break-word}.custom-widget-content img{max-width:100%;height:auto}.no-content{padding:60px 20px;text-align:center;background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.no-content-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:50%;color:var(--text-light);font-size:2rem}.no-content h3{font-size:1.2rem;margin-bottom:8px}.no-content p{color:var(--text-muted);margin-bottom:20px}.footer-sta-area{position:relative;margin-top:36px;overflow:hidden;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}to{transform:translate3d(85px,0,0)}}50%{background-position:100% 50%}}body.pb-skin-custom .sta-list{display:grid;gap:1px;margin:0;padding:0;list-style:none;background:var(--border)}.sta-list.cols-1{grid-template-columns:minmax(0,1fr)}.sta-list.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sta-list.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sta-list.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sta-list.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sta-list.cols-6,.sta-list.cols-7{grid-template-columns:repeat(6,minmax(0,1fr))}.sta-item{display:flex;align-items:center;gap:12px;padding:18px 20px;background:var(--card);transition:background .3s ease}.sta-item:hover{background:var(--primary-light)}.sta-icon{flex:none;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary)}.sta-icon .pb-icon{width:20px;height:20px}.sta-icon .pb-icon-img{width:20px;height:20px;object-fit:contain}.sta-body{display:flex;flex-direction:column;min-width:0}.sta-num{font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--text);font-variant-numeric:tabular-nums}.sta-label{font-size:.8rem;color:var(--text-light);line-height:1.4}.footer-sta-area.is-card{padding:20px}.footer-sta-area.is-card .sta-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;background:transparent}.footer-sta-area.is-card .sta-item{min-width:132px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg)}@media(max-width:900px){.sta-list.cols-4,.sta-list.cols-5,.sta-list.cols-6,.sta-list.cols-7{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.sta-list.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.sta-item{padding:14px 16px}.sta-icon{width:36px;height:36px}.sta-num{font-size:1.1rem}}.footer-friend{margin-bottom:26px;padding-bottom:22px;border-bottom:1px dashed var(--border)}.footer-friend.is-solo{margin-bottom:0;padding-bottom:0;border-bottom:0}.footer-friend-title{display:flex;align-items:center;gap:6px;margin:0 0 12px;font-size:.9rem;font-weight:600;line-height:1.5;color:var(--text)}.footer-friend-title .pb-icon{width:15px;height:15px;color:var(--primary);flex:none}.friend-list{display:flex;flex-wrap:wrap;gap:8px 10px;margin:0;padding:0;list-style:none}.friend-list li{min-width:0}.friend-list a{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.82rem;line-height:1.5;color:var(--text-muted);transition:var(--transition)}.friend-list a:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.friend-list .friend-icon{width:16px;height:16px;border-radius:4px;object-fit:contain;flex:none}.friend-list a>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-friend.is-grid .friend-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:8px}.footer-friend.is-grid .friend-list a{width:100%}.friend-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.friend-head .footer-friend-title{margin:0}.friend-apply{display:inline-flex;align-items:center;gap:4px;flex:none;padding:3px 10px;border-radius:var(--radius-pill);background:var(--soft);border:1px solid var(--border);font-size:.76rem;line-height:1.6;color:var(--text-muted);transition:var(--transition)}.friend-apply .pb-icon{width:12px;height:12px}.friend-apply:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.footer-friend.is-card .friend-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:10px 12px}.footer-friend.is-card .friend-list li{min-width:0}.footer-friend.is-card .friend-list a{display:flex;align-items:center;gap:10px;width:100%;height:100%;padding:10px 12px;background:var(--soft);border:1px solid var(--border);border-radius:10px;color:var(--text)}.footer-friend.is-card .friend-list a:hover{background:var(--card);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 18px #00000012}.footer-friend.is-card .friend-icon,.footer-friend.is-card .friend-avatar{width:38px;height:38px;flex:none;border-radius:9px}.footer-friend.is-card .friend-icon{object-fit:cover;background:var(--bg)}.footer-friend.is-card .friend-avatar{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#777777);color:#fff;font-size:1rem;font-weight:700;line-height:1}.footer-friend.is-card .friend-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.footer-friend.is-card .friend-name{font-size:.86rem;font-weight:600;line-height:1.4;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer-friend.is-card .friend-desc{font-size:.76rem;line-height:1.5;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=dark] .footer-friend.is-card .friend-list a:hover{box-shadow:0 6px 18px #00000059}.site-footer{margin-top:20px;padding:34px 0 24px;background:var(--header-bg);border-top:1px solid var(--border);backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur);font-size:.875rem;line-height:1.75;color:var(--text-muted)}.site-footer.is-plain{background:var(--bg);backdrop-filter:none;-webkit-backdrop-filter:none}.site-footer.is-card{--footer-col-bg: var(--bg)}.footer-grid{display:grid;gap:28px 44px;align-items:start}.footer-grid.cols-1{grid-template-columns:minmax(0,1fr)}.footer-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid.cols-3{grid-template-columns:minmax(0,1.4fr) minmax(0,1.2fr) minmax(0,.95fr)}.footer-col{min-width:0}.footer-col-title{position:relative;margin:0 0 14px;padding-bottom:10px;font-size:.9375rem;font-weight:600;line-height:1.5;color:var(--text);letter-spacing:.02em}.footer-col-title:after{content:"";position:absolute;left:0;bottom:0;width:24px;height:2px;border-radius:2px;background:var(--gradient)}.footer-site-name{font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:6px}.footer-desc{margin:0;max-width:46em;font-size:.85rem;line-height:1.85;color:var(--text-muted)}.footer-info{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.footer-info li{display:flex;align-items:flex-start;gap:8px;font-size:.85rem;line-height:1.7}.footer-info .pb-icon{width:15px;height:15px;margin-top:4px;color:var(--primary);flex:none}.footer-info a{color:var(--text-muted)}.footer-info a:hover{color:var(--primary)}.footer-info .fi-more{color:var(--text-light)}.footer-info .fi-text{flex:1;min-width:0}.social-icon{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:0;list-style:none}.social-icon li{position:relative}.social-link{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg);color:var(--text-muted);transition:var(--transition)}.social-link .social-graphic{display:inline-flex;align-items:center;justify-content:center}.social-link .pb-icon{width:19px;height:19px}.social-link .pb-icon-img{width:19px;height:19px;object-fit:contain}.social-icon.is-circle .social-link{border-radius:50%}.social-icon.is-square .social-link{border-radius:var(--radius-sm)}.social-icon.is-plain .social-link{width:34px;height:34px;background:transparent;border-radius:var(--radius-sm)}.social-link:hover{color:#fff;background:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.social-icon.is-plain .social-link:hover{background:transparent;color:var(--primary);box-shadow:none}.social-link.c-blue:hover{background:#12b7f5}.social-link.c-green:hover{background:#07c160}.social-link.c-red:hover{background:#e6162d}.social-link.c-orange:hover{background:#ff7d00}.social-link.c-cyan:hover{background:#00a1d6}.social-link.c-purple:hover{background:#8b5cf6}.social-link.c-pink:hover{background:#f69}.social-link.c-dark:hover{background:#24292f}.social-icon.is-plain .social-link.c-blue:hover{color:#12b7f5}.social-icon.is-plain .social-link.c-green:hover{color:#07c160}.social-icon.is-plain .social-link.c-red:hover{color:#e6162d}.social-icon.is-plain .social-link.c-orange:hover{color:#ff7d00}.social-icon.is-plain .social-link.c-cyan:hover{color:#00a1d6}.social-icon.is-plain .social-link.c-purple:hover{color:#8b5cf6}.social-icon.is-plain .social-link.c-pink:hover{color:#f69}.social-icon.is-plain .social-link.c-dark:hover{color:#24292f}.hover-show-con{position:absolute;left:50%;bottom:100%;transform:translate(-50%,6px);width:140px;padding:8px 8px 12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;transition:var(--transition);z-index:5}.hover-show-con img{display:block;width:100%;height:auto;border-radius:var(--radius-sm)}.hover-show:hover .hover-show-con,.hover-show:focus-within .hover-show-con{opacity:1;visibility:visible;transform:translate(-50%)}.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid var(--border);text-align:center}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 24px}.footer-links a{display:inline-flex;align-items:center;gap:5px;font-size:.86rem;color:var(--text-muted);transition:var(--transition)}.footer-links a:hover{color:var(--primary)}.footer-links .pb-icon{width:14px;height:14px}.footer-extra{margin-top:12px;font-size:.82rem;color:var(--text-light)}.footer-extra img{max-width:100%}.footer-credit{margin-top:8px;font-size:.78rem;color:var(--text-light)}.footer-credit a{color:var(--text-muted)}.footer-credit a:hover{color:var(--primary)}.back-to-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--primary);color:#fff;font-size:1.2rem;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition);z-index:999}.back-to-top.is-show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--primary-hover)}body.pb-modal-open{overflow:hidden}.pb-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.pb-modal-mask{position:absolute;inset:0;background:#11182780;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:pbFade .2s ease}.pb-modal-card{position:relative;width:100%;max-width:400px;max-height:calc(100dvh - 40px);overflow-y:auto;padding:26px 26px 22px;background:var(--overlay-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg, 0 10px 25px rgba(0, 0, 0, .18));color:var(--text);animation:pbPop .22s cubic-bezier(.34,1.4,.64,1)}@keyframes pbFade{0%{opacity:0}to{opacity:1}}@keyframes pbPop{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.pb-modal-mask,.pb-modal-card{animation:none}}.pb-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-light);transition:var(--transition)}.pb-modal-close .pb-icon{width:17px;height:17px}.pb-modal-close:hover{background:var(--primary-light);color:var(--primary)}.pb-auth-tabs{display:flex;gap:4px;width:100%;margin:0 0 8px;padding:3px;background:var(--overlay-soft);border:1px solid var(--border);border-radius:var(--radius-pill)}.pb-auth-tab{flex:1 1 0;min-width:0;padding:7px 6px;border:0;border-radius:var(--radius-pill);background:transparent;font-family:inherit;font-size:.86rem;font-weight:500;color:var(--text-muted);white-space:nowrap;transition:var(--transition)}.pb-auth-tab:hover{color:var(--primary)}.pb-auth-tab.is-active{background:var(--overlay-bg);color:var(--primary);box-shadow:var(--shadow-sm)}.pb-auth-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--text)}.pb-auth-msg{margin:0 0 14px;padding:9px 12px;border-radius:var(--radius-sm);font-size:.82rem;line-height:1.6;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:var(--primary)}.pb-auth-msg.is-err{background:#ef44441a;border-color:#ef444452;color:#ef4444}.pb-auth-msg.is-ok{background:#10b9811a;border-color:#10b98152;color:#10b981}.pb-auth-oauth{display:block;margin:8px 0 0}.pb-auth-oauth-label{display:block;margin:0 0 6px;font-size:.72rem;color:var(--text-light)}.pb-auth-panel[data-panel=reset].is-active~.pb-auth-oauth{display:none}.pb-auth-oauth-btns{display:flex;gap:10px;justify-content:center}.pb-auth-oauth-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:50%;background:transparent;transition:var(--transition)}.pb-auth-oauth-btn img{width:24px;height:24px;display:block;border-radius:6px;box-shadow:0 1px 3px #00000024}.pb-auth-oauth-btn:hover{transform:translateY(-2px)}.pb-auth-oauth-btn:hover img{box-shadow:0 3px 8px #0003}.pb-auth-panel{display:none}.pb-auth-panel.is-active{display:block}.pb-field{position:relative;display:block;margin-bottom:6px}.pb-field-ico{position:absolute;left:13px;top:19px;transform:translateY(-50%);display:flex;width:16px;height:16px;color:var(--text-light);pointer-events:none}.pb-field-ico .pb-icon{width:16px;height:16px}.pb-field input{width:100%;height:38px;padding:0 12px;background:var(--overlay-soft);border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.9rem;color:var(--text);outline:none;transition:var(--transition)}.pb-field.is-icon input{padding-left:38px}.pb-field input::placeholder{color:var(--text-light)}.pb-field input:focus{border-color:var(--primary);background:var(--overlay-bg);box-shadow:0 0 0 3px var(--primary-light)}.pb-field-code{display:flex;gap:8px;align-items:stretch}.pb-field-code input{flex:1;min-width:0}.pb-captcha{flex:none;width:104px;height:38px;border-radius:var(--radius);border:1px solid var(--border);background:var(--overlay-soft);object-fit:cover;cursor:pointer}.pb-send-code{flex:none;padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--overlay-soft);font-family:inherit;font-size:.82rem;color:var(--text-muted);white-space:nowrap;transition:var(--transition)}.pb-send-code:hover:not(:disabled){color:var(--primary);border-color:var(--primary)}.pb-send-code:disabled{opacity:.6;cursor:not-allowed}.pb-check{display:flex;align-items:center;gap:7px;margin:2px 0 8px;font-size:.8rem;color:var(--text-muted);cursor:pointer}.pb-check input{width:15px;height:15px;accent-color:var(--primary);cursor:pointer}.pb-auth-submit{width:100%;height:40px;border:0;border-radius:var(--radius);background:var(--primary);color:#fff;font-family:inherit;font-size:.95rem;font-weight:500;transition:var(--transition)}.pb-auth-submit:hover{background:var(--primary-hover)}.pb-auth-submit:disabled{opacity:.7;cursor:not-allowed}.pb-auth-foot{margin:12px 0 0;font-size:.8rem;color:var(--text-light);text-align:center}.tool-btn.theme-toggle .pb-icon{width:18px;height:18px}.tool-btn.theme-toggle .icon-moon{display:inline-block}.tool-btn.theme-toggle .icon-sun{display:none}:root[data-theme=dark] .tool-btn.theme-toggle .icon-moon{display:none}:root[data-theme=dark] .tool-btn.theme-toggle .icon-sun{display:inline-block}.tool-btn.home-width-toggle .pb-icon{width:18px;height:18px}.tool-btn.home-width-toggle .icon-std{display:inline-block}.tool-btn.home-width-toggle .icon-wide,body.pb-home-wide .tool-btn.home-width-toggle .icon-std{display:none}body.pb-home-wide .tool-btn.home-width-toggle .icon-wide{display:inline-block}@media(max-width:1024px){.main-layout{grid-template-columns:minmax(0,1fr)}.post-thumbnail{width:200px;min-height:calc(var(--pb-list-thumb-h, 180px) - 24px)}.post-navigation{grid-template-columns:1fr}body.pb-blogger-sticky .widget.widget-blogger{position:static}.footer-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){:root{--header-height: 50px}.container{padding:0 14px}.site-main{padding-top:calc(var(--header-height) + 14px)}.menu-toggle{display:flex;order:-1}.site-logo{flex:1;min-width:0}.site-logo a{font-size:1.1rem}.site-nav{position:fixed;top:56px;left:0;right:0;display:block;width:100%;max-height:0;padding:0;background:var(--card);overflow:hidden;opacity:0;box-shadow:0 4px 20px #00000026;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s ease;z-index:1001}.site-nav.is-open{max-height:calc(100dvh - 56px);padding:8px 0;opacity:1;overflow-y:auto}.site-nav{background:#fffffff5;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5)}:root[data-theme=dark] .site-nav{background:#171a21f5}.nav-list{flex-direction:column;align-items:stretch;gap:0;padding:8px 0}.nav-link{padding:14px 20px;border-radius:0}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;min-width:0;padding:0 0 0 14px}.mobile-search{display:block;padding:8px 14px 4px}.mobile-search-form{display:flex;gap:8px}.site-nav .sidebar-area{margin:4px 0 0;padding:10px 14px 4px;border-top:1px solid var(--border)}.site-nav .sidebar-area .widget{background:transparent;border-radius:0;box-shadow:none;padding:12px 2px;margin-bottom:4px}.site-nav .sidebar-area .widget+.widget{border-top:1px dashed var(--border)}.site-nav .sidebar-area .widget:last-child{margin-bottom:0}.post-card{flex-direction:column}.post-thumbnail{width:100%;height:auto;aspect-ratio:16 / 9}.post-content{padding:16px 18px}.post-footer{flex-direction:column;align-items:flex-start;gap:10px}.post-header-single{padding:20px 18px 16px}.post-title-single{font-size:1.35rem}.post-hero img{height:200px}.post-hero .post-breadcrumb{left:12px;top:12px;gap:10px;padding:6px 12px;font-size:.74rem}.post-admin{right:10px;top:10px}.post-author-bar{margin-bottom:14px}.post-author-avatar img{width:40px;height:40px}.pat-words{display:none}.post-content-single{margin:0 10px 16px;padding:14px 12px 12px}.post-tags-single{padding:8px 18px 18px}.post-copyright{margin:0 18px 18px;padding:14px 16px;gap:3px 8px}.post-navigation{margin:0 18px 24px}.comments-section{padding:18px 18px 24px}.comment-form-row{grid-template-columns:1fr}.comment-children{padding-left:10px}.comment-avatar{width:36px;height:36px}.emoticon-panel{left:0;right:0;width:auto;max-width:none}.emoticon-group{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:6px}.emoticon-item{height:40px;font-size:1.3rem}.emoticon-item img{width:26px;height:26px}.emoticon-body{padding:12px;max-height:44vh}.comment-toolbar .tool-btn{width:auto;height:32px;padding:0 11px}.comment-toolbar .tool-btn.is-icon{width:32px;padding:0}.pagination a,.pagination span,.pagination .active{min-width:32px;height:32px;padding:0 8px;font-size:.85rem}.footer-grid.cols-2,.footer-grid.cols-3{grid-template-columns:minmax(0,1fr);gap:26px}.footer-desc{max-width:none}.footer-friend{margin-bottom:22px;padding-bottom:18px}.friend-list{gap:8px}.friend-list a{padding:7px 14px;font-size:.84rem}.footer-friend.is-grid .friend-list{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}.footer-friend.is-card .friend-list{grid-template-columns:1fr;gap:8px}.footer-friend.is-card .friend-list a{padding:9px 11px}.footer-friend.is-card .friend-icon,.footer-friend.is-card .friend-avatar{width:34px;height:34px;border-radius:8px}.friend-head{margin-bottom:10px}.footer-bottom{margin-top:22px;padding-top:16px}.back-to-top{right:14px;bottom:14px}.pb-modal{padding:0;align-items:flex-end}.pb-modal-card{max-width:none;border-radius:var(--radius) var(--radius) 0 0;border-bottom:0;padding:22px 18px calc(18px + env(safe-area-inset-bottom,0px));max-height:88dvh}.pb-auth-tab{padding:7px 18px}.pb-field input,.pb-captcha{height:44px}.pb-auth-submit{height:46px}.pb-modal-card{animation:pbSlideUp .24s ease}@keyframes pbSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}}@media(max-width:480px){.author-badges{gap:5px;padding:12px 6px}.footer-links{gap:6px 14px}.slider-track{aspect-ratio:16 / 9}.slider-btn{width:34px;height:34px;font-size:1.1rem}}@media print{.site-header,.sidebar-area,.back-to-top,.theme-toggle,.comments-section,.post-navigation{display:none!important}.site-main{padding-top:0}.main-layout{grid-template-columns:1fr}.post-single{box-shadow:none}}.pb-cert-tip{position:absolute;bottom:calc(100% + 9px);left:-8px;transform:translateY(5px);max-width:220px;padding:5px 11px;border-radius:7px;background:#111827f2;color:#fff;font-size:.74rem;font-weight:400;line-height:1.45;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 6px 18px #0f172a4d;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:30}.pb-cert-tip:after{content:"";position:absolute;top:100%;left:19px;margin-left:-5px;border:5px solid transparent;border-top-color:#111827f2}.post-author-avatar .pb-cert-tip{left:-12px}.post-author-avatar .pb-cert-tip:after{left:35px}.comment-avatar .pb-cert-tip{left:-10px}.comment-avatar .pb-cert-tip:after{left:31px}.newcomm-avatar .pb-cert-tip:after{left:25px}.author-avatar-lg .pb-cert-tip{left:50%;transform:translate(-50%,5px);font-size:.78rem}.author-avatar-lg .pb-cert-tip:after{left:50%}.post-author-avatar:hover .pb-cert-tip,.author-avatar-lg:hover .pb-cert-tip,.comment-avatar:hover .pb-cert-tip,.pb-ava:hover .pb-cert-tip,.newcomm-avatar:hover .pb-cert-tip{opacity:1;visibility:visible;transform:translateY(0)}.author-avatar-lg:hover .pb-cert-tip{transform:translate(-50%)}.pb-fx-fade .posts-list>*,.pb-fx-fade .slider,.pb-fx-fade .widget,.pb-fx-fade .post-single,.pb-fx-fade .comments-section,.pb-fx-fade .pagination,.pb-fx-fade .no-content,.pb-fx-fade .post-navigation,.pb-fx-fade .footer-grid{opacity:0;transform:translateY(18px);will-change:opacity,transform}.pb-fx-fade .posts-list>*.is-in,.pb-fx-fade .slider.is-in,.pb-fx-fade .widget.is-in,.pb-fx-fade .post-single.is-in,.pb-fx-fade .comments-section.is-in,.pb-fx-fade .pagination.is-in,.pb-fx-fade .no-content.is-in,.pb-fx-fade .post-navigation.is-in,.pb-fx-fade .footer-grid.is-in{opacity:1;transform:none;transition:opacity .55s cubic-bezier(.22,.61,.36,1),transform .55s cubic-bezier(.22,.61,.36,1);will-change:auto}.pb-fx-page .content-area{will-change:opacity,transform}body.pb-turning .content-area{opacity:0;transform:translate(var(--pb-turn-x, -34px));transition:opacity .28s ease,transform .28s ease}.pb-turn-bar{position:fixed;top:0;left:0;z-index:9999;display:block;width:0;height:2px;border-radius:0 2px 2px 0;background:var(--primary);box-shadow:0 0 10px #3b82f68c;opacity:0;pointer-events:none;transition:width .3s ease,opacity .2s ease}body.pb-turning .pb-turn-bar{opacity:1;width:88%}.pb-fx-open .posts-list>.post-card{transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease}.pb-fx-open .posts-list.is-opening>.post-card{opacity:.3}.pb-fx-open .posts-list.is-opening>.post-card.is-opening{opacity:1;transform:translateY(-4px) scale(1.02);box-shadow:0 18px 42px #0f172a33}body.pb-post-out .content-area{opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}@media(prefers-reduced-motion:reduce){.pb-fx-fade .posts-list>*,.pb-fx-fade .slider,.pb-fx-fade .widget,.pb-fx-fade .post-single,.pb-fx-fade .comments-section,.pb-fx-fade .pagination,.pb-fx-fade .no-content,.pb-fx-fade .post-navigation,.pb-fx-fade .footer-grid{opacity:1!important;transform:none!important}.pb-turn-bar{display:none!important}.pb-cert-tip{transition:none}}body.pb-skin-transparent:before,body.pb-skin-alpha:before,body.pb-skin-frost:before,body.pb-skin-glass:before,body.pb-skin-apple:before,body.pb-skin-custom:before{content:"";position:fixed;inset:0;z-index:-1;background-image:var(--pb-skin-mask, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))),var(--pb-skin-bg-image, var(--pb-skin-bg-default, linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%)));background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat;pointer-events:none}body.pb-skin-mask-none{--pb-skin-mask: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0))}body.pb-skin-mask-light{--pb-skin-mask: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3))}body.pb-skin-mask-dark{--pb-skin-mask: linear-gradient(rgba(15, 23, 42, .45), rgba(15, 23, 42, .45))}body.pb-skin-transparent{--bg: transparent;--card: transparent;--soft: transparent;--header-bg: transparent;--border: rgba(125, 135, 155, .28);--shadow-sm: none;--shadow-md: 0 8px 28px rgba(15, 23, 42, .1);--shadow-lg: 0 14px 38px rgba(15, 23, 42, .14)}body.pb-skin-transparent .site-header{border-bottom-color:transparent}body.pb-skin-transparent .site-footer{border-top-color:transparent}body.pb-skin-alpha{--bg: transparent;--card: rgba(255, 255, 255, .62);--soft: rgba(255, 255, 255, .45);--header-bg: rgba(255, 255, 255, .55);--border: rgba(255, 255, 255, .45)}body.pb-skin-frost{--bg: transparent;--card: rgba(255, 255, 255, .68);--soft: rgba(255, 255, 255, .52);--header-bg: rgba(255, 255, 255, .6);--header-blur: blur(16px) saturate(1.4);--border: rgba(255, 255, 255, .5)}body.pb-skin-frost .site-header{backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur)}body.pb-skin-frost .post-card,body.pb-skin-frost .post-single,body.pb-skin-frost .widget,body.pb-skin-frost .comments-section,body.pb-skin-frost .slider,body.pb-skin-frost .no-content,body.pb-skin-frost .post-navigation,body.pb-skin-frost .search-panel,body.pb-skin-frost .footer-sta-area{backdrop-filter:blur(12px) saturate(1.25);-webkit-backdrop-filter:blur(12px) saturate(1.25)}body.pb-skin-glass{--bg: transparent;--card: rgba(255, 255, 255, .15);--soft: rgba(255, 255, 255, .08);--header-bg: rgba(255, 255, 255, .12);--header-blur: blur(6px) saturate(1.5);--card-blur: blur(10px) saturate(1.6);--border: rgba(255, 255, 255, .4);--shadow-sm: 0 2px 10px rgba(31, 38, 135, .08);--shadow-md: 0 8px 32px rgba(31, 38, 135, .14);--shadow-lg: 0 16px 42px rgba(31, 38, 135, .2)}body.pb-skin-glass .site-header{backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur)}body.pb-skin-glass .post-card,body.pb-skin-glass .post-single,body.pb-skin-glass .widget,body.pb-skin-glass .comments-section,body.pb-skin-glass .slider,body.pb-skin-glass .no-content,body.pb-skin-glass .post-navigation,body.pb-skin-glass .search-panel,body.pb-skin-glass .footer-sta-area{border:1px solid rgba(255,255,255,.4);backdrop-filter:var(--card-blur);-webkit-backdrop-filter:var(--card-blur)}body.pb-skin-apple{--radius: 16px;--card: rgba(255, 255, 255, .12);--soft: rgba(255, 255, 255, .06);--header-bg: rgba(255, 255, 255, .14);--header-blur: blur(15px) saturate(1.8);--card-blur: blur(15px) saturate(1.8);--card-gloss: linear-gradient(135deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .1) 100%);--border: rgba(15, 23, 42, .06);--shadow-sm: 0 2px 12px rgba(15, 23, 42, .06);--shadow-md: 0 10px 30px rgba(15, 23, 42, .1);--shadow-lg: 0 20px 50px rgba(15, 23, 42, .14)}body.pb-skin-apple .site-header{background-image:var(--card-gloss);backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur);border-bottom-color:#0f172a0f}body.pb-skin-apple .post-card,body.pb-skin-apple .post-single,body.pb-skin-apple .widget,body.pb-skin-apple .comments-section,body.pb-skin-apple .slider,body.pb-skin-apple .no-content,body.pb-skin-apple .post-navigation,body.pb-skin-apple .search-panel,body.pb-skin-apple .footer-sta-area{background-image:var(--card-gloss);backdrop-filter:var(--card-blur);-webkit-backdrop-filter:var(--card-blur)}body.pb-skin-apple .nav-link.is-active{border-radius:var(--radius-pill)}body.pb-skin-custom{--card: rgba(255, 255, 255, .86);--soft: rgba(255, 255, 255, .78);--header-bg: rgba(255, 255, 255, .82)}:root[data-theme=dark] body.pb-skin-transparent{--border: rgba(255, 255, 255, .14)}:root[data-theme=dark] body.pb-skin-alpha{--card: rgba(23, 26, 33, .62);--soft: rgba(23, 26, 33, .48);--header-bg: rgba(23, 26, 33, .55);--border: rgba(255, 255, 255, .12)}:root[data-theme=dark] body.pb-skin-frost{--card: rgba(23, 26, 33, .66);--soft: rgba(23, 26, 33, .52);--header-bg: rgba(23, 26, 33, .58);--border: rgba(255, 255, 255, .12)}:root[data-theme=dark] body.pb-skin-glass{--card: rgba(30, 30, 46, .4);--soft: rgba(0, 0, 0, .2);--header-bg: rgba(30, 30, 46, .45);--header-blur: blur(8px) saturate(1.4);--card-blur: blur(12px) saturate(1.4);--border: rgba(255, 255, 255, .14);--shadow-sm: 0 2px 10px rgba(0, 0, 0, .35);--shadow-md: 0 8px 32px rgba(0, 0, 0, .45);--shadow-lg: 0 16px 42px rgba(0, 0, 0, .55)}:root[data-theme=dark] body.pb-skin-apple{--card: rgba(255, 255, 255, .06);--soft: rgba(255, 255, 255, .03);--header-bg: rgba(255, 255, 255, .07);--card-gloss: linear-gradient(135deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .05) 100%);--border: rgba(255, 255, 255, .08);--shadow-sm: 0 2px 12px rgba(0, 0, 0, .4);--shadow-md: 0 10px 30px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .6)}:root[data-theme=dark] body.pb-skin-custom{--card: rgba(23, 26, 33, .88);--soft: rgba(23, 26, 33, .8);--header-bg: rgba(23, 26, 33, .84)}@media(prefers-reduced-transparency:reduce){body.pb-skin-transparent,body.pb-skin-alpha,body.pb-skin-frost,body.pb-skin-glass,body.pb-skin-apple,body.pb-skin-liquid,body.pb-skin-custom{--card: rgba(255, 255, 255, .96);--soft: rgba(255, 255, 255, .94);--header-bg: rgba(255, 255, 255, .95)}:root[data-theme=dark] body.pb-skin-transparent,:root[data-theme=dark] body.pb-skin-alpha,:root[data-theme=dark] body.pb-skin-frost,:root[data-theme=dark] body.pb-skin-glass,:root[data-theme=dark] body.pb-skin-apple,:root[data-theme=dark] body.pb-skin-liquid,:root[data-theme=dark] body.pb-skin-custom{--card: rgba(23, 26, 33, .96);--soft: rgba(23, 26, 33, .94);--header-bg: rgba(23, 26, 33, .95)}}body.pb-skin-transparent{--pb-skin-bg-default: linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%)}body.pb-skin-alpha{--pb-skin-bg-default: linear-gradient(160deg, #eef2ff 0%, #f5f3ff 46%, #fdf2f8 100%)}body.pb-skin-frost{--pb-skin-bg-default: radial-gradient(1000px 620px at 12% 6%, rgba(147, 197, 253, .55) 0%, rgba(147, 197, 253, 0) 62%), radial-gradient(900px 600px at 88% 14%, rgba(196, 181, 253, .5) 0%, rgba(196, 181, 253, 0) 62%), radial-gradient(1200px 800px at 52% 102%, rgba(165, 243, 252, .45) 0%, rgba(165, 243, 252, 0) 66%), linear-gradient(180deg, #f4f7fb 0%, #eaf0f8 100%)}body.pb-skin-glass{--pb-skin-bg-default: radial-gradient(1200px 700px at 50% 108%, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(105deg, #d9d3ef 0%, #e6d6ea 30%, #f3dae6 52%, #f9e1d4 76%, #fceede 100%)}body.pb-skin-apple{--pb-skin-bg-default: radial-gradient(1200px 520px at 50% -8%, rgba(148, 163, 184, .3) 0%, rgba(148, 163, 184, 0) 62%), linear-gradient(180deg, #fbfbfd 0%, #f1f2f7 100%)}body.pb-skin-custom{--pb-skin-bg-default: linear-gradient(160deg, #dbeafe 0%, #f3f4f6 38%, #f3f4f6 68%, #fce7f3 100%)}:root[data-theme=dark] body.pb-skin-transparent{--pb-skin-bg-default: linear-gradient(180deg, #0b1220 0%, #101725 100%)}:root[data-theme=dark] body.pb-skin-alpha{--pb-skin-bg-default: linear-gradient(160deg, #0f172a 0%, #1a1a33 48%, #221a2e 100%)}:root[data-theme=dark] body.pb-skin-frost{--pb-skin-bg-default: radial-gradient(1000px 620px at 12% 6%, rgba(59, 130, 246, .3) 0%, rgba(59, 130, 246, 0) 62%), radial-gradient(900px 600px at 88% 14%, rgba(139, 92, 246, .28) 0%, rgba(139, 92, 246, 0) 62%), linear-gradient(180deg, #0b1220 0%, #121c2e 100%)}:root[data-theme=dark] body.pb-skin-glass{--pb-skin-bg-default: radial-gradient(900px 620px at 14% 10%, rgba(167, 139, 250, .38) 0%, rgba(167, 139, 250, 0) 60%), radial-gradient(880px 700px at 86% 20%, rgba(251, 191, 130, .28) 0%, rgba(251, 191, 130, 0) 62%), radial-gradient(1000px 800px at 68% 96%, rgba(236, 72, 153, .3) 0%, rgba(236, 72, 153, 0) 66%), linear-gradient(150deg, #171226 0%, #221530 55%, #221321 100%)}:root[data-theme=dark] body.pb-skin-apple{--pb-skin-bg-default: radial-gradient(1200px 520px at 50% -8%, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, 0) 62%), linear-gradient(180deg, #0a0a0c 0%, #16161c 100%)}:root[data-theme=dark] body.pb-skin-custom{--pb-skin-bg-default: linear-gradient(160deg, #1a1a1a 0%, #222222 44%, #2a2a2a 100%)}body.pb-skin-liquid{--radius: 18px;--card: rgba(255, 255, 255, .18);--soft: rgba(255, 255, 255, .1);--header-bg: rgba(255, 255, 255, .16);--header-blur: blur(20px) saturate(1.9);--card-blur: blur(20px) saturate(1.9);--card-gloss: linear-gradient(135deg, rgba(255, 255, 255, .45) 0%, rgba(255, 255, 255, .12) 100%);--border: rgba(255, 255, 255, .55);--shadow-sm: 0 2px 12px rgba(31, 38, 135, .1);--shadow-md: 0 8px 32px rgba(31, 38, 135, .16);--shadow-lg: 0 16px 44px rgba(31, 38, 135, .22)}body.pb-skin-liquid .site-header{background-image:var(--card-gloss);backdrop-filter:var(--header-blur);-webkit-backdrop-filter:var(--header-blur)}body.pb-skin-liquid .post-card,body.pb-skin-liquid .post-single,body.pb-skin-liquid .widget,body.pb-skin-liquid .comments-section,body.pb-skin-liquid .slider,body.pb-skin-liquid .no-content,body.pb-skin-liquid .post-navigation,body.pb-skin-liquid .search-panel,body.pb-skin-liquid .footer-sta-area{border:1px solid rgba(255,255,255,.55);background-image:var(--card-gloss);backdrop-filter:var(--card-blur);-webkit-backdrop-filter:var(--card-blur)}:root[data-theme=dark] body.pb-skin-liquid{--card: rgba(255, 255, 255, .07);--soft: rgba(255, 255, 255, .04);--header-bg: rgba(255, 255, 255, .08);--header-blur: blur(18px) saturate(1.6);--card-blur: blur(18px) saturate(1.6);--card-gloss: linear-gradient(135deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, .04) 100%);--border: rgba(255, 255, 255, .14);--shadow-sm: 0 2px 12px rgba(0, 0, 0, .4);--shadow-md: 0 10px 30px rgba(0, 0, 0, .5);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .6)}body.pb-skin-liquid{--pb-skin-bg-default: linear-gradient(105deg, #d9d3ef 0%, #e6d6ea 30%, #f3dae6 52%, #f9e1d4 76%, #fceede 100%)}:root[data-theme=dark] body.pb-skin-liquid{--pb-skin-bg-default: radial-gradient(900px 620px at 14% 10%, rgba(167, 139, 250, .34) 0%, rgba(167, 139, 250, 0) 60%), radial-gradient(880px 700px at 86% 20%, rgba(251, 191, 130, .24) 0%, rgba(251, 191, 130, 0) 62%), linear-gradient(150deg, #141021 0%, #1e1329 55%, #1e1120 100%)}@keyframes pbVipFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}.pb-fx-vip .pb-vip-name{background-image:linear-gradient(90deg,#f43f5e,#f59e0b 16%,#22c55e 36%,#06b6d4,#6366f1,#ec4899 90%,#f43f5e);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font-weight:700;animation:pbVipFlow 3.6s linear infinite}[data-theme=dark] .pb-fx-vip .pb-vip-name{background-image:linear-gradient(90deg,#fb7185,#fbbf24 16%,#4ade80 36%,#22d3ee,#818cf8,#f472b6 90%,#fb7185)}@supports not (-webkit-background-clip: text){.pb-fx-vip .pb-vip-name{background-image:none;color:inherit;-webkit-text-fill-color:currentColor}}.pb-fx-ava .pb-ava,.pb-fx-ava .post-author-avatar,.pb-fx-ava .comment-avatar,.pb-fx-ava .newcomm-avatar,.pb-fx-ava .author-avatar-lg{position:relative;border-radius:50%}.pb-ava .avatar,.post-author-avatar img,.comment-avatar img,.newcomm-avatar img,.author-avatar-lg img{transition:transform .3s cubic-bezier(.22,.61,.36,1),filter .3s ease}.pb-fx-ava .pb-ava:after,.pb-fx-ava .post-author-avatar:after,.pb-fx-ava .comment-avatar:after,.pb-fx-ava .newcomm-avatar:after,.pb-fx-ava .author-avatar-lg:after{content:"";position:absolute;inset:-3px;z-index:1;border-radius:50%;pointer-events:none;background:conic-gradient(from 0deg,#6366f100,#6366f1f2 80deg,#ec4899f2,#22d3eef2 280deg,#6366f100 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2.5px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2.5px));opacity:0;transition:opacity .25s ease;animation:pbAvaSpin 1.7s linear infinite;animation-play-state:paused}@keyframes pbAvaSpin{to{transform:rotate(360deg)}}.pb-fx-ava .pb-ava:hover:after,.pb-fx-ava .post-author-avatar:hover:after,.pb-fx-ava .comment-avatar:hover:after,.pb-fx-ava .newcomm-avatar:hover:after,.pb-fx-ava .author-avatar-lg:hover:after{opacity:1;animation-play-state:running}.pb-fx-ava .pb-ava:hover .avatar,.pb-fx-ava .post-author-avatar:hover img,.pb-fx-ava .comment-avatar:hover img,.pb-fx-ava .newcomm-avatar:hover img,.pb-fx-ava .author-avatar-lg:hover img{transform:scale(1.08);filter:saturate(1.15) brightness(1.04)}@media(prefers-reduced-motion:reduce){.pb-fx-vip .pb-vip-name{animation:none}.pb-fx-ava .pb-ava:after,.pb-fx-ava .post-author-avatar:after,.pb-fx-ava .comment-avatar:after,.pb-fx-ava .newcomm-avatar:after,.pb-fx-ava .author-avatar-lg:after{animation:none}.pb-fx-ava .pb-ava .avatar,.pb-fx-ava .post-author-avatar img,.pb-fx-ava .comment-avatar img,.pb-fx-ava .newcomm-avatar img,.pb-fx-ava .author-avatar-lg img{transition:none}}@media(max-width:640px){}@media(prefers-reduced-motion:reduce){}.sidebar-area .widget{content-visibility:auto;contain-intrinsic-size:auto 260px}.comments-section{content-visibility:visible}.pb-randtitle .post-title a{color:var(--pb-tc, var(--text))}.pb-randtitle .post-title a:hover{color:var(--pb-tc, var(--primary))}.pb-randtitle .post-title-single{color:var(--pb-tc, var(--text))}:root{--bs-gutter-x: 1rem;--bs-gutter-y: 0}.container.container,.row.container{padding:0 20px}.row>.post-card,.row>.pbm-metric,.row>.pbm-stat{min-width:0}.pb-modal.pb-auth-modal .pb-auth-card{display:grid;grid-template-columns:320px minmax(0,1fr);grid-template-rows:100%;width:800px;max-width:calc(100vw - 40px);height:500px;max-height:calc(100dvh - 40px);padding:0;overflow:hidden}.pb-auth-aside{position:relative;z-index:0;min-width:0;overflow:hidden;background:linear-gradient(158deg,var(--primary-light),var(--overlay-soft) 76%)}.pb-auth-aside:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:radial-gradient(currentColor .8px,transparent .8px);background-size:18px 18px;opacity:.08}.pb-auth-aside>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}.pb-auth-aside>.pb-modal-close{z-index:3}.pb-auth-card.has-sideimg .pb-auth-aside>.pb-modal-close{color:#ffffffd1}.pb-auth-card.has-sideimg .pb-auth-aside>.pb-modal-close:hover{background:#ffffff29;color:#fff}.pb-auth-main{display:flex;flex-direction:column;min-width:0;min-height:0;padding:20px 40px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.pb-auth-main::-webkit-scrollbar{width:0;height:0;display:none}.pb-auth-body{margin:auto 0}.pb-auth-intro{margin:0 0 6px}.pb-auth-card .pb-auth-title{margin:0 0 4px;font-size:1.22rem;line-height:1.3;font-weight:700;color:var(--text)}.pb-auth-card .pb-auth-sub{margin:0;font-size:.78rem;line-height:1.55;color:var(--text-muted);text-wrap:pretty}.pb-auth-card .pb-auth-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;margin:4px 0 0;font-size:.82rem}.pb-auth-card .pb-auth-foot span{color:var(--text-muted)}.pb-auth-card .pb-auth-foot a{color:var(--text-light)}.pb-auth-card .pb-auth-foot a:hover{color:var(--primary)}.pb-auth-foot-sep{color:var(--border)}.pb-bind-card{max-width:360px;text-align:center}.pb-bind-icon{display:flex;align-items:center;justify-content:center;margin:2px auto 14px;width:46px;height:46px;border-radius:50%;background:var(--primary-light);color:var(--primary)}.pb-bind-icon .pb-icon{width:22px;height:22px}.pb-bind-title{margin:0 0 8px;font-size:1.05rem;font-weight:700;color:var(--text)}.pb-bind-tip{margin:0 0 18px;font-size:.84rem;line-height:1.7;color:var(--text-muted)}.pb-bind-go{display:flex;align-items:center;justify-content:center;height:42px;border-radius:var(--radius);background:var(--primary);color:#fff;font-size:.92rem;font-weight:500;transition:var(--transition)}.pb-bind-go:hover{background:var(--primary-hover);color:#fff}.pb-bind-later{margin-top:8px;width:100%;height:38px;border:0;border-radius:var(--radius);background:transparent;font-family:inherit;font-size:.84rem;color:var(--text-light);transition:var(--transition)}.pb-bind-later:hover{color:var(--primary)}@media(max-width:768px){.pb-modal.pb-auth-modal .pb-auth-card{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;width:100%;max-width:420px;height:auto;max-height:88dvh;overflow-x:hidden;overflow-y:auto}.pb-auth-aside{display:block;position:static;width:0;height:0;overflow:visible;background:transparent}.pb-auth-aside:before,.pb-auth-aside>img{display:none}.pb-modal.pb-auth-modal .pb-auth-card .pb-modal-close{color:var(--text-light)}.pb-auth-main{padding:16px 20px calc(20px + env(safe-area-inset-bottom,0px));overflow:visible;scrollbar-width:auto}.pb-auth-main::-webkit-scrollbar{display:block}.pb-auth-body{margin:0}.pb-auth-card .pb-auth-title{margin-bottom:3px;font-size:1.15rem}.pb-auth-card .pb-auth-sub{font-size:.76rem}.pb-auth-oauth{justify-content:flex-start}}@media(min-width:769px){.pb-modal.pb-auth-modal .pb-auth-card.pb-auth-card--poster{display:block;width:780px;max-width:calc(100vw - 40px);height:466px;max-height:calc(100dvh - 40px);padding:0;overflow:visible;background:transparent;border:0;box-shadow:none;--pb-poster-bleed: -18px;--pb-poster-gap: 18px}.pb-auth-card--poster .pb-auth-aside{position:static;width:0;height:0;overflow:visible;border-radius:0;box-shadow:none}.pb-auth-card--poster .pb-auth-aside:before{content:"";position:absolute;z-index:0;top:var(--pb-poster-bleed);left:0;width:62%;height:calc(100% - 2 * var(--pb-poster-bleed));border-radius:18px;background:linear-gradient(158deg,var(--primary-light),var(--overlay-soft) 76%);box-shadow:0 24px 60px #0f172a59;opacity:1}.pb-auth-card--poster .pb-auth-aside>img{position:absolute;z-index:0;top:var(--pb-poster-bleed);bottom:auto;left:0;right:auto;width:62%;height:calc(100% - 2 * var(--pb-poster-bleed));object-fit:cover;border-radius:18px;box-shadow:0 24px 60px #0f172a59}.pb-auth-card--poster .pb-auth-aside>.pb-modal-close{color:var(--text-light);z-index:3}.pb-auth-card--poster .pb-auth-main{position:relative;z-index:1;margin:var(--pb-poster-gap) 0 var(--pb-poster-gap) auto;width:380px;max-width:49%;height:calc(100% - 2 * var(--pb-poster-gap));padding:14px 24px 10px;background:var(--overlay-bg);background-image:linear-gradient(168deg,var(--primary-light),rgba(0,0,0,0) 52%);border:1px solid var(--border);border-radius:16px;box-shadow:0 24px 60px #0f172a47;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.pb-auth-card--poster .pb-auth-main::-webkit-scrollbar{width:0;height:0;display:none}.pb-auth-card--poster .pb-modal-close{z-index:3}.pb-auth-card--poster .pb-auth-intro{margin:0 0 4px}.pb-auth-card--poster .pb-auth-title{font-size:1.1rem}.pb-auth-card--poster .pb-auth-title:after{content:"";display:block;width:30px;height:3px;margin-top:6px;border-radius:2px;background:linear-gradient(90deg,var(--primary),var(--primary-light))}.pb-auth-card--poster .pb-auth-sub{font-size:.72rem}.pb-auth-card--poster .pb-auth-tabs{display:none}.pb-auth-card--poster .pb-field{margin-bottom:9px}.pb-auth-card--poster .pb-field input{height:33px;padding:0 12px;background:transparent;border:0;border-bottom:1px solid var(--border);border-radius:0}.pb-auth-card--poster .pb-field.is-icon input{padding-left:28px}.pb-auth-card--poster .pb-field input::placeholder{color:var(--text-light);opacity:.6}.pb-auth-card--poster .pb-field input:focus::placeholder{color:transparent}.pb-auth-card--poster .pb-field-ico{left:2px;top:16px}.pb-auth-card--poster .pb-field input:focus{background:transparent;border-bottom-color:var(--primary);box-shadow:none}.pb-auth-card--poster .pb-captcha,.pb-auth-card--poster .pb-send-code{height:33px;border-radius:8px}.pb-auth-card--poster .pb-auth-submit{height:38px;margin-top:3px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-hover));font-size:.95rem;letter-spacing:.04em;box-shadow:0 10px 22px var(--primary-light)}.pb-auth-card--poster .pb-auth-submit:hover{background:linear-gradient(135deg,var(--primary-hover),var(--primary));box-shadow:0 12px 26px var(--primary-light)}.pb-auth-card--poster .pb-auth-foot{justify-content:center;margin-top:3px;font-size:.8rem}.pb-auth-card--poster .pb-auth-oauth{margin-top:4px;padding-top:4px;border-top:1px solid var(--border)}.pb-auth-card--poster .pb-auth-oauth-label{text-align:center;font-size:.7rem}.pb-auth-card--poster .pb-auth-oauth-btns{gap:12px}.pb-auth-card--poster .pb-auth-oauth-btn{width:30px;height:30px;background:var(--overlay-soft);box-shadow:var(--shadow-sm)}.pb-auth-card--poster .pb-auth-oauth-btn img{width:20px;height:20px;border-radius:50%;box-shadow:none}.pb-auth-card--poster .pb-auth-oauth-btn:hover{background:var(--primary-light)}.pb-auth-card--poster .pb-auth-oauth-btn:hover img{box-shadow:none}}@media(min-width:769px)and (max-width:900px){.pb-modal.pb-auth-modal .pb-auth-card.pb-auth-card--poster{--pb-poster-bleed: -10px;--pb-poster-gap: 10px}.pb-auth-card--poster .pb-auth-main{padding:18px 20px 14px}}@media(min-width:769px)and (max-height:620px){.pb-modal.pb-auth-modal .pb-auth-card.pb-auth-card--poster{--pb-poster-bleed: -6px;--pb-poster-gap: 6px}}.pb-bgfx{position:fixed;inset:0;z-index:-1;width:100vw;height:100vh;pointer-events:none}@media(prefers-reduced-motion:reduce){.pb-bgfx{display:none}}body[class*=pb-flip-] #pbMain{will-change:transform,opacity}body.pb-flip-out{overflow:hidden}body.pb-flip-flip-up #pbMain{transform-origin:50% 100%}body.pb-flip-flip-down #pbMain{transform-origin:50% 0%}body.pb-flip-flip-left #pbMain{transform-origin:100% 50%}body.pb-flip-flip-right #pbMain{transform-origin:0% 50%}body.pb-flip-flip-up.pb-flip-out #pbMain{animation:pbFlipOutUp .38s ease-in both}body.pb-flip-flip-down.pb-flip-out #pbMain{animation:pbFlipOutDown .38s ease-in both}body.pb-flip-flip-left.pb-flip-out #pbMain{animation:pbFlipOutLeft .38s ease-in both}body.pb-flip-flip-right.pb-flip-out #pbMain{animation:pbFlipOutRight .38s ease-in both}body.pb-flip-flip-up #pbMain{animation:pbFlipInDown .5s cubic-bezier(.22,.61,.36,1) both}body.pb-flip-flip-down #pbMain{animation:pbFlipInUp .5s cubic-bezier(.22,.61,.36,1) both}body.pb-flip-flip-left #pbMain{animation:pbFlipInRight .5s cubic-bezier(.22,.61,.36,1) both}body.pb-flip-flip-right #pbMain{animation:pbFlipInLeft .5s cubic-bezier(.22,.61,.36,1) both}@keyframes pbFlipOutUp{to{opacity:0;transform:perspective(1200px) rotateX(-68deg)}}@keyframes pbFlipOutDown{to{opacity:0;transform:perspective(1200px) rotateX(68deg)}}@keyframes pbFlipOutLeft{to{opacity:0;transform:perspective(1200px) rotateY(-62deg) translate(-36px)}}@keyframes pbFlipOutRight{to{opacity:0;transform:perspective(1200px) rotateY(62deg) translate(36px)}}@keyframes pbFlipInUp{0%{opacity:0;transform:perspective(1200px) rotateX(-68deg)}}@keyframes pbFlipInDown{0%{opacity:0;transform:perspective(1200px) rotateX(68deg)}}@keyframes pbFlipInLeft{0%{opacity:0;transform:perspective(1200px) rotateY(62deg) translate(36px)}}@keyframes pbFlipInRight{0%{opacity:0;transform:perspective(1200px) rotateY(-62deg) translate(-36px)}}body.pb-flip-slide-up.pb-flip-out #pbMain{animation:pbSlideOutUp .36s ease-in both}body.pb-flip-slide-down.pb-flip-out #pbMain{animation:pbSlideOutDown .36s ease-in both}body.pb-flip-slide-left.pb-flip-out #pbMain{animation:pbSlideOutLeft .36s ease-in both}body.pb-flip-slide-right.pb-flip-out #pbMain{animation:pbSlideOutRight .36s ease-in both}body.pb-flip-slide-up #pbMain{animation:pbSlideInUp .5s cubic-bezier(.22,.61,.36,1) both}body.pb-flip-slide-down #pbMain{animation:pbSlideInDown .5s cubic-bezier(.22,.61,.36,1) both}body.pb-flip-slide-left #pbMain{animation:pbSlideInLeft .5s cubic-bezier(.22,.61,.36,1) both}body.pb-flip-slide-right #pbMain{animation:pbSlideInRight .5s cubic-bezier(.22,.61,.36,1) both}@keyframes pbSlideOutUp{to{opacity:0;transform:translateY(-56px)}}@keyframes pbSlideOutDown{to{opacity:0;transform:translateY(56px)}}@keyframes pbSlideOutLeft{to{opacity:0;transform:translate(-64px)}}@keyframes pbSlideOutRight{to{opacity:0;transform:translate(64px)}}@keyframes pbSlideInUp{0%{opacity:0;transform:translateY(56px)}}@keyframes pbSlideInDown{0%{opacity:0;transform:translateY(-56px)}}@keyframes pbSlideInLeft{0%{opacity:0;transform:translate(64px)}}@keyframes pbSlideInRight{0%{opacity:0;transform:translate(-64px)}}body.pb-flip-zoom.pb-flip-out #pbMain{animation:pbZoomOut .38s ease-in both}body.pb-flip-zoom #pbMain{animation:pbZoomIn .5s cubic-bezier(.22,.61,.36,1) both}@keyframes pbZoomOut{to{opacity:0;transform:scale(.82)}}@keyframes pbZoomIn{0%{opacity:0;transform:scale(1.14)}}body.pb-flip-wave.pb-flip-out #pbMain{animation:pbWaveOut .42s ease-in both}body.pb-flip-wave #pbMain{animation:pbWaveIn .5s cubic-bezier(.22,.61,.36,1) both}@keyframes pbWaveOut{30%{opacity:.92;transform:scale(.985)}to{opacity:0;transform:scale(.94)}}@keyframes pbWaveIn{0%{opacity:0;transform:scale(1.05)}}.pb-wave-ov{position:fixed;z-index:9998;width:26px;height:26px;margin:-13px 0 0 -13px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,var(--primary-light) 0%,var(--primary-light) 30%,transparent 72%);transform:scale(0);animation:pbWaveOv .55s ease-out forwards}@keyframes pbWaveOv{0%{transform:scale(0);opacity:.85}to{transform:scale(150);opacity:0}}@media(prefers-reduced-motion:reduce){body[class*=pb-flip-] #pbMain{animation:none!important;opacity:1!important;transform:none!important}.pb-wave-ov{display:none}}.posts-list.pb-lay-card{display:grid;grid-template-columns:repeat(var(--pb-lay-cols, 2),minmax(0,1fr));gap:15px;align-items:stretch}.posts-list.pb-lay-card .post-card{flex-direction:column}.posts-list.pb-lay-card .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9}.posts-list.pb-lay-card .post-content{padding:16px 18px 18px}.posts-list.pb-lay-card .post-title a{-webkit-line-clamp:2}.posts-list.pb-lay-fpattern{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.posts-list.pb-lay-fpattern .post-card{flex-direction:column}.posts-list.pb-lay-fpattern .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9}.posts-list.pb-lay-fpattern .post-card:first-child{grid-column:1 / -1;flex-direction:row}.posts-list.pb-lay-fpattern .post-card:first-child .post-thumbnail{width:56%;height:auto;min-height:0;aspect-ratio:16 / 9;align-self:stretch}.posts-list.pb-lay-fpattern .post-card:first-child .post-content{padding:22px 26px}.posts-list.pb-lay-fpattern .post-card:first-child .post-title{font-size:1.6rem}.posts-list.pb-lay-fpattern .post-card:first-child .post-title a{-webkit-line-clamp:2}.posts-list.pb-lay-fpattern .post-card:first-child .post-excerpt{-webkit-line-clamp:3;font-size:.95rem}.posts-list.pb-lay-columns{display:block;columns:2;column-gap:16px}.posts-list.pb-lay-columns .post-card{display:block;break-inside:avoid;margin:0 0 16px}.posts-list.pb-lay-columns .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9}.posts-list.pb-lay-columns .post-content{padding:14px 16px 16px}.posts-list.pb-lay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:stretch}.posts-list.pb-lay-grid .post-card{flex-direction:column}.posts-list.pb-lay-grid .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:1 / 1}.posts-list.pb-lay-grid .post-content{padding:10px 12px 12px}.posts-list.pb-lay-grid .post-title{font-size:1rem}.posts-list.pb-lay-grid .post-title a{-webkit-line-clamp:2}.posts-list.pb-lay-grid .post-excerpt,.posts-list.pb-lay-grid .post-tags,.posts-list.pb-lay-grid .post-footer{display:none}.posts-list.pb-lay-single{display:flex;flex-direction:column;gap:24px;max-width:780px;margin:0 auto}.posts-list.pb-lay-single .post-card{flex-direction:column}.posts-list.pb-lay-single .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:2 / 1}.posts-list.pb-lay-single .post-content{padding:20px 24px 22px}.posts-list.pb-lay-single .post-title{font-size:1.5rem}.posts-list.pb-lay-single .post-excerpt{-webkit-line-clamp:3}.posts-list.pb-lay-bigtitle{display:flex;flex-direction:column;gap:0}.posts-list.pb-lay-bigtitle .post-card{flex-direction:row;align-items:center;gap:0;padding:18px 2px;background:transparent;box-shadow:none;border-radius:0;border-bottom:1px solid var(--border)}.posts-list.pb-lay-bigtitle .post-card:hover{box-shadow:none;transform:none;background:var(--bg)}.posts-list.pb-lay-bigtitle .post-thumbnail{width:96px;height:96px;min-height:0;flex:none;border-radius:12px}.posts-list.pb-lay-bigtitle .post-content{padding:0 0 0 18px}.posts-list.pb-lay-bigtitle .post-header{margin-bottom:6px}.posts-list.pb-lay-bigtitle .post-title{font-size:1.55rem;font-weight:800;line-height:1.32;letter-spacing:-.2px}.posts-list.pb-lay-bigtitle .post-excerpt{-webkit-line-clamp:1;margin-bottom:8px}.posts-list.pb-lay-bigtitle .post-tags{display:none}.posts-list.pb-lay-bigtitle .post-footer{border-top:none;padding-top:4px}.posts-list.pb-lay-masonry{display:block;columns:3;column-gap:14px}.posts-list.pb-lay-masonry .post-card{display:block;break-inside:avoid;margin:0 0 14px}.posts-list.pb-lay-masonry .post-thumbnail{width:100%;height:auto;min-height:0}.posts-list.pb-lay-masonry .post-thumbnail img{height:auto;max-height:420px}.posts-list.pb-lay-masonry .post-content{padding:14px 16px 16px}.posts-list.pb-lay-asym{display:grid;grid-template-columns:2fr 1fr;gap:14px;align-items:stretch}.posts-list.pb-lay-asym .post-card{flex-direction:column}.posts-list.pb-lay-asym .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:4 / 3}.posts-list.pb-lay-asym .post-card:nth-child(3n+1){grid-column:1 / -1;flex-direction:row}.posts-list.pb-lay-asym .post-card:nth-child(3n+1) .post-thumbnail{width:54%;aspect-ratio:16 / 9;align-self:stretch}.posts-list.pb-lay-asym .post-card:nth-child(3n+1) .post-content{padding:20px 24px}.posts-list.pb-lay-asym .post-card:nth-child(3n+1) .post-title{font-size:1.45rem}.posts-list.pb-lay-scroll{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:14px;padding:2px 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;overscroll-behavior-x:contain}.posts-list.pb-lay-scroll .post-card{flex-grow:0;flex-shrink:0;flex-basis:300px;width:300px;min-width:300px;flex-direction:column;scroll-snap-align:start}.posts-list.pb-lay-scroll .post-thumbnail{width:100%;height:auto;min-height:0;aspect-ratio:4 / 3}.posts-list.pb-lay-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.posts-list.pb-lay-gallery .post-card{flex-direction:column;position:relative;min-height:220px}.posts-list.pb-lay-gallery .post-thumbnail{position:absolute;inset:0;width:100%;height:100%;min-height:0}.posts-list.pb-lay-gallery .post-content{position:relative;z-index:2;margin-top:auto;padding:44px 16px 14px;background:linear-gradient(to bottom,#0000,#0000008c 55%,#000000c7)}.posts-list.pb-lay-gallery .post-title a{color:#fff;-webkit-line-clamp:2}.posts-list.pb-lay-gallery .post-title a:hover{color:#fff;opacity:.85}.posts-list.pb-lay-gallery .post-excerpt,.posts-list.pb-lay-gallery .post-tags{display:none}.posts-list.pb-lay-gallery .post-footer{border-top:none;padding-top:6px}.posts-list.pb-lay-gallery .post-meta{color:#ffffffdb}.posts-list.pb-lay-gallery .meta-item a{color:#ffffffeb}.posts-list.pb-lay-gallery .post-category{z-index:3}.pb-sort-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 14px;padding:10px 12px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}.pb-sort-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 13px;border-radius:var(--radius-pill);background:var(--soft);border:1px solid transparent;font-size:.82rem;line-height:1.6;color:var(--text-muted);transition:var(--transition)}.pb-sort-pill:hover{background:var(--primary-light);color:var(--primary)}.pb-sort-pill.is-active{background:var(--primary);border-color:var(--primary);color:#fff}.pb-sort-pill.is-active .pb-sort-num{background:#ffffff3d;color:#fff}.pb-sort-num{min-width:18px;padding:0 5px;border-radius:999px;text-align:center;background:var(--bg);color:var(--text-light);font-size:.68rem;line-height:1.7}.posts-list.pb-lay-xy{display:flex;flex-direction:column;gap:0}.posts-list.pb-lay-xy .post-card{flex-direction:row;align-items:center;gap:14px;padding:14px 0;background:none;box-shadow:none;border-radius:0;overflow:visible;border-bottom:1px dashed var(--border)}.posts-list.pb-lay-xy .post-card:last-child{border-bottom:0}.posts-list.pb-lay-xy .post-card:hover{box-shadow:none;transform:none}.posts-list.pb-lay-xy .post-thumbnail{width:168px;height:108px;min-height:0;margin:0;border-radius:8px;overflow:hidden}.posts-list.pb-lay-xy .post-content{flex:1;min-width:0;padding:0}.posts-list.pb-lay-xy .post-title{margin-bottom:6px;font-size:1.02rem;font-weight:700;line-height:1.5}.posts-list.pb-lay-xy .post-excerpt{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px;font-size:.84rem;color:var(--text-muted)}.posts-list.pb-lay-xy .post-tags{display:none}.posts-list.pb-lay-xy .post-footer{border-top:0;padding-top:0}.posts-list.pb-lay-xy .post-meta{font-size:.76rem}@media(max-width:768px){.pb-sort-strip{flex-wrap:nowrap;overflow-x:auto;gap:6px;padding:8px 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pb-sort-strip::-webkit-scrollbar{display:none}.pb-sort-pill{flex:none;padding:4px 11px;font-size:.78rem}.posts-list.pb-lay-xy .post-card{gap:10px;padding:12px 0}.posts-list.pb-lay-xy .post-thumbnail{width:112px;height:78px;border-radius:7px}.posts-list.pb-lay-xy .post-title{font-size:.94rem}.posts-list.pb-lay-xy .post-excerpt{-webkit-line-clamp:2;font-size:.78rem}}@media(max-width:1200px){.posts-list.pb-lay-card,.posts-list.pb-lay-grid,.posts-list.pb-lay-gallery,.posts-list.pb-lay-asym{grid-template-columns:repeat(2,minmax(0,1fr))}.posts-list.pb-lay-columns,.posts-list.pb-lay-masonry{columns:2}}@media(min-width:1400px){.posts-list.pb-lay-grid,.posts-list.pb-lay-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}.posts-list.pb-lay-masonry{columns:4}}@media(max-width:768px){.posts-list.pb-lay-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.posts-list.pb-lay-card .post-content{padding:10px 12px 12px}.posts-list.pb-lay-card .post-title{font-size:.98rem}.posts-list.pb-lay-card .post-excerpt{font-size:.82rem;margin-bottom:8px}.posts-list.pb-lay-card .post-tags,.posts-list.pb-lay-card .post-meta{display:none}.posts-list.pb-lay-fpattern{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.posts-list.pb-lay-fpattern .post-card:first-child{flex-direction:column}.posts-list.pb-lay-fpattern .post-card:first-child .post-thumbnail{width:100%}.posts-list.pb-lay-fpattern .post-card:first-child .post-content{padding:10px 12px 12px}.posts-list.pb-lay-fpattern .post-card:first-child .post-title{font-size:1.02rem}.posts-list.pb-lay-fpattern .post-card:first-child .post-excerpt{-webkit-line-clamp:2;font-size:.82rem}.posts-list.pb-lay-columns,.posts-list.pb-lay-masonry{columns:2;column-gap:10px}.posts-list.pb-lay-columns .post-card,.posts-list.pb-lay-masonry .post-card{margin-bottom:10px}.posts-list.pb-lay-columns .post-content,.posts-list.pb-lay-masonry .post-content{padding:10px 12px 12px}.posts-list.pb-lay-masonry .post-thumbnail img{max-height:260px}.posts-list.pb-lay-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.posts-list.pb-lay-grid .post-title{font-size:.92rem}.posts-list.pb-lay-single{max-width:none;gap:16px}.posts-list.pb-lay-single .post-thumbnail{aspect-ratio:16 / 9}.posts-list.pb-lay-single .post-content{padding:14px 16px 16px}.posts-list.pb-lay-single .post-title{font-size:1.2rem}.posts-list.pb-lay-bigtitle .post-card{padding:14px 2px}.posts-list.pb-lay-bigtitle .post-thumbnail{width:72px;height:72px}.posts-list.pb-lay-bigtitle .post-content{padding-left:12px}.posts-list.pb-lay-bigtitle .post-title{font-size:1.15rem;font-weight:700}.posts-list.pb-lay-bigtitle .post-meta{gap:10px}.posts-list.pb-lay-asym{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.posts-list.pb-lay-asym .post-card:nth-child(3n+1){flex-direction:column}.posts-list.pb-lay-asym .post-card:nth-child(3n+1) .post-thumbnail{width:100%;aspect-ratio:16 / 9}.posts-list.pb-lay-asym .post-card:nth-child(3n+1) .post-content{padding:10px 12px 12px}.posts-list.pb-lay-asym .post-card:nth-child(3n+1) .post-title{font-size:1.02rem}.posts-list.pb-lay-scroll{gap:10px}.posts-list.pb-lay-scroll .post-card{flex-basis:78vw;width:78vw;min-width:78vw}.posts-list.pb-lay-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.posts-list.pb-lay-gallery .post-card{min-height:170px}.posts-list.pb-lay-gallery .post-content{padding:30px 12px 12px}.posts-list.pb-lay-gallery .post-title{font-size:.98rem}}
/* 29. 文章图片弹窗查看器（v2.0.4）：点击文章正文图片弹出大图，
     键盘左右切换上下张，底部缩略图条可跳转任意张，Esc 关闭。 */

/* 文章正文图片鼠标提示可点击 */
.post-content-single img { cursor: zoom-in; }

/* 遮罩层 */
.pb-lightbox {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; flex-direction: column;
    background: rgba(0, 0, 0, .92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0; visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.pb-lightbox.is-open { opacity: 1; visibility: visible; }

/* 顶部工具栏 */
.pb-lb-topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 20px; flex: none;
    color: #fff; font-size: .85rem;
}
.pb-lb-count { font-variant-numeric: tabular-nums; opacity: .8; }
.pb-lb-close {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border: 0; border-radius: 50%;
    background: rgba(255, 255, 255, .1); color: #fff; font-size: 1.4rem;
    cursor: pointer; transition: background .2s ease;
}
.pb-lb-close:hover { background: rgba(255, 255, 255, .25); }

/* 主图区域 */
.pb-lb-stage {
    flex: 1; min-height: 0; position: relative;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.pb-lb-img {
    max-width: 90%; max-height: 100%;
    object-fit: contain; border-radius: 4px;
    opacity: 0; transform: scale(.96);
    transition: opacity .25s ease, transform .25s ease;
    -webkit-user-select: none; user-select: none;
    -webkit-user-drag: none;
}
.pb-lb-img.is-active { opacity: 1; transform: scale(1); }

/* 左右切换按钮 */
.pb-lb-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 48px; height: 48px; border: 0; border-radius: 50%;
    background: rgba(255, 255, 255, .12); color: #fff;
    font-size: 1.3rem; cursor: pointer; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s ease;
}
.pb-lb-nav:hover { background: rgba(255, 255, 255, .3); }
.pb-lb-nav:disabled { opacity: .3; cursor: default; }
.pb-lb-nav.prev { left: 16px; }
.pb-lb-nav.next { right: 16px; }

/* 底部缩略图条 */
.pb-lb-thumbs {
    flex: none; display: flex; gap: 8px;
    padding: 12px 20px 16px;
    overflow-x: auto; overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .2) transparent;
    justify-content: center;
}
.pb-lb-thumbs::-webkit-scrollbar { height: 4px; }
.pb-lb-thumbs::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .2); border-radius: 2px; }

.pb-lb-thumb {
    flex: none; width: 60px; height: 60px;
    border-radius: 6px; overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer; opacity: .5;
    transition: opacity .2s ease, border-color .2s ease;
    background: rgba(255, 255, 255, .05);
}
.pb-lb-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pb-lb-thumb:hover { opacity: .8; }
.pb-lb-thumb.is-active { opacity: 1; border-color: var(--primary, #333333); }

/* 移动端适配 */
@media (max-width: 768px) {
    .pb-lb-topbar { padding: 10px 14px; }
    .pb-lb-close { width: 36px; height: 36px; font-size: 1.2rem; }
    .pb-lb-nav { width: 40px; height: 40px; font-size: 1.1rem; }
    .pb-lb-nav.prev { left: 8px; }
    .pb-lb-nav.next { right: 8px; }
    .pb-lb-img { max-width: 95%; }
    .pb-lb-thumbs { padding: 8px 12px 12px; gap: 6px; }
    .pb-lb-thumb { width: 44px; height: 44px; }
}

/* 减弱动态效果 */
@media (prefers-reduced-motion: reduce) {
    .pb-lightbox,
    .pb-lb-img { transition: none; }
}
.pb-sort-pill-img{width:20px;height:20px;border-radius:50%;object-fit:cover;flex:none}.pb-sort-pill.is-active .pb-sort-pill-img{opacity:.92}.dropdown-menu .pb-nav-sort-img{display:inline-block;width:18px;height:18px;border-radius:4px;object-fit:cover;margin-right:7px;vertical-align:middle}.widget-sort .pb-widget-sort-img{display:inline-block;width:18px;height:18px;border-radius:4px;object-fit:cover;margin-right:7px;vertical-align:middle}.widget-sort .widget-list.children .pb-widget-sort-img{width:15px;height:15px;margin-right:5px}@media(max-width:768px){.pb-sort-pill-img{width:16px;height:16px}.dropdown-menu .pb-nav-sort-img{width:16px;height:16px;margin-right:5px}.widget-sort .pb-widget-sort-img{width:16px;height:16px;margin-right:5px}}
.pb-fl-form{max-width:640px;margin:24px 0}.pb-fl-row{margin-bottom:18px}.pb-fl-label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:600;color:var(--text)}.pb-fl-req{color:var(--primary)}.pb-fl-input,.pb-fl-textarea,.pb-fl-select{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--text);font-size:.92rem;line-height:1.6;transition:border-color .2s ease,box-shadow .2s ease}.pb-fl-input:focus,.pb-fl-textarea:focus,.pb-fl-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.pb-fl-textarea{resize:vertical;min-height:72px}.pb-fl-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pb-fl-tips{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:10px 14px;background:var(--soft);border-radius:var(--radius);font-size:.82rem;color:var(--text-muted)}.pb-fl-tips .pb-icon{flex:none;opacity:.7}.pb-fl-submit{margin-top:4px}.pb-fl-alert{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;padding:14px 18px;border-radius:var(--radius);font-size:.9rem;line-height:1.6}.pb-fl-alert .pb-icon{flex:none;margin-top:1px}.pb-fl-alert.is-success{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#16a34a}.pb-fl-alert.is-error{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);color:#dc2626}.pb-fl-alert code{display:inline-block;margin-top:6px;padding:4px 10px;background:var(--bg);border-radius:4px;font-size:.82rem;word-break:break-all}:root[data-theme="dark"] .pb-fl-alert.is-success{color:#4ade80}:root[data-theme="dark"] .pb-fl-alert.is-error{color:#f87171}@media(max-width:768px){.pb-fl-form{margin:16px 0}.pb-fl-grid{grid-template-columns:1fr;gap:14px}.pb-fl-input,.pb-fl-textarea,.pb-fl-select{padding:9px 12px;font-size:.88rem}.pb-fl-alert{padding:12px 14px;font-size:.85rem}}
