.nine-stpc{--stpc-accent:#173b6c;--stpc-surface:#fff;--stpc-text:#172033;--stpc-tab-bg:#173b6c;--stpc-tab-text:#fff;--stpc-header-bg:#fff;--stpc-header-text:#172033;--stpc-link-text:#172033;--stpc-hover-bg:#eef3f8;--stpc-active-bg:#e8eef6;--stpc-active-text:#173b6c;--stpc-footer-bg:#f6f7f9;--stpc-footer-text:#172033;--stpc-border:#d9dee6;--stpc-scrim:rgba(12,18,28,.34);--stpc-panel-width:340px;--stpc-panel-height:82vh;--stpc-control-icon-size:18px;--stpc-tab-top:50%;position:relative;z-index:2147483000;font-family:inherit;isolation:isolate}.nine-stpc *{box-sizing:border-box}.nine-stpc button,.nine-stpc a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.nine-stpc .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.nine-stpc__dock{position:fixed;top:var(--stpc-tab-top);transform:translateY(-50%);z-index:2147483005;display:flex;flex-direction:column;gap:5px;align-items:flex-start}.nine-stpc--left .nine-stpc__dock{left:0}.nine-stpc--right .nine-stpc__dock{right:0;align-items:flex-end}.nine-stpc__tab{position:relative;border:0;background:var(--stpc-tab-bg);color:var(--stpc-tab-text);display:flex;align-items:center;gap:7px;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.16);font:600 13px/1 inherit;letter-spacing:.01em;min-height:46px;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}.nine-stpc--left .nine-stpc__tab{border-radius:0 10px 10px 0}.nine-stpc--right .nine-stpc__tab{border-radius:10px 0 0 10px}.nine-stpc__tab:hover,.nine-stpc__tab.is-active{filter:brightness(1.08);box-shadow:0 8px 22px rgba(0,0,0,.22)}.nine-stpc__tab.is-active{transform:translateX(2px)}.nine-stpc--right .nine-stpc__tab.is-active{transform:translateX(-2px)}.nine-stpc__tab svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nine-stpc--small .nine-stpc__tab{padding:9px 8px}.nine-stpc--small .nine-stpc__tab span{display:none}.nine-stpc--medium .nine-stpc__tab{padding:11px 9px;writing-mode:vertical-rl}.nine-stpc--medium .nine-stpc__tab svg,.nine-stpc--medium .nine-stpc__tab-custom-icon{transform:rotate(90deg)}.nine-stpc--large .nine-stpc__tab{padding:12px 14px;font-size:14px}.nine-stpc__tab-custom-icon{width:18px;height:18px;object-fit:contain;display:block}

.nine-stpc__scrim{position:fixed;inset:0;background:var(--stpc-scrim);z-index:2147483002;opacity:0;transition:opacity .2s}.nine-stpc.is-open .nine-stpc__scrim{opacity:1}.nine-stpc__drawer{position:fixed;top:50%;z-index:2147483003;width:min(var(--stpc-panel-width),calc(100vw - 24px));height:min(var(--stpc-panel-height),calc(100vh - 24px));background:var(--stpc-surface);color:var(--stpc-text);border:1px solid var(--stpc-border);box-shadow:0 18px 55px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transition:transform .22s ease,opacity .18s ease,visibility .18s;transform:translateY(-50%)}.nine-stpc--left .nine-stpc__drawer{left:10px;border-radius:16px;transform:translate(-18px,-50%)}.nine-stpc--right .nine-stpc__drawer{right:10px;border-radius:16px;transform:translate(18px,-50%)}.nine-stpc.is-open .nine-stpc__drawer{opacity:1;visibility:visible;transform:translate(0,-50%)}.nine-stpc__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 14px 10px;border-bottom:1px solid var(--stpc-border);background:var(--stpc-header-bg);color:var(--stpc-header-text)}.nine-stpc__identity{display:flex;align-items:center;min-width:0;gap:10px}.nine-stpc__identity img{width:32px;height:32px;object-fit:contain;flex:0 0 auto}.nine-stpc__identity strong{display:block;font-size:15px;line-height:1.2;color:var(--stpc-header-text)}.nine-stpc__identity small{display:block;margin-top:3px;opacity:.68;font-size:10.5px;line-height:1.3}.nine-stpc__close{width:34px;height:34px;flex:0 0 34px;border:0;background:transparent;color:var(--stpc-header-text);font:300 28px/1 inherit;cursor:pointer;border-radius:9px}.nine-stpc__close:hover{background:var(--stpc-hover-bg)}

.nine-stpc__mode{display:flex;flex:1;min-height:0;flex-direction:column}.nine-stpc__mode[hidden]{display:none!important}.nine-stpc__top-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px 9px;border-bottom:1px solid var(--stpc-border);background:var(--stpc-footer-bg);color:var(--stpc-footer-text)}.nine-stpc__bottom-controls{display:flex;gap:6px;padding:8px 9px 7px;background:var(--stpc-footer-bg);color:var(--stpc-footer-text);border-top:1px solid var(--stpc-border)}.nine-stpc__bottom-controls .nine-stpc__control{flex:1 1 0}.nine-stpc__bottom-controls--page .nine-stpc__control--close-bottom{flex:1.45 1 0}.nine-stpc__bottom-controls--category .nine-stpc__control--category-parent{flex:1.2 1 0}.nine-stpc__control{min-width:0;border:1px solid var(--stpc-border);background:var(--stpc-surface);color:var(--stpc-footer-text)!important;border-radius:10px;min-height:48px;padding:5px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none!important;cursor:pointer;font:600 10px/1.1 inherit;box-shadow:none!important;overflow:visible}.nine-stpc__control:hover{background:var(--stpc-hover-bg)}.nine-stpc__control svg{width:var(--stpc-control-icon-size);height:var(--stpc-control-icon-size);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;display:block;overflow:visible}.nine-stpc__control-image{width:var(--stpc-control-icon-size);height:var(--stpc-control-icon-size);max-width:100%;max-height:100%;object-fit:contain;display:block;flex:0 0 auto}.nine-stpc__control span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nine-stpc__control--close-bottom{background:var(--stpc-accent);color:#fff!important;border-color:transparent;min-height:54px}.nine-stpc__control--close-bottom svg,.nine-stpc__control--close-bottom .nine-stpc__control-image{width:calc(var(--stpc-control-icon-size) + 3px);height:calc(var(--stpc-control-icon-size) + 3px)}.nine-stpc__control--disabled{opacity:.32;cursor:default;filter:grayscale(1);pointer-events:none}.nine-stpc__control--disabled:hover{background:var(--stpc-surface)}

.nine-stpc__body{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:8px 8px 14px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.nine-stpc__list{list-style:none!important;padding:0!important;margin:0!important}.nine-stpc__list li{list-style:none!important;margin:0!important;padding:0!important}.nine-stpc__list a{display:block;padding:9px 10px;border-radius:9px;text-decoration:none!important;color:var(--stpc-link-text)!important;font-size:13px;line-height:1.35;box-shadow:none!important;border-left:3px solid transparent}.nine-stpc__list a:hover{background:var(--stpc-hover-bg)}.nine-stpc__list a.is-active{background:var(--stpc-active-bg);color:var(--stpc-active-text)!important;border-left-color:var(--stpc-accent)}.nine-stpc__list .level-1 a{padding-left:16px}.nine-stpc__list .level-2 a{padding-left:22px;font-size:12.5px}.nine-stpc__list .level-3 a{padding-left:34px;font-size:12px}.nine-stpc__list .level-4 a,.nine-stpc__list .level-5 a{padding-left:44px;font-size:11.5px}.nine-stpc__list .heading-h1 a,.nine-stpc__list .heading-h2 a{font-weight:700;font-style:normal}.nine-stpc__list .heading-h3 a,.nine-stpc__list .heading-h4 a{font-weight:400;font-style:normal}.nine-stpc__list .heading-h5 a,.nine-stpc__list .heading-h6 a{font-weight:400;font-style:italic}.nine-stpc__empty{margin:20px 12px;padding:16px;border:1px dashed var(--stpc-border);border-radius:10px;text-align:center;opacity:.66;font-size:13px}

.nine-stpc__body--category{padding:0 8px 12px}.nine-stpc__category-tools{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:6px;padding:8px 0;background:var(--stpc-surface);border-bottom:1px solid var(--stpc-border)}.nine-stpc__category-tools input,.nine-stpc__category-tools select{width:100%;height:38px;border:1px solid var(--stpc-border);border-radius:9px;background:var(--stpc-surface);color:var(--stpc-link-text);font:500 11px/1.2 inherit;padding:0 9px;outline:none}.nine-stpc__category-tools input:focus,.nine-stpc__category-tools select:focus{border-color:var(--stpc-accent);box-shadow:0 0 0 2px var(--stpc-active-bg)}.nine-stpc__category-list{list-style:none!important;padding:6px 0 4px!important;margin:0!important}.nine-stpc__category-item{list-style:none!important;margin:0!important;padding:0!important}.nine-stpc__category-link{display:block;padding:9px 10px 9px calc(10px + (var(--cat-depth,0) * 13px));border-radius:9px;text-decoration:none!important;color:var(--stpc-link-text)!important;font-size:12.5px;line-height:1.3;border-left:3px solid transparent;box-shadow:none!important}.nine-stpc__category-link:hover{background:var(--stpc-hover-bg)}.nine-stpc__category-link.is-home{background:var(--stpc-active-bg);color:var(--stpc-active-text)!important;border-left-color:var(--stpc-accent);font-weight:700}.nine-stpc__category-link.is-disabled{opacity:.48}.nine-stpc__category-item[style*="--cat-depth: 0"] .nine-stpc__category-link,.nine-stpc__category-item[style*="--cat-depth:0"] .nine-stpc__category-link{font-weight:700}.nine-stpc__category-item[style*="--cat-depth: 2"] .nine-stpc__category-link,.nine-stpc__category-item[style*="--cat-depth:2"] .nine-stpc__category-link,.nine-stpc__category-item[style*="--cat-depth: 3"] .nine-stpc__category-link,.nine-stpc__category-item[style*="--cat-depth:3"] .nine-stpc__category-link{font-size:12px}.nine-stpc__category-empty{margin-top:18px}

.nine-stpc__shared-bottom{position:relative;background:var(--stpc-footer-bg);color:var(--stpc-footer-text)}.nine-stpc__notice{position:relative;overflow:hidden;border-top:1px solid var(--stpc-border);background:var(--stpc-surface);color:var(--stpc-link-text);min-height:31px;display:flex;align-items:center}.nine-stpc__notice:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--stpc-accent);margin-left:10px;flex:0 0 6px;box-shadow:0 0 0 3px var(--stpc-active-bg)}.nine-stpc__notice-track{display:flex;align-items:center;gap:36px;min-width:max-content;padding:7px 18px 7px 10px;animation:nine-stpc-ticker var(--stpc-ticker-duration,18s) linear infinite;will-change:transform}.nine-stpc__notice:hover .nine-stpc__notice-track,.nine-stpc__notice:focus-within .nine-stpc__notice-track{animation-play-state:paused}.nine-stpc__notice-text{white-space:nowrap;font-size:10.5px;line-height:1.35;font-weight:500}.nine-stpc__footer-text{display:block;text-align:center;opacity:.55;font-size:9.5px;padding:6px 10px 8px}@keyframes nine-stpc-ticker{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 18px))}}.nine-stpc__tab:focus-visible,.nine-stpc__close:focus-visible,.nine-stpc__control:focus-visible,.nine-stpc__list a:focus-visible,.nine-stpc__category-link:focus-visible{outline:2px solid var(--stpc-accent);outline-offset:2px}

