/* База админ-оболочки. Гармонизировано с канонической design_tokens.css. */
body {
  margin: 0;
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  background:
    radial-gradient(120% 90% at 18% 0%, rgba(138, 215, 255, 0.08), transparent 58%),
    linear-gradient(180deg, #060b11 0%, #0a1018 60%, #05080d 100%);
  color: #f5f8fd;
  min-height: 100vh;
}

a {
  color: inherit;
}
