:root{
--shadow-card:0 10px 30px rgba(12,36,51,.06);
--shadow-card-hover:0 18px 40px rgba(12,36,51,.1);
--shadow-panel:0 26px 60px rgba(0,0,0,.26);
--shadow-deep:0 30px 80px rgba(0,0,0,.28);
--ring-focus:0 0 0 3px rgba(252,30,30,.28);

--ease-standard:cubic-bezier(.2,.7,.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,.2,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-normal:220ms; /* @kind other */
--duration-slow:400ms; /* @kind other */

--blur-glass:18px;
}
