@import url('/network-shell.css');

.lab-topbar-actions { display: flex; align-items: center; gap: 10px; }
.lab-home-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #34536f;
  border-radius: 999px;
  color: #a8d8d2;
  font-size: .75rem;
  text-decoration: none;
}
.lab-home-link:hover { border-color: #7de0d2; color: #dffefa; }
.lab-mode {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 9px;
  border: 1px solid #6f5b34;
  border-radius: 999px;
  color: #e9ca8f;
  background: rgba(121, 84, 28, .16);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.lab-intro-note {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-left: 3px solid #7de0d2;
  border-radius: 0 12px 12px 0;
  background: rgba(22, 74, 75, .18);
  color: #b8d8d4;
}
@media (max-width: 640px) {
  .lab-topbar-actions { width: 100%; justify-content: space-between; }
}
