.category-hero{padding:74px 0 58px;background:radial-gradient(circle at 82% 18%,rgba(244,188,49,.16),transparent 34%),linear-gradient(135deg,#061522,#0b2539);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.category-hero .breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:20px;color:#b8c7d5;font-size:.92rem}
.category-hero .breadcrumbs a{color:#dce8f2;text-decoration:none}
.category-hero .breadcrumbs a:hover{color:#f4bc31}
.category-kicker{display:inline-flex;margin-bottom:13px;padding:7px 12px;border:1px solid rgba(244,188,49,.35);border-radius:999px;color:#f4bc31;font-weight:700}
.category-hero h1{max-width:900px;margin:0 0 16px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.12;letter-spacing:-.03em}
.category-hero p{max-width:820px;margin:0;color:#d6e2ec;font-size:1.05rem;line-height:1.8}
.category-content{padding:58px 0 82px;background:#f4f7fa}
.category-heading{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}
.category-heading h2{margin:0;color:#071a2b;font-size:clamp(1.5rem,2.5vw,2.1rem)}
.category-heading p{margin:0;color:#647789}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.post-card{overflow:hidden;border:1px solid #dce5ec;border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(7,26,43,.07)}
.post-thumb{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#0b2539,#163e5b);overflow:hidden}
.post-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.post-thumb::after{content:"圖片位置";position:absolute;inset:auto 14px 14px auto;padding:6px 10px;border-radius:999px;background:rgba(7,26,43,.75);color:#fff;font-size:.78rem}
.post-body{padding:22px}
.post-meta{display:flex;gap:10px;align-items:center;margin-bottom:11px;color:#718293;font-size:.88rem}
.post-meta .dot{width:4px;height:4px;border-radius:50%;background:#f4bc31}
.post-card h3{margin:0 0 12px;color:#071a2b;font-size:1.28rem;line-height:1.4}
.post-card h3 a{color:inherit;text-decoration:none}
.post-card h3 a:hover{color:#b77c00}
.post-card p{margin:0;color:#4c6072;line-height:1.75}
.post-link{display:inline-flex;margin-top:17px;color:#9b6800;font-weight:700;text-decoration:none}
.post-link:hover{color:#071a2b}
.empty-note{margin-top:26px;padding:18px 20px;border-left:4px solid #f4bc31;border-radius:10px;background:#fff8df;color:#485767}
.category-nav{margin-top:42px;padding:24px;border-radius:18px;background:#071a2b;color:#fff}
.category-nav h2{margin:0 0 16px;color:#fff;font-size:1.25rem}
.category-links{display:flex;flex-wrap:wrap;gap:10px}
.category-links a{padding:10px 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;text-decoration:none}
.category-links a:hover,.category-links a[aria-current="page"]{border-color:#f4bc31;color:#f4bc31}
@media(max-width:900px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
.category-hero{padding:48px 0 42px}
.category-content{padding:36px 0 56px}
.category-heading{display:block}
.category-heading p{margin-top:8px}
.post-grid{grid-template-columns:1fr}
}
