/* Demo-only styles, layered on top of the production styles.css.
   Keeps the real stylesheet untouched. */

.demo-badge {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #04201b;
  background: var(--accent);
  vertical-align: middle;
}

.logo img { display: block; border-radius: 6px; }

.login-demo-note {
  margin-top: 18px;
  padding: 11px 13px;
  border: 1px dashed var(--border-light);
  border-radius: 8px;
  font-size: 12.5px;
  color: var(--text-secondary);
  text-align: center;
  line-height: 1.55;
}
.login-demo-note strong { color: var(--accent); }
