/* ==========================================================================
   Shape + motion tokens — pill shape language, warm-tinted shadows (never
   pure black), hairline borders, quick functional-only motion.
   ========================================================================== */

:root {
	--aies-radius-pill: 999px;
	--aies-radius-card: 16px;
	--aies-radius-card-sm: 8px;
	--aies-radius-feed-tl: 13px 13px 13px 4px;
	--aies-radius-feed-tr: 13px 13px 4px 13px;

	--aies-motion-fast: 150ms; /* @kind other */
	--aies-motion-base: 200ms; /* @kind other */
	--aies-motion-easing: ease-out; /* @kind other */
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