@media(max-width:600px){.nine-stpc__drawer{width:min(var(--stpc-panel-width),90vw);height:min(var(--stpc-panel-height),90vh)}.nine-stpc__head{padding:11px 12px 9px}.nine-stpc__top-controls,.nine-stpc__bottom-controls{gap:5px;padding-left:7px;padding-right:7px}.nine-stpc__control{min-height:46px;border-radius:9px}.nine-stpc__control--close-bottom{min-height:52px}.nine-stpc__body{padding-bottom:8px}.nine-stpc__list a,.nine-stpc__category-link{padding-top:10px;padding-bottom:10px}.nine-stpc__notice-text{font-size:10px}.nine-stpc__category-tools{grid-template-columns:1.25fr 1fr}.nine-stpc__category-tools input,.nine-stpc__category-tools select{font-size:10.5px}}
@media(max-width:360px){.nine-stpc__control span{font-size:9px}.nine-stpc__category-tools{grid-template-columns:1fr}.nine-stpc__category-tools input,.nine-stpc__category-tools select{height:36px}}
@media(prefers-reduced-motion:reduce){.nine-stpc__drawer,.nine-stpc__scrim,.nine-stpc__tab{transition:none!important}.nine-stpc__notice-track{animation:none!important;transform:none!important}.nine-stpc__notice{overflow-x:auto}.nine-stpc__notice-text[aria-hidden="true"]{display:none}html{scroll-behavior:auto!important}}

