/* Keep this file small. Real layout belongs to /css/theme-core. */
body {
  background:
    radial-gradient(circle at top left, rgba(var(--v-accent-rgb), .16), transparent 34rem),
    var(--v-bg);
}

.panel,
.dashboard-box,
.card {
  backdrop-filter: blur(10px);
}
