/* Independent category rail. The existing Easy TOC sidebar remains separate. */
#hjl-reading-nav{--hjl-nav-top:24px;font-family:inherit;color:#243247}
.admin-bar #hjl-reading-nav{--hjl-nav-top:56px}
#hjl-category-panel{box-sizing:border-box;background:#fff;border:1px solid #e2e8ee;border-radius:12px;padding:18px 14px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.hjl-category-heading{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:4px;margin-bottom:14px;text-align:center}
.hjl-category-heading>#hjl-category-title{grid-column:2;grid-row:1;text-align:center}
.hjl-category-heading>.hjl-category-close{grid-column:3;grid-row:1;justify-self:end}
#hjl-category-title{font-size:17px;line-height:1.5;font-weight:700;margin:0;color:#172b44}
#hjl-reading-nav a{display:block;padding:9px 10px;border-radius:6px;line-height:1.5;text-decoration:none;color:#526174;font-size:14px;overflow-wrap:anywhere}
#hjl-reading-nav a:hover,#hjl-reading-nav a:focus-visible{background:#f1f6f6;color:#087f83}
#hjl-reading-nav .current-cat>a{color:#076b6e;background:#eaf5f3;font-weight:700;box-shadow:inset 3px 0 #087f83}
#hjl-reading-nav ul{list-style:none;padding:0;margin:0}
#hjl-reading-nav li{margin:3px 0}
#hjl-reading-nav .children{padding-left:12px;margin-left:10px;border-left:1px solid #e2e8ee}
#hjl-reading-nav .hjl-category-home{margin-bottom:10px;padding-bottom:13px;border-radius:0;border-bottom:1px solid #e8edef}
#hjl-category-toggle,.hjl-category-close{font:inherit;cursor:pointer;line-height:1.4;background:#fff;color:#173c40;border:1px solid #cddddd;border-radius:8px}
#hjl-category-toggle{position:fixed;left:16px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:10001;padding:11px 15px;font-size:14px;font-weight:700;box-shadow:0 3px 14px #172b441c}
.hjl-category-close{font-size:24px;width:36px;height:36px;padding:0;flex:0 0 36px}
#hjl-reading-nav button:focus-visible,#hjl-reading-nav a:focus-visible{outline:3px solid #087f83;outline-offset:3px}
/* Center the article itself, not the combined article + navigation columns. */
@media(min-width:1280px){
 body.single.hjl-reading-navigation #page.site.grid-container{box-sizing:border-box;width:100%;max-width:none;margin:0 auto;padding:0 24px}
 body.single.hjl-reading-navigation #page #content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,min(912px,calc(100% - 536px))) minmax(0,1fr);align-items:stretch}
 body.single.hjl-reading-navigation #page #primary{grid-column:2;grid-row:1;width:100%;min-width:0}
 body.single.hjl-reading-navigation #page #main{margin:20px 0}
 body.single.hjl-reading-navigation #page #left-sidebar{grid-column:1;grid-row:1;justify-self:end;box-sizing:border-box;width:240px;min-width:0;margin-right:28px}
}
@media(min-width:1100px) and (max-width:1279px){
 body.single.hjl-reading-navigation #page.site.grid-container{max-width:960px;margin:0 auto}
 body.single.hjl-reading-navigation #page #left-sidebar{display:none}
 body.single.hjl-reading-navigation #page #primary{width:100%}
 body.single.hjl-reading-navigation #page #main{margin:20px 0}
 body.single.hjl-reading-navigation #ez-toc-container{display:block}
}
@media(min-width:2000px){
 #hjl-category-panel{position:fixed;z-index:20;left:24px;top:var(--hjl-nav-top);width:200px;max-height:calc(100dvh - var(--hjl-nav-top) - 24px)}
 #hjl-category-toggle,.hjl-category-close{display:none}
}
@media(max-width:1999px){
 #hjl-category-panel{display:none;position:fixed;z-index:10000;left:16px;bottom:calc(76px + env(safe-area-inset-bottom));width:min(300px,calc(100vw - 32px));max-height:calc(100dvh - 150px);box-shadow:0 8px 32px #172b4426}
 #hjl-reading-nav[data-open="true"] #hjl-category-panel{display:block}
}
@media print{#hjl-reading-nav{display:none}body.single.hjl-reading-navigation #page.site.grid-container{margin:auto;max-width:100%}}

/* Direct utility links are not WordPress content categories. */
#hjl-reading-nav .hjl-category-utility{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:54px;line-height:1.5}
#hjl-reading-nav .hjl-category-utility span{display:block;white-space:nowrap}

/* Shared category contents: article rail and both home menu presentations. */
body .hjl-site-categories{display:block;text-align:center}
body .hjl-site-categories a{text-align:center}
body .hjl-site-categories ul{list-style:none;padding:0;margin:0}
body .hjl-site-categories li{margin:3px 0}
body .hjl-site-categories a{box-sizing:border-box;display:block;padding:9px 10px!important;min-height:0;border:0;border-radius:6px;line-height:1.5!important;font-size:14px!important;text-decoration:none;color:#526174}
body .hjl-site-categories a:hover,body .hjl-site-categories a:focus-visible{background:#f1f6f6;color:#087f83}
body .hjl-site-categories .current-cat>a{color:#076b6e;background:#eaf5f3;font-weight:700;box-shadow:inset 3px 0 #087f83}
body .hjl-site-categories .hjl-category-home{margin-bottom:10px;padding-bottom:13px!important;border-radius:0;border-bottom:1px solid #e8edef}
body .hjl-site-categories .hjl-category-utility{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:54px}
body .hjl-site-categories .hjl-category-utility span{display:block;white-space:nowrap}
body .hjl-site-categories .hjl-category-divider{height:0;border:0;border-top:1px solid #e2e8ee;background:none;margin:12px 0}
body.home .hjl-shared-category-card{border:1px solid #e2e8ee;border-radius:12px;padding:18px 14px!important}
body.home .hjl-shared-category-card h2{color:#172b44;margin-bottom:14px;text-align:center}
body.home #hjl-home-menu .hjl-menu-card:not(.hjl-shared-category-card){display:none}
@media(min-width:1300px){body.home .hjl-home-layout{grid-template-columns:200px minmax(0,960px) 200px;gap:24px}body.home .site.grid-container{max-width:1452px}}

/* Mobile: reduce whitespace to roughly one third, preserving text size. */
@media(max-width:767px){
 body .hjl-site-categories,body .hjl-site-categories a{text-align:center}
 body .hjl-site-categories a{padding:3px!important}
 body .hjl-site-categories li{margin:1px 0}
 body .hjl-site-categories .hjl-category-home{margin-bottom:3px;padding-bottom:4px!important}
 body .hjl-site-categories .hjl-category-utility,#hjl-reading-nav .hjl-category-utility{min-height:0}
 body .hjl-site-categories .hjl-category-divider{margin:4px 0}
 body.home #hjl-home-menu{inset:8px auto auto 8px;height:auto;max-height:calc(100dvh - 16px);padding:8px 7px}
 body.home #hjl-home-menu .hjl-shared-category-card{padding:6px 5px!important;margin-bottom:5px}
 body.home .hjl-menu-top,.hjl-category-heading{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:4px;align-items:center;margin-bottom:7px;text-align:center}
 body.home .hjl-menu-top>strong,#hjl-category-title{grid-column:2;grid-row:1;text-align:center}
 body.home .hjl-menu-top>.hjl-menu-close,.hjl-category-heading>.hjl-category-close{grid-column:3;grid-row:1;justify-self:end}
 #hjl-category-panel{padding:6px 5px}
}