/* 2.5.1 — Category Browser is intentionally a different visual space from Page Contents. */
.nine-stpc__tab--category{
  background:var(--stpc-surface);
  color:var(--stpc-accent);
  border:2px solid var(--stpc-accent);
  box-shadow:0 7px 20px rgba(0,0,0,.14),inset 0 0 0 2px var(--stpc-surface);
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.nine-stpc--left .nine-stpc__tab--category{border-radius:0 18px 18px 0}
.nine-stpc--right .nine-stpc__tab--category{border-radius:18px 0 0 18px}
.nine-stpc__tab--category:hover,.nine-stpc__tab--category.is-active{
  background:var(--stpc-accent);
  color:#fff;
  filter:none;
  box-shadow:0 10px 28px rgba(0,0,0,.25);
}
.nine-stpc--medium .nine-stpc__tab--category{
  writing-mode:horizontal-tb;
  padding:10px 11px;
  min-height:42px;
  max-width:112px;
  font-size:10px;
  line-height:1.05;
}
.nine-stpc--medium .nine-stpc__tab--category svg,
.nine-stpc--medium .nine-stpc__tab--category .nine-stpc__tab-custom-icon{transform:none}
.nine-stpc__tab--category svg{stroke-width:2.4}

/* The whole drawer changes character when Categories is active: dark portal chrome + light catalogue body. */
.nine-stpc[data-current-mode="category"] .nine-stpc__drawer{
  background:var(--stpc-accent);
  border:0;
  box-shadow:0 22px 65px rgba(0,0,0,.34);
}
.nine-stpc[data-current-mode="category"].nine-stpc--left .nine-stpc__drawer{border-radius:24px 8px 24px 8px}
.nine-stpc[data-current-mode="category"].nine-stpc--right .nine-stpc__drawer{border-radius:8px 24px 8px 24px}
.nine-stpc[data-current-mode="category"] .nine-stpc__head{
  position:relative;
  background:var(--stpc-accent);
  color:#fff;
  border-bottom:0;
  padding:15px 15px 12px;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__identity strong,
.nine-stpc[data-current-mode="category"] .nine-stpc__identity small,
.nine-stpc[data-current-mode="category"] .nine-stpc__close{color:#fff}
.nine-stpc[data-current-mode="category"] .nine-stpc__identity strong{
  font-size:16px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.065em;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__identity strong:before{
  content:"CATEGORY SPACE";
  display:block;
  margin-bottom:4px;
  font-size:8px;
  line-height:1;
  letter-spacing:.18em;
  opacity:.72;
  font-weight:700;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__close{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__close:hover{background:rgba(255,255,255,.22)}

/* Category top navigation becomes one segmented command rail instead of four page-style cards. */
.nine-stpc__category-top{
  gap:0;
  padding:0 10px 10px;
  background:var(--stpc-accent);
  border-bottom:0;
}
.nine-stpc__category-top .nine-stpc__control{
  min-height:43px;
  border:0;
  border-right:1px solid rgba(255,255,255,.2);
  border-radius:0;
  background:rgba(0,0,0,.14);
  color:#fff!important;
  font-size:9px;
}
.nine-stpc__category-top .nine-stpc__control:first-child{border-radius:12px 0 0 12px}
.nine-stpc__category-top .nine-stpc__control:last-child{border-radius:0 12px 12px 0;border-right:0}
.nine-stpc__category-top .nine-stpc__control:hover{background:rgba(255,255,255,.16)}
.nine-stpc__category-top .nine-stpc__control--disabled{opacity:.28;background:rgba(0,0,0,.1)}

/* Catalogue body: visually separated from the page TOC with a light canvas and folder-card hierarchy. */
.nine-stpc__body--category{
  margin:0 7px;
  padding:0 9px 12px;
  background:var(--stpc-surface);
  border-radius:18px 18px 0 0;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.nine-stpc__category-tools{
  gap:7px;
  padding:10px 0 9px;
  background:var(--stpc-surface);
  border-bottom:0;
}
.nine-stpc__category-tools input,.nine-stpc__category-tools select{
  height:42px;
  border:0;
  border-radius:999px;
  background:var(--stpc-active-bg);
  color:var(--stpc-link-text);
  font-weight:650;
  padding-left:13px;
  box-shadow:inset 0 0 0 1px var(--stpc-border);
}
.nine-stpc__category-tools input:focus,.nine-stpc__category-tools select:focus{
  box-shadow:inset 0 0 0 2px var(--stpc-accent),0 0 0 3px var(--stpc-active-bg);
}
.nine-stpc__category-list{padding:5px 0 10px!important}
.nine-stpc__category-item{position:relative;margin:0 0 5px!important}
.nine-stpc__category-link{
  position:relative;
  min-height:42px;
  display:flex;
  align-items:center;
  padding:9px 34px 9px calc(13px + (var(--cat-depth,0) * 18px));
  border:1px solid var(--stpc-border);
  border-left:0;
  border-radius:6px 14px 14px 6px;
  background:var(--stpc-surface);
  color:var(--stpc-link-text)!important;
  box-shadow:0 3px 10px rgba(0,0,0,.045)!important;
  font-size:12.5px;
  transition:transform .14s ease,background .14s ease,border-color .14s ease;
}
.nine-stpc__category-link:before{
  content:"";
  position:absolute;
  left:calc(7px + (var(--cat-depth,0) * 18px));
  width:7px;
  height:7px;
  border-radius:2px;
  background:var(--stpc-accent);
  opacity:.48;
  transform:translateX(-50%);
}
.nine-stpc__category-link:after{
  content:"›";
  position:absolute;
  right:13px;
  top:50%;
  transform:translateY(-52%);
  color:var(--stpc-accent);
  font-size:20px;
  line-height:1;
  font-weight:400;
  opacity:.55;
}
.nine-stpc__category-link:hover{
  background:var(--stpc-hover-bg);
  border-color:var(--stpc-accent);
  transform:translateX(2px);
}
.nine-stpc--right .nine-stpc__category-link:hover{transform:translateX(-2px)}
.nine-stpc__category-link.is-home{
  background:var(--stpc-accent);
  color:#fff!important;
  border-color:var(--stpc-accent);
  border-left:0;
  font-weight:800;
  box-shadow:0 7px 20px rgba(0,0,0,.16)!important;
}
.nine-stpc__category-link.is-home:before{background:#fff;opacity:.9}
.nine-stpc__category-link.is-home:after{color:#fff;opacity:.85}
.nine-stpc__category-item[style*="--cat-depth: 0"] .nine-stpc__category-link,
.nine-stpc__category-item[style*="--cat-depth:0"] .nine-stpc__category-link{
  min-height:47px;
  margin-top:9px;
  border-radius:14px;
  border-left:5px solid var(--stpc-accent);
  background:var(--stpc-active-bg);
  text-transform:uppercase;
  letter-spacing:.035em;
  font-weight:800;
  font-size:12px;
}
.nine-stpc__category-item[style*="--cat-depth: 0"] .nine-stpc__category-link:before,
.nine-stpc__category-item[style*="--cat-depth:0"] .nine-stpc__category-link:before{width:9px;height:9px;border-radius:50%;opacity:.85}
.nine-stpc__category-item[style*="--cat-depth: 1"]:before,
.nine-stpc__category-item[style*="--cat-depth:1"]:before,
.nine-stpc__category-item[style*="--cat-depth: 2"]:before,
.nine-stpc__category-item[style*="--cat-depth:2"]:before,
.nine-stpc__category-item[style*="--cat-depth: 3"]:before,
.nine-stpc__category-item[style*="--cat-depth:3"]:before{
  content:"";
  position:absolute;
  top:-5px;
  bottom:-5px;
  left:13px;
  width:1px;
  background:var(--stpc-border);
  opacity:.7;
}
.nine-stpc__category-empty{border-radius:14px;background:var(--stpc-active-bg);opacity:.8}

/* Category footer is a solid command dock, unlike the light Page Contents footer. */
.nine-stpc__bottom-controls--category{
  margin:0 7px;
  gap:5px;
  padding:9px;
  background:var(--stpc-accent);
  border-top:0;
  border-radius:0 0 18px 18px;
}
.nine-stpc__bottom-controls--category .nine-stpc__control{
  min-height:48px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.1);
  color:#fff!important;
  border-radius:12px;
}
.nine-stpc__bottom-controls--category .nine-stpc__control:hover{background:rgba(255,255,255,.2)}
.nine-stpc__bottom-controls--category .nine-stpc__control--close-bottom{
  background:#fff;
  color:var(--stpc-accent)!important;
  border-color:#fff;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__shared-bottom{
  background:var(--stpc-accent);
  color:#fff;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__notice{
  margin:7px 7px 0;
  border:0;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  color:#fff;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__notice:before{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.16)}
.nine-stpc[data-current-mode="category"] .nine-stpc__footer-text{color:#fff;opacity:.68}

@media(max-width:600px){
  .nine-stpc--medium .nine-stpc__tab--category{max-width:96px;padding:9px 8px;font-size:9px}
  .nine-stpc__body--category,.nine-stpc__bottom-controls--category{margin-left:5px;margin-right:5px}
  .nine-stpc__category-link{min-height:44px;padding-right:32px}
}

/* 2.5.2 — Category Explorer custom sizing, spacing and replaceable-icon support. */
.nine-stpc{
  --stpc-cat-tab-icon-size:17px;
  --stpc-cat-tab-font-size:10px;
  --stpc-cat-tab-pad-x:11px;
  --stpc-cat-tab-pad-y:10px;
  --stpc-cat-tab-radius:18px;
  --stpc-cat-panel-width:340px;
  --stpc-cat-panel-height:82vh;
  --stpc-cat-gap:7px;
  --stpc-cat-drawer-radius:20px;
  --stpc-cat-item-pad-x:13px;
  --stpc-cat-item-pad-y:9px;
  --stpc-cat-item-radius:14px;
  --stpc-cat-control-icon-size:18px;
  --stpc-cat-control-radius:12px;
}
.nine-stpc__tab--category{
  padding:var(--stpc-cat-tab-pad-y) var(--stpc-cat-tab-pad-x)!important;
  font-size:var(--stpc-cat-tab-font-size)!important;
  max-width:none!important;
}
.nine-stpc--left .nine-stpc__tab--category{border-radius:0 var(--stpc-cat-tab-radius) var(--stpc-cat-tab-radius) 0}
.nine-stpc--right .nine-stpc__tab--category{border-radius:var(--stpc-cat-tab-radius) 0 0 var(--stpc-cat-tab-radius)}
.nine-stpc__tab--category svg,
.nine-stpc__tab--category .nine-stpc__tab-custom-icon{
  width:var(--stpc-cat-tab-icon-size)!important;
  height:var(--stpc-cat-tab-icon-size)!important;
  flex:0 0 var(--stpc-cat-tab-icon-size);
  object-fit:contain;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__drawer{
  width:min(var(--stpc-cat-panel-width),90vw);
  height:min(var(--stpc-cat-panel-height),90vh);
  border-radius:var(--stpc-cat-drawer-radius)!important;
}
.nine-stpc__category-top{
  padding-left:var(--stpc-cat-gap);
  padding-right:var(--stpc-cat-gap);
  padding-bottom:var(--stpc-cat-gap);
}
.nine-stpc__category-top .nine-stpc__control svg,
.nine-stpc__category-top .nine-stpc__control-image,
.nine-stpc__bottom-controls--category .nine-stpc__control svg,
.nine-stpc__bottom-controls--category .nine-stpc__control-image{
  width:var(--stpc-cat-control-icon-size)!important;
  height:var(--stpc-cat-control-icon-size)!important;
}
.nine-stpc__category-top .nine-stpc__control:first-child{border-radius:var(--stpc-cat-control-radius) 0 0 var(--stpc-cat-control-radius)}
.nine-stpc__category-top .nine-stpc__control:last-child{border-radius:0 var(--stpc-cat-control-radius) var(--stpc-cat-control-radius) 0}
.nine-stpc__body--category{
  margin-left:var(--stpc-cat-gap)!important;
  margin-right:var(--stpc-cat-gap)!important;
  padding-left:var(--stpc-cat-gap)!important;
  padding-right:var(--stpc-cat-gap)!important;
  border-radius:var(--stpc-cat-drawer-radius) var(--stpc-cat-drawer-radius) 0 0;
}
.nine-stpc__category-tools{padding-top:var(--stpc-cat-gap);padding-bottom:var(--stpc-cat-gap)}
.nine-stpc__category-tools input,.nine-stpc__category-tools select{border-radius:var(--stpc-cat-control-radius)}
.nine-stpc__category-link{
  padding-top:var(--stpc-cat-item-pad-y)!important;
  padding-bottom:var(--stpc-cat-item-pad-y)!important;
  padding-right:calc(var(--stpc-cat-item-pad-x) + 21px)!important;
  padding-left:calc(var(--stpc-cat-item-pad-x) + (var(--cat-depth,0) * 18px))!important;
  border-radius:var(--stpc-cat-item-radius)!important;
}
.nine-stpc__category-item[style*="--cat-depth: 0"] .nine-stpc__category-link,
.nine-stpc__category-item[style*="--cat-depth:0"] .nine-stpc__category-link{border-radius:var(--stpc-cat-item-radius)!important}
.nine-stpc__bottom-controls--category{
  margin-left:var(--stpc-cat-gap)!important;
  margin-right:var(--stpc-cat-gap)!important;
  padding:var(--stpc-cat-gap)!important;
  border-radius:0 0 var(--stpc-cat-drawer-radius) var(--stpc-cat-drawer-radius);
}
.nine-stpc__bottom-controls--category .nine-stpc__control{border-radius:var(--stpc-cat-control-radius)}
.nine-stpc[data-current-mode="category"] .nine-stpc__notice{margin-left:var(--stpc-cat-gap);margin-right:var(--stpc-cat-gap)}
@media(max-width:360px){
  .nine-stpc[data-current-mode="category"] .nine-stpc__drawer{width:min(var(--stpc-cat-panel-width),94vw);height:min(var(--stpc-cat-panel-height),92vh)}
}

/* 2.5.3 — quieter closed dock + consistent close placement. */
.nine-stpc{
  --stpc-page-tab-closed-opacity:.60;
  --stpc-category-tab-closed-opacity:.60;
}
.nine-stpc__tab--page{opacity:var(--stpc-page-tab-closed-opacity)}
.nine-stpc__tab--category{opacity:var(--stpc-category-tab-closed-opacity)}
.nine-stpc__tab{
  transition:opacity .16s ease,filter .15s ease,transform .15s ease,box-shadow .15s ease;
}
.nine-stpc.is-open .nine-stpc__tab,
.nine-stpc__tab:hover,
.nine-stpc__tab:focus-visible,
.nine-stpc__tab.is-active{opacity:1}

/* Close is always the first/left command in both browser footers and has the same visual weight. */
.nine-stpc__bottom-controls--page .nine-stpc__control--close-bottom,
.nine-stpc__bottom-controls--category .nine-stpc__control--close-bottom{flex:1.45 1 0}
.nine-stpc__bottom-controls--category .nine-stpc__control--category-parent{flex:1 1 0}

/* Strong but unobtrusive keyboard focus: useful on desktop without changing the mobile appearance. */
.nine-stpc__tab:focus-visible,
.nine-stpc__close:focus-visible,
.nine-stpc__control:focus-visible,
.nine-stpc__list a:focus-visible,
.nine-stpc__category-link:focus-visible{
  outline:2px solid var(--stpc-accent);
  outline-offset:2px;
}
.nine-stpc[data-current-mode="category"] .nine-stpc__close:focus-visible,
.nine-stpc[data-current-mode="category"] .nine-stpc__bottom-controls--category .nine-stpc__control:focus-visible{
  outline-color:#fff;
}

@media(hover:none){
  .nine-stpc__tab:active{opacity:1}
}

/* 2.6.0 — shared dock placement/orientation + adaptive Category controls. */
.nine-stpc{--stpc-dock-edge:0px;--stpc-dock-gap:5px}
.nine-stpc__dock{gap:var(--stpc-dock-gap)}
.nine-stpc--left .nine-stpc__dock{left:var(--stpc-dock-edge)}
.nine-stpc--right .nine-stpc__dock{right:var(--stpc-dock-edge)}
.nine-stpc--dock-vertical .nine-stpc__dock{flex-direction:column}
.nine-stpc--dock-horizontal .nine-stpc__dock{flex-direction:row;align-items:center}
.nine-stpc--right.nine-stpc--dock-horizontal .nine-stpc__dock{justify-content:flex-end}

/* Orientation is explicit in v2.6 instead of being accidentally implied by tab size. */
.nine-stpc--tabs-vertical .nine-stpc__tab{writing-mode:vertical-rl!important;text-orientation:mixed}
.nine-stpc--tabs-vertical .nine-stpc__tab svg,
.nine-stpc--tabs-vertical .nine-stpc__tab-custom-icon{transform:rotate(90deg)!important}
.nine-stpc--tabs-horizontal .nine-stpc__tab{writing-mode:horizontal-tb!important;text-orientation:mixed}
.nine-stpc--tabs-horizontal .nine-stpc__tab svg,
.nine-stpc--tabs-horizontal .nine-stpc__tab-custom-icon{transform:none!important}
.nine-stpc--tabs-horizontal.nine-stpc--small .nine-stpc__tab span{display:block}

/* Keep category navigation compact and automatically redistribute the remaining enabled buttons. */
.nine-stpc__category-top{grid-template-columns:repeat(auto-fit,minmax(54px,1fr))}
.nine-stpc__bottom-controls--category:empty{display:none}

@media(max-width:600px){
  .nine-stpc--dock-horizontal .nine-stpc__dock{max-width:calc(100vw - 16px);flex-wrap:wrap}
  .nine-stpc--tabs-horizontal .nine-stpc__tab{min-height:42px;max-width:min(46vw,180px);overflow:hidden}
  .nine-stpc--tabs-horizontal .nine-stpc__tab span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

/* 2.8.0+ — category accordion explorer: large one-open sections with configurable hierarchy depth. */
.nine-stpc__category-tools{
  grid-template-columns:minmax(0,3fr) minmax(72px,1fr)!important;
}
.nine-stpc__category-root-wrap{min-width:0}
.nine-stpc__category-root{padding-left:9px!important;padding-right:22px!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.nine-stpc__category-list{padding:8px 0 12px!important;margin:0!important;list-style:none!important}
.nine-stpc__category-node{list-style:none!important;margin:0 0 8px!important;padding:0!important}
.nine-stpc__category-accordion{margin:0;padding:0;border:0;background:transparent}
.nine-stpc__category-summary{
  list-style:none;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  border:1px solid var(--stpc-border);
  border-radius:var(--stpc-cat-item-radius);
  background:var(--stpc-surface);
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 3px 12px rgba(0,0,0,.05);
}
.nine-stpc__category-summary::-webkit-details-marker{display:none}
.nine-stpc__category-summary::marker{display:none;content:""}
.nine-stpc__category-name{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  align-items:center;
  min-height:44px;
  padding:var(--stpc-cat-item-pad-y) var(--stpc-cat-item-pad-x);
  color:var(--stpc-link-text)!important;
  text-decoration:none!important;
  font-size:12.5px;
  line-height:1.25;
  font-weight:650;
  box-shadow:none!important;
}
.nine-stpc__category-name:hover{text-decoration:none!important}
.nine-stpc__category-name.is-current{
  box-shadow:inset 4px 0 0 var(--stpc-accent)!important;
  color:var(--stpc-active-text)!important;
  font-weight:800;
}
.nine-stpc__category-chevron{
  flex:0 0 42px;
  align-self:stretch;
  display:grid;
  place-items:center;
  border-left:1px solid var(--stpc-border);
  color:var(--stpc-accent);
  font-size:20px;
  line-height:1;
  transition:transform .16s ease,background .16s ease;
}
.nine-stpc__category-summary:hover .nine-stpc__category-chevron{background:var(--stpc-hover-bg)}
.nine-stpc__category-accordion[open]>.nine-stpc__category-summary .nine-stpc__category-chevron{transform:rotate(180deg)}
.nine-stpc__category-children{list-style:none!important;margin:6px 0 0 12px!important;padding:0 0 0 9px!important;border-left:2px solid var(--stpc-border)}
.nine-stpc__category-leaf{
  display:flex;
  align-items:center;
  min-height:44px;
  border:1px solid var(--stpc-border);
  border-radius:var(--stpc-cat-item-radius);
  background:var(--stpc-surface);
  overflow:hidden;
}
.nine-stpc__category-leaf .nine-stpc__category-name{width:100%}

/* Top-level categories deliberately read as large drop-down sections rather than TOC rows. */
.nine-stpc__category-node.depth-0{margin-bottom:10px!important}
.nine-stpc__category-node.depth-0>.nine-stpc__category-accordion>.nine-stpc__category-summary{
  min-height:var(--stpc-cat-section-height);
  border:0;
  border-radius:calc(var(--stpc-cat-item-radius) + 3px);
  background:var(--stpc-accent);
  color:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.13);
}
.nine-stpc__category-node.depth-0>.nine-stpc__category-accordion>.nine-stpc__category-summary .nine-stpc__category-name{
  min-height:var(--stpc-cat-section-height);
  color:#fff!important;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.035em;
  font-size:12px;
}
.nine-stpc__category-node.depth-0>.nine-stpc__category-accordion>.nine-stpc__category-summary .nine-stpc__category-name.is-current{
  color:#fff!important;
  box-shadow:inset 5px 0 0 rgba(255,255,255,.88)!important;
}
.nine-stpc__category-node.depth-0>.nine-stpc__category-accordion>.nine-stpc__category-summary .nine-stpc__category-chevron{
  color:#fff;
  border-left-color:rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
}
.nine-stpc__category-node.depth-0>.nine-stpc__category-accordion[open]>.nine-stpc__category-summary{
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

/* Second level is a lighter accordion; third level is terminal and navigates directly. */
.nine-stpc__category-node.depth-1>.nine-stpc__category-accordion>.nine-stpc__category-summary{
  background:var(--stpc-active-bg);
  border-left:4px solid var(--stpc-accent);
}
.nine-stpc__category-node.depth-1>.nine-stpc__category-accordion>.nine-stpc__category-summary .nine-stpc__category-name{font-weight:700}
.nine-stpc__category-node.depth-2 .nine-stpc__category-name{font-size:12px;font-weight:550}
.nine-stpc__category-node.depth-2 .nine-stpc__category-leaf{background:color-mix(in srgb,var(--stpc-surface) 94%,var(--stpc-active-bg))}
.nine-stpc__category-name.is-disabled{opacity:.48;pointer-events:none}

.nine-stpc__bottom-controls--category .nine-stpc__control--category-parent{flex:1.15 1 0}

@media(max-width:600px){
  .nine-stpc__category-tools{grid-template-columns:minmax(0,3fr) minmax(68px,1fr)!important}
  .nine-stpc__category-summary{min-height:44px}
  .nine-stpc__category-chevron{flex-basis:40px}
  .nine-stpc__category-children{margin-left:8px!important;padding-left:7px!important}
}

/* 2.9.0 — split-side docks, fixed 70/30 category rows, and optional Pages Browser. */
.nine-stpc{
  --stpc-pages-tab-closed-opacity:.60;
}
.nine-stpc__tab--pages{opacity:var(--stpc-pages-tab-closed-opacity)}
.nine-stpc__tab--pages:hover,
.nine-stpc__tab--pages:focus-visible,
.nine-stpc__tab--pages.is-active,
.nine-stpc.is-open .nine-stpc__tab--pages{opacity:1}

/* Docks are independently anchored. Drawer side is controlled separately by the clicked tab. */
.nine-stpc .nine-stpc__dock--left{left:var(--stpc-dock-edge)!important;right:auto!important;align-items:flex-start!important}
.nine-stpc .nine-stpc__dock--right{right:var(--stpc-dock-edge)!important;left:auto!important;align-items:flex-end!important}
.nine-stpc--dock-horizontal .nine-stpc__dock--left{justify-content:flex-start!important}
.nine-stpc--dock-horizontal .nine-stpc__dock--right{justify-content:flex-end!important}
.nine-stpc__dock--left .nine-stpc__tab{border-radius:0 10px 10px 0}
.nine-stpc__dock--right .nine-stpc__tab{border-radius:10px 0 0 10px}
.nine-stpc__dock--left .nine-stpc__tab--category{border-radius:0 var(--stpc-cat-tab-radius) var(--stpc-cat-tab-radius) 0}
.nine-stpc__dock--right .nine-stpc__tab--category{border-radius:var(--stpc-cat-tab-radius) 0 0 var(--stpc-cat-tab-radius)}
.nine-stpc__dock--left .nine-stpc__tab.is-active{transform:translateX(2px)}
.nine-stpc__dock--right .nine-stpc__tab.is-active{transform:translateX(-2px)}

/* Never mirror the category row when the drawer opens from the right. The name/navigation area stays left (70%), the open control stays right (30%). */
.nine-stpc__category-summary{
  display:grid!important;
  grid-template-columns:minmax(0,7fr) minmax(44px,3fr)!important;
  gap:0!important;
  direction:ltr!important;
}
.nine-stpc__category-summary .nine-stpc__category-name{
  grid-column:1!important;
  width:100%!important;
  min-width:0!important;
  direction:ltr!important;
  text-align:left;
}
.nine-stpc__category-summary .nine-stpc__category-chevron{
  grid-column:2!important;
  width:100%!important;
  min-width:44px!important;
  flex:none!important;
  border-left:1px solid var(--stpc-border)!important;
  border-right:0!important;
}
.nine-stpc__category-node.depth-0>.nine-stpc__category-accordion>.nine-stpc__category-summary .nine-stpc__category-chevron{
  border-left-color:rgba(255,255,255,.25)!important;
}

/* Pages Browser is intentionally simpler than Category Explorer: fast search + clear page list. */
.nine-stpc__body--pages{padding:0 8px 12px}
.nine-stpc__pages-tools{position:sticky;top:0;z-index:2;padding:8px 0;background:var(--stpc-surface)}
.nine-stpc__pages-tools label{display:block}
.nine-stpc__pages-tools input{
  width:100%;min-height:42px;padding:8px 11px;border:1px solid var(--stpc-border);border-radius:11px;
  background:var(--stpc-surface);color:var(--stpc-text);font:inherit;font-size:13px;outline:none
}
.nine-stpc__pages-tools input:focus{border-color:var(--stpc-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--stpc-accent) 18%,transparent)}
.nine-stpc__pages-list{list-style:none!important;margin:0!important;padding:3px 0 12px!important}
.nine-stpc__pages-item{list-style:none!important;margin:0 0 5px!important;padding:0!important}
.nine-stpc__pages-link{
  display:block;padding:10px 11px;border:1px solid var(--stpc-border);border-radius:10px;background:var(--stpc-surface);
  color:var(--stpc-link-text)!important;text-decoration:none!important;font-size:13px;line-height:1.3;box-shadow:none!important
}
.nine-stpc__pages-link:hover{background:var(--stpc-hover-bg);text-decoration:none!important}
.nine-stpc__pages-link.is-current{background:var(--stpc-active-bg);color:var(--stpc-active-text)!important;border-left:4px solid var(--stpc-accent);font-weight:700}
.nine-stpc__pages-link.is-disabled{opacity:.5;pointer-events:none}
.nine-stpc__pages-item.depth-1 .nine-stpc__pages-link{margin-left:10px}
.nine-stpc__pages-item.depth-2 .nine-stpc__pages-link{margin-left:20px}
.nine-stpc__pages-item.depth-3 .nine-stpc__pages-link,
.nine-stpc__pages-item.depth-4 .nine-stpc__pages-link,
.nine-stpc__pages-item.depth-5 .nine-stpc__pages-link,
.nine-stpc__pages-item.depth-6 .nine-stpc__pages-link{margin-left:28px}
.nine-stpc__bottom-controls--pages .nine-stpc__control--close-bottom{flex:1 1 auto}

@media(max-width:600px){
  .nine-stpc__category-summary{grid-template-columns:minmax(0,7fr) minmax(42px,3fr)!important}
  .nine-stpc__category-summary .nine-stpc__category-chevron{min-width:42px!important}
}


/* 2.10.0 — five-level categories and fit-safe icons. */

/* Built-in and uploaded icons must always fit their own control, even at the smallest custom sizes. */
.nine-stpc .nine-stpc__svg-icon,
.nine-stpc .nine-stpc__control-image,
.nine-stpc .nine-stpc__tab-custom-icon{
  box-sizing:border-box!important;
  display:block!important;
  position:static!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center!important;
  overflow:visible!important;
  transform-box:fill-box;
  transform-origin:50% 50%!important;
}
.nine-stpc__control>.nine-stpc__svg-icon,
.nine-stpc__control>.nine-stpc__control-image{
  width:var(--stpc-control-icon-size)!important;
  height:var(--stpc-control-icon-size)!important;
  max-width:calc(100% - 8px)!important;
  max-height:calc(100% - 8px)!important;
  flex:0 1 auto!important;
}
.nine-stpc__category-top .nine-stpc__control>.nine-stpc__svg-icon,
.nine-stpc__category-top .nine-stpc__control>.nine-stpc__control-image,
.nine-stpc__bottom-controls--category .nine-stpc__control>.nine-stpc__svg-icon,
.nine-stpc__bottom-controls--category .nine-stpc__control>.nine-stpc__control-image{
  width:var(--stpc-cat-control-icon-size)!important;
  height:var(--stpc-cat-control-icon-size)!important;
  max-width:calc(100% - 8px)!important;
  max-height:calc(100% - 8px)!important;
  flex:0 1 auto!important;
}
.nine-stpc__tab>.nine-stpc__svg-icon,
.nine-stpc__tab>.nine-stpc__tab-custom-icon{
  width:17px!important;
  height:17px!important;
  max-width:calc(100% - 2px)!important;
  max-height:calc(100% - 2px)!important;
  flex:0 1 auto!important;
}
.nine-stpc__tab--category>.nine-stpc__svg-icon,
.nine-stpc__tab--category>.nine-stpc__tab-custom-icon{
  width:var(--stpc-cat-tab-icon-size)!important;
  height:var(--stpc-cat-tab-icon-size)!important;
  max-width:calc(100% - 2px)!important;
  max-height:calc(100% - 2px)!important;
  flex:0 1 auto!important;
}
/* Do not let inherited theme SVG rules crop the first quadrant of the icon. */
.nine-stpc .nine-stpc__svg-icon *{vector-effect:non-scaling-stroke}

/* Levels four and five stay visually legible without consuming excessive horizontal space. */
.nine-stpc__category-node.depth-3 .nine-stpc__category-name{font-size:11.7px;font-weight:520}
.nine-stpc__category-node.depth-4 .nine-stpc__category-name{font-size:11.4px;font-weight:500}
.nine-stpc__category-node.depth-3>.nine-stpc__category-accordion>.nine-stpc__category-summary,
.nine-stpc__category-node.depth-4 .nine-stpc__category-leaf{box-shadow:none}
.nine-stpc__category-node.depth-3 .nine-stpc__category-children,
.nine-stpc__category-node.depth-4 .nine-stpc__category-children{margin-left:6px!important;padding-left:6px!important}

@media(max-width:380px){
  .nine-stpc__control>.nine-stpc__svg-icon,
  .nine-stpc__control>.nine-stpc__control-image{max-width:calc(100% - 10px)!important;max-height:26px!important}
  .nine-stpc__category-children{margin-left:5px!important;padding-left:5px!important}
  .nine-stpc__category-node.depth-3 .nine-stpc__category-children,
  .nine-stpc__category-node.depth-4 .nine-stpc__category-children{margin-left:3px!important;padding-left:4px!important}
}

/* Keep tab icons upright and independent of vertical writing mode; this prevents tiny SVGs from being cropped by rotated glyph boxes. */
.nine-stpc--tabs-vertical .nine-stpc__tab>.nine-stpc__svg-icon,
.nine-stpc--tabs-vertical .nine-stpc__tab>.nine-stpc__tab-custom-icon{
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  transform:none!important;
  direction:ltr!important;
}


/* 2.10.1 — 9 Theme / custom-template compatibility hardening.
   The navigator is a viewport utility, not part of the theme layout. Keep it outside
   transformed/overflow wrappers and protect the controls from aggressive theme resets. */
html body #nine-stpc.nine-stpc{
  position:fixed!important;
  top:0!important;left:0!important;right:auto!important;bottom:auto!important;
  width:0!important;height:0!important;min-width:0!important;min-height:0!important;
  max-width:none!important;max-height:none!important;
  margin:0!important;padding:0!important;border:0!important;
  overflow:visible!important;
  transform:none!important;filter:none!important;perspective:none!important;
  visibility:visible!important;display:block!important;opacity:1!important;
  pointer-events:none!important;
  z-index:2147483000!important;
  isolation:isolate!important;
}
html body #nine-stpc.nine-stpc .nine-stpc__dock,
html body #nine-stpc.nine-stpc .nine-stpc__drawer,
html body #nine-stpc.nine-stpc .nine-stpc__scrim{pointer-events:auto!important}
html body #nine-stpc.nine-stpc .nine-stpc__scrim[hidden]{display:none!important}
html body #nine-stpc.nine-stpc:not(.is-open) .nine-stpc__drawer{pointer-events:none!important}
html body #nine-stpc.nine-stpc.is-open .nine-stpc__drawer{pointer-events:auto!important}

/* Isolate interactive controls from theme button/link resets while preserving inherited font tokens. */
html body #nine-stpc.nine-stpc button,
html body #nine-stpc.nine-stpc input,
html body #nine-stpc.nine-stpc select{
  -webkit-appearance:none!important;appearance:none!important;
  text-transform:none!important;letter-spacing:normal;
  box-sizing:border-box!important;
}
html body #nine-stpc.nine-stpc button{
  float:none!important;position:relative;
  text-indent:0!important;clip:auto!important;clip-path:none!important;
}
html body #nine-stpc.nine-stpc a{
  float:none!important;position:relative;
  text-indent:0!important;clip:auto!important;clip-path:none!important;
}
html body #nine-stpc.nine-stpc svg,
html body #nine-stpc.nine-stpc img{
  clip:auto!important;clip-path:none!important;
}

/* 9 Theme and Elementor can use overflow/transform on content wrappers; fixed UI must stay viewport-bound. */
html.nine-stpc-runtime-present body #nine-stpc .nine-stpc__dock,
html.nine-stpc-runtime-present body #nine-stpc .nine-stpc__drawer,
html.nine-stpc-runtime-present body #nine-stpc .nine-stpc__scrim{
  contain:none!important;
}

@media(max-width:480px){
  html body #nine-stpc.nine-stpc .nine-stpc__drawer{
    max-width:calc(100vw - 10px)!important;
    max-height:calc(100dvh - 10px)!important;
  }
}


/* Fast-deployment defaults: solid drawers, compact icon-only tabs, consistent shared footer. */
.nine-stpc.is-open .nine-stpc__drawer{opacity:1!important}
.nine-stpc__head--description{display:block;padding:10px 12px;border-bottom:1px solid var(--stpc-border);background:var(--stpc-header-bg);color:var(--stpc-header-text)}
.nine-stpc__head--description[hidden]{display:none!important}
.nine-stpc__drawer-description{margin:0!important;padding:0!important;font:500 11.5px/1.4 inherit;color:inherit;opacity:.82}
.nine-stpc__drawer-description[hidden]{display:none!important}
.nine-stpc__bottom-controls--shared{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:7px}
.nine-stpc__bottom-controls--shared .nine-stpc__control{width:100%;min-width:0}
.nine-stpc__bottom-controls--shared .nine-stpc__control--close-bottom:only-child{grid-column:1/-1}
.nine-stpc__control--special{min-height:54px}
/* Icon-only tabs must stay square/compact and never inherit vertical writing transforms. */
.nine-stpc__tab:not(:has(> span)){writing-mode:horizontal-tb!important;text-orientation:mixed!important;min-width:42px!important;min-height:42px!important;padding:8px!important;justify-content:center!important;gap:0!important}
.nine-stpc__tab:not(:has(> span))>.nine-stpc__svg-icon,.nine-stpc__tab:not(:has(> span))>.nine-stpc__tab-custom-icon{width:18px!important;height:18px!important;max-width:22px!important;max-height:22px!important;transform:none!important;margin:0!important}
.nine-stpc__tab-favicon{border-radius:4px}
@supports not selector(:has(*)){.nine-stpc__tab.nine-stpc__tab--icon-only{writing-mode:horizontal-tb!important;min-width:42px!important;min-height:42px!important;padding:8px!important;justify-content:center!important}}
/* Explicit class fallback for browsers/themes where :has() is unavailable or overridden. */
.nine-stpc__tab.nine-stpc__tab--icon-only{
  writing-mode:horizontal-tb!important;text-orientation:mixed!important;
  min-width:42px!important;min-height:42px!important;padding:8px!important;
  justify-content:center!important;align-items:center!important;gap:0!important;
}
.nine-stpc__tab.nine-stpc__tab--icon-only>.nine-stpc__svg-icon,
.nine-stpc__tab.nine-stpc__tab--icon-only>.nine-stpc__tab-custom-icon{
  width:18px!important;height:18px!important;max-width:22px!important;max-height:22px!important;
  transform:none!important;margin:0!important;object-fit:contain!important;
}


/* 2.14.0 — dynamic Information drawer. The Information tab is deliberately first and slightly larger,
   but it inherits the same dock position, colours, closed-state transparency and drawer language. */
.nine-stpc{
  --stpc-info-tab-closed-opacity:.60;
  --stpc-info-tab-scale:1.20;
}
.nine-stpc__tab--info{
  opacity:var(--stpc-info-tab-closed-opacity);
  min-width:calc(46px * var(--stpc-info-tab-scale));
  min-height:calc(46px * var(--stpc-info-tab-scale));
  padding:calc(9px * var(--stpc-info-tab-scale))!important;
  justify-content:center;
}
.nine-stpc__tab--info:hover,
.nine-stpc__tab--info:focus-visible,
.nine-stpc__tab--info.is-active,
.nine-stpc.is-open .nine-stpc__tab--info{opacity:1}
.nine-stpc__info-glyph{
  display:block!important;
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
  transform:none!important;
  font-family:inherit;
  font-size:calc(22px * var(--stpc-info-tab-scale));
  line-height:1;
  font-weight:800;
  letter-spacing:0;
}
.nine-stpc__tab--info .nine-stpc__info-custom-icon{
  width:calc(20px * var(--stpc-info-tab-scale))!important;
  height:calc(20px * var(--stpc-info-tab-scale))!important;
  transform:none!important;
}
.nine-stpc__body--info{padding:12px 13px 16px}
.nine-stpc__info-content{font:inherit;color:var(--stpc-text);line-height:1.55;overflow-wrap:anywhere}
.nine-stpc__info-content>:first-child{margin-top:0}
.nine-stpc__info-content>:last-child{margin-bottom:0}
.nine-stpc__info-content img,.nine-stpc__info-content video,.nine-stpc__info-content audio{max-width:100%;height:auto}
.nine-stpc__info-content table{display:block;max-width:100%;overflow:auto;border-collapse:collapse}
.nine-stpc__info-content a{color:var(--stpc-accent)}
.nine-stpc__drive-embed{position:relative;width:100%;min-height:300px;margin:10px 0;border:1px solid var(--stpc-border);border-radius:12px;overflow:hidden;background:var(--stpc-active-bg)}
.nine-stpc__drive-embed iframe{display:block;width:100%;height:min(58vh,520px);min-height:300px;border:0;background:#fff}
@media(max-width:600px){
  .nine-stpc__tab--info{min-width:calc(42px * var(--stpc-info-tab-scale));min-height:calc(42px * var(--stpc-info-tab-scale));padding:calc(7px * var(--stpc-info-tab-scale))!important}
  .nine-stpc__info-glyph{font-size:calc(20px * var(--stpc-info-tab-scale))}
  .nine-stpc__drive-embed,.nine-stpc__drive-embed iframe{min-height:260px}
}

/* 2.19.0 — Responsive photo-only Author Companion.
   The visible companion is the image itself; its natural aspect ratio defines the shape.
   Connect/Profile live in a separate action popover opened by tapping the image. */
.nine-stpc__author-box,
.nine-stpc__author-launcher,
.nine-stpc__author-popover{
  box-sizing:border-box!important;
  font-family:inherit!important;
}
.nine-stpc__author-box{
  position:fixed!important;
  z-index:2147483001!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:inherit!important;
  line-height:0!important;
  box-shadow:none!important;
  opacity:var(--stpc-author-box-opacity)!important;
  cursor:pointer!important;
  overflow:visible!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  touch-action:manipulation!important;
  transition:opacity .16s ease,filter .16s ease,transform .16s ease!important;
}
.nine-stpc__author-box--left{left:var(--stpc-dock-edge)!important;right:auto!important}
.nine-stpc__author-box--right{right:var(--stpc-dock-edge)!important;left:auto!important}
.nine-stpc__author-box--small{--stpc-author-photo-max:38px}
.nine-stpc__author-box--medium{--stpc-author-photo-max:54px}
.nine-stpc__author-box--large{--stpc-author-photo-max:70px}
.nine-stpc__author-box:hover,
.nine-stpc__author-box:focus-visible,
.nine-stpc__author-box[aria-expanded="true"]{opacity:1!important;filter:brightness(1.03);transform:translateZ(0) scale(1.02)!important}
.nine-stpc__author-photo{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:min(var(--stpc-author-photo-max,54px),22vw)!important;
  max-height:min(var(--stpc-author-photo-max,54px),22vw)!important;
  min-width:0!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:1px solid var(--stpc-border)!important;
  border-radius:10px!important;
  outline:0!important;
  box-shadow:0 6px 18px rgba(0,0,0,.16)!important;
  background:var(--stpc-surface)!important;
  vertical-align:top!important;
}
.nine-stpc__author-popover{
  position:fixed!important;
  z-index:2147483002!important;
  width:auto!important;
  min-width:126px!important;
  max-width:min(210px,calc(100vw - 16px))!important;
  padding:0!important;
  margin:0!important;
  background:var(--stpc-surface)!important;
  color:var(--stpc-text)!important;
  border:1px solid var(--stpc-border)!important;
  border-radius:11px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.20)!important;
  overflow:hidden!important;
}
.nine-stpc__author-popover[hidden]{display:none!important}
.nine-stpc__author-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  width:100%!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  background:var(--stpc-surface)!important;
}
.nine-stpc__author-actions.has-one{grid-template-columns:1fr!important}
.nine-stpc__author-action{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:34px!important;
  padding:8px 10px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
  text-align:center!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.nine-stpc__author-actions.has-two .nine-stpc__author-action + .nine-stpc__author-action{border-left:1px solid var(--stpc-border)!important}
.nine-stpc__author-contact{background:var(--stpc-accent)!important;color:#fff!important}
.nine-stpc__author-profile{background:var(--stpc-surface)!important;color:var(--stpc-link-text)!important}
.nine-stpc__author-action:hover,.nine-stpc__author-action:focus-visible{filter:brightness(1.06)}
.nine-stpc__author-box[hidden],.nine-stpc__author-launcher[hidden]{display:none!important}
/* Main navigation drawers always win the visual stack. */
.nine-stpc.is-open .nine-stpc__author-box,
.nine-stpc.is-open .nine-stpc__author-launcher,
.nine-stpc.is-open .nine-stpc__author-popover{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.nine-stpc__author-box:focus-visible,
.nine-stpc__author-launcher:focus-visible,
.nine-stpc__author-action:focus-visible{outline:2px solid var(--stpc-accent)!important;outline-offset:2px!important}
@media(max-width:360px){
  .nine-stpc__author-box--large{--stpc-author-photo-max:64px}
  .nine-stpc__author-popover{min-width:116px!important}
  .nine-stpc__author-action{font-size:9px!important;padding:7px 8px!important}
}
@media(prefers-reduced-motion:reduce){
  .nine-stpc__author-box,.nine-stpc__author-launcher,.nine-stpc__author-popover{transition:none!important}
}

/* 2.16.0 — Category Explorer dual taxonomy view: Categories + visitor-friendly "Projects" (WordPress tags). */
.nine-stpc__taxonomy-switch{
  position:sticky;
  top:0;
  z-index:5;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
  padding:var(--stpc-cat-gap) 0 4px;
  background:var(--stpc-surface);
  border-bottom:1px solid var(--stpc-border);
}
.nine-stpc__taxonomy-switch-button{
  appearance:none;
  -webkit-appearance:none;
  min-width:0;
  min-height:42px;
  margin:0!important;
  padding:8px 10px!important;
  border:1px solid var(--stpc-border)!important;
  border-radius:var(--stpc-cat-control-radius)!important;
  background:color-mix(in srgb,var(--stpc-surface) 94%,var(--stpc-accent) 6%)!important;
  color:var(--stpc-link-text)!important;
  font:700 11px/1.15 inherit!important;
  text-align:center!important;
  box-shadow:none!important;
  cursor:pointer;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nine-stpc__taxonomy-switch-button.is-active{
  background:var(--stpc-accent)!important;
  border-color:var(--stpc-accent)!important;
  color:#fff!important;
  box-shadow:0 5px 16px rgba(0,0,0,.10)!important;
}
.nine-stpc__taxonomy-switch-button:focus-visible{
  outline:2px solid var(--stpc-accent)!important;
  outline-offset:2px;
}
.nine-stpc__category-view[hidden],
.nine-stpc__projects-view[hidden]{display:none!important}
.nine-stpc__projects-tools{
  position:sticky;
  top:calc(42px + var(--stpc-cat-gap) + 5px);
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(72px,1fr);
  gap:6px;
  padding:var(--stpc-cat-gap) 0;
  background:var(--stpc-surface);
  border-bottom:1px solid var(--stpc-border);
}
.nine-stpc__projects-tools input,
.nine-stpc__projects-tools select{
  width:100%!important;
  height:38px!important;
  min-width:0!important;
  margin:0!important;
  border:1px solid var(--stpc-border)!important;
  border-radius:var(--stpc-cat-control-radius)!important;
  background:var(--stpc-surface)!important;
  color:var(--stpc-link-text)!important;
  font:500 11px/1.2 inherit!important;
  padding:0 9px!important;
  outline:none!important;
  box-shadow:none!important;
}
.nine-stpc__projects-tools input:focus,
.nine-stpc__projects-tools select:focus{
  border-color:var(--stpc-accent)!important;
  box-shadow:0 0 0 2px var(--stpc-active-bg)!important;
}
.nine-stpc__projects-sort{padding-right:22px!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.nine-stpc__projects-list{
  list-style:none!important;
  margin:0!important;
  padding:8px 0 12px!important;
  display:grid;
  gap:7px;
}
.nine-stpc__project-item{list-style:none!important;margin:0!important;padding:0!important;min-width:0}
.nine-stpc__project-link{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding:var(--stpc-cat-item-pad-y) var(--stpc-cat-item-pad-x)!important;
  border:1px solid var(--stpc-border)!important;
  border-radius:var(--stpc-cat-item-radius)!important;
  background:var(--stpc-surface)!important;
  color:var(--stpc-link-text)!important;
  text-decoration:none!important;
  box-shadow:0 3px 12px rgba(0,0,0,.045)!important;
  font-size:12.5px!important;
  line-height:1.25!important;
}
.nine-stpc__project-link:hover{background:var(--stpc-hover-bg)!important;text-decoration:none!important}
.nine-stpc__project-link.is-current{
  background:var(--stpc-active-bg)!important;
  color:var(--stpc-active-text)!important;
  box-shadow:inset 4px 0 0 var(--stpc-accent),0 3px 12px rgba(0,0,0,.045)!important;
  font-weight:750!important;
}
.nine-stpc__project-link.is-disabled{opacity:.48;pointer-events:none}
.nine-stpc__project-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal}
.nine-stpc__project-count{
  display:inline-grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 7px;
  border-radius:999px;
  background:var(--stpc-active-bg);
  color:var(--stpc-active-text);
  font-size:10px;
  font-weight:800;
  line-height:1;
}
.nine-stpc__project-link.is-current .nine-stpc__project-count{background:var(--stpc-accent);color:#fff}
.nine-stpc__projects-empty{margin-top:18px}
@media(max-width:360px){
  .nine-stpc__taxonomy-switch-button{min-height:40px;font-size:10px!important;padding-left:6px!important;padding-right:6px!important}
  .nine-stpc__projects-tools{grid-template-columns:minmax(0,1.55fr) minmax(78px,1fr);top:calc(40px + var(--stpc-cat-gap) + 5px)}
  .nine-stpc__projects-tools input,.nine-stpc__projects-tools select{font-size:10px!important}
}

/* 2.17.0 — Distinct browser identities.
   One inherited palette, four different silhouettes, layouts and spatial transitions so the visitor can
   recognise the active browser without depending on colour. */

/* ---------- Side-tab silhouettes ---------- */
/* Information = editorial label / ticket. */
html body #nine-stpc .nine-stpc__tab--info{
  min-width:50px!important;
  min-height:54px!important;
  padding:9px 10px!important;
  border:1px dashed currentColor!important;
  border-radius:16px 4px 16px 4px!important;
  box-shadow:0 6px 18px rgba(0,0,0,.14),inset 0 0 0 3px color-mix(in srgb,var(--stpc-tab-bg) 86%,transparent)!important;
}
html body #nine-stpc .nine-stpc__tab--info:before{
  content:"";
  position:absolute;
  width:8px;height:8px;
  top:5px;right:5px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  opacity:.65;
  pointer-events:none;
}

/* Categories/Projects = folder/explorer tab. Keep the existing outline, but make the silhouette chunky and folder-like. */
html body #nine-stpc .nine-stpc__tab--category{
  min-width:46px!important;
  min-height:46px!important;
  border-width:2px!important;
  border-style:solid!important;
  border-radius:7px 19px 19px 7px!important;
  box-shadow:0 7px 20px rgba(0,0,0,.13),inset 0 0 0 2px var(--stpc-surface)!important;
}
html body #nine-stpc .nine-stpc__tab--category:before{
  content:"";
  position:absolute;
  top:-4px;
  left:7px;
  width:17px;
  height:6px;
  border:2px solid currentColor;
  border-bottom:0;
  border-radius:5px 5px 0 0;
  background:inherit;
  pointer-events:none;
}

/* Page Contents = a narrow reading spine / index rail. */
html body #nine-stpc .nine-stpc__tab--page{
  min-width:42px!important;
  min-height:50px!important;
  border-radius:3px!important;
  border:1px solid color-mix(in srgb,currentColor 48%,transparent)!important;
  box-shadow:inset 5px 0 0 color-mix(in srgb,currentColor 28%,transparent),0 5px 16px rgba(0,0,0,.14)!important;
}
html body #nine-stpc .nine-stpc__tab--page:after{
  content:"";
  position:absolute;
  top:8px;bottom:8px;
  right:5px;
  width:1px;
  background:currentColor;
  opacity:.32;
  pointer-events:none;
}

/* Pages = a visible stack of sheets/cards. */
html body #nine-stpc .nine-stpc__tab--pages{
  min-width:46px!important;
  min-height:44px!important;
  border-radius:5px!important;
  border:1px solid color-mix(in srgb,currentColor 48%,transparent)!important;
  box-shadow:4px 4px 0 color-mix(in srgb,var(--stpc-tab-bg) 78%,var(--stpc-surface) 22%),8px 8px 0 color-mix(in srgb,var(--stpc-tab-bg) 58%,var(--stpc-surface) 42%),0 7px 16px rgba(0,0,0,.12)!important;
  margin-bottom:8px!important;
}
html body #nine-stpc .nine-stpc__tab--pages:before{
  content:"";
  position:absolute;
  left:8px;right:8px;top:8px;
  height:2px;
  border-top:1px solid currentColor;
  border-bottom:1px solid currentColor;
  opacity:.35;
  pointer-events:none;
}

/* On the right edge, keep the internal visual language unchanged; only attach the physical tab to the edge. */
html body #nine-stpc.nine-stpc--right .nine-stpc__tab--info,
html body #nine-stpc.nine-stpc--right .nine-stpc__tab--category,
html body #nine-stpc.nine-stpc--right .nine-stpc__tab--page,
html body #nine-stpc.nine-stpc--right .nine-stpc__tab--pages{transform-origin:right center}
html body #nine-stpc.nine-stpc--left .nine-stpc__tab--info,
html body #nine-stpc.nine-stpc--left .nine-stpc__tab--category,
html body #nine-stpc.nine-stpc--left .nine-stpc__tab--page,
html body #nine-stpc.nine-stpc--left .nine-stpc__tab--pages{transform-origin:left center}

/* ---------- Drawer identity: INFORMATION = document sheet ---------- */
html body #nine-stpc[data-current-mode="info"] .nine-stpc__drawer{
  border-radius:5px 28px 5px 28px!important;
  border-top:6px solid var(--stpc-accent)!important;
  box-shadow:0 20px 55px rgba(0,0,0,.20)!important;
  overflow:hidden;
}
html body #nine-stpc[data-current-mode="info"] .nine-stpc__drawer:after{
  content:"";
  position:absolute;
  z-index:6;
  top:0;right:0;
  width:26px;height:26px;
  background:linear-gradient(225deg,var(--stpc-active-bg) 0 48%,var(--stpc-border) 49% 52%,transparent 53% 100%);
  pointer-events:none;
}
html body #nine-stpc[data-current-mode="info"] .nine-stpc__body--info{
  padding:18px 17px 20px!important;
  background:var(--stpc-surface);
}
html body #nine-stpc[data-current-mode="info"] .nine-stpc__info-content{
  border-left:2px solid var(--stpc-border);
  padding-left:13px;
}
html body #nine-stpc[data-current-mode="info"] .nine-stpc__bottom-controls--shared{
  border-top:1px dashed var(--stpc-border)!important;
  background:var(--stpc-surface)!important;
}

