@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;margin:0}@layer utilities{@keyframes dot-pulse{0%{transform:scale(1.5);box-shadow:0 0 #f40808b3}70%{transform:scale(1);box-shadow:0 0 0 10px #f4080800}to{transform:scale(.95);box-shadow:0 0 #f4444400}}.animate-dot-pulse{animation:dot-pulse 2s infinite}@keyframes input-error-pulse{0%{box-shadow:0 0 #f006;border-color:#f00c}50%{box-shadow:0 0 0 6px #f003;border-color:red}to{box-shadow:0 0 #f006;border-color:#f00c}}.animate-input-error{animation:input-error-pulse 1.5s infinite ease-in-out}@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.animate-scroll-up{animation:scroll-up 10s linear infinite}.prose table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem;line-height:1.5}.prose th{background-color:#f8fafc;font-weight:700;color:#0f172a;border:1px solid #e2e8f0;padding:.75rem 1rem;text-align:left}.prose td{border:1px solid #e2e8f0;padding:.75rem 1rem;color:#334155}.prose tr:nth-child(2n){background-color:#f8fafc80}.prose tr:hover{background-color:#f1f5f9}}
