.main{max-width:1120px;margin:0 auto;padding:2rem 1.5rem}.main>section{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:960px){.main>section{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.main>section{grid-template-columns:1fr}}.post-card{background:var(--card,#fff);border-radius:var(--radius-md,16px);padding:24px;border:1px solid var(--stroke,rgba(15,23,42,.12));display:grid;grid-gap:10px;gap:10px;transition:transform .3s ease,border .3s ease}.post-card:hover{transform:translateY(-4px);border-color:rgba(124,245,195,.6)}.post-card__thumbnail{width:100%;height:160px;object-fit:cover;display:block;border-radius:14px}.post-card__body{display:grid;grid-gap:4px;gap:4px}.post-card__title{font-size:1.1rem;margin:0}.post-card__title a{color:var(--text,#0b0d12);text-decoration:none}.post-card__title a:hover{text-decoration:underline}.post-card__date{font-size:.8rem;color:var(--muted,#5b6475)}.post-card__categories{list-style:none;display:flex;gap:4px;flex-wrap:wrap;margin-top:4px;padding:0}.post-card__categories li a{font-size:.65rem;padding:2px 6px;border-radius:999px;border:1px solid var(--stroke,rgba(15,23,42,.12));color:var(--muted,#5b6475);opacity:.7;text-decoration:none}.post-card__excerpt{margin-top:4px;color:var(--muted,#5b6475);font-size:.9rem}.post-card__read-more{display:inline-block;margin-top:4px;font-size:.85rem}.post-detail__header{margin-bottom:2rem}.post-detail__title{font-size:2rem;line-height:1.4;margin-bottom:.5rem}.post-detail__meta{color:#64748b;font-size:.875rem;display:flex;gap:1rem;flex-wrap:wrap}.post-detail__taxonomies{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.post-detail__taxonomies a{font-size:.8rem;background:#f1f5f9;padding:.2rem .6rem;border-radius:4px}.post-detail__content{margin-top:2rem}.post-detail__content h2{font-size:1.5rem;margin:2rem 0 1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.25rem}.post-detail__content h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.post-detail__content p{margin-bottom:1rem}.post-detail__content pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;overflow-x:auto;margin-bottom:1rem}.post-detail__content code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.post-detail__content ol,.post-detail__content ul{margin:0 0 1rem 1.5rem}.post-detail__content blockquote{border-left:4px solid #2563eb;padding-left:1rem;margin:1rem 0;color:#64748b}.post-detail__content img{border-radius:8px;margin:1rem 0}.post-detail__content table{width:100%;border-collapse:collapse;margin-bottom:1rem}.post-detail__content td,.post-detail__content th{border:1px solid #e2e8f0;padding:.5rem;text-align:left}.pagination{display:flex;gap:.5rem;padding:2rem 0}.pagination,.pagination__num{justify-content:center;align-items:center}.pagination__num{display:inline-flex;width:40px;height:40px;border-radius:8px;font-size:.95rem;color:#374151;text-decoration:none;transition:background .2s,color .2s}.pagination__num:hover{background:#f1f5f9}.pagination__num--active{background:#2563eb;color:#fff;font-weight:600;pointer-events:none}.pagination__num--active:hover{background:#2563eb}.pagination__arrow{color:#2563eb;text-decoration:none;font-size:.9rem;padding:.5rem .75rem}.pagination__arrow:hover{text-decoration:underline}.taxonomy-page__title{font-size:1.5rem;margin-bottom:1.5rem}