/* ---------- Drawer identity: PAGE CONTENTS = reading spine ---------- */
html body #nine-stpc[data-current-mode="page"] .nine-stpc__drawer{
  border-radius:4px!important;
  box-shadow:0 16px 42px rgba(0,0,0,.18)!important;
}
html body #nine-stpc[data-current-mode="page"].nine-stpc--left .nine-stpc__drawer{border-left:6px solid var(--stpc-accent)!important}
html body #nine-stpc[data-current-mode="page"].nine-stpc--right .nine-stpc__drawer{border-right:6px solid var(--stpc-accent)!important}
html body #nine-stpc[data-current-mode="page"] .nine-stpc__body--page{
  padding:10px 11px 16px!important;
  background:var(--stpc-surface);
}
html body #nine-stpc[data-current-mode="page"] .nine-stpc__list{
  border-left:1px solid var(--stpc-border)!important;
  margin-left:6px!important;
  padding-left:7px!important;
}
html body #nine-stpc[data-current-mode="page"] .nine-stpc__list a{
  border-radius:2px!important;
  border-left:0!important;
  border-bottom:1px solid color-mix(in srgb,var(--stpc-border) 68%,transparent)!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
}
html body #nine-stpc[data-current-mode="page"] .nine-stpc__list a.is-active{
  box-shadow:inset 3px 0 0 var(--stpc-accent)!important;
}
html body #nine-stpc[data-current-mode="page"] .nine-stpc__bottom-controls--shared{
  border-radius:0!important;
  border-top:3px double var(--stpc-border)!important;
}

