:root {
  color: #172033;
  background: #eef3f8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

.veda-shell {
  min-height: 100vh;
}

.veda-header {
  align-items: center;
  background: #10233f;
  color: white;
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 0 24px;
}

.veda-header strong {
  display: block;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.veda-header span {
  color: #b9c8da;
  font-size: 13px;
}

.veda-body {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: calc(100vh - 64px);
}

.veda-sidebar {
  background: #ffffff;
  border-right: 1px solid #d9e2ec;
  padding: 20px;
}

.nav-link {
  border-radius: 10px;
  color: #2d3b53;
  display: block;
  font-weight: 650;
  margin-bottom: 8px;
  padding: 12px 14px;
  text-decoration: none;
}

.nav-link.active,
.nav-link:hover {
  background: #dff4f0;
  color: #00695c;
}

.veda-content {
  padding: 28px;
}

.loading-card {
  background: white;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  padding: 24px;
}
/*$vite$:1*/