:root{
--radius-hero:28px;
--radius-card:20px;
--radius-md:16px;
--radius-button:14px;
--radius-input:12px;
--radius-badge:999px;

--shadow-sm:0 2px 8px rgba(0,0,0,.35);
--shadow-md:0 8px 24px rgba(0,0,0,.45);
--shadow-lg:0 24px 64px rgba(0,0,0,.55);
--shadow-gold-glow:0 0 0 1px var(--border-gold),0 8px 32px rgba(212,175,55,.08);
--shadow-card:0 1px 0 rgba(255,255,255,.03) inset,0 12px 32px rgba(0,0,0,.4);

--blur-sm:8px;
--blur-md:16px;
--blur-lg:32px;

--opacity-disabled:.4; /* @kind other */
--opacity-hover-surface:.08; /* @kind other */
--opacity-muted:.6; /* @kind other */

--ease-luxury:cubic-bezier(.22,1,.36,1); /* @kind other */
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--ease-in-out-soft:cubic-bezier(.45,0,.15,1); /* @kind other */
--duration-fast:250ms; /* @kind other */
--duration-base:400ms; /* @kind other */
--duration-slow:600ms; /* @kind other */
--duration-slower:700ms; /* @kind other */

--icon-size-sm:16px;
--icon-size-md:20px;
--icon-size-lg:24px;
--icon-size-xl:32px;

--button-height-sm:36px;
--button-height-md:48px;
--button-height-lg:56px;
--input-height:52px;
--touch-target-min:44px;
}