/* ---------- Drawer identity: PAGES = stacked index cards ---------- */
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__drawer{
  border-radius:20px 6px 20px 6px!important;
  box-shadow:6px 6px 0 color-mix(in srgb,var(--stpc-surface) 76%,var(--stpc-border) 24%),12px 12px 0 color-mix(in srgb,var(--stpc-surface) 88%,var(--stpc-border) 12%),0 18px 50px rgba(0,0,0,.18)!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__body--pages{
  padding:10px 12px 16px!important;
  background:var(--stpc-footer-bg)!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-tools{
  position:sticky;
  top:0;
  z-index:4;
  padding:7px 0 11px!important;
  background:var(--stpc-footer-bg)!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-tools input{
  min-height:42px!important;
  border-radius:4px 15px 4px 15px!important;
  border:1px solid var(--stpc-border)!important;
  background:var(--stpc-surface)!important;
  box-shadow:0 3px 10px rgba(0,0,0,.05)!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-list{
  display:grid!important;
  gap:8px!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-item{
  margin:0!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-link{
  position:relative!important;
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  border:1px solid var(--stpc-border)!important;
  border-radius:4px 14px 4px 14px!important;
  background:var(--stpc-surface)!important;
  box-shadow:3px 3px 0 color-mix(in srgb,var(--stpc-surface) 78%,var(--stpc-border) 22%)!important;
  padding-top:10px!important;
  padding-bottom:10px!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-link:after{
  content:"";
  position:absolute;
  right:7px;top:7px;
  width:7px;height:7px;
  border-top:1px solid var(--stpc-accent);
  border-right:1px solid var(--stpc-accent);
  opacity:.42;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__pages-link.is-current{
  box-shadow:inset 4px 0 0 var(--stpc-accent),3px 3px 0 color-mix(in srgb,var(--stpc-surface) 78%,var(--stpc-border) 22%)!important;
}
html body #nine-stpc[data-current-mode="pages"] .nine-stpc__bottom-controls--shared{
  border-radius:0 0 16px 3px!important;
}

/* ---------- Drawer identity: CATEGORY / PROJECTS = explorer portal ---------- */
/* Reinforce spatial structure without requiring a different colour palette. */
html body #nine-stpc[data-current-mode="category"] .nine-stpc__drawer{
  outline:1px solid color-mix(in srgb,var(--stpc-accent) 35%,transparent)!important;
  outline-offset:3px!important;
}
html body #nine-stpc[data-current-mode="category"] .nine-stpc__taxonomy-switch{
  border-radius:12px!important;
  padding:4px!important;
  margin-top:3px!important;
  box-shadow:inset 0 0 0 1px var(--stpc-border)!important;
}

/* ---------- Mode-specific entry motion ---------- */
.nine-stpc--mode-enter[data-current-mode="info"] .nine-stpc__drawer{
  animation:nine-stpc-enter-info .32s cubic-bezier(.2,.82,.25,1) both!important;
}
.nine-stpc--mode-enter[data-current-mode="category"] .nine-stpc__drawer{
  animation:nine-stpc-enter-category .34s cubic-bezier(.18,.84,.25,1) both!important;
}
.nine-stpc--mode-enter[data-current-mode="pages"] .nine-stpc__drawer{
  animation:nine-stpc-enter-pages .34s cubic-bezier(.2,.82,.25,1) both!important;
}
.nine-stpc--mode-enter[data-current-mode="page"].nine-stpc--left .nine-stpc__drawer{
  animation:nine-stpc-enter-page-left .28s cubic-bezier(.2,.82,.25,1) both!important;
}
.nine-stpc--mode-enter[data-current-mode="page"].nine-stpc--right .nine-stpc__drawer{
  animation:nine-stpc-enter-page-right .28s cubic-bezier(.2,.82,.25,1) both!important;
}
@keyframes nine-stpc-enter-info{
  from{opacity:.25;transform:translateY(calc(-50% - 26px)) scale(.965)}
  to{opacity:1;transform:translateY(-50%) scale(1)}
}
@keyframes nine-stpc-enter-category{
  from{opacity:.2;transform:translateY(-50%) scale(.91)}
  62%{opacity:1;transform:translateY(-50%) scale(1.018)}
  to{opacity:1;transform:translateY(-50%) scale(1)}
}
@keyframes nine-stpc-enter-pages{
  from{opacity:.2;transform:translateY(calc(-50% + 34px)) scale(.97)}
  to{opacity:1;transform:translateY(-50%) scale(1)}
}
@keyframes nine-stpc-enter-page-left{
  from{opacity:.25;transform:translate(-28px,-50%)}
  to{opacity:1;transform:translate(0,-50%)}
}
@keyframes nine-stpc-enter-page-right{
  from{opacity:.25;transform:translate(28px,-50%)}
  to{opacity:1;transform:translate(0,-50%)}
}

/* Tiny-screen hardening: preserve identity without letting silhouettes consume the viewport. */
@media(max-width:380px){
  html body #nine-stpc .nine-stpc__tab--info{min-width:44px!important;min-height:48px!important;padding:7px!important}
  html body #nine-stpc .nine-stpc__tab--category{min-width:42px!important;min-height:42px!important}
  html body #nine-stpc .nine-stpc__tab--page{min-width:38px!important;min-height:46px!important}
  html body #nine-stpc .nine-stpc__tab--pages{min-width:41px!important;min-height:40px!important;box-shadow:3px 3px 0 color-mix(in srgb,var(--stpc-tab-bg) 78%,var(--stpc-surface) 22%),6px 6px 0 color-mix(in srgb,var(--stpc-tab-bg) 58%,var(--stpc-surface) 42%),0 5px 13px rgba(0,0,0,.11)!important;margin-bottom:6px!important}
}

@media(prefers-reduced-motion:reduce){
  .nine-stpc--mode-enter .nine-stpc__drawer{animation:none!important}
}

/* 2.19.0 — Compact author state is the fifth Side Tab icon after the reading threshold. */
html body #nine-stpc .nine-stpc__author-launcher{
  position:relative!important;
  inset:auto!important;
  z-index:auto!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:46px!important;
  margin:0!important;
  padding:0!important;
  background:var(--stpc-tab-bg)!important;
  color:var(--stpc-tab-text)!important;
  border:0!important;
  opacity:var(--stpc-author-box-opacity)!important;
  box-shadow:0 6px 18px rgba(0,0,0,.16)!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  touch-action:manipulation!important;
}
html body #nine-stpc.nine-stpc--left .nine-stpc__author-launcher{border-radius:0 10px 10px 0!important}
html body #nine-stpc.nine-stpc--right .nine-stpc__author-launcher{border-radius:10px 0 0 10px!important}
html body #nine-stpc .nine-stpc__author-launcher[hidden]{display:none!important}
html body #nine-stpc .nine-stpc__author-launcher:hover,
html body #nine-stpc .nine-stpc__author-launcher:focus-visible,
html body #nine-stpc .nine-stpc__author-launcher[aria-expanded="true"]{opacity:1!important;filter:brightness(1.08)}
html body #nine-stpc .nine-stpc__author-launcher-photo{
  width:var(--stpc-author-compact-size)!important;
  height:var(--stpc-author-compact-size)!important;
  min-width:0!important;
  min-height:0!important;
  max-width:var(--stpc-author-compact-size)!important;
  max-height:var(--stpc-author-compact-size)!important;
  display:block!important;
  flex:0 0 var(--stpc-author-compact-size)!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:4px!important;
  box-shadow:none!important;
  transform:none!important;
}


/* 2.20.0 — Author Companion is permanently part of the Side Tab dock.
   Default portrait is about twice a normal 18px side-tab icon; optional auto-shrink is explicit. */
html body #nine-stpc .nine-stpc__author-launcher{
  --stpc-author-dock-size:36px;
  display:flex!important;
  width:auto!important;
  height:auto!important;
  min-width:48px!important;
  min-height:48px!important;
  padding:5px!important;
  margin:0!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:var(--stpc-tab-bg)!important;
  color:var(--stpc-tab-text)!important;
  opacity:var(--stpc-author-box-opacity)!important;
}
html body #nine-stpc .nine-stpc__author-launcher--small{--stpc-author-dock-size:30px}
html body #nine-stpc .nine-stpc__author-launcher--medium{--stpc-author-dock-size:36px}
html body #nine-stpc .nine-stpc__author-launcher--large{
  --stpc-author-dock-size:70px;
  min-width:80px!important;
  min-height:80px!important;
}
html body #nine-stpc .nine-stpc__author-launcher.is-auto-shrunk{
  --stpc-author-dock-size:var(--stpc-author-compact-size);
  min-width:42px!important;
  min-height:42px!important;
  padding:6px!important;
}
html body #nine-stpc .nine-stpc__author-launcher-photo{
  width:var(--stpc-author-dock-size)!important;
  height:var(--stpc-author-dock-size)!important;
  min-width:var(--stpc-author-dock-size)!important;
  min-height:var(--stpc-author-dock-size)!important;
  max-width:var(--stpc-author-dock-size)!important;
  max-height:var(--stpc-author-dock-size)!important;
  display:block!important;
  flex:0 0 var(--stpc-author-dock-size)!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:6px!important;
  box-shadow:none!important;
  transform:none!important;
  background:transparent!important;
}
html body #nine-stpc .nine-stpc__author-launcher[hidden]{display:none!important}
html body #nine-stpc .nine-stpc__author-launcher[aria-expanded="true"]{opacity:1!important}
@media(max-width:360px){
  html body #nine-stpc .nine-stpc__author-launcher--large{--stpc-author-dock-size:58px;min-width:68px!important;min-height:68px!important}
}

