@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fade-in .6s ease-out forwards}.animate-fade-in.delay-100{animation-delay:.1s}.animate-fade-in.delay-200{animation-delay:.2s}.animate-fade-in.delay-300{animation-delay:.3s}.animate-fade-in.delay-500{animation-delay:.5s}.animate-fade-in.delay-700{animation-delay:.7s}.animate-spin-slow{animation:spin-slow 3s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.claim-container{max-width:640px;margin:0 auto;padding:2rem;text-align:center;font-family:Inter,sans-serif;color:#111827}.claim-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.claim-subtitle{font-size:1.125rem;color:#4b5563;margin-bottom:2rem}.claim-badge{border:2px dashed #9CA3AF;padding:2rem;border-radius:1rem;background-color:#f9fafb;margin-bottom:2rem}.claim-footer{font-size:.875rem;color:#6b7280;margin-top:2rem}.claim-link{color:#2563eb;text-decoration:underline;font-weight:500}
