html.operator-step14-active body{
  background:
    radial-gradient(circle at top left, rgba(37,99,235,.12), transparent 28%),
    linear-gradient(180deg,#04111f 0%,#081527 100%);
}
.operator-step14-shell{
  display:grid;
  gap:14px;
  margin:16px 0 0;
}
.operator-step14-panel{
  position:relative;
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(123,160,225,.18);
  background:
    radial-gradient(circle at top right, rgba(103,208,255,.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(28,178,154,.08), transparent 24%),
    linear-gradient(180deg, rgba(12,24,43,.9), rgba(9,18,32,.86));
  box-shadow:0 26px 64px rgba(4,10,22,.28);
}
.operator-step14-panel::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.operator-step14-head{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
}
.operator-step14-kicker{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(92,152,235,.18);
  background:rgba(18,32,56,.80);
  color:#dcecff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.operator-step14-title{
  margin:8px 0 0;
  font-size:20px;
  line-height:1.15;
  font-weight:800;
  color:var(--text-strong);
}
.operator-step14-copy{
  margin:8px 0 0;
  max-width:980px;
  color:var(--text-soft);
  font-size:13px;
  line-height:1.65;
}
.operator-step14-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.operator-step14-toolbar .ghost-button,
.operator-step14-toolbar .primary-button{
  min-height:38px;
  padding:8px 14px;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(4,10,22,.16);
}
.operator-step14-grid{
  display:grid;
  gap:12px;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
}
.operator-step14-block{
  display:grid;
  gap:6px;
  padding:12px 13px;
  border-radius:15px;
  border:1px solid rgba(123,160,225,.16);
  background:
    radial-gradient(circle at top right, rgba(84,156,230,.08), transparent 26%),
    linear-gradient(180deg, rgba(16,27,46,.72), rgba(10,18,32,.78));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.operator-step14-label{
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--text-faint);
}
.operator-step14-value{
  font-size:15px;
  font-weight:800;
  color:var(--text-strong);
}
.operator-step14-meta{
  font-size:12px;
  line-height:1.5;
  color:var(--text-soft);
}
.operator-step14-chip{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(123,160,225,.16);
  background:rgba(18,28,46,.80);
  color:#dcecff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
}
.operator-step14-chip.success{background:rgba(31,162,118,.14);border-color:rgba(31,162,118,.20);color:#d7fff2}
.operator-step14-chip.warning{background:rgba(204,159,52,.14);border-color:rgba(204,159,52,.20);color:#fff1cd}
.operator-step14-chip.info{background:rgba(59,163,255,.14);border-color:rgba(59,163,255,.20);color:#dcecff}
.operator-step14-note{
  border:1px solid rgba(123,160,225,.16);
  border-radius:14px;
  padding:11px 12px;
  background:linear-gradient(180deg, rgba(10,18,31,.54), rgba(9,16,28,.62));
  color:var(--text-soft);
  font-size:12px;
  line-height:1.6;
}
.operator-step14-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.operator-step14-list li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:var(--text-soft);
  font-size:12px;
  line-height:1.55;
}
.operator-step14-list li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(83,183,231,.92);
  box-shadow:0 0 0 4px rgba(83,183,231,.12);
  margin-top:6px;
  flex:0 0 auto;
}
@media (max-width: 960px){
  .operator-step14-title{font-size:18px}
}
