.tpl-tech-mono.template-shell {
  background: #000;
  padding: 34px;
  color: #c9d1d9;
  font-family: "JetBrains Mono", "Courier New", monospace;
}

.tpl-tech-mono .template-tech-mono-window {
  background: #0d1117;
  border: 1px solid #30363d;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(63, 185, 80, 0.1);
}

.tpl-tech-mono .template-tech-mono-bar {
  background: #161b22;
  padding: 10px 15px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #30363d;
}

.tpl-tech-mono .template-tech-mono-bar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.tpl-tech-mono .template-tech-mono-bar span:nth-child(1) { background: #ff5f56; }

.tpl-tech-mono .template-tech-mono-bar span:nth-child(2) { background: #ffbd2e; }

.tpl-tech-mono .template-tech-mono-bar span:nth-child(3) { background: #27c93f; }

.tpl-tech-mono .template-tech-mono-content {
  padding: 34px 38px 42px;
}

.tpl-tech-mono .template-tech-mono-command {
  color: #3fb950;
  font-weight: 700;
  margin-bottom: 10px;
}

.tpl-tech-mono .template-tech-mono-command .cmd {
  color: #c9d1d9;
  font-weight: 400;
}

.tpl-tech-mono .template-tech-mono-block {
  margin-bottom: 24px;
}

.tpl-tech-mono .template-tech-mono-block p {
  margin: 5px 0;
}

.tpl-tech-mono .template-tech-mono-block-green {
  color: #3fb950;
}

.tpl-tech-mono .key {
  color: #8b949e;
  display: inline-block;
  width: 130px;
}

.tpl-tech-mono .template-total-row {
  border-color: #30363d;
}

.tpl-tech-mono .template-brandline {
  color: #c9d1d9;
}

.tpl-tech-mono .preview-item-row {
  border-bottom-style: dashed;
}

.tpl-tech-mono .template-tech-mono-bottom {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

.tpl-tech-mono .template-tech-mono-footer {
  flex: 1;
}

.tpl-tech-mono .template-tech-mono-footer-block {
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid #30363d;
}

.tpl-tech-mono .template-totals-box {
  width: 280px;
  border: 1px solid #30363d;
  border-radius: 4px;
}

.tpl-tech-mono .template-subline {
  font-size: 14px;
}

.tpl-tech-mono .template-to-name {
  font-size: 14px;
  font-weight: 400;
}

.tpl-tech-mono .template-items-head {
  color: #8b949e;
  font-weight: 400;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.tpl-tech-mono .template-total-final {
  color: #3fb950;
  border-top: 1px dashed #30363d;
  font-size: 18px;
}

.tpl-tech-mono .template-brandline {
  position: static;
  margin-top: 14px;
}

/* Extracted from shared selector blocks */
.tpl-tech-mono .template-items-head,
.tpl-tech-mono .preview-item-row,
.tpl-tech-mono .template-items-head,
.tpl-tech-mono .preview-item-desc,
.tpl-tech-mono .preview-item-qty,
.tpl-tech-mono .preview-item-rate,
.tpl-tech-mono .preview-item-amt,
.tpl-tech-mono .template-total-row,
.tpl-tech-mono .template-subline,
.tpl-tech-mono .template-to-name {
  flex-shrink: 0;
}
