:root{
  --tl-bg:#05070a;
  --tl-ink:#f8fafc;
  --tl-muted:#94a3b8;
  --tl-dim:#64748b;
  --tl-line:rgba(255,255,255,.12);
  --tl-line-strong:rgba(255,255,255,.22);
  --tl-panel:rgba(9,14,22,.72);
  --tl-panel-2:rgba(15,23,42,.76);
  --tl-teal:#2dd4bf;
  --tl-blue:#60a5fa;
  --tl-amber:#f59e0b;
  --tl-red:#f87171;
  --tl-green:#4ade80;
  --tl-violet:#a78bfa;
  --tl-ease:cubic-bezier(.16,1,.3,1);
}

html.tl-cinematic-root{background:var(--tl-bg)}
body.tl-cinematic-active{
  color-scheme:dark;
  background:
    linear-gradient(112deg,#05070a 0%,#07111d 28%,#111827 50%,#0a1421 73%,#040609 100%) !important;
}
body.tl-cinematic-active::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,.032) 1px,transparent 1px),
    repeating-linear-gradient(110deg,rgba(255,255,255,.032) 0 1px,transparent 1px 18px),
    linear-gradient(180deg,rgba(45,212,191,.08),transparent 36%,rgba(245,158,11,.055));
  background-size:80px 80px,80px 80px,auto,auto;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.95),rgba(0,0,0,.45) 58%,rgba(0,0,0,.12));
  opacity:.65;
}
body.tl-cinematic-active > *{position:relative;z-index:1}

