html,body{width:100%;min-height:100%;padding:0;margin:0}*{font-family:Inter,Segoe UI,Arial,sans-serif!important}.pulse{animation:pulse-animation 1s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 #0006;opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.03)}to{box-shadow:0 0 0 15px #0000;opacity:1;transform:scale(1)}}
