/*
  tools.asaji.me — shared chrome for the clinical tools and the landing page.
  Standalone: not derived from the asaji.me blog theme.
*/

.tools-topbar {
  background: #0f172a;
  color: #e2e8f0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.tools-topbar-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.tools-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.tools-brand:hover,
.tools-brand:focus { color: #fff; text-decoration: none; }
.tools-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #0d9488;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.tools-brand-sub { color: #94a3b8; font-weight: 400; }
.tools-home {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: none;
  white-space: nowrap;
}
.tools-home:hover,
.tools-home:focus { color: #e2e8f0; text-decoration: none; }

@media print {
  .tools-topbar { display: none !important; }
}
