/* Fluxion Partners — local design-system extension, 2026-09-05.
   Web tokens are scoped to .fpds. Native apps use platform semantic tokens. */
.fpds {
  --fp-brand-blue: #0066ff;
  --fp-brand-lime: #7fd300;
  --fp-action: #0066ff;
  --fp-action-hover: #0052cc;
  --fp-action-active: #003d99;
  --fp-on-action: #ffffff;
  --fp-text: #1a1a2e;
  --fp-text-muted: #595959;
  --fp-surface: #ffffff;
  --fp-surface-subtle: #f5f7fa;
  --fp-border: #767676;
  --fp-divider: #d5d9e0; /* Decorative separators only; not field boundaries. */
  --fp-error: #ec0000;
  --fp-warning: #c74700;
  --fp-success: #116a3d;
  --fp-focus-yellow: #ffd43d;
  --fp-focus-black: #000000;
  --fp-disabled-bg: #e5e7eb;
  --fp-disabled-text: #595959;
  --fp-font-body: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  --fp-font-display: "Outfit", "Noto Sans JP", system-ui, sans-serif;
  --fp-font-mono: ui-monospace, "Cascadia Code", Consolas, monospace;
  --fp-text-small: .875rem;
  --fp-text-body: 1rem;
  --fp-text-lead: 1.125rem;
  --fp-text-heading: clamp(1.5rem, 3vw, 2.25rem);
  --fp-space-1: .25rem;
  --fp-space-2: .5rem;
  --fp-space-3: .75rem;
  --fp-space-4: 1rem;
  --fp-space-6: 1.5rem;
  --fp-space-8: 2rem;
  --fp-space-12: 3rem;
  --fp-space-16: 4rem;
  --fp-radius-control: .5rem;
  --fp-radius-card: 1rem;
  --fp-radius-pill: 999px;
  --fp-control-compact: 2.75rem;
  --fp-control-m: 3rem;
  --fp-control-l: 3.5rem;
  --fp-container: 75rem;
  --fp-content: 48rem;
  --fp-shadow: 0 4px 20px rgb(26 26 46 / 8%);
  --fp-motion-fast: 120ms;
  --fp-motion-standard: 180ms;
  color: var(--fp-text);
  background: var(--fp-surface);
  font-family: var(--fp-font-body);
  font-size: var(--fp-text-body);
  line-height: 1.75;
}
