
body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#020617;
  color:#e5e7eb;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100vh;
  padding:16px;
}
.tfb-shell{
  width:100%;
  max-width:1100px;
  background:#020617;
  border-radius:24px;
  border:1px solid #374151;
  box-shadow:0 30px 80px rgba(0,0,0,.7);
  padding:20px 24px 16px;
  position:relative;
}
.tfb-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:10px;
}
.tfb-title-block h1{
  margin:0;
  font-size:1.3rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tfb-title-block p{
  margin:4px 0 0;
  font-size:.9rem;
  color:#9ca3af;
}
.tfb-logo-small{
  width:80px;
  height:80px;
  border-radius:999px;
  overflow:hidden;
  flex-shrink:0;
  background:#020617;
}
.tfb-logo-small img{
  width:100%;height:100%;object-fit:contain;
}
.tfb-progress-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.tfb-step-label{
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#9ca3af;
}
.tfb-progress-bar{
  flex:1;
  height:6px;
  border-radius:999px;
  background:#020617;
  overflow:hidden;
}
.tfb-progress-fill{
  height:100%;
  width:8%;
  border-radius:999px;
  background:linear-gradient(90deg,#22c55e,#a3e635);
  transition:width .25s;
}
.tfb-step-counter{
  font-size:.8rem;
  color:#9ca3af;
  white-space:nowrap;
}
.tfb-card{
  background:radial-gradient(circle at top left,rgba(34,197,94,.08),transparent 60%),radial-gradient(circle at bottom right,rgba(59,130,246,.12),transparent 55%);
  border-radius:20px;
  padding:18px 20px;
  border:1px solid #4b5563;
  min-height:360px;
}
.tfb-step{display:none;}
.tfb-step.active{display:block;}
.tfb-step h2{margin:0 0 6px;font-size:1.3rem;}
.tfb-step p{margin:0 0 8px;font-size:.95rem;color:#9ca3af;}
.tfb-two-column{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:16px;
}
.tfb-mini-heading{
  display:block;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#9ca3af;
  margin-bottom:4px;
}
.tfb-list{margin:0;padding-left:18px;font-size:.9rem;}
.tfb-dept-list{display:flex;flex-direction:column;gap:6px;margin-top:6px;}
.tfb-dept-button{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #4b5563;
  background:#020617;
  color:#9ca3af;
  font-size:.85rem;
  text-align:left;
  cursor:pointer;
}
.tfb-dept-button.selected{
  background:rgba(34,197,94,.12);
  border-color:#22c55e;
  color:#bbf7d0;
}
.tfb-question-block{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);
  gap:10px;
  padding:8px 10px;
  border-radius:12px;
  background:#020617;
  border:1px solid #374151;
  margin-bottom:6px;
}
.tfb-options{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  font-size:.85rem;
}
.tfb-options label{display:inline-flex;align-items:center;gap:4px;cursor:pointer;}
.tfb-priority-row{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) auto;
  gap:8px;
  align-items:center;
  padding:6px 8px;
  border-radius:10px;
  background:#020617;
  border:1px solid #374151;
  margin-bottom:4px;
}
.tfb-priority-label{display:flex;align-items:center;gap:8px;font-size:.9rem;}
.tfb-pill-rank{
  font-size:.75rem;
  padding:2px 7px;
  border-radius:999px;
  background:#020617;
  border:1px solid #9ca3af;
  color:#9ca3af;
}
.tfb-priority-controls{display:inline-flex;gap:4px;}
.tfb-priority-controls button{
  border-radius:999px;
  border:1px solid #9ca3af;
  background:#020617;
  color:#e5e7eb;
  font-size:.8rem;
  padding:2px 8px;
  cursor:pointer;
}
.tfb-sop-option{
  padding:8px 10px;
  border-radius:12px;
  background:#020617;
  border:1px solid #374151;
  margin-bottom:6px;
  font-size:.9rem;
}
.tfb-sop-option-header{display:flex;align-items:center;gap:8px;}
.tfb-sop-option-actions{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap;}
.tfb-chip{
  display:inline-flex;
  align-items:center;
  padding:3px 8px;
  border-radius:999px;
  border:1px dashed #9ca3af;
  font-size:.75rem;
  color:#9ca3af;
}
.tfb-btn{
  border-radius:999px;
  border:none;
  padding:6px 12px;
  font-size:.85rem;
  cursor:pointer;
  font-weight:500;
}
.tfb-btn-secondary{
  background:#020617;
  color:#e5e7eb;
  border:1px solid #9ca3af;
}
.tfb-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;}
.tfb-tab{
  padding:4px 10px;
  border-radius:999px;
  background:#020617;
  border:1px solid #4b5563;
  font-size:.8rem;
  color:#9ca3af;
  cursor:pointer;
}
.tfb-tab.active{
  background:rgba(34,197,94,.12);
  border-color:#22c55e;
  color:#bbf7d0;
}
.tfb-process-row{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) auto;
  gap:8px;
  align-items:center;
  padding:6px 8px;
  border-radius:10px;
  background:#020617;
  border:1px solid #374151;
  margin-bottom:4px;
}
.tfb-pill-button{
  border-radius:999px;
  border:1px solid #9ca3af;
  background:#020617;
  color:#e5e7eb;
  font-size:.8rem;
  padding:4px 10px;
  cursor:pointer;
}
.tfb-substeps{
  margin:0 0 6px 18px;
  padding-left:14px;
  font-size:.86rem;
}
.tfb-substeps.hidden{display:none;}
.tfb-substeps li{
  margin:2px 0;
  display:flex;
  align-items:center;
  gap:4px;
}
.tfb-sub-delete{
  margin-left:auto;
  border-radius:999px;
  border:1px solid #4b5563;
  background:#020617;
  color:#9ca3af;
  font-size:.7rem;
  padding:1px 6px;
  cursor:pointer;
}
.tfb-tools-wrapper{display:flex;flex-direction:column;gap:8px;}
.tfb-tool-item{
  border-radius:14px;
  background:#020617;
  border:1px solid #374151;
  padding:10px 12px;
}
.tfb-tool-heading-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:8px;
  margin-bottom:4px;
}
.tfb-tool-name{font-weight:600;font-size:.98rem;}
.tfb-tool-buttons{display:flex;flex-wrap:wrap;gap:6px;}
.tfb-link-btn{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background:#22c55e;
  color:#052e16;
  font-size:.8rem;
  text-decoration:none;
  font-weight:600;
}
.tfb-link-btn.secondary{
  background:#020617;
  color:#e5e7eb;
  border:1px solid #9ca3af;
}
.tfb-compare-toggle{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:.8rem;
  color:#9ca3af;
  margin-top:8px;
}
.tfb-compare-panel{
  margin-top:6px;
  padding-top:6px;
  border-top:1px dashed #4b5563;
  font-size:.83rem;
}
.tfb-compare-table{
  width:100%;
  border-collapse:collapse;
  margin-top:6px;
  font-size:.82rem;
}
.tfb-compare-table th,
.tfb-compare-table td{
  border:1px solid #374151;
  padding:6px 8px;
  vertical-align:top;
}
.tfb-compare-table th{
  background:#020617;
  color:#9ca3af;
  text-align:left;
  font-weight:600;
}
.tfb-compare-table ul{margin:0;padding-left:16px;}
.tfb-nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:10px;
}
.tfb-nav-left{font-size:.8rem;color:#9ca3af;}
.tfb-nav-buttons{display:flex;gap:8px;}
.tfb-nav-buttons button{
  border-radius:999px;
  padding:6px 14px;
  border:none;
  font-size:.9rem;
  cursor:pointer;
  font-weight:500;
}
#tfb-prev{
  background:#020617;
  color:#e5e7eb;
  border:1px solid #9ca3af;
}
#tfb-next{
  background:#22c55e;
  color:#052e16;
  border:1px solid #15803d;
}
#tfb-prev:disabled{opacity:.45;cursor:default;}
@media(max-width:768px){
  body{padding:8px;}
  .tfb-card{padding:14px 12px;}
  .tfb-two-column{grid-template-columns:minmax(0,1fr);}
  .tfb-question-block{grid-template-columns:minmax(0,1fr);}
}
.page-id-243192 {
    display: block;
}

.tfb-step9-btn { text-align:center; }

.tfb-step11-btn { min-width: 170px; text-align:center; }

header#main-header {
    left: 0;
}

.tfb-title-block h1,section.tfb-step,section.tfb-step h2 {
    color: #fff;
}
p {
    color: #fff !important;
}
h3, h4 {
    color: #fff !important;
}