/* Indunect Foundry — shared shell for standalone engineering workspaces
   Graphite structure · safety yellow signal · drafting blue engineering accent */
:root {
  --foundry-graphite:#1b1e23;
  --foundry-gunmetal:#262b32;
  --foundry-paper:#e9eeeb;
  --foundry-white:#fbfbf9;
  --foundry-line:#d7dad4;
  --foundry-line-strong:#b4bab9;
  --foundry-muted:#565d66;
  --foundry-steel:#8f97a2;
  --foundry-blue:#2447c2;
  --foundry-blue-light:#5e83f2;
  --foundry-yellow:#f2c200;
  --foundry-yellow-deep:#8a6d00;
  --foundry-green:#2f7a4d;
  --foundry-red:#c2452d;
  --foundry-sans:"Archivo Variable","Arial Narrow","Segoe UI",Arial,sans-serif;
  --foundry-mono:"IBM Plex Mono","Cascadia Mono",Consolas,monospace;
}
.tool-workspace,
.tool-workspace *{box-sizing:border-box}
.tool-workspace{
  margin:0!important;
  background:var(--foundry-paper)!important;
  background-image:none!important;
  color:var(--foundry-graphite);
  font-family:var(--foundry-sans)!important;
  font-size:15px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
.tool-workspace::before{display:none!important}
.tool-workspace a{color:inherit}
.tool-workspace button,
.tool-workspace input,
.tool-workspace select{font:inherit}
.tool-workspace input[type=number],
.tool-workspace input[type=text],
.tool-workspace select{font-family:var(--foundry-mono)!important}
.tool-workspace :focus-visible{outline:2px solid var(--foundry-blue)!important;outline-offset:2px}

/* Shared site chrome */
.tool-workspace .indunect-bar{
  position:sticky!important;
  top:0;
  z-index:1000!important;
  min-height:80px!important;
  padding:0 max(32px,calc((100vw - 1240px)/2))!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr;
  align-items:center!important;
  gap:32px!important;
  color:var(--foundry-graphite)!important;
  background:#f1f2ef!important;
  border:0!important;
  border-bottom:1px solid var(--foundry-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
  font-family:var(--foundry-sans)!important;
}
.tool-workspace .indunect-brand{
  width:max-content;
  display:inline-flex!important;
  align-items:center;
  gap:11px;
  color:var(--foundry-graphite)!important;
  font-family:var(--foundry-sans)!important;
  font-size:16px!important;
  font-weight:740!important;
  letter-spacing:.05em!important;
  text-decoration:none;
}
.tool-workspace .indunect-mark{width:34px;height:34px;display:block}
.tool-workspace .indunect-mark .pillar{fill:currentColor}
.tool-workspace .indunect-mark .span{fill:var(--foundry-yellow)}
.tool-workspace .indunect-word{display:flex;color:var(--foundry-graphite)!important}
.tool-workspace .indunect-word i{color:var(--foundry-yellow);font-style:normal}
.tool-workspace .indunect-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  color:var(--foundry-muted);
  font-size:13.5px;
}
.tool-workspace .indunect-nav a{
  padding:7px 0;
  text-decoration:none;
}
.tool-workspace .indunect-nav a:hover{color:var(--foundry-graphite)}
.tool-workspace .indunect-nav .active{
  color:var(--foundry-graphite);
  font-weight:620;
  box-shadow:inset 0 -2px 0 var(--foundry-yellow);
}
.tool-workspace .indunect-back{
  justify-self:end;
  min-height:40px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--foundry-graphite)!important;
  background:var(--foundry-yellow);
  font-family:var(--foundry-sans)!important;
  font-size:12px!important;
  font-weight:660!important;
  text-decoration:none;
}
.tool-workspace .indunect-back:hover{background:#ffd21a!important;color:var(--foundry-graphite)!important}

/* Workspace frame and intro */
.tool-workspace--gear{
  --ink:#1b1e23;
  --ink-soft:#565d66;
  --steel:#2447c2;
  --steel-deep:#1b1e23;
  --steel-tint:#eef1fa;
  --accent:#f2c200;
  --accent-soft:#fbf3d3;
  --paper:#e9eeeb;
  --surface:#fbfbf9;
  --line:#d7dad4;
  --line-strong:#b4bab9;
  --text:#1b1e23;
  --text-muted:#565d66;
  --safe:#2f7a4d;
  --safe-soft:#e7f2eb;
  --warn:#8a6d00;
  --warn-soft:#fbf3d3;
  --critical:#c2452d;
  --critical-soft:#f7e8e4;
  --radius-sm:4px;
  --radius:8px;
  --radius-lg:10px;
  --font-display:var(--foundry-sans);
  --font-body:var(--foundry-sans);
  --font-mono:var(--foundry-mono);
  --shadow-sm:none;
  --shadow:none;
  --shadow-lg:0 24px 70px rgba(15,17,21,.28);
}
.tool-workspace--pulley{
  --bg:#e9eeeb;
  --panel:#fbfbf9;
  --panel-2:#eceee9;
  --line:#d7dad4;
  --line-soft:#e2e4df;
  --text:#1b1e23;
  --muted:#565d66;
  --muted-dim:#7c848e;
  --amber:#f2c200;
  --amber-dim:#8a6d00;
  --steel:#2447c2;
  --steel-dim:#5e83f2;
  --ok:#2f7a4d;
  --warn:#8a6d00;
  --danger:#c2452d;
  --belt:#c46a2f;
  --radius:8px;
}
.tool-workspace--gear .container,
.tool-workspace--pulley .wrap{
  position:relative;
  z-index:1;
  width:min(1240px,calc(100% - 64px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:64px 0 80px!important;
}
.tool-workspace .tool-intro{
  position:relative!important;
  min-height:0!important;
  margin:0 0 24px!important;
  padding:0!important;
  display:flex!important;
  flex-wrap:wrap;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  overflow:visible!important;
  color:var(--foundry-graphite)!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-align:left!important;
}
.tool-workspace .tool-intro::after{display:none!important}
.tool-workspace .tool-intro h1{
  width:100%;
  margin:0!important;
  color:var(--foundry-graphite)!important;
  font-family:var(--foundry-sans)!important;
  font-size:clamp(42px,5vw,70px)!important;
  font-weight:680!important;
  letter-spacing:-.055em!important;
  line-height:1!important;
  text-align:left!important;
}
.tool-workspace .tool-intro h1 i{display:none}
.tool-workspace .tool-intro p,
.tool-workspace .tool-intro .tagline{
  max-width:720px!important;
  margin:0!important;
  color:var(--foundry-muted)!important;
  font-size:15px!important;
  line-height:1.75!important;
  text-align:left!important;
}
.tool-workspace .tool-code,
.tool-workspace .eyebrow{
  width:100%;
  margin:0 0 -8px;
  color:var(--foundry-blue)!important;
  font-family:var(--foundry-mono)!important;
  font-size:9px!important;
  font-weight:500;
  letter-spacing:.11em!important;
  text-transform:uppercase;
}
.tool-workspace .tool-code::before,
.tool-workspace .eyebrow::before{
  content:"";
  width:24px;
  height:3px;
  display:inline-block;
  margin-right:10px;
  vertical-align:middle;
  background:var(--foundry-yellow);
}
.tool-workspace--pulley .tool-intro .brand{
  max-width:800px;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tool-workspace--pulley .tool-intro .brand h1{width:auto}
.tool-workspace--pulley .tool-intro .tagline{max-width:66ch!important}
.tool-workspace--pulley .toggles{gap:8px!important;align-items:flex-end!important}
.tool-workspace--gear .tool-intro{padding-top:58px!important}
.tool-workspace--gear .unit-selector,
.tool-workspace--gear .language-selector{
  top:0!important;
  padding:3px!important;
  gap:2px!important;
  background:var(--foundry-white)!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:4px!important;
  backdrop-filter:none!important;
}
.tool-workspace--gear .unit-selector{left:0!important}
.tool-workspace--gear .language-selector{right:0!important}

/* Notices and method statements */
.tool-workspace .beta-note{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  gap:16px!important;
  align-items:start!important;
  margin:0 0 24px!important;
  padding:16px 18px!important;
  color:var(--foundry-muted)!important;
  background:var(--foundry-white)!important;
  border:1px solid var(--foundry-line)!important;
  border-left:4px solid var(--foundry-yellow)!important;
  border-radius:0!important;
  font-size:12px!important;
  line-height:1.7!important;
}
.tool-workspace .beta-note strong{
  color:var(--foundry-yellow-deep)!important;
  font-family:var(--foundry-mono)!important;
  font-size:10px!important;
  letter-spacing:.1em!important;
}
.tool-workspace .beta-note a{color:var(--foundry-blue)!important}
.tool-workspace .tool-method-footer{
  margin:24px 0 0!important;
  padding:16px 18px!important;
  color:var(--foundry-muted)!important;
  background:var(--foundry-white)!important;
  border:1px solid var(--foundry-line)!important;
  border-left:4px solid var(--foundry-yellow)!important;
  border-radius:0!important;
  font-size:12px!important;
  line-height:1.7!important;
  text-align:left!important;
}
.tool-workspace .tool-method-footer p{margin:0 0 5px}
.tool-workspace .tool-method-footer p:last-child{margin:0}
.tool-workspace .tool-method-footer code{color:var(--foundry-graphite)!important;font-family:var(--foundry-mono)!important}
.tool-workspace .tool-method-footer a{color:var(--foundry-blue)!important}

/* Shared controls */
.tool-workspace input[type=number],
.tool-workspace input[type=text],
.tool-workspace select{
  min-height:40px;
  padding:8px 10px!important;
  color:var(--foundry-graphite)!important;
  background:#fff!important;
  border:1px solid var(--foundry-line-strong)!important;
  border-radius:4px!important;
  box-shadow:none!important;
}
.tool-workspace input:focus,
.tool-workspace select:focus{
  border-color:var(--foundry-blue)!important;
  box-shadow:0 0 0 2px rgba(36,71,194,.12)!important;
}
.tool-workspace input[readonly]{color:var(--foundry-muted)!important;background:#eceee9!important}
.tool-workspace select:disabled,
.tool-workspace input:disabled{opacity:.58;cursor:not-allowed}
.tool-workspace label{color:var(--foundry-muted)}
.tool-workspace .seg{
  padding:3px!important;
  gap:2px!important;
  background:var(--foundry-white)!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:4px!important;
}
.tool-workspace .seg button,
.tool-workspace--gear .unit-btn,
.tool-workspace--gear .lang-btn{
  border:0!important;
  border-radius:3px!important;
  color:var(--foundry-muted)!important;
  background:transparent!important;
  font-family:var(--foundry-mono)!important;
  font-size:11px!important;
  letter-spacing:.04em;
}
.tool-workspace .seg button[aria-pressed=true],
.tool-workspace--gear .unit-btn.active,
.tool-workspace--gear .lang-btn.active{
  color:var(--foundry-graphite)!important;
  background:var(--foundry-yellow)!important;
  font-weight:600!important;
}

/* Gear workspace */
.tool-workspace--gear .tabs{
  padding:0!important;
  gap:4px!important;
  margin-bottom:18px!important;
  overflow-x:auto;
  background:transparent!important;
  border:0!important;
  border-bottom:2px solid var(--foundry-graphite)!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.tool-workspace--gear .tab{
  flex:0 0 auto!important;
  padding:10px 16px!important;
  color:#7c848e!important;
  background:transparent!important;
  border:0!important;
  border-radius:6px 6px 0 0!important;
  font-family:var(--foundry-sans)!important;
  font-size:13px!important;
  font-weight:620!important;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tool-workspace--gear .tab:hover{color:var(--foundry-graphite)!important}
.tool-workspace--gear .tab.active{
  color:#fff!important;
  background:var(--foundry-graphite)!important;
}
.tool-workspace--gear .two-column{gap:18px!important;margin-bottom:18px!important}
.tool-workspace--gear .tab-content>.two-column>.column{
  min-width:0;
  padding:22px!important;
  background:var(--foundry-white);
  border:1px solid var(--foundry-line);
  border-radius:8px;
}
.tool-workspace--gear .column>h2,
.tool-workspace--gear .tab-content>h2{
  margin:0 0 18px!important;
  padding:0 0 7px!important;
  color:var(--foundry-muted)!important;
  border-bottom:2px solid var(--foundry-graphite);
  font-family:var(--foundry-sans)!important;
  font-size:13px!important;
  font-weight:650!important;
  letter-spacing:.12em!important;
  text-transform:uppercase;
}
.tool-workspace--gear .form-group label,
.tool-workspace--gear .factor-name{
  margin-bottom:6px;
  color:var(--foundry-muted)!important;
  font-size:12px!important;
}
.tool-workspace--gear .input-with-unit .unit{
  color:var(--foundry-muted)!important;
  background:#eceee9!important;
  border-color:var(--foundry-line-strong)!important;
  font-family:var(--foundry-mono)!important;
}
.tool-workspace--gear .buttons{gap:8px!important}
.tool-workspace--gear .buttons button,
.tool-workspace--gear .calculate-btn,
.tool-workspace--gear .reset-btn{
  min-height:44px!important;
  padding:10px 14px!important;
  border-radius:4px!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:650!important;
}
.tool-workspace--gear .calculate-btn{
  color:var(--foundry-graphite)!important;
  background:var(--foundry-yellow)!important;
  border:1px solid var(--foundry-yellow)!important;
}
.tool-workspace--gear .calculate-btn:hover{background:#ffd21a!important}
.tool-workspace--gear .reset-btn{
  color:var(--foundry-muted)!important;
  background:#fff!important;
  border:1px solid var(--foundry-line-strong)!important;
}
.tool-workspace--gear .reset-btn:hover{color:var(--foundry-blue)!important;border-color:var(--foundry-blue)!important}
.tool-workspace--gear .gear-visualization,
.tool-workspace--gear .gearbox-visualization,
.tool-workspace--gear .shaft-visualization,
.tool-workspace--gear .analysis-visualization{
  background-color:#f6f7f4!important;
  background-image:linear-gradient(rgba(36,71,194,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(36,71,194,.07) 1px,transparent 1px)!important;
  background-size:24px 24px!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:8px!important;
}
.tool-workspace--gear .results-grid{gap:10px!important}
.tool-workspace--gear .result-box{
  padding:13px 14px!important;
  background:var(--foundry-white)!important;
  border:1px solid var(--foundry-line)!important;
  border-left:4px solid var(--foundry-blue)!important;
  border-radius:6px!important;
  box-shadow:none!important;
}
.tool-workspace--gear .result-box::before{display:none!important}
.tool-workspace--gear .result-box:hover{transform:none!important;border-left-color:var(--foundry-yellow)!important}
.tool-workspace--gear .result-label{color:var(--foundry-muted)!important;font-family:var(--foundry-mono)!important;font-size:10px!important}
.tool-workspace--gear .result-value{color:var(--foundry-graphite)!important;font-family:var(--foundry-mono)!important}
.tool-workspace--gear .result-unit{color:var(--foundry-muted)!important}
.tool-workspace--gear .gearbox-service-factors,
.tool-workspace--gear .service-factors,
.tool-workspace--gear .material-properties,
.tool-workspace--gear .gearbox-compliance{
  background:#f3f4f1!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:6px!important;
  box-shadow:none!important;
}
.tool-workspace--gear .total-factor{color:var(--foundry-blue)!important}
.tool-workspace--gear .modal{background:rgba(15,17,21,.55)!important}
.tool-workspace--gear .modal-content{border-radius:10px!important;border-top:4px solid var(--foundry-yellow)!important}

/* Pulley workspace */
.tool-workspace--pulley .grid{gap:18px!important}
.tool-workspace--pulley .stack{gap:14px!important}
.tool-workspace--pulley .card{
  padding:18px!important;
  color:var(--foundry-graphite)!important;
  background:var(--foundry-white)!important;
  background-image:none!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:8px!important;
  box-shadow:none!important;
}
.tool-workspace--pulley .card h2{
  margin:0 0 3px!important;
  color:var(--foundry-graphite)!important;
  font-family:var(--foundry-sans)!important;
  font-size:14px!important;
  font-weight:650!important;
  letter-spacing:.04em!important;
}
.tool-workspace--pulley .card h2 .idx{
  color:var(--foundry-blue)!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:3px!important;
  font-family:var(--foundry-mono)!important;
}
.tool-workspace--pulley .card .hint{color:#7c848e!important;line-height:1.55}
.tool-workspace--pulley .radio-row label{
  color:var(--foundry-muted)!important;
  background:#fff!important;
  border:1px solid var(--foundry-line)!important;
  border-radius:4px!important;
}
.tool-workspace--pulley .radio-row label.on{
  color:var(--foundry-graphite)!important;
  background:#fbf3d3!important;
  border-color:var(--foundry-yellow)!important;
}
.tool-workspace--pulley .calcline{border-top-color:var(--foundry-line)!important}
.tool-workspace--pulley .calcline span{color:#7c848e!important}
.tool-workspace--pulley .calcline b{color:var(--foundry-blue)!important}
.tool-workspace--pulley .results{top:96px!important}
.tool-workspace--pulley .readout{
  --text:#edf0f4;
  --muted:#aeb6bf;
  --muted-dim:#8f97a2;
  --line:#3b424c;
  --line-soft:#3b424c;
  --steel:#8fa8f0;
  --steel-dim:#5e83f2;
  padding:22px!important;
  color:#edf0f4!important;
  background:var(--foundry-graphite)!important;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;
  background-size:28px 28px!important;
  border:1px solid #3b424c!important;
  border-radius:8px!important;
}
.tool-workspace--pulley .readout .seg{background:#262b32!important;border-color:#3b424c!important}
.tool-workspace--pulley .readout .seg button{color:#aeb6bf!important}
.tool-workspace--pulley .readout .seg button[aria-pressed=true]{color:var(--foundry-graphite)!important;background:var(--foundry-yellow)!important}
.tool-workspace--pulley .dro .val{color:var(--foundry-yellow)!important;text-shadow:none!important}
.tool-workspace--pulley .dro .sym{color:#8fa8f0!important}
.tool-workspace--pulley .gov,
.tool-workspace--pulley .stats{background:#3b424c!important;border-color:#3b424c!important}
.tool-workspace--pulley .gov .c,
.tool-workspace--pulley .stat{background:#22262d!important}
.tool-workspace--pulley .gov .c.win{background:#2b2c24!important}
.tool-workspace--pulley .gov .c .v,
.tool-workspace--pulley .stat .v{color:#edf0f4!important}
.tool-workspace--pulley .gov .c.win .v{color:var(--foundry-yellow)!important}
.tool-workspace--pulley .verdict{border-radius:4px!important}
.tool-workspace--pulley .note code{color:#dce3ea!important}

/* Shared privacy controls */
.tool-workspace .analytics-consent{
  position:fixed!important;
  z-index:1200!important;
  right:18px!important;
  bottom:18px!important;
  left:18px!important;
  width:auto!important;
  max-width:960px!important;
  margin:0 auto!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:24px!important;
  color:#f4f6f7!important;
  background:var(--foundry-graphite)!important;
  border:1px solid #4b525d!important;
  border-left:4px solid var(--foundry-yellow)!important;
  border-radius:0!important;
  box-shadow:0 18px 55px rgba(0,0,0,.32)!important;
}
.tool-workspace .analytics-consent[hidden],
.tool-workspace .analytics-settings[hidden]{display:none!important}
.tool-workspace .analytics-consent__label{color:#8fafff!important;font-family:var(--foundry-mono)!important}
.tool-workspace .analytics-consent strong{color:#fff!important;font-family:var(--foundry-sans)!important}
.tool-workspace .analytics-consent p{color:#b8bec7!important}
.tool-workspace .analytics-consent__actions{display:flex!important;gap:8px!important}
.tool-workspace .analytics-consent__button,
.tool-workspace .analytics-settings{
  min-height:40px!important;
  padding:9px 12px!important;
  border-radius:0!important;
  font-family:var(--foundry-mono)!important;
  font-size:11px!important;
  font-weight:600!important;
}
.tool-workspace .analytics-consent__button--primary{
  color:var(--foundry-graphite)!important;
  background:var(--foundry-yellow)!important;
  border-color:var(--foundry-yellow)!important;
}
.tool-workspace .analytics-consent__button--secondary{color:#e5e8ec!important;background:transparent!important;border-color:#5d6570!important}
.tool-workspace .analytics-settings{right:14px!important;bottom:14px!important;color:#d8dde5!important;background:var(--foundry-graphite)!important;border:1px solid #5d6570!important}

/* Shared footer */
.tool-workspace .indunect-site-footer{
  margin:0!important;
  color:#a6aeb7!important;
  background:#14171b!important;
  border:0!important;
  border-radius:0!important;
  font-size:11px!important;
  text-align:left!important;
}
.tool-workspace .indunect-footer-main,
.tool-workspace .indunect-footer-bottom{
  width:min(1240px,calc(100% - 64px));
  margin:0 auto;
}
.tool-workspace .indunect-footer-main{
  min-height:190px;
  padding:54px 0;
  display:grid;
  grid-template-columns:1.4fr .55fr .65fr .45fr;
  gap:60px;
  border-bottom:1px solid rgba(255,255,255,.11);
}
.tool-workspace .indunect-footer-brand{color:#fff!important}
.tool-workspace .indunect-footer-brand .pillar{fill:currentColor}
.tool-workspace .indunect-footer-main>div:first-child p{margin:18px 0 0!important;color:#a6aeb7!important}
.tool-workspace .indunect-footer-links{display:flex;flex-direction:column;gap:10px}
.tool-workspace .indunect-footer-links>span{margin-bottom:8px;color:#6b7480;font-family:var(--foundry-mono);font-size:8px;letter-spacing:.1em}
.tool-workspace .indunect-footer-links a{color:#a6aeb7;text-decoration:none}
.tool-workspace .indunect-footer-links a:hover{color:var(--foundry-yellow)}
.tool-workspace .indunect-footer-top{justify-self:end;color:#8fafff!important;font-family:var(--foundry-mono);font-size:8px;letter-spacing:.09em;text-decoration:none}
.tool-workspace .indunect-footer-bottom{
  min-height:72px;
  display:grid;
  grid-template-columns:1fr 2fr 1fr;
  align-items:center;
  color:#606a75;
  font-family:var(--foundry-mono);
  font-size:8px;
  letter-spacing:.07em;
}
.tool-workspace .indunect-footer-bottom span:nth-child(2){text-align:center}
.tool-workspace .indunect-footer-bottom span:last-child{text-align:right}

@media(max-width:1050px){
  .tool-workspace .indunect-bar{grid-template-columns:1fr auto!important}
  .tool-workspace .indunect-nav{display:none}
}
@media(max-width:820px){
  .tool-workspace--gear .container,
  .tool-workspace--pulley .wrap,
  .tool-workspace .indunect-footer-main,
  .tool-workspace .indunect-footer-bottom{width:min(100% - 38px,680px)!important}
  .tool-workspace--gear .container,
  .tool-workspace--pulley .wrap{padding-top:48px!important}
  .tool-workspace .tool-intro h1{font-size:clamp(38px,9vw,56px)!important}
  .tool-workspace .tool-intro{align-items:flex-start!important}
  .tool-workspace--pulley .toggles{width:100%;align-items:flex-start!important;flex-direction:row!important;flex-wrap:wrap}
  .tool-workspace .indunect-footer-main{grid-template-columns:1fr 1fr!important;gap:36px!important}
  .tool-workspace .indunect-footer-top{justify-self:start}
}
@media(max-width:620px){
  .tool-workspace .indunect-bar{min-height:66px!important;padding:0 14px!important}
  .tool-workspace .indunect-mark{width:29px;height:29px}
  .tool-workspace .indunect-brand{font-size:14px!important}
  .tool-workspace .indunect-back{min-height:36px;padding:0 11px;font-size:10px!important}
  .tool-workspace--gear .container,
  .tool-workspace--pulley .wrap,
  .tool-workspace .indunect-footer-main,
  .tool-workspace .indunect-footer-bottom{width:calc(100% - 28px)!important}
  .tool-workspace--gear .tool-intro{padding-top:106px!important}
  .tool-workspace--gear .unit-selector{top:0!important;right:0!important;left:0!important;width:max-content}
  .tool-workspace--gear .language-selector{top:52px!important;right:auto!important;left:0!important;width:max-content}
  .tool-workspace .beta-note{grid-template-columns:1fr!important}
  .tool-workspace--gear .tab-content>.two-column>.column{padding:16px!important}
  .tool-workspace--pulley .row{grid-template-columns:1fr!important}
  .tool-workspace--pulley .results{position:static!important}
  .tool-workspace .analytics-consent{grid-template-columns:1fr!important;gap:14px!important}
  .tool-workspace .analytics-consent__actions{width:100%!important}
  .tool-workspace .analytics-consent__button{flex:1}
  .tool-workspace .indunect-footer-main{grid-template-columns:1fr!important;padding:44px 0!important}
  .tool-workspace .indunect-footer-bottom{grid-template-columns:1fr!important;gap:8px;padding:20px 0;text-align:left!important}
  .tool-workspace .indunect-footer-bottom span:nth-child(2),
  .tool-workspace .indunect-footer-bottom span:last-child{text-align:left}
}
@media print{
  .tool-workspace .indunect-bar,
  .tool-workspace .indunect-site-footer,
  .tool-workspace .analytics-consent,
  .tool-workspace .analytics-settings{display:none!important}
  .tool-workspace--gear .container,
  .tool-workspace--pulley .wrap{width:100%!important;padding:0!important}
}