:root {
  color-scheme: light;
}

body {
  font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.card {
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.muted-link[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.55;
}