body.tl-tools-hub .wrapper{
  max-width:1180px;
  padding-left:24px;
  padding-right:24px;
}
body.tl-tools-hub .header{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
body.tl-tools-hub .header h1{
  font-size:3.15rem;
  line-height:1.02;
  letter-spacing:0;
}
body.tl-tools-hub .header .subtitle{
  color:rgba(226,232,240,.78);
}
body.tl-tools-hub .tools-grid,
body.tl-tools-hub .tl-legacy-tool-block{
  display:none !important;
}

.tl-hub-app{
  margin:34px 0 72px;
}
.tl-cinema-stage{
  border:1px solid var(--tl-line);
  border-radius:8px;
  background:
    linear-gradient(145deg,rgba(15,23,42,.82),rgba(5,10,18,.82)),
    linear-gradient(90deg,rgba(45,212,191,.16),rgba(96,165,250,.08),rgba(245,158,11,.12));
  box-shadow:0 28px 90px rgba(0,0,0,.38);
  overflow:hidden;
}
.tl-stage-top{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:0;
  min-height:340px;
}
.tl-stage-copy{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.tl-stage-kicker{
  display:inline-flex;
  width:max-content;
  align-items:center;
  gap:8px;
  border:1px solid rgba(45,212,191,.28);
  color:var(--tl-teal);
  background:rgba(45,212,191,.08);
  border-radius:8px;
  padding:8px 12px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tl-stage-title{
  margin:22px 0 14px;
  color:var(--tl-ink);
  font-size:2.45rem;
  line-height:1.05;
  letter-spacing:0;
  font-weight:800;
}
.tl-stage-title strong{
  color:var(--tl-teal);
  font-weight:800;
}
.tl-stage-text{
  color:rgba(226,232,240,.74);
  font-size:1rem;
  line-height:1.75;
  max-width:650px;
}
.tl-stage-visual{
  min-height:340px;
  border-left:1px solid var(--tl-line);
  background:
    linear-gradient(135deg,rgba(96,165,250,.08),transparent 45%),
    linear-gradient(20deg,rgba(245,158,11,.10),transparent 55%),
    #08111d;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.tl-ops-board{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.tl-ops-cell{
  min-height:96px;
  border:1px solid var(--tl-line);
  border-radius:8px;
  background:rgba(255,255,255,.045);
  padding:16px;
}
.tl-ops-label{
  color:rgba(226,232,240,.58);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tl-ops-value{
  margin-top:12px;
  color:var(--tl-ink);
  font-size:1.55rem;
  line-height:1;
  font-weight:800;
}
.tl-ops-value.teal{color:var(--tl-teal)}
.tl-ops-value.amber{color:var(--tl-amber)}
.tl-ops-value.blue{color:var(--tl-blue)}
.tl-ops-value.green{color:var(--tl-green)}
.tl-stage-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--tl-line);
}
.tl-stage-metric{
  padding:18px 22px;
  border-right:1px solid var(--tl-line);
}
.tl-stage-metric:last-child{border-right:0}
.tl-stage-metric b{
  display:block;
  color:var(--tl-ink);
  font-size:1.25rem;
  line-height:1.1;
}
.tl-stage-metric span{
  display:block;
  margin-top:4px;
  color:rgba(226,232,240,.54);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tl-command-panel{
  margin:18px 0 24px;
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto;
  gap:12px;
  align-items:center;
}
.tl-search-wrap{
  position:relative;
}
.tl-search-wrap svg{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  color:var(--tl-dim);
}
.tl-tool-search{
  width:100%;
  min-height:48px;
  border-radius:8px;
  border:1px solid var(--tl-line);
  background:rgba(2,6,23,.72);
  color:var(--tl-ink);
  padding:12px 16px 12px 46px;
  font:600 .95rem/1.3 inherit;
  outline:none;
}
.tl-tool-search:focus{
  border-color:rgba(45,212,191,.58);
  box-shadow:0 0 0 3px rgba(45,212,191,.13);
}
.tl-filter-row{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.tl-filter-btn,
.tl-tool-deck button{
  min-height:40px;
  border-radius:8px;
  border:1px solid var(--tl-line);
  background:rgba(15,23,42,.72);
  color:rgba(248,250,252,.78);
  padding:9px 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font:800 .75rem/1 inherit;
  letter-spacing:.04em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .18s var(--tl-ease),border-color .18s var(--tl-ease),background .18s var(--tl-ease),color .18s var(--tl-ease);
}
.tl-filter-btn svg,
.tl-tool-deck button svg{width:16px;height:16px;flex:0 0 16px}
.tl-filter-btn:hover,
.tl-tool-deck button:hover{transform:translateY(-1px);border-color:var(--tl-line-strong);color:var(--tl-ink)}
.tl-filter-btn.active{
  color:#031313;
  border-color:rgba(45,212,191,.78);
  background:linear-gradient(135deg,var(--tl-teal),#7dd3fc);
}
.tl-library-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin:24px 0 14px;
}
.tl-library-head h2{
  margin:0;
  color:var(--tl-ink);
  font-size:1.45rem;
  letter-spacing:0;
}
.tl-library-count{
  color:rgba(226,232,240,.58);
  font-size:.82rem;
  font-weight:700;
}
.tl-tool-library{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.tl-tool-tile{
  min-height:236px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:18px;
  text-decoration:none;
  color:inherit;
  border:1px solid var(--tl-line);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)),
    rgba(8,13,22,.82);
  padding:18px;
  overflow:hidden;
  position:relative;
  transition:transform .22s var(--tl-ease),border-color .22s var(--tl-ease),box-shadow .22s var(--tl-ease),background .22s var(--tl-ease);
}
.tl-tool-tile::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--tile-accent,var(--tl-teal)),transparent);
}
.tl-tool-tile:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 22px 60px rgba(0,0,0,.32);
}
.tl-tool-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.tl-tool-mark{
  width:42px;
  height:42px;
  border-radius:8px;
  display:grid;
  place-items:center;
  color:#031313;
  background:var(--tile-accent,var(--tl-teal));
  font-weight:900;
  font-size:.82rem;
  letter-spacing:.02em;
}
.tl-tool-category{
  color:rgba(226,232,240,.56);
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-align:right;
}
.tl-tool-tile h3{
  color:var(--tl-ink);
  margin:0 0 8px;
  font-size:1.05rem;
  line-height:1.25;
  letter-spacing:0;
}
.tl-tool-tile p{
  color:rgba(226,232,240,.68);
  margin:0;
  font-size:.88rem;
  line-height:1.62;
}
.tl-tool-specs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.tl-tool-spec{
  border:1px solid rgba(255,255,255,.09);
  border-radius:8px;
  padding:8px;
  min-height:54px;
  background:rgba(255,255,255,.035);
}
.tl-tool-spec b{
  display:block;
  color:var(--tl-ink);
  font-size:.78rem;
  line-height:1.15;
}
.tl-tool-spec span{
  display:block;
  margin-top:4px;
  color:rgba(226,232,240,.48);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tl-tool-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:var(--tile-accent,var(--tl-teal));
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.tl-tool-cta svg{width:18px;height:18px}
.tl-hub-cta{
  margin-top:18px;
  border:1px solid rgba(45,212,191,.24);
  border-radius:8px;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(110deg,rgba(45,212,191,.10),rgba(96,165,250,.06),rgba(245,158,11,.08));
}
.tl-hub-cta b{
  color:var(--tl-ink);
  display:block;
  font-size:1.05rem;
}
.tl-hub-cta span{
  color:rgba(226,232,240,.66);
  display:block;
  margin-top:4px;
  font-size:.9rem;
}
.tl-hub-cta a{
  flex:0 0 auto;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:8px;
  padding:12px 16px;
  color:#031313;
  background:linear-gradient(135deg,var(--tl-teal),#7dd3fc);
  text-decoration:none;
  font-weight:900;
}

.tl-tool-deck{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  z-index:80;
  display:flex;
  gap:8px;
  padding:8px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(5,8,13,.82);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 55px rgba(0,0,0,.38);
}
body.tl-has-tool-deck{padding-bottom:82px}
.tl-tool-deck .tl-status{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  color:rgba(226,232,240,.58);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.tl-presentation-mode .tl-tool-deck{opacity:.18}
body.tl-presentation-mode .tl-tool-deck:hover{opacity:1}
body.tl-presentation-mode nav,
body.tl-presentation-mode #mainNav,
body.tl-presentation-mode .related-links-seo,
body.tl-presentation-mode .ft-cookie{display:none !important}

.tl-intel-panel{
  margin:22px 0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  padding:20px;
  background:
    linear-gradient(140deg,rgba(45,212,191,.08),transparent 48%),
    rgba(8,13,22,.76);
  box-shadow:0 16px 48px rgba(0,0,0,.22);
}
.tl-intel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.tl-intel-head h3{
  margin:0;
  color:var(--tl-ink);
  font-size:1.05rem;
  letter-spacing:0;
}
.tl-intel-head p{
  margin:5px 0 0;
  color:rgba(226,232,240,.58);
  font-size:.84rem;
  line-height:1.55;
}
.tl-intel-badge{
  border-radius:8px;
  padding:8px 10px;
  min-width:110px;
  text-align:center;
  border:1px solid rgba(255,255,255,.12);
  color:var(--tl-teal);
  background:rgba(45,212,191,.08);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.tl-intel-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.tl-intel-card{
  border:1px solid rgba(255,255,255,.10);
  border-radius:8px;
  background:rgba(255,255,255,.04);
  padding:14px;
  min-height:116px;
}
.tl-intel-card b{
  display:block;
  color:var(--tl-ink);
  font-size:1.08rem;
  line-height:1.18;
}
.tl-intel-card span{
  display:block;
  margin-top:7px;
  color:rgba(226,232,240,.56);
  font-size:.72rem;
  line-height:1.45;
}
.tl-intel-card.good b{color:var(--tl-green)}
.tl-intel-card.warn b{color:var(--tl-amber)}
.tl-intel-card.risk b{color:var(--tl-red)}
.tl-intel-card.info b{color:var(--tl-blue)}
.tl-action-list{
  margin-top:12px;
  display:grid;
  gap:8px;
}
.tl-action-item{
  border-left:3px solid var(--tl-teal);
  border-radius:8px;
  background:rgba(255,255,255,.035);
  padding:10px 12px;
  color:rgba(226,232,240,.74);
  font-size:.82rem;
  line-height:1.5;
}
.tl-action-item strong{color:var(--tl-ink)}

.tl-reveal{
  opacity:0;
  transform:translateY(16px);
  transition:opacity .65s var(--tl-ease),transform .65s var(--tl-ease);
}
.tl-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media(max-width:980px){
  body.tl-tools-hub .header h1{font-size:2.45rem}
  .tl-stage-top{grid-template-columns:1fr}
  .tl-stage-visual{border-left:0;border-top:1px solid var(--tl-line)}
  .tl-stage-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tl-stage-metric:nth-child(2){border-right:0}
  .tl-stage-metric:nth-child(1),
  .tl-stage-metric:nth-child(2){border-bottom:1px solid var(--tl-line)}
  .tl-command-panel{grid-template-columns:1fr}
  .tl-filter-row{justify-content:flex-start}
  .tl-tool-library{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tl-intel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  body.tl-tools-hub .wrapper{padding-left:16px;padding-right:16px}
  body.tl-tools-hub .header h1{font-size:2rem}
  .tl-stage-copy,.tl-stage-visual{padding:20px}
  .tl-stage-title{font-size:1.8rem}
  .tl-ops-board{grid-template-columns:1fr}
  .tl-tool-library{grid-template-columns:1fr}
  .tl-library-head{align-items:flex-start;flex-direction:column}
  .tl-hub-cta{align-items:flex-start;flex-direction:column}
  .tl-hub-cta a{width:100%}
  .tl-tool-deck{
    left:10px;
    right:10px;
    bottom:10px;
    transform:none;
    overflow-x:auto;
    justify-content:flex-start;
  }
  .tl-tool-deck button{white-space:nowrap}
  .tl-intel-grid{grid-template-columns:1fr}
  .tl-intel-head{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  .tl-reveal,.tl-tool-tile,.tl-filter-btn,.tl-tool-deck button{transition:none}
}

/* Keep the primary hub library visible immediately; reveal is only for supporting panels. */
body.tl-tools-hub .tl-tool-tile.tl-reveal{
  opacity:1;
  transform:none;
}

/* The JS hub replaces the older SEO expansion visually; keep the source HTML as fallback/indexing content. */
body.tl-tools-hub .hub-expand{
  display:none !important;
}
body.tl-tools-hub .related-links-seo{
  max-width:1180px !important;
  color:rgba(226,232,240,.72) !important;
}
body.tl-tools-hub .related-links-seo h2{
  color:rgba(248,250,252,.86) !important;
}
body.tl-tools-hub .related-links-seo a{
  color:#93c5fd !important;
}

/* Author display rules override the UA hidden style, so enforce filtered cards collapsing. */
.tl-tool-tile[hidden]{
  display:none !important;
}

/* 2026-05-04: clinical/product direction, not sci-fi. */
:root{
  --tl-bg:#f6f3ee;
  --tl-ink:#17212f;
  --tl-muted:#5f6f7e;
  --tl-dim:#7c8a96;
  --tl-line:rgba(23,33,47,.12);
  --tl-line-strong:rgba(23,33,47,.24);
  --tl-teal:#0f766e;
  --tl-blue:#2f6f9f;
  --tl-amber:#a16207;
  --tl-red:#b45353;
  --tl-green:#2f7d58;
  --tl-violet:#6d5c8f;
}

body.tl-cinematic-active:not(.tl-tools-hub){
  background:
    linear-gradient(180deg,#101827 0%,#111c2b 42%,#0d1622 100%) !important;
}
body.tl-cinematic-active:not(.tl-tools-hub)::before{
  background:
    radial-gradient(ellipse 55% 28% at 50% 0%,rgba(255,255,255,.055),transparent 70%),
    linear-gradient(180deg,rgba(15,118,110,.07),transparent 34%,rgba(148,113,57,.04));
  background-size:auto;
  mask-image:none;
  opacity:.72;
}

body.tl-tools-hub{
  color-scheme:light;
  background:
    linear-gradient(180deg,#f7f4ee 0%,#f4f1eb 44%,#fbfaf7 100%) !important;
  color:#17212f;
}
body.tl-tools-hub::before{
  background:
    linear-gradient(180deg,rgba(15,118,110,.08),transparent 26%),
    linear-gradient(90deg,rgba(255,255,255,.34),transparent 40%,rgba(143,108,62,.08));
  opacity:1;
  mask-image:none;
}
body.tl-tools-hub .header{
  margin-bottom:42px;
}
body.tl-tools-hub .header-badge{
  background:#eef7f4 !important;
  border-color:#cfdfdc !important;
  color:#0f766e !important;
  box-shadow:none !important;
}
body.tl-tools-hub .header h1{
  color:#17212f !important;
  text-shadow:none !important;
}
body.tl-tools-hub .header h1 span{
  color:#0f766e !important;
  background:none !important;
  -webkit-text-fill-color:currentColor !important;
}
body.tl-tools-hub .header .subtitle{
  color:#5f6f7e !important;
}

body.tl-tools-hub .tl-hub-app{
  margin-top:22px;
}
body.tl-tools-hub .tl-cinema-stage{
  background:#fffdf9 !important;
  border:1px solid #ddd7cd !important;
  border-radius:10px !important;
  box-shadow:0 22px 70px rgba(43,36,26,.12) !important;
}
body.tl-tools-hub .tl-stage-copy{
  padding:38px;
}
body.tl-tools-hub .tl-stage-kicker{
  background:#f0f7f5 !important;
  border-color:#cbded9 !important;
  color:#0f766e !important;
}
body.tl-tools-hub .tl-stage-title{
  color:#17212f !important;
  font-size:2.3rem;
}
body.tl-tools-hub .tl-stage-title strong{
  color:#0f766e !important;
}
body.tl-tools-hub .tl-stage-text{
  color:#5f6f7e !important;
}
body.tl-tools-hub .tl-stage-visual{
  background:
    linear-gradient(180deg,#f8f6f1,#f1eee7) !important;
  border-left:1px solid #ddd7cd !important;
}
body.tl-tools-hub .tl-ops-cell{
  background:#fffaf2 !important;
  border-color:#ded7cd !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}
body.tl-tools-hub .tl-ops-label,
body.tl-tools-hub .tl-stage-metric span,
body.tl-tools-hub .tl-library-count{
  color:#73808d !important;
}
body.tl-tools-hub .tl-ops-value,
body.tl-tools-hub .tl-stage-metric b,
body.tl-tools-hub .tl-library-head h2{
  color:#17212f !important;
}
body.tl-tools-hub .tl-ops-value.teal,
body.tl-tools-hub .tl-ops-value.blue,
body.tl-tools-hub .tl-ops-value.green{
  color:#0f766e !important;
}
body.tl-tools-hub .tl-ops-value.amber{
  color:#8a5a12 !important;
}
body.tl-tools-hub .tl-stage-strip,
body.tl-tools-hub .tl-stage-metric{
  border-color:#ddd7cd !important;
}

body.tl-tools-hub .tl-tool-search{
  background:#fffdf9 !important;
  border-color:#d8d1c6 !important;
  color:#17212f !important;
  box-shadow:0 8px 28px rgba(43,36,26,.06);
}
body.tl-tools-hub .tl-tool-search:focus{
  border-color:#0f766e !important;
  box-shadow:0 0 0 3px rgba(15,118,110,.12),0 10px 30px rgba(43,36,26,.08) !important;
}
body.tl-tools-hub .tl-search-wrap svg{
  color:#7c8a96 !important;
}
body.tl-tools-hub .tl-filter-btn{
  background:#fffaf2 !important;
  color:#536273 !important;
  border-color:#d8d1c6 !important;
  box-shadow:none !important;
}
body.tl-tools-hub .tl-filter-btn:hover{
  color:#17212f !important;
  border-color:#bdb5a8 !important;
}
body.tl-tools-hub .tl-filter-btn.active{
  background:#123c38 !important;
  border-color:#123c38 !important;
  color:#fffdf9 !important;
}

body.tl-tools-hub .tl-tool-tile{
  background:#fffdf9 !important;
  border-color:#ded7cd !important;
  box-shadow:0 12px 36px rgba(43,36,26,.08) !important;
  color:#17212f !important;
}
body.tl-tools-hub .tl-tool-tile:hover{
  border-color:#bdb5a8 !important;
  box-shadow:0 20px 54px rgba(43,36,26,.13) !important;
}
body.tl-tools-hub .tl-tool-tile::before{
  height:2px !important;
  background:#0f766e !important;
}
body.tl-tools-hub .tl-tool-mark{
  background:#eef3f1 !important;
  color:#123c38 !important;
  border:1px solid #d7e3df !important;
}
body.tl-tools-hub .tl-tool-category{
  color:#7c8a96 !important;
}
body.tl-tools-hub .tl-tool-tile h3{
  color:#17212f !important;
}
body.tl-tools-hub .tl-tool-tile p{
  color:#60707e !important;
}
body.tl-tools-hub .tl-tool-spec{
  background:#f7f5f0 !important;
  border-color:#e4ded4 !important;
}
body.tl-tools-hub .tl-tool-spec b{
  color:#213041 !important;
}
body.tl-tools-hub .tl-tool-spec span{
  color:#7c8a96 !important;
}
body.tl-tools-hub .tl-tool-cta{
  color:#0f766e !important;
}
body.tl-tools-hub .tl-hub-cta{
  background:#fffdf9 !important;
  border-color:#d8d1c6 !important;
  box-shadow:0 16px 42px rgba(43,36,26,.08);
}
body.tl-tools-hub .tl-hub-cta b{
  color:#17212f !important;
}
body.tl-tools-hub .tl-hub-cta span{
  color:#60707e !important;
}
body.tl-tools-hub .tl-hub-cta a{
  background:#123c38 !important;
  color:#fffdf9 !important;
}

.tl-tool-deck{
  background:rgba(17,24,39,.9) !important;
  border-color:rgba(255,255,255,.14) !important;
  box-shadow:0 14px 40px rgba(0,0,0,.28) !important;
}
.tl-tool-deck button{
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.82) !important;
}
.tl-tool-deck button:hover{
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
}

.tl-intel-panel{
  background:
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035)),
    rgba(15,23,42,.78) !important;
  border-color:rgba(255,255,255,.14) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.22) !important;
}
.tl-intel-badge{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.14) !important;
  color:#d7e5e2 !important;
}
.tl-intel-card{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.10) !important;
}
.tl-action-item{
  border-left-color:#7aa39d !important;
}

body.tl-page-pricing .hero h1{
  background:none !important;
  -webkit-text-fill-color:#e8eef2 !important;
  color:#e8eef2 !important;
  text-shadow:none !important;
}
body.tl-page-pricing .hero h1 br{
  display:none;
}
body.tl-page-pricing .hero .sub{
  color:rgba(226,232,240,.68) !important;
}
body.tl-page-pricing .calc-btn,
body.tl-page-capacity .calc-btn{
  background:#0f766e !important;
  box-shadow:0 10px 28px rgba(15,118,110,.20) !important;
}
body.tl-page-pricing .calc-btn:hover,
body.tl-page-capacity .calc-btn:hover{
  box-shadow:0 14px 34px rgba(15,118,110,.24) !important;
}

@media(max-width:980px){
  body.tl-tools-hub .tl-stage-visual{
    border-left:0 !important;
    border-top:1px solid #ddd7cd !important;
  }
}

/* Clinical cleanup pass. */
body.tl-page-pricing .hero h1 br{
  display:block !important;
}
body.tl-page-pricing .rv{
  opacity:1 !important;
  transform:none !important;
}
body.tl-tools-hub .related-links-seo{
  color:#5f6f7e !important;
}
body.tl-tools-hub .related-links-seo h2{
  color:#17212f !important;
}
body.tl-tools-hub .related-links-seo a{
  color:#0f766e !important;
  font-weight:600;
}
body.tl-tools-hub .related-links-seo a:hover{
  color:#123c38 !important;
}

