#splash-screen[data-astro-cid-wx4ry4h2]{background:var(--bg);z-index:9999;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;transition:transform .9s cubic-bezier(.85,0,.15,1);display:flex;position:fixed;top:0;left:0}#splash-screen[data-astro-cid-wx4ry4h2].fade-out{transform:translateY(-100%)}.splash-content[data-astro-cid-wx4ry4h2]{text-align:center}.splash-logo[data-astro-cid-wx4ry4h2]{color:var(--text-primary);letter-spacing:.15em;opacity:0;margin:0;font-size:1.8rem;font-weight:300;animation:1.1s cubic-bezier(.16,1,.3,1) .2s forwards revealText}@keyframes revealText{0%{opacity:0;letter-spacing:.12em;transform:scale(.98)}to{opacity:1;letter-spacing:.24em;transform:scale(1)}}.hero[data-astro-cid-lcdefpme]{align-items:center;gap:3rem;padding:4rem 0 3rem;display:flex}.hero-avatar-container[data-astro-cid-lcdefpme]{flex-direction:column;flex-shrink:0;align-items:center;gap:.8rem;display:flex}.hero-avatar[data-astro-cid-lcdefpme]{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:130px;height:130px}.hero-motto[data-astro-cid-lcdefpme]{color:var(--text-muted);letter-spacing:.06em;white-space:nowrap;margin:0;font-size:.82rem;font-weight:500}.hero-content[data-astro-cid-lcdefpme]{flex:1}.hero-title[data-astro-cid-lcdefpme]{color:var(--text-primary);margin-bottom:.8rem;font-size:2rem;font-weight:700;line-height:1.3}.hero-desc[data-astro-cid-lcdefpme]{color:var(--text-secondary);max-width:560px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.hero-links[data-astro-cid-lcdefpme]{align-items:center;gap:1.5rem;display:flex}.hero-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--text-primary);align-items:center;gap:.35rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.hero-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{opacity:.6}.hero-links[data-astro-cid-lcdefpme] .arrow[data-astro-cid-lcdefpme]{transition:transform .2s}.hero-links[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover .arrow[data-astro-cid-lcdefpme]{transform:translate(3px)}.section-header[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding-bottom:.8rem;display:flex}.section-left-group[data-astro-cid-lcdefpme]{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.section-title[data-astro-cid-lcdefpme]{color:var(--text-primary);white-space:nowrap;margin:0;font-size:1.1rem;font-weight:600}.header-controls[data-astro-cid-lcdefpme]{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.view-all[data-astro-cid-lcdefpme]{color:var(--text-muted);white-space:nowrap;align-items:center;gap:.3rem;margin-left:.2rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.view-all[data-astro-cid-lcdefpme]:hover{color:var(--text-primary);opacity:1}.category-tabs[data-astro-cid-lcdefpme]{background:var(--bg-secondary);border:1px solid var(--border);user-select:none;border-radius:20px;align-self:center;padding:2px;display:inline-flex;position:relative}.category-tabs[data-astro-cid-lcdefpme] .slider-indicator[data-astro-cid-lcdefpme]{background:var(--bg);border:1px solid var(--border);z-index:1;pointer-events:none;will-change:transform, width;border-radius:16px;height:calc(100% - 4px);transition:transform .28s cubic-bezier(.16,1,.3,1),width .28s cubic-bezier(.16,1,.3,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 6px #0000000a}html.dark .category-tabs[data-astro-cid-lcdefpme] .slider-indicator[data-astro-cid-lcdefpme]{box-shadow:0 2px 6px #00000059}.tab-btn[data-astro-cid-lcdefpme]{z-index:2;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;padding:.35rem .9rem;font-size:.82rem;font-weight:500;transition:color .25s cubic-bezier(.16,1,.3,1);position:relative}.tab-btn[data-astro-cid-lcdefpme]:hover{color:var(--text-primary)}.tab-btn[data-astro-cid-lcdefpme].active{color:var(--text-primary);font-weight:600}.posts-empty-state[data-astro-cid-lcdefpme]{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border);border-radius:12px;margin:1rem 0;padding:3.5rem 1rem;animation:.35s cubic-bezier(.16,1,.3,1) both emptyStateReveal}.empty-icon[data-astro-cid-lcdefpme]{opacity:.85;margin-bottom:.5rem;font-size:2rem}.empty-title[data-astro-cid-lcdefpme]{color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:600}.empty-desc[data-astro-cid-lcdefpme]{color:var(--text-muted);margin-bottom:1.2rem;font-size:.85rem}.empty-switch-btn[data-astro-cid-lcdefpme]{color:var(--text-primary);background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:20px;align-items:center;gap:.4rem;padding:.45rem 1.1rem;font-size:.82rem;font-weight:500;transition:all .2s;display:inline-flex}.empty-switch-btn[data-astro-cid-lcdefpme]:hover{border-color:var(--border-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.posts-wrapper[data-astro-cid-lcdefpme]{transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1)}.posts-wrapper[data-astro-cid-lcdefpme].is-filtering{opacity:0;transform:translateY(4px)}@keyframes postItemReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.post-item[data-astro-cid-lcdefpme].fade-in,.grid-card-item[data-astro-cid-lcdefpme].fade-in{animation:.32s cubic-bezier(.16,1,.3,1) both postItemReveal;animation-delay:calc(var(--stagger-idx,0) * 26ms)}@keyframes emptyStateReveal{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.posts-list-view[data-astro-cid-lcdefpme]{flex-direction:column;gap:0;display:flex}.posts-list-view[data-astro-cid-lcdefpme] .post-item[data-astro-cid-lcdefpme]{display:block}.posts-list-view[data-astro-cid-lcdefpme] .post-item[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{border-bottom:1px solid var(--border);align-items:baseline;gap:1rem;padding:1rem 0;text-decoration:none;transition:opacity .15s;display:flex}.posts-list-view[data-astro-cid-lcdefpme] .post-item[data-astro-cid-lcdefpme]:last-child a[data-astro-cid-lcdefpme]{border-bottom:none}.posts-list-view[data-astro-cid-lcdefpme] .post-item[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{opacity:.6}.posts-list-view[data-astro-cid-lcdefpme] .post-date[data-astro-cid-lcdefpme]{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;width:8.8rem;font-size:.85rem}.posts-list-view[data-astro-cid-lcdefpme] .post-title-wrapper[data-astro-cid-lcdefpme]{flex:1;align-items:center;gap:.5rem;min-width:0;display:inline-flex}.posts-list-view[data-astro-cid-lcdefpme] .post-title[data-astro-cid-lcdefpme]{color:var(--text-primary);word-break:break-word;overflow-wrap:break-word;width:fit-content;max-width:100%;font-size:1rem;font-weight:500;line-height:1.4}.type-badge-inline[data-astro-cid-lcdefpme]{border:1px solid var(--border);background:var(--bg-secondary);color:var(--text-muted);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.08rem .4rem;font-size:.72rem;font-weight:500;line-height:1.2}.type-badge-inline[data-astro-cid-lcdefpme].is-original{color:var(--text-primary)}.posts-grid-view[data-astro-cid-lcdefpme]{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:.5rem 0 1rem;display:grid}.posts-grid-view[data-astro-cid-lcdefpme] .grid-card-item[data-astro-cid-lcdefpme]{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s;overflow:hidden}.posts-grid-view[data-astro-cid-lcdefpme] .grid-card-item[data-astro-cid-lcdefpme]:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:0 10px 24px #0000000f}html.dark .posts-grid-view[data-astro-cid-lcdefpme] .grid-card-item[data-astro-cid-lcdefpme]:hover{box-shadow:0 10px 24px #00000059}.posts-grid-view[data-astro-cid-lcdefpme] .card-link[data-astro-cid-lcdefpme]{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.posts-grid-view[data-astro-cid-lcdefpme] .card-cover[data-astro-cid-lcdefpme]{aspect-ratio:16/9;background:var(--bg);border-bottom:1px solid var(--border);width:100%;display:block;position:relative;overflow:hidden}.posts-grid-view[data-astro-cid-lcdefpme] .card-cover-img[data-astro-cid-lcdefpme]{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.posts-grid-view[data-astro-cid-lcdefpme] .grid-card-item[data-astro-cid-lcdefpme]:hover .card-cover-img[data-astro-cid-lcdefpme]{transform:scale(1.04)}.posts-grid-view[data-astro-cid-lcdefpme] .card-body[data-astro-cid-lcdefpme]{flex-direction:column;flex:1;gap:.65rem;padding:1.2rem;display:flex}.posts-grid-view[data-astro-cid-lcdefpme] .card-meta[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;width:100%;display:flex}.posts-grid-view[data-astro-cid-lcdefpme] .card-date[data-astro-cid-lcdefpme]{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.posts-grid-view[data-astro-cid-lcdefpme] .card-title[data-astro-cid-lcdefpme]{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.posts-grid-view[data-astro-cid-lcdefpme] .card-desc[data-astro-cid-lcdefpme]{-webkit-line-clamp:2;color:var(--text-secondary);opacity:.85;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.55;display:-webkit-box;overflow:hidden}@media (width<=768px){.section-header[data-astro-cid-lcdefpme]{flex-direction:column;align-items:stretch;gap:.8rem}.section-left-group[data-astro-cid-lcdefpme],.header-controls[data-astro-cid-lcdefpme]{justify-content:space-between;width:100%}.category-tabs[data-astro-cid-lcdefpme]{width:auto}.tab-btn[data-astro-cid-lcdefpme]{text-align:center;flex:1}.hero[data-astro-cid-lcdefpme]{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.5rem 0 2rem}.hero-avatar-container[data-astro-cid-lcdefpme]{align-items:flex-start;gap:.6rem}.hero-avatar[data-astro-cid-lcdefpme]{width:90px;height:90px}.hero-title[data-astro-cid-lcdefpme]{font-size:1.6rem}.hero-desc[data-astro-cid-lcdefpme]{font-size:.95rem}.posts-list-view[data-astro-cid-lcdefpme] .post-item[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{flex-direction:column;gap:.2rem}.posts-list-view[data-astro-cid-lcdefpme] .post-date[data-astro-cid-lcdefpme]{width:auto}}
