@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-slate-50 text-slate-900 antialiased;}}.pulse-animation{box-shadow:0 0 #2563ebb3;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #2563ebb3}70%{transform:scale(1);box-shadow:0 0 0 10px #2563eb00}to{transform:scale(.95);box-shadow:0 0 #2563eb00}}.wave-bar{display:inline-block;width:3px;height:100%;background-color:currentColor;margin:0 1px;border-radius:3px;animation:wave 1s infinite ease-in-out}@keyframes wave{0%,to{height:40%}50%{height:100%}}.wave-bar:nth-child(2){animation-delay:.1s}.wave-bar:nth-child(3){animation-delay:.2s}.wave-bar:nth-child(4){animation-delay:.3s}.vocab-highlight{@apply relative inline-block;transition:all .2s ease}.vocab-highlight:hover{@apply scale-105;text-shadow:0 0 10px rgba(253,224,71,.5)}
