:root{
--radius-sm:6px;--radius-md:8px;--radius-lg:8px;--radius-xl:8px;--radius-pill:999px;
--shadow-sm:0 1px 2px rgba(20,20,26,0.06);
--shadow-md:0 2px 6px rgba(20,20,26,0.08);
--shadow-lg:0 6px 16px rgba(20,20,26,0.10);
--border-w:1px;
--ease-out:cubic-bezier(.16,1,.3,1);/* @kind other */--ease-bounce:cubic-bezier(.34,1.56,.64,1);/* @kind other */
--duration-fast:150ms;/* @kind other */--duration-base:250ms;/* @kind other */--duration-slow:400ms;/* @kind other */
}
@keyframes sf-pulse{0%,100%{opacity:1}50%{opacity:.35}}
