body{margin:0;padding:0;min-height:100vh;background-image:url(/images/bg.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}@keyframes focus-glow{0%{box-shadow:0 0 #0ff0;border-color:#475569}50%{box-shadow:0 0 14px #0ff9;border-color:#0ff}to{box-shadow:0 0 14px #0ff9;border-color:#0ff}}@keyframes focus-pulse{0%{transform:scale(1);box-shadow:0 0 #0ff0;border-color:#475569}50%{transform:scale(1.02);box-shadow:0 0 14px #0ff9;border-color:#0ff}to{transform:scale(1);box-shadow:0 0 14px #0ff9;border-color:#0ff}}@keyframes checkbox-glow{0%{box-shadow:0 0 #0ff0}50%{box-shadow:0 0 10px #00ffff80}to{box-shadow:0 0 10px #00ffff80}}.focus-glow-animation{animation:focus-glow 2s ease-in-out infinite}.focus-pulse-animation{animation:focus-pulse 2s ease-in-out infinite}.checkbox-glow-animation{animation:checkbox-glow 2s ease-in-out infinite}.focus-breathing{animation:focus-glow 3s ease-in-out infinite}
