@keyframes empFadeIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.emp-enter-1{animation:empFadeIn .8s cubic-bezier(.16,1,.3,1) .1s both}.emp-enter-2{animation:empFadeIn .8s cubic-bezier(.16,1,.3,1) .25s both}.emp-enter-3{animation:empFadeIn .8s cubic-bezier(.16,1,.3,1) .4s both}.emp-enter-4{animation:empFadeIn .8s cubic-bezier(.16,1,.3,1) .55s both}@keyframes empGradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.emp-gradient-text{background:linear-gradient(135deg,#34d399,#6ee7b7 25%,#fb7185 60%,#f472b6);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:empGradientShift 6s ease-in-out infinite}@keyframes empPulse{0%,to{opacity:1}50%{opacity:.4}}.emp-pulse-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px rgba(52,211,153,.35);animation:empPulse 2.4s ease-in-out infinite}.emp-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:border-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.emp-card:hover{border-color:rgba(52,211,153,.18);box-shadow:0 8px 32px rgba(52,211,153,.06)}.emp-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.emp-pitch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}@media (max-width:768px){.emp-card{padding:20px;border-radius:16px}}@media (prefers-reduced-motion:reduce){.emp-gradient-text,.emp-pulse-dot{animation:none!important}.emp-enter-1,.emp-enter-2,.emp-enter-3,.emp-enter-4{animation:none!important;opacity:1!important;transform:none!important}.emp-card{transition:none}}