/*!
 * TBOT Shipped Products — the closed-source / product-line band for the
 * Software Development portfolio page. Same glassy dark panels and
 * indigo/jade/cyan palette as tbot-network-links, one tier smaller.
 */
.tbot-products-band {
  max-width: 1200px;
  margin: 56px auto 8px;
  padding: 0 8px;
}

.tbot-products-kicker {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b93c9;
  margin: 0 0 6px 4px;
}

.tbot-products-lede {
  color: #c9cede;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 18px 4px;
  max-width: 78ch;
}

.tbot-products-lede a { color: #2fe6a6; text-decoration: none; }
.tbot-products-lede a:hover { text-decoration: underline; }

.tbot-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@media (max-width: 980px) { .tbot-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .tbot-products-grid { grid-template-columns: 1fr; } }

.tbot-product-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(10, 10, 16, 0.72);
  border: 1px solid rgba(123, 140, 255, 0.22);
  backdrop-filter: blur(8px);
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.tbot-product-card:hover {
  transform: translateY(-3px);
  border-color: #2fe6a6;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.5);
}

.tbot-product-name {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.tbot-product-desc {
  color: #c9cede;
  font-size: 13.5px;
  line-height: 1.55;
  flex: 1 1 auto;
}

.tbot-product-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 3px;
}

.tbot-product-domain {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: #5ad1ff;
  word-break: break-all;
}

.tbot-product-card:hover .tbot-product-domain { color: #ffffff; }

.tbot-product-tag {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9b8cff;
  white-space: nowrap;
}

.tbot-product-card.is-oss .tbot-product-tag { color: #2fe6a6; }

.tbot-products-foot {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #8b93c9;
  margin: 18px 0 0 4px;
}

.tbot-products-foot a { color: #2fe6a6; text-decoration: none; }
.tbot-products-foot a:hover { color: #ffffff; }
