:root{
--radius-none:0;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--radius-round:50%;
--border-w-hair:1px;--border-w:2px;--border-w-thick:3px;
--shadow-xs:0 1px 2px rgba(25,20,17,.06);
--shadow-sm:0 2px 6px rgba(25,20,17,.07);
--shadow-md:0 10px 24px -12px rgba(25,20,17,.22);
--shadow-lg:0 24px 56px -24px rgba(25,20,17,.28);
--shadow-accent:0 16px 32px -18px rgba(241,104,36,.65);
--shadow-focus:0 0 0 3px rgba(241,104,36,.35);
--scrim-bottom:linear-gradient(180deg,rgba(25,20,17,0) 0%,rgba(25,20,17,.72) 100%); /* @kind other */
--scrim-left:linear-gradient(90deg,rgba(25,20,17,.78) 0%,rgba(25,20,17,0) 70%); /* @kind other */
--blur-glass:saturate(140%) blur(14px); /* @kind other */
--ease-out:cubic-bezier(.22,.61,.36,1); /* @kind other */
--ease-in-out:cubic-bezier(.65,0,.35,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-base:200ms; /* @kind other */
--dur-slow:360ms; /* @kind other */
--motion-hover:all var(--dur-base) var(--ease-out); /* @kind other */
}