:root {
  --jl-head: #242422; 
  --jl-soft: #555047;       /* 摘要文字顏色 */
  --jl-muted: #969085;      
  --jl-clay: #C58B6A; 
  --jl-clay-deep: #B07551;  
  --jl-clay-line: #E4C09A; 
  --jl-gold: #D9A860; 
  --jl-line: #E9E1D3; 
  --jl-num: #CBB79B;
  --jl-dark: #20241F; 
  --jl-maxw: 1100px;
}
.jl-hero {
  background: var(--jl-dark); position: relative; overflow: hidden; padding: 168px 0 130px; text-align: center;
  background-image: radial-gradient(circle at 22% 18%, rgba(197, 139, 106, .14), transparent 42%), radial-gradient(circle at 82% 78%, rgba(143, 168, 140, .1), transparent 46%);
}
.jl-hero .jl-wrap { margin: 0 auto; padding: 0 40px; position: relative; z-index: 3; }
.jl-hero .badge { display: inline-block; border: 1px solid rgba(255, 255, 255, .28); border-radius: 22px; padding: 7px 18px; font-size: 12px; letter-spacing: 3px; color: #D6CFC2; margin-bottom: 28px; }
.jl-hero h1 { font-family: 'Noto Serif TC', serif; font-weight: 600; font-size: clamp(35px, 6vw, 48px); line-height: 1.18; color: #F4EFE6; margin: 0; letter-spacing: .02em; }
.jl-hero .sub { margin: 24px auto 0; color: #B7B0A4; font-size: 15.5px; line-height: 2; max-width: 520px; }

.jl-panel-wrap { max-width: var(--jl-maxw); margin: 0 auto; padding: 0 40px; }
.jl-panel { background: #fff; border-radius: 22px; margin-top: -66px; position: relative; z-index: 5; box-shadow: 0 40px 90px -50px rgba(32, 33, 31, .5); padding: 60px 56px 50px; text-align: center; }
.jl-panel h2 { font-family: 'Noto Serif TC', serif; font-weight: 500; font-size: clamp(24px, 3.2vw, 34px); line-height: 1.4; color: var(--jl-head); max-width: 20ch; margin: 0 auto 44px; }
.jl-panel .cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.jl-panel .col .ic { width: 44px; height: 44px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; color: var(--jl-clay); }
.jl-panel .col h3 { font-family: 'Noto Serif TC', serif; font-weight: 700; font-size: 20px; color: var(--jl-head); margin-bottom: 10px; }
.jl-panel .col p { color: #7A746A; font-size: 14px; line-height: 1.85; margin-bottom: 14px; }
.jl-panel .col a { font-size: 13.5px; color: var(--jl-clay-deep); text-decoration: none; border-bottom: 1px solid var(--jl-clay-line); padding-bottom: 3px; transition: color .25s; }
.jl-panel .col a:hover { color: var(--jl-clay); }

.jl-body { max-width: var(--jl-maxw); margin: 0 auto; padding: 64px 40px 90px; }
.jl-list-head { margin-bottom: 28px; }
.jl-list-head .k { color: var(--jl-clay); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }
.jl-list-head h2 { font-family: 'Noto Serif TC', serif; font-weight: 600; font-size: clamp(24px, 3vw, 32px); color: var(--jl-head); margin: 0; }
.jl-layout { display: grid; grid-template-columns: 1fr 280px; gap: 45px; align-items: start; }
.jl-list { border-top: 1px solid var(--jl-line); }

.jl-item { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding: 30px 4px; border-bottom: 1px solid var(--jl-line); }
.jl-num { min-width: 78px; }
.jl-num .hash { font-family: 'Noto Serif TC', serif; font-size: 30px; color: var(--jl-num); line-height: 1; font-weight: 500; }
.jl-num .bar { display: flex; gap: 4px; margin-top: 12px; }
.jl-num .bar i { height: 3px; border-radius: 2px; display: block; }
.jl-num .bar i:nth-child(1) { width: 26px; background: var(--jl-clay-line); }
.jl-num .bar i:nth-child(2) { width: 14px; background: var(--jl-clay-deep); }
.jl-num .bar i:nth-child(3) { width: 20px; background: var(--jl-gold); }

.jl-title-row { display: flex; align-items: baseline; gap: 14px; margin-bottom: 12px; flex-wrap: wrap; }
.jl-main h3 { font-family: 'Noto Serif TC', serif; font-weight: 600; font-size: 21px; line-height: 1.45; margin: 0; }
.jl-main h3 a { color: var(--jl-head); text-decoration: none; transition: color .25s; }
.jl-item:hover .jl-main h3 a { color: var(--jl-clay-deep); }

/* 文章摘要樣式 */
.jl-excerpt { color: var(--jl-soft); font-size: 14.5px; line-height: 1.65; margin: 0 0 16px; max-width: 680px; }

/* 標籤獨立區塊：帶有淡淡底色塊的優雅排版 */
.jl-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.jl-tags a { color: var(--jl-clay-deep); text-decoration: none; background: rgba(197, 139, 106, 0.08); padding: 4px 10px; border-radius: 6px; font-size: 12.5px; transition: all 0.2s; font-weight: 500; }
.jl-tags a:hover { background: var(--jl-clay); color: #fff; }

.jl-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--jl-line); display: flex; align-items: center; justify-content: center; color: var(--jl-clay); font-size: 18px; text-decoration: none; transition: all .3s; flex-shrink: 0; }
.jl-item:hover .jl-arrow { background: var(--jl-clay); color: #fff; border-color: var(--jl-clay); transform: rotate(-45deg); }
.jl-body .ws-pagination { margin-top: 44px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.jl-body .ws-pagination .page-numbers { min-width: 44px; height: 44px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--jl-line); border-radius: 10px; color: var(--jl-head); text-decoration: none; font-size: 15px; transition: all .25s; background: #fff; }
.jl-body .ws-pagination .page-numbers:hover { border-color: var(--jl-clay); color: var(--jl-clay-deep); }
.jl-body .ws-pagination .page-numbers.current { background: var(--jl-clay); color: #fff; border-color: var(--jl-clay); }
.jl-body .ws-pagination .page-numbers.dots { border: none; background: none; }
.jl-layout .ct-sidebar { position: sticky; top: 30px; }
.jl-empty { color: var(--jl-muted); padding: 50px 0; }

@media (max-width: 900px) {
  .jl-panel .cols { grid-template-columns: 1fr; gap: 28px; }
  .jl-layout { grid-template-columns: 1fr; gap: 40px; }
  .jl-layout .ct-sidebar { position: static; }
  .jl-item { grid-template-columns: auto 1fr; gap: 18px; }
  .jl-arrow { display: none; }
}
@media (max-width: 520px) {
  .jl-hero .jl-wrap, .jl-panel-wrap, .jl-body { padding-left: 22px; padding-right: 22px; }
  .jl-panel { padding: 40px 26px 32px; }
  .jl-num { min-width: 56px; }
  .jl-num .hash { font-size: 24px; }
  .jl-title-row { flex-direction: column; align-items: flex-start; gap: 6px; }
}