/* 2.21.0 — Author Companion reliability pass.
   Large (70px) is the default, the dock image fills its button, and the action popover shows a large portrait. */
html body #nine-stpc .nine-stpc__author-launcher{
  --stpc-author-dock-size:70px;
  width:var(--stpc-author-dock-size)!important;
  height:var(--stpc-author-dock-size)!important;
  min-width:var(--stpc-author-dock-size)!important;
  min-height:var(--stpc-author-dock-size)!important;
  max-width:var(--stpc-author-dock-size)!important;
  max-height:var(--stpc-author-dock-size)!important;
  padding:0!important;
  line-height:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
html body #nine-stpc .nine-stpc__author-launcher--small{--stpc-author-dock-size:30px}
html body #nine-stpc .nine-stpc__author-launcher--medium{--stpc-author-dock-size:36px}
html body #nine-stpc .nine-stpc__author-launcher--large{--stpc-author-dock-size:70px}
html body #nine-stpc .nine-stpc__author-launcher.is-auto-shrunk{
  --stpc-author-dock-size:var(--stpc-author-compact-size);
  width:max(42px,var(--stpc-author-compact-size))!important;
  height:max(42px,var(--stpc-author-compact-size))!important;
  min-width:max(42px,var(--stpc-author-compact-size))!important;
  min-height:max(42px,var(--stpc-author-compact-size))!important;
  max-width:none!important;
  max-height:none!important;
  padding:calc((max(42px,var(--stpc-author-compact-size)) - var(--stpc-author-compact-size))/2)!important;
}
html body #nine-stpc .nine-stpc__author-launcher-photo,
html body #nine-stpc .nine-stpc__author-popover-photo{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  clip:auto!important;
  clip-path:none!important;
  mask:none!important;
  -webkit-mask:none!important;
  transform:none!important;
  translate:none!important;
  scale:1!important;
  rotate:0deg!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  text-indent:0!important;
  font-size:0!important;
}
html body #nine-stpc .nine-stpc__author-launcher-photo{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:inherit!important;
  background:var(--stpc-surface)!important;
}
html body #nine-stpc .nine-stpc__author-popover{
  width:168px!important;
  min-width:168px!important;
  max-width:min(168px,calc(100vw - 16px))!important;
  padding:0!important;
}
html body #nine-stpc .nine-stpc__author-popover-photo-wrap{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:var(--stpc-surface)!important;
  border-bottom:1px solid var(--stpc-border)!important;
}
html body #nine-stpc .nine-stpc__author-popover-photo{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  background:var(--stpc-surface)!important;
}
@media(max-width:360px){
  html body #nine-stpc .nine-stpc__author-launcher--large{--stpc-author-dock-size:70px}
  html body #nine-stpc .nine-stpc__author-popover{width:156px!important;min-width:156px!important;max-width:calc(100vw - 16px)!important}
}

