.category-hub-rail{display:flex;flex-direction:column;gap:1.25rem}.category-hub-rail__widget{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:1.1rem 1.15rem}.category-hub-rail__widget--intel{background:linear-gradient(145deg,color-mix(in srgb,var(--md-primary-container) 70%,#fff),var(--bg-surface));border-color:color-mix(in srgb,var(--md-primary) 18%,var(--border-light))}.category-hub-rail__title{margin:0 0 .75rem;padding-bottom:.45rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-bottom:2px solid var(--md-primary)}.category-hub-rail__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.category-hub-rail__link{display:flex;flex-direction:column;gap:.1rem;padding:.45rem .5rem;margin:0 -.5rem;border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:background .12s ease}.category-hub-rail__link:hover{background:color-mix(in srgb,var(--md-primary-container) 55%,transparent)}.category-hub-rail__link-label{font-size:.84rem;font-weight:700;color:var(--md-on-primary-container)}.category-hub-rail__link-hint{font-size:.68rem;font-weight:500;color:var(--text-muted)}.category-hub-rail__cta{display:inline-block;margin-top:.65rem;font-size:.78rem;font-weight:700;color:var(--accent);text-decoration:none}.category-hub-rail__cta:hover{text-decoration:underline}.category-hub{display:flex;flex-direction:column;gap:0}.category-hub__header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.category-hub__header-top{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-bottom:.35rem}.category-hub__title{margin:0;font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:800;letter-spacing:-.02em;color:var(--text-primary)}.category-hub__region{font-size:.75rem;font-weight:700;padding:.25rem .55rem;border-radius:999px;background:var(--md-primary-container);color:var(--md-on-primary-container)}.category-hub__page-badge{font-size:.72rem;font-weight:700;padding:.2rem .5rem;background:rgb(var(--gray-200));color:rgb(var(--gray-600));border-radius:var(--radius-sm)}.category-hub__clear-link{margin-left:auto;font-size:.8rem;font-weight:600;color:var(--accent);text-decoration:none}.category-hub__clear-link:hover{text-decoration:underline}@media(max-width:768px){.category-hub__clear-link{margin-left:0;width:100%}}.category-hub__subline{margin:0 0 .35rem;font-size:.92rem;line-height:1.45;color:var(--text-secondary)}.category-hub__desc{margin:0 0 .35rem;font-size:.85rem;line-height:1.45;color:var(--text-muted)}.category-hub__showing{margin:.35rem 0 0;font-size:.78rem;font-weight:600;color:var(--text-muted)}.category-hub__quick{margin-bottom:1.15rem;padding:1rem 1.1rem 1rem 1.2rem;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);position:relative;overflow:hidden}.category-hub__quick:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--md-primary),var(--md-secondary))}.category-hub__quick h2{margin:0 0 .4rem;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.category-hub__quick p{margin:0;font-size:.95rem;line-height:1.55;color:var(--text-primary)}.category-hub__list{display:flex;flex-direction:column;gap:.65rem}.category-hub__date-sep{display:flex;align-items:center;gap:.75rem;padding:.75rem 0 .25rem}.category-hub__date-sep span:first-child{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.category-hub__date-sep span:last-child{flex:1;height:1px;background:var(--border-light)}.category-hub__faq{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.category-hub__faq h2{margin:0 0 .85rem;font-family:var(--font-serif);font-size:1.15rem}.category-hub__faq-list,.cat-index__faq-list{display:flex;flex-direction:column;gap:.5rem}.category-hub__faq-item,.cat-index__faq-item{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);overflow:hidden}.category-hub__faq-item summary,.cat-index__faq-item summary{padding:.75rem 1rem;font-size:.88rem;font-weight:700;cursor:pointer;list-style:none;color:var(--text-primary)}.category-hub__faq-item summary::-webkit-details-marker,.cat-index__faq-item summary::-webkit-details-marker{display:none}.category-hub__faq-item p,.cat-index__faq-item p{margin:0;padding:.65rem 1rem .85rem;font-size:.86rem;line-height:1.5;color:var(--text-secondary);border-top:1px solid var(--border-light)}.category-hub__list>:global(.article-card--horizontal){grid-template-columns:104px 1fr;align-items:stretch;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease}.category-hub__list>:global(.article-card--horizontal:hover){box-shadow:var(--shadow-sm);border-color:var(--border-color)}.category-hub__list>:global(.article-card__image-wrap--horizontal){width:104px;min-height:100%;aspect-ratio:4 / 3;background:rgb(var(--gray-200))}.category-hub__list>:global(.article-card__image-wrap--horizontal img){width:100%;height:100%;object-fit:cover}.category-hub__list>:global(.article-card--horizontal .article-card__body){padding:.75rem 1rem}@media(max-width:768px){.category-hub__list>:global(.article-card--horizontal){grid-template-columns:88px 1fr}.category-hub__list>:global(.article-card__image-wrap--horizontal){width:88px}}.category-hub__type-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.category-hub__type-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border:1px solid var(--border-light);border-radius:100px;background:var(--bg-surface);font-size:.85rem;font-weight:600;color:rgb(var(--gray-700));text-decoration:none;transition:border-color var(--transition-fast),background var(--transition-fast),color var(--transition-fast)}.category-hub__type-chip:hover{border-color:var(--accent);color:var(--accent)}.category-hub__type-chip.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.category-hub__type-count{font-size:.7rem;font-weight:700;padding:.1em .45em;border-radius:var(--radius-sm);background:rgb(var(--gray-200));color:rgb(var(--gray-600))}.category-hub__type-chip.is-active .category-hub__type-count{background:#ffffff40;color:#fff}.category-hub__pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.category-hub__pagination-btn{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:8px;font-size:.8rem;font-weight:600;text-decoration:none;border:1px solid #e2e8f0}.category-hub__pagination-btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.category-hub__pagination-btn--secondary{background:#fff;color:rgb(var(--gray-700))}.category-hub__pagination-btn--disabled{background:#f8fafc;color:rgb(var(--gray-400));cursor:not-allowed}.category-hub__pagination-page{font-size:.78rem;color:rgb(var(--gray-500));font-weight:600}.category-hub__empty{text-align:center;padding:3rem 1rem;color:rgb(var(--gray-500))}.category-hub__empty h2{color:rgb(var(--gray-700));margin:0 0 .5rem}.category-hub__empty a{color:var(--accent)}#paginationSentinel{width:100%;height:1px}.cat-index{max-width:100%}.cat-index__section{margin-bottom:2.25rem}.cat-index__section:last-child{margin-bottom:0}.cat-index__heading{margin:0 0 .35rem;font-family:var(--font-serif);font-size:1.2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.01em}.cat-index__lede{margin:0 0 1rem;font-size:.88rem;line-height:1.5;color:var(--text-secondary)}.cat-index__panel{padding:1rem 1.1rem;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg)}.cat-index__panel--accent{position:relative;overflow:hidden;padding-left:1.25rem}.cat-index__panel--accent:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--md-primary),var(--md-secondary))}.cat-index__panel-text{margin:0;font-size:.95rem;line-height:1.55;color:var(--text-primary)}.cat-index__tile-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.cat-index__tile-grid--compact{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.4rem}.cat-index__tile{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .85rem;border:1px solid var(--border-light);border-radius:var(--radius-md);text-decoration:none;color:inherit;background:var(--bg-surface);transition:border-color .15s ease,box-shadow .15s ease}.cat-index__tile:hover{border-color:color-mix(in srgb,var(--md-primary) 35%,var(--border-light));box-shadow:0 2px 8px -4px #0000001f}.cat-index__tile--row{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.cat-index__tile-label{font-size:.88rem;font-weight:700;color:var(--md-on-primary-container)}.cat-index__tile--row .cat-index__tile-label{font-weight:500;color:rgb(var(--gray-700))}.cat-index__tile:hover .cat-index__tile-label{color:var(--accent)}.cat-index__tile-hint{font-size:.68rem;font-weight:600;color:var(--text-muted)}.cat-index__tile-badge{font-size:.7rem;font-weight:700;padding:.1em .45em;border-radius:var(--radius-sm);background:rgb(var(--gray-200));color:rgb(var(--gray-500));flex-shrink:0}.cat-index__card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.cat-index__card{padding:.85rem 1rem;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg)}.cat-index__card-title{margin:0 0 .55rem;padding-bottom:.35rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);border-bottom:2px solid var(--md-primary)}.cat-index__card-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.cat-index__card-links a{font-size:.84rem;font-weight:600;color:rgb(var(--gray-700));text-decoration:none}.cat-index__card-links a:hover{color:var(--accent);text-decoration:underline}.cat-index__alpha{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-light)}.cat-index__alpha-link{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .35rem;border-radius:var(--radius-sm);border:1px solid var(--border-light);font-size:.8rem;font-weight:700;color:rgb(var(--gray-600));text-decoration:none;background:var(--bg-surface);transition:background .15s,color .15s,border-color .15s}.cat-index__alpha-link:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.cat-index__group{margin-bottom:1.25rem}.cat-index__group:last-child{margin-bottom:0}
