/* Fieldhouse OS — shadow, blur, motion */
:root{
--shadow-window:0 20px 60px rgba(0,0,0,.7);--shadow-toast:0 10px 30px rgba(0,0,0,.6);--shadow-menu:0 16px 40px rgba(0,0,0,.65);--shadow-subtle:0 2px 8px rgba(0,0,0,.35);
--blur-acrylic:blur(16px); /* @kind other */
--blur-acrylic-light:blur(12px); /* @kind other */
--ease-os:cubic-bezier(.2,.8,.2,1); /* @kind other */
--dur-fast:120ms; /* @kind other */
--dur-med:200ms; /* @kind other */
--dur-slow:320ms; /* @kind other */
}