/* 2.21.1 — Author action reliability.
   #nine-stpc itself intentionally has pointer-events:none for theme isolation, so the
   author popover must explicitly opt back into pointer events just like the dock/drawer. */
html body #nine-stpc.nine-stpc .nine-stpc__author-popover{
  pointer-events:auto!important;
  touch-action:manipulation!important;
}
html body #nine-stpc.nine-stpc .nine-stpc__author-action{
  pointer-events:auto!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  position:relative!important;
  z-index:1!important;
}
html body #nine-stpc.nine-stpc .nine-stpc__author-popover.has-no-actions .nine-stpc__author-popover-photo-wrap{
  border-bottom:0!important;
}
html body #nine-stpc.nine-stpc .nine-stpc__author-action[hidden]{display:none!important}

/* 2.22.0 — Optional Author Companion media. This only extends the existing photo tab. */
html body #nine-stpc .nine-stpc__author-media-shell{
  position:relative!important;
  display:block!important;
  width:max-content!important;
  height:max-content!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  pointer-events:auto!important;
  isolation:isolate!important;
}
html body #nine-stpc .nine-stpc__author-media-shell .nine-stpc__author-launcher{
  position:relative!important;
  z-index:3!important;
}
html body #nine-stpc .nine-stpc__author-media-shell.is-video-playing .nine-stpc__author-launcher{
  background:transparent!important;
  box-shadow:none!important;
}
html body #nine-stpc .nine-stpc__author-media-shell.is-video-playing .nine-stpc__author-launcher-photo{
  opacity:0!important;
  visibility:hidden!important;
}
html body #nine-stpc .nine-stpc__author-media-layer{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:inherit!important;
  background:transparent!important;
  opacity:var(--stpc-author-box-opacity)!important;
  pointer-events:none!important;
}
html body #nine-stpc .nine-stpc__author-media-layer[hidden]{display:none!important}
html body #nine-stpc .nine-stpc__author-media-shell:hover .nine-stpc__author-media-layer,
html body #nine-stpc .nine-stpc__author-media-shell:focus-within .nine-stpc__author-media-layer{opacity:1!important}
html body #nine-stpc .nine-stpc__author-media-layer video,
html body #nine-stpc .nine-stpc__author-media-layer iframe,
html body #nine-stpc .nine-stpc__author-media-layer .nine-stpc__author-youtube-host{
  position:absolute!important;
  top:0!important;
  left:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  pointer-events:none!important;
  background:#000!important;
}
html body #nine-stpc .nine-stpc__author-media-layer video{
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
html body #nine-stpc .nine-stpc__author-media-mute{
  position:absolute!important;
  right:3px!important;
  bottom:3px!important;
  z-index:5!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:4px!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.58)!important;
  color:#fff!important;
  box-shadow:0 2px 8px rgba(0,0,0,.22)!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  line-height:0!important;
}
html body #nine-stpc .nine-stpc__author-media-mute[hidden]{display:none!important}
html body #nine-stpc .nine-stpc__author-media-mute svg{
  width:100%!important;height:100%!important;display:block!important;
  fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
