:root{
--shadow-card:0 1px 2px rgba(23,36,63,0.06),0 6px 18px rgba(23,36,63,0.08);
--shadow-elevated:0 2px 4px rgba(23,36,63,0.06),0 18px 40px rgba(23,36,63,0.14);
--ring-focus:0 0 0 2px var(--bg-primary),0 0 0 4px var(--kawaii-blue);
--ease-standard:cubic-bezier(.4,0,.2,1);/* @kind other */--ease-out:cubic-bezier(0,0,.2,1);/* @kind other */
--dur-fast:120ms;/* @kind other */--dur-normal:220ms;/* @kind other */--dur-slow:400ms;/* @kind other */
--blur-glass:16px;/* @kind other */
}