.home{padding-block:var(--space-7) var(--space-10)}.home__head{margin-bottom:var(--space-7)}.home__category-label{margin-top:var(--space-5);font-family:var(--font-mono);font-size:var(--fs-meta);color:var(--fg-muted)}.home__empty{padding:var(--space-9) 0;text-align:center;color:var(--fg-muted);font-size:var(--fs-small)}.category-tabs{display:flex;align-items:center;gap:var(--space-5);padding-block:var(--space-3);border-bottom:1px dashed var(--border-dashed)}.category-tabs__list{display:flex;align-items:center;gap:var(--space-1);flex:1;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.category-tabs__list::-webkit-scrollbar{display:none}.category-tabs__list>li{scroll-snap-align:start;flex-shrink:0}.category-tabs__item{display:inline-flex;align-items:center;height:32px;padding:0 14px;border-radius:var(--radius-full);font-size:14px;font-weight:var(--fw-medium);letter-spacing:-.005em;color:var(--fg-muted);text-decoration:none;white-space:nowrap;transition:color var(--t-fast),background var(--t-fast)}.category-tabs__item:hover{color:var(--fg)}.category-tabs__item.is-active{background:var(--gray-1000);color:var(--bg)}.category-tabs__actions{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.category-tabs__rss{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-full);color:var(--fg-muted);transition:color var(--t-fast),background var(--t-fast)}.category-tabs__rss:hover{color:var(--fg);background:var(--gray-100)}.post-grid{display:grid;grid-template-columns:1fr;border-block:1px dashed var(--border-dashed)}@media (min-width:768px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.post-grid{grid-template-columns:repeat(3,1fr)}}.post-grid>.v-card+.v-card{border-top:1px dashed var(--border-dashed)}@media (min-width:768px){.post-grid>.v-card:nth-child(2n){border-left:1px dashed var(--border-dashed)}.post-grid>.v-card:nth-child(-n+2){border-top:0}.post-grid>.v-card:nth-child(2n+3){border-top:1px dashed var(--border-dashed)}}@media (min-width:1024px){.post-grid>.v-card{border-top:0}.post-grid>.v-card:nth-child(3n+2),.post-grid>.v-card:nth-child(3n+3){border-left:1px dashed var(--border-dashed)}.post-grid>.v-card:nth-child(n+4){border-top:1px dashed var(--border-dashed)}}.v-card{position:relative;background:var(--bg)}.v-card::before{content:'';position:absolute;top:-7px;left:-7px;width:13px;height:13px;background:linear-gradient(currentColor,currentColor) center/13px 1px no-repeat,linear-gradient(currentColor,currentColor) center/1px 13px no-repeat;color:var(--fg-muted);opacity:.55;pointer-events:none}.v-card__link{display:flex;flex-direction:column;min-height:440px;padding:44px 32px;color:inherit;text-decoration:none;transition:color var(--t-fast)}.v-card__title{margin-top:42px}.v-card__excerpt{margin-top:20px}.v-card__head{display:flex;justify-content:space-between;align-items:flex-start;color:var(--fg-muted)}.v-card__icon{display:inline-flex;width:48px;height:48px;color:var(--fg-muted);transition:color var(--t-fast)}.v-card__icon svg{width:100%;height:100%}.v-card__date{font-family:var(--font-mono);font-size:var(--fs-meta);font-weight:var(--fw-regular);color:var(--fg-muted);letter-spacing:0}.v-card__title{font-size:var(--fs-card);line-height:var(--lh-snug);font-weight:var(--fw-semibold);letter-spacing:-.02em;text-wrap:balance;color:var(--fg);transition:color var(--t-fast);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.v-card__excerpt{font-size:var(--fs-small);line-height:var(--lh-normal);color:var(--fg-muted);letter-spacing:-.005em;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%)}.v-card__foot{display:flex;align-items:center;gap:var(--space-2);margin-top:auto;padding-top:24px;font-size:var(--fs-meta)}.v-card__avatar{width:20px;height:20px;border-radius:var(--radius-full);object-fit:cover;background:var(--gray-200)}.v-card__avatar--placeholder{display:inline-block}.v-card__author{font-weight:var(--fw-medium);letter-spacing:-.005em;color:var(--fg)}.v-card__link:hover .v-card__title{color:var(--accent)}.v-card__link:hover .v-card__icon{color:var(--fg)}.pagination{display:flex;justify-content:space-between;align-items:center;gap:var(--space-5);margin-top:var(--space-8);font-family:var(--font-mono);font-size:var(--fs-meta);color:var(--fg-muted)}.pagination__link{color:var(--fg);text-decoration:none;transition:color var(--t-fast)}.pagination__link:hover{color:var(--accent)}.pagination__link--disabled{color:var(--fg-subtle);pointer-events:none}.pagination__current{text-align:center}