:root{
/* elevation — depth comes from surface change; this is the only true shadow */
--elevation-flat:none;
--elevation-hairline:1px solid var(--hairline);
--elevation-object:0 14px 36px -10px rgb(20 22 26 / .22);
--frosted-filter:saturate(150%) blur(20px); /* @kind other */
--frosted-bg:rgb(255 246 239 / .82);
/* motion */
--motion-fast:150ms; /* @kind other */
--motion-base:200ms; /* @kind other */
--motion-slow:250ms; /* @kind other */
--motion-easing:cubic-bezier(0.2,0,0,1); /* @kind other */
--motion-press-scale:.98; /* @kind other */
/* grain texture */
--grain-opacity:0.09; /* @kind other */--grain-tile:128px;
/* focus */
--focus-width:2px;--focus-offset:3px;
}
@media (prefers-reduced-motion:reduce){:root{
--motion-fast:1ms; /* @kind other */
--motion-base:1ms; /* @kind other */
--motion-slow:1ms; /* @kind other */
--motion-press-scale:1; /* @kind other */
}}