html body #nine-stpc .nine-stpc__author-media-mute .nine-stpc__sound-off{display:none}
html body #nine-stpc .nine-stpc__author-media-mute.is-muted .nine-stpc__sound-on{display:none}
html body #nine-stpc .nine-stpc__author-media-mute.is-muted .nine-stpc__sound-off{display:block}
html body #nine-stpc .nine-stpc__author-audio-wave{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  padding:8px 24px 8px 8px!important;
  margin:0!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.28))!important;
}
html body #nine-stpc .nine-stpc__author-audio-wave[hidden]{display:none!important}
html body #nine-stpc .nine-stpc__author-audio-wave i{
  display:block!important;
  width:3px!important;
  height:18%!important;
  min-height:4px!important;
  max-height:72%!important;
  margin:0!important;
  padding:0!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 1px 3px rgba(0,0,0,.3)!important;
  animation:nine-stpc-author-wave .72s ease-in-out infinite alternate!important;
}
html body #nine-stpc .nine-stpc__author-audio-wave i:nth-child(2){animation-delay:.10s!important;height:40%!important}
html body #nine-stpc .nine-stpc__author-audio-wave i:nth-child(3){animation-delay:.20s!important;height:62%!important}
html body #nine-stpc .nine-stpc__author-audio-wave i:nth-child(4){animation-delay:.30s!important;height:34%!important}
html body #nine-stpc .nine-stpc__author-audio-wave i:nth-child(5){animation-delay:.40s!important;height:52%!important}
@keyframes nine-stpc-author-wave{from{transform:scaleY(.45)}to{transform:scaleY(1.25)}}
html body #nine-stpc.is-open .nine-stpc__author-media-shell{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@media(max-width:360px){
  html body #nine-stpc .nine-stpc__author-media-mute{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;padding:4px!important}
}
@media(prefers-reduced-motion:reduce){
  html body #nine-stpc .nine-stpc__author-audio-wave i{animation:none!important;transform:none!important}
}
html body #nine-stpc .nine-stpc__dock--left .nine-stpc__author-media-shell,
html body #nine-stpc .nine-stpc__dock--left .nine-stpc__author-media-layer{border-radius:0 10px 10px 0!important}
html body #nine-stpc .nine-stpc__dock--right .nine-stpc__author-media-shell,
html body #nine-stpc .nine-stpc__dock--right .nine-stpc__author-media-layer{border-radius:10px 0 0 10px!important}


/* 2.23.0 — Publication edition: explicit author verification + manual minimise/restore. */
html body #nine-stpc .nine-stpc__author-launcher-photo{
  opacity:1!important;
  filter:none!important;
  visibility:visible!important;
}
html body #nine-stpc .nine-stpc__author-minimize{
  position:absolute!important;
  top:-8px!important;
  right:-8px!important;
  z-index:12!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  margin:0!important;
  padding:0!important;
  border:2px solid var(--stpc-surface)!important;
  border-radius:999px!important;
  background:var(--stpc-accent)!important;
  color:#fff!important;
  box-shadow:0 3px 10px rgba(0,0,0,.25)!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  opacity:1!important;
  line-height:0!important;
}
html body #nine-stpc .nine-stpc__author-minimize:hover,
html body #nine-stpc .nine-stpc__author-minimize:focus-visible{
  filter:brightness(1.12)!important;
  outline:2px solid var(--stpc-accent)!important;
  outline-offset:2px!important;
}
html body #nine-stpc .nine-stpc__author-minimize svg{
  display:block!important;
  width:14px!important;
  height:14px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.4!important;
  stroke-linecap:round!important;
}
html body #nine-stpc .nine-stpc__author-restore-icon{display:none!important}
html body #nine-stpc .nine-stpc__author-media-shell.is-manually-minimized .nine-stpc__author-minimize-icon{display:none!important}
html body #nine-stpc .nine-stpc__author-media-shell.is-manually-minimized .nine-stpc__author-restore-icon{display:block!important}
html body #nine-stpc .nine-stpc__author-media-shell.is-manually-minimized .nine-stpc__author-minimize{
  top:-6px!important;
  right:-6px!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  min-height:22px!important;
}
html body #nine-stpc.is-open .nine-stpc__author-minimize{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@media(max-width:360px){
  html body #nine-stpc .nine-stpc__author-minimize{top:-6px!important;right:-6px!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}
}


/* 3.0.0 — ship-ready compact publication tabs.
   100% is the compact production baseline. One CSS variable proportionately scales every visible
   navigation tab while preserving the distinct publication-oriented silhouettes and inherited palette. */
.nine-stpc{--stpc-tab-scale:1}
html body #nine-stpc .nine-stpc__tab{
  gap:calc(5px * var(--stpc-tab-scale))!important;
  font-size:calc(11px * var(--stpc-tab-scale))!important;
  line-height:1!important;
}
html body #nine-stpc .nine-stpc__tab>.nine-stpc__svg-icon,
html body #nine-stpc .nine-stpc__tab>.nine-stpc__tab-custom-icon,
html body #nine-stpc .nine-stpc__tab svg{
  width:calc(14px * var(--stpc-tab-scale))!important;
  height:calc(14px * var(--stpc-tab-scale))!important;
  max-width:calc(16px * var(--stpc-tab-scale))!important;
  max-height:calc(16px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--info{
  min-width:calc(38px * var(--stpc-tab-scale))!important;
  min-height:calc(38px * var(--stpc-tab-scale))!important;
  padding:calc(6px * var(--stpc-tab-scale))!important;
  border-radius:calc(12px * var(--stpc-tab-scale)) calc(3px * var(--stpc-tab-scale)) calc(12px * var(--stpc-tab-scale)) calc(3px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__info-glyph{
  font-size:calc(17px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--info .nine-stpc__info-custom-icon{
  width:calc(15px * var(--stpc-tab-scale))!important;
  height:calc(15px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--category{
  min-width:calc(38px * var(--stpc-tab-scale))!important;
  min-height:calc(36px * var(--stpc-tab-scale))!important;
  padding:calc(6px * var(--stpc-tab-scale)) calc(7px * var(--stpc-tab-scale))!important;
  font-size:calc(9px * var(--stpc-tab-scale))!important;
  border-radius:calc(5px * var(--stpc-tab-scale)) calc(14px * var(--stpc-tab-scale)) calc(14px * var(--stpc-tab-scale)) calc(5px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--category>.nine-stpc__svg-icon,
html body #nine-stpc .nine-stpc__tab--category>.nine-stpc__tab-custom-icon{
  width:calc(14px * var(--stpc-tab-scale))!important;
  height:calc(14px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--category:before{
  top:calc(-3px * var(--stpc-tab-scale))!important;
  left:calc(6px * var(--stpc-tab-scale))!important;
  width:calc(13px * var(--stpc-tab-scale))!important;
  height:calc(5px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--page{
  min-width:calc(34px * var(--stpc-tab-scale))!important;
  min-height:calc(39px * var(--stpc-tab-scale))!important;
  padding:calc(6px * var(--stpc-tab-scale))!important;
  border-radius:calc(2px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab--pages{
  min-width:calc(38px * var(--stpc-tab-scale))!important;
  min-height:calc(36px * var(--stpc-tab-scale))!important;
  padding:calc(6px * var(--stpc-tab-scale))!important;
  margin-bottom:calc(6px * var(--stpc-tab-scale))!important;
  border-radius:calc(5px * var(--stpc-tab-scale))!important;
}
html body #nine-stpc .nine-stpc__tab.nine-stpc__tab--icon-only{
  min-width:calc(36px * var(--stpc-tab-scale))!important;
  min-height:calc(36px * var(--stpc-tab-scale))!important;
  padding:calc(6px * var(--stpc-tab-scale))!important;
}
/* Preserve each mode's slightly different silhouette after the generic icon-only rule. */
html body #nine-stpc .nine-stpc__tab.nine-stpc__tab--icon-only.nine-stpc__tab--info{min-width:calc(38px * var(--stpc-tab-scale))!important;min-height:calc(38px * var(--stpc-tab-scale))!important}
html body #nine-stpc .nine-stpc__tab.nine-stpc__tab--icon-only.nine-stpc__tab--category{min-width:calc(38px * var(--stpc-tab-scale))!important;min-height:calc(36px * var(--stpc-tab-scale))!important}
html body #nine-stpc .nine-stpc__tab.nine-stpc__tab--icon-only.nine-stpc__tab--page{min-width:calc(34px * var(--stpc-tab-scale))!important;min-height:calc(39px * var(--stpc-tab-scale))!important}
html body #nine-stpc .nine-stpc__tab.nine-stpc__tab--icon-only.nine-stpc__tab--pages{min-width:calc(38px * var(--stpc-tab-scale))!important;min-height:calc(36px * var(--stpc-tab-scale))!important}
@media(max-width:600px){
  html body #nine-stpc.nine-stpc--tabs-horizontal .nine-stpc__tab{min-height:calc(36px * var(--stpc-tab-scale))!important}
}
@media(max-width:380px){
  html body #nine-stpc .nine-stpc__tab--info{min-width:calc(36px * var(--stpc-tab-scale))!important;min-height:calc(36px * var(--stpc-tab-scale))!important;padding:calc(5px * var(--stpc-tab-scale))!important}
  html body #nine-stpc .nine-stpc__tab--category{min-width:calc(36px * var(--stpc-tab-scale))!important;min-height:calc(34px * var(--stpc-tab-scale))!important}
  html body #nine-stpc .nine-stpc__tab--page{min-width:calc(32px * var(--stpc-tab-scale))!important;min-height:calc(37px * var(--stpc-tab-scale))!important}
  html body #nine-stpc .nine-stpc__tab--pages{min-width:calc(36px * var(--stpc-tab-scale))!important;min-height:calc(34px * var(--stpc-tab-scale))!important;margin-bottom:calc(5px * var(--stpc-tab-scale))!important}
}
