.posts-page-root{background:#000;flex:1;justify-content:center;width:100%;max-width:100vw;padding:72px 24px 96px;display:flex;overflow-x:clip}.posts-page-root,.posts-page-root *{box-sizing:border-box}.posts-page-inner{grid-template-columns:minmax(240px,3fr) minmax(0,7fr);gap:32px;width:min(1080px,100%);min-width:0;max-width:1080px;display:grid}.post-category-list-container,.post-list-container{border-radius:24px;width:100%;min-width:0}.post-category-list-container{background:#050505;flex-direction:column;padding:24px 20px;display:flex}.post-category-header-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.post-category-header{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;font-size:28px;font-weight:700;text-decoration:none;display:block}.post-category-manage-link,.post-list-write-link{color:#fff;background:#111;border:1px solid #3f3f46;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;transition:border-color .2s,background-color .2s,opacity .2s;display:inline-flex}.post-category-manage-link{width:40px;height:40px;font-size:18px}.post-list-write-link{padding:10px 16px;font-size:15px;line-height:1.4}.post-category-list{flex-direction:column;gap:10px;width:100%;min-width:0;margin-top:24px;display:flex}.post-category-item{color:#a3a3a3;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;font-size:18px;text-decoration:none;transition:color .2s,opacity .2s;display:flex}.post-category-item:hover,.post-category-item.is-selected,.post-category-header:hover,.post-category-manage-link:hover,.post-list-write-link:hover{color:#fff;border-color:#93c5fd}.post-list-container{background:#0b0b0b;flex-direction:column;min-width:0;min-height:560px;padding:28px 24px;display:flex}.post-list-header{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.post-list-header h1{color:#fff;font-size:30px;font-weight:700}.post-list-empty{color:#a3a3a3;font-size:16px}.post-list-divider{background:#3f3f46;height:1px;margin-top:18px}.post-list-items{min-width:0;margin-top:8px}.post-list-item{border-bottom:1px solid #3f3f46;min-width:0;padding:20px 16px;text-decoration:none;transition:background-color .2s;display:block}.post-list-item:hover{background:#1a1a1a}.post-list-item h2{color:#fff;overflow-wrap:anywhere;font-size:22px;font-weight:700;line-height:1.4}.post-list-item-meta{color:#a3a3a3;justify-content:space-between;align-items:center;gap:16px;margin-top:10px;font-size:16px;line-height:1.5;display:flex}.post-list-item-meta span{overflow-wrap:anywhere;min-width:0}.post-list-loading-indicator{justify-content:center;padding:24px 0 8px;display:flex}.post-list-spinner{border:3px solid #3f3f46;border-top-color:#fff;border-radius:999px;width:28px;height:28px;animation:.8s linear infinite post-list-spinner-rotate}.post-list-empty{padding:32px 16px 0}@keyframes post-list-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:991px){.posts-page-root{padding:56px 20px 80px}.posts-page-inner{grid-template-columns:1fr;width:100%;max-width:100%}.post-list-container{min-height:0}.post-category-list{scroll-snap-type:x mandatory;flex-direction:row;gap:12px;margin-top:18px;padding-bottom:4px;overflow:auto hidden}.post-category-item{scroll-snap-align:center;scroll-snap-stop:always;border:1px solid #3f3f46;border-radius:18px;flex:0 0 100%;min-width:100%;max-width:100%;padding:14px 16px}}@media (max-width:640px){.posts-page-root{padding:40px 16px 64px}.post-category-header{font-size:24px}.post-category-manage-link,.post-list-write-link{min-height:40px}.post-list-container,.post-category-list-container{padding:20px 16px}.post-list-header{flex-direction:column;align-items:flex-start}.post-list-header h1{font-size:26px}.post-list-item{padding:18px 12px}.post-list-item h2{font-size:20px}.post-list-item-meta{flex-direction:column;align-items:flex-start;gap:4px;font-size:15px}.post-list-item-meta span:last-child{width:100%}}
