/* LightRAG workspace switch launcher lapa. */
body {
  font-family: system-ui, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
.box {
  background: #1e293b;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  max-width: 420px;
}
h1 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #94a3b8;
  font-weight: 500;
}
.box b {
  color: #a5b4fc;
  font-size: 18px;
}
