.archive-header{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px 28px;margin-bottom:28px}.archive-header .taxonomy-label{display:inline-block;font-size:12px;font-weight:600;color:var(--accent-blue);background:rgba(37,99,235,8%);padding:4px 10px;border-radius:var(--radius-pill);margin-bottom:10px;text-transform:none;letter-spacing:normal}.archive-header h1{font-size:28px;margin-bottom:10px}.archive-header .small{color:var(--gray-500);font-size:15px;margin-bottom:16px}.archive-header .taxonomy-content{margin-bottom:18px}.archive-header .taxonomy-content p{margin-bottom:12px;line-height:1.6}.archive-header .taxonomy-content ul{margin:10px 0 16px 18px}.archive-header .taxonomy-content h2{font-size:20px}.archive-header .taxonomy-count{font-size:13px;color:var(--gray-400)}.archive-header .hr{margin-top:12px;opacity:.4}.featured-grid{margin:0 0 28px;padding:22px 24px 26px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent-green) 4%,var(--surface-1)) 0%,var(--surface-1) 100%);border:1px solid var(--border);border-radius:var(--radius-md)}.featured-title{margin:0 0 4px;font-size:20px;line-height:1.3;color:var(--text-strong)}.featured-sub{margin:0 0 18px;font-size:14px;color:var(--gray-500)}.featured-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.featured-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--bg-article);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.featured-card:hover{text-decoration:none;transform:translateY(-3px);border-color:var(--accent-green);box-shadow:0 10px 24px -10px color-mix(in srgb,var(--accent-green) 40%,transparent)}.featured-card:hover .featured-card-title{color:var(--accent-green);text-decoration:underline;text-underline-offset:3px}.featured-card-image{position:relative;aspect-ratio:16/9;width:100%;overflow:hidden;background:var(--surface-1);border-bottom:1px solid var(--border);isolation:isolate}.featured-card-image::before{content:"";position:absolute;inset:0;background-image:var(--bg-img,none);background-size:cover;background-position:50%;background-repeat:no-repeat;filter:blur(22px)saturate(1.15)brightness(.95);transform:scale(1.18);z-index:0;pointer-events:none}.featured-card-image:not([style*=--bg-img])::before{display:none}.featured-card-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;display:block}.featured-card-image--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,color-mix(in srgb,var(--accent-green) 18%,var(--surface-1)) 0%,color-mix(in srgb,var(--accent-green) 6%,var(--surface-1)) 100%)}.featured-card-initial{font-size:56px;font-weight:800;line-height:1;color:color-mix(in srgb,var(--accent-green) 70%,var(--text-strong));letter-spacing:-.02em;opacity:.85}.featured-card-body{flex:1;padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;min-width:0}.featured-card-title{margin:0;font-size:16px;line-height:1.35;font-weight:700;color:var(--text-strong);transition:color .18s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-card-desc{margin:0;font-size:13.5px;line-height:1.5;color:var(--text-soft);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-card-meta{margin-top:auto;padding-top:10px;font-size:12px;color:var(--gray-500);display:flex;flex-wrap:wrap;gap:4px 6px}.featured-card-meta span+span::before{content:""}.taxonomy-tags-cloud{margin:0 0 28px;padding:18px 24px 22px;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-md)}.taxonomy-tags-title{margin:0 0 14px;font-size:16px;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500)}.taxonomy-tags-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.taxonomy-tags-list a{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:13px;font-weight:600;text-decoration:none;color:var(--text-strong);background:var(--bg-article);border:1px solid var(--border);border-radius:var(--radius-pill);transition:border-color .15s ease,color .15s ease}.taxonomy-tags-list a:hover{color:var(--accent-green);border-color:var(--accent-green)}.taxonomy-tag-count{font-size:11px;font-weight:600;color:var(--gray-500);background:color-mix(in srgb,var(--gray-500) 12%,transparent);padding:1px 7px;border-radius:var(--radius-pill)}html[data-theme=dark] .featured-grid{background:linear-gradient(135deg,color-mix(in srgb,var(--accent-green) 8%,var(--surface-1)) 0%,var(--surface-1) 100%)}html[data-theme=dark] .featured-card:hover{border-color:#34d399}html[data-theme=dark] .featured-card:hover .featured-card-title{color:#34d399}html[data-theme=dark] .featured-card-image--placeholder{background:linear-gradient(135deg,color-mix(in srgb,#34d399 22%,var(--surface-1)) 0%,color-mix(in srgb,#34d399 8%,var(--surface-1)) 100%)}html[data-theme=dark] .featured-card-initial{color:color-mix(in srgb,#34d399 80%,#ffffff)}html[data-theme=dark] .taxonomy-tags-list a:hover{color:#34d399;border-color:#34d399}@media(max-width:640px){.featured-grid{padding:18px 16px}.featured-cards{grid-template-columns:1fr;gap:14px}.taxonomy-tags-cloud{padding:14px 16px}}.hr{height:1px;margin:var(--space-5)0;background:linear-gradient( to right,transparent 0%,var(--border) 50%,transparent 100% );border:none}.hr.light{height:0;margin:0;background:0 0;border-top:1px solid var(--border);opacity:.7}.article .post-feed{max-width:100%;overflow-x:hidden}.article .post-feed .list-item,.article .post-feed .list-title,.article .post-feed .list-excerpt{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.post-feed .list-item{position:relative;padding:1.1rem .9rem 1.1rem 1rem;border-left:3px solid transparent;border-radius:0 6px 6px 0;transition:background .18s ease,border-left-color .18s ease}.post-feed .list-item:hover{background:var(--surface-1);border-left-color:var(--link-article)}.post-feed .meta-date{display:block;font-size:.78rem;color:var(--slate-500);margin-bottom:.35rem;letter-spacing:.02em}.post-feed .list-title{margin:0;font-size:1.35rem;line-height:1.35;font-weight:700}.post-feed .list-title a{color:var(--text-strong);text-decoration:none}.post-feed .list-title a:hover{color:var(--link-article);text-decoration:underline}.post-feed .list-excerpt{margin:.45rem 0 .65rem;font-size:.95rem;line-height:1.6;color:var(--text-soft);max-width:68ch}.post-feed .list-meta{font-size:.82rem;color:var(--slate-500)}.post-feed .list-meta span:not(:first-child)::before{content:" · ";padding:0 .15rem}.pagination{margin:30px 0;width:100%}.pagination-list{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:10px 16px;border-radius:var(--radius-md);gap:12px}.pagination-left{display:flex;justify-content:flex-start;gap:10px;min-width:0}.pagination-center{text-align:center;color:var(--gray-500);font-size:14px;font-weight:600}.pagination-right{display:flex;justify-content:flex-end;gap:10px;min-width:0}.pagination-item a{display:inline-block;padding:8px 14px;font-size:14px;font-weight:600;color:var(--text);text-decoration:none;background:var(--bg-article);border:1px solid var(--border);border-radius:var(--space-2);box-shadow:var(--shadow-sm);transition:all .2s ease}.pagination-item a:hover{color:var(--link-article);border-color:var(--link-article);background:var(--surface-1);transform:translateY(-1px)}.pagination-item.first a,.pagination-item.last a{font-weight:700}@media(max-width:768px){.archive-header h1{font-size:25px}.archive-header .taxonomy-content h2{font-size:17px}.list-item h2,.list-item .list-title{font-size:1.25rem}}@media(max-width:576px){.pagination-list{grid-template-columns:1fr}.pagination-left,.pagination-right{justify-content:center;flex-wrap:wrap}.pagination-center{order:-1}}html[data-theme=dark] .archive-header .taxonomy-label{color:#93c5fd;background:rgba(147,197,253,.12)}html[data-theme=dark] .pagination-item a:hover{background:rgba(147,197,253,.1)}.author-box{margin-top:2.25rem;padding:1.1rem 1.25rem;border:1px solid #e5e7eb;border-left:4px solid #10b981;border-radius:12px;background:#fff}.author-box-header{display:flex;align-items:center;gap:.9rem}.author-avatar{width:56px;height:56px;flex-shrink:0;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;background:#f9fafb}.author-box-identity{flex:1;min-width:0}.author-name{margin:0;font-size:1rem;font-weight:700;line-height:1.25;color:#0f172a}.author-name a{color:inherit;text-decoration:none}.author-name a:hover{color:#047857}.author-title{margin:.15rem 0 0;font-size:.8rem;font-weight:500;line-height:1.3;color:#64748b}.author-box-body{margin-top:.85rem}.author-bio{margin:0;font-size:.88rem;line-height:1.55;color:#334155}.author-box-section{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.55rem}.author-box-section-label{display:inline-block;font-size:.66rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;flex-shrink:0}.author-box-credentials,.author-box-topics{list-style:none;padding:0;margin:0;display:inline-flex;flex-wrap:wrap;gap:.3rem}.author-box-credentials li{font-size:.72rem;font-weight:600;letter-spacing:.01em;color:#1e3a8a;background:#eef2ff;border:1px solid #c7d2fe;padding:.18rem .55rem;border-radius:5px}.author-box-topics li{font-size:.72rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;padding:.18rem .55rem;border-radius:999px}.author-box-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .9rem;margin-top:.85rem;padding-top:.7rem;border-top:1px solid #eef2f7}.author-box-more{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:#2563eb;text-decoration:none}.author-box-more:hover{text-decoration:underline}.author-box-more-arrow{display:inline-block;transition:transform .18s ease}.author-box-more:hover .author-box-more-arrow{transform:translateX(3px)}.author-box-socials{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.author-box-socials a{display:inline-flex;align-items:center;padding:.2rem .6rem;font-size:.74rem;font-weight:600;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;text-decoration:none;transition:color .15s ease,border-color .15s ease,background .15s ease}.author-box-socials a:hover{color:#2563eb;border-color:#c7d2fe;background:#eef2ff;text-decoration:none}html[data-theme=dark] .author-box{background:var(--bg-article);border-color:var(--border);border-left-color:#34d399}html[data-theme=dark] .author-name{color:var(--text-strong)}html[data-theme=dark] .author-title,html[data-theme=dark] .author-bio{color:var(--text-soft)}html[data-theme=dark] .author-box-section-label{color:var(--text-muted)}html[data-theme=dark] .author-box-credentials li{color:#c7d2fe;background:rgba(99,102,241,.1);border-color:rgba(165,180,252,.25)}html[data-theme=dark] .author-box-topics li{color:var(--text-soft);background:rgba(255,255,255,4%);border-color:var(--border)}html[data-theme=dark] .author-box-footer{border-top-color:var(--border)}html[data-theme=dark] .author-box-more{color:#93c5fd}html[data-theme=dark] .author-box-socials a{color:var(--text-soft);background:rgba(255,255,255,4%);border-color:var(--border)}html[data-theme=dark] .author-box-socials a:hover{color:#93c5fd;background:rgba(99,102,241,.12);border-color:rgba(165,180,252,.35)}html[data-theme=dark] .author-lg-avatar{border-color:var(--border);background:var(--surface-1);box-shadow:0 10px 15px -3px rgba(0,0,0,.4)}html[data-theme=dark] .author-profile-info h1{color:var(--text-strong)}html[data-theme=dark] .author-job-title{color:var(--text)}html[data-theme=dark] .author-works-for{color:var(--text-soft)}html[data-theme=dark] .author-works-for a{color:#34d399}html[data-theme=dark] .author-post-count{color:var(--text-muted)}html[data-theme=dark] .author-bio-content{color:var(--text-soft)}html[data-theme=dark] .author-socials a{background:rgba(255,255,255,4%);color:var(--text-soft);border-color:var(--border)}html[data-theme=dark] .author-socials a:hover,html[data-theme=dark] .author-socials a:focus-visible{background:#10b981;color:#fff;border-color:#10b981}html[data-theme=dark] .author-expertise h2,html[data-theme=dark] .author-credentials h2{color:var(--text-strong)}html[data-theme=dark] .expertise-chip{background:rgba(16,185,129,.1);color:#6ee7b7;border-color:rgba(16,185,129,.35)}html[data-theme=dark] a.expertise-chip:hover{background:#10b981;color:#fff;border-color:#10b981}html[data-theme=dark] .credential-item{background:var(--surface-1);border-color:var(--border);border-left-color:#38bdf8}html[data-theme=dark] .credential-name{color:var(--text-strong)}html[data-theme=dark] .credential-id{color:var(--text-muted)}.author-profile-top{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem}.author-lg-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f1f5f9;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);background-color:#fff}.author-profile-info h1{margin:0;font-size:2rem;color:#0f172a;line-height:1.2}.author-job-title{font-weight:700;font-size:1rem;margin:.4rem 0;letter-spacing:.02em}.author-socials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.author-socials a{display:inline-flex;align-items:center;text-decoration:none;font-size:.85rem;font-weight:600;padding:.4rem .85rem;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;border-radius:999px;transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease}.author-socials a:hover,.author-socials a:focus-visible{background:#10b981;color:#fff;border-color:#10b981;transform:translateY(-1px)}.author-socials a:focus-visible{outline:2px solid #10b981;outline-offset:2px}.author-bio-content{font-size:1.05rem;line-height:1.7;color:#475569;margin-top:1.5rem}.author-works-for{margin:.4rem 0 0;font-size:.95rem;color:#475569}.author-works-for a{color:#10b981;text-decoration:none;font-weight:600}.author-works-for a:hover{text-decoration:underline}.author-post-count{color:#64748b;font-weight:500}.author-expertise{margin-top:2rem}.author-expertise h2,.author-credentials h2{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.expertise-chips{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.expertise-chips li{margin:0}.expertise-chip{display:inline-block;padding:.35rem .75rem;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:999px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease}a.expertise-chip:hover{background:#10b981;color:#fff;border-color:#10b981}.author-credentials{margin-top:1.75rem}.credential-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.6rem}.credential-item{padding:.7rem .9rem;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #0ea5e9;border-radius:6px;font-size:.9rem;line-height:1.4}.credential-name{display:block;font-weight:600;color:#0f172a}.credential-id{display:inline-block;margin-top:.25rem;font-size:.78rem;color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.author-directory{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.author-directory li a{display:block;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#1e293b;font-weight:600;text-align:center;transition:all .2s}.author-directory li a:hover{border-color:#10b981;background:#fff;color:#10b981}@media(max-width:640px){.author-box{margin-top:1.75rem;padding:.9rem 1rem}.author-box-header{gap:.7rem}.author-avatar{width:44px;height:44px}.author-name{font-size:.92rem}.author-title{font-size:.75rem}.author-box-body{margin-top:.7rem}.author-bio{font-size:.82rem;line-height:1.5}.author-box-section{gap:.3rem;margin-top:.5rem}.author-box-section-label{font-size:.6rem}.author-box-credentials li,.author-box-topics li{font-size:.66rem;padding:.14rem .5rem}.author-box-footer{margin-top:.7rem;padding-top:.6rem;flex-direction:column;align-items:flex-start;gap:.5rem}.author-box-more{font-size:.8rem}.author-box-socials{gap:.25rem}.author-box-socials a{font-size:.7rem;padding:.18rem .55rem}.author-socials{justify-content:center}.author-profile-top{flex-direction:column;text-align:center;gap:1rem}}.archive-lead{margin:.5rem 0 0;font-size:1.05rem;color:#4b5563;max-width:60ch}.archive-intro{margin-top:.75rem;color:#374151;max-width:65ch}.author-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.author-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.author-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(15,23,42,8%);border-color:#10b981}.author-card-link{display:flex;gap:1rem;padding:1rem 1.1rem;text-decoration:none;color:inherit;align-items:flex-start}.author-card-link:hover,.author-card-link:focus{text-decoration:none}.author-card-media{flex-shrink:0}.author-card-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;background:#f9fafb;display:block}.author-card-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.75rem;color:#047857;background:#ecfdf5;border-color:#a7f3d0}.author-card-body{flex:1;min-width:0}.author-card-name{margin:0 0 .15rem;font-size:1.05rem;line-height:1.3;color:#0f172a}.author-card-link:hover .author-card-name{color:#047857}.author-card-job{margin:0 0 .4rem;font-size:.85rem;color:#6b7280;font-weight:500}.author-card-bio{margin:0 0 .4rem;font-size:.85rem;color:#4b5563;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.author-card-meta{margin:0;font-size:.78rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.02em}@media(max-width:600px){.author-grid{grid-template-columns:1fr}.author-card-avatar,.author-card-avatar-placeholder{width:60px;height:60px;font-size:1.4rem}}