@import url("/library/codex/assets/codex-guide.css");

:root {
  --brand: #5b42f3;
  --brand-soft: #f1efff;
  --brand-border: #c8bfff;
}

[data-theme="dark"] {
  --brand: #a99bff;
  --brand-soft: #27233f;
  --brand-border: #514a7b;
}

.brand-mark {
  background: linear-gradient(145deg, #7b65ff, #4830d8);
}

.license-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--brand-border);
  border-radius: 12px;
  background: var(--brand-soft);
  font-size: 13px;
}

.license-note p:last-child {
  margin-bottom: 0;
}
