/* Global utility styles for the Wanhu Toolbox starter. */

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

[hx-indicator] {
  display: none;
}

.htmx-request [hx-indicator],
[hx-request] [hx-indicator] {
  display: inline-flex;
}

/* AI平台筛选器样式 */
#platformRadioButtons label {
  float: left;
}

#platformRadioButtons label span {
  margin-right: 0.5rem;
}
