@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.animate-fade-in{animation:fadeInUp .6s ease-out}.animate-slide-in{animation:slideIn .5s ease-out}.animate-delay-1{animation-delay:.1s;animation-fill-mode:both}.animate-delay-2{animation-delay:.2s;animation-fill-mode:both}.animate-delay-3{animation-delay:.3s;animation-fill-mode:both}.premium-card{position:relative;overflow:visible}.premium-card:hover:not(.current-card):not([style*="opacity: 0.6"]){transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(99,102,241,.15),0 8px 20px rgba(0,0,0,.1);border-color:var(--color-accent-secondary)!important}.premium-card:hover:not(.current-card):not([style*="opacity: 0.6"]) .feature-checkmark{transform:scale(1.1);box-shadow:0 4px 12px rgba(16,185,129,.4)}.popular-card{position:relative}.popular-card:hover:not([style*="opacity: 0.6"]){transform:translateY(-8px) scale(1.04);box-shadow:0 30px 60px rgba(99,102,241,.2),0 10px 25px rgba(99,102,241,.1);border-color:rgba(99,102,241,.5)!important}.popular-card:hover:not([style*="opacity: 0.6"]) .feature-checkmark{transform:scale(1.1);box-shadow:0 4px 12px rgba(99,102,241,.5)}.feature-checkmark:hover{transform:scale(1.15);box-shadow:0 4px 16px rgba(16,185,129,.5)}.popular-card .feature-checkmark:hover{box-shadow:0 4px 16px rgba(99,102,241,.6)}.premium-button:hover:not([style*="cursor: default"]):not([style*="9ca3af"]){transform:translateY(-2px)}.premium-button:hover:not([style*="cursor: default"])[style*="6366f1"]:not([style*="9ca3af"]){background:linear-gradient(135deg,#5856eb,#7c3aed)!important;box-shadow:0 8px 20px rgba(99,102,241,.4)}.premium-button:hover:not([style*="cursor: default"])[style*=accent-primary]:not([style*="9ca3af"]){background:linear-gradient(135deg,var(--color-accent-secondary) 0,var(--color-accent-primary) 100%)!important;box-shadow:0 8px 20px rgba(0,0,0,.3)}.premium-button[style*="9ca3af"]{pointer-events:none}.premium-button[style*="9ca3af"] .mantine-Loader-root{--loader-color:white}.premium-card:hover .premium-button:not([style*="cursor: default"]):not([style*="9ca3af"]){transform:translateY(-4px)}.premium-card[style*="opacity: 0.6"]{pointer-events:none}.premium-card:hover:not([style*="opacity: 0.6"]) [style*="size: xl"],.premium-card:hover:not([style*="opacity: 0.6"]) h2{color:var(--color-accent-primary)!important;transition:color .3s ease}.popular-card:hover:not([style*="opacity: 0.6"]) [style*="size: xl"],.popular-card:hover:not([style*="opacity: 0.6"]) h2{color:#6366f1!important}.premium-button:active:not([style*="cursor: default"]){transform:translateY(0)}.popular-card>div:first-child{animation:subtle-pulse 2s ease-in-out infinite}@keyframes subtle-pulse{0%,to{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.05)}}.popular-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border-radius:18px;z-index:-1;opacity:.5;transition:opacity .3s ease}.popular-card:hover:before{opacity:.8}.premium-card:hover:not([style*="opacity: 0.6"]) [style*="size: 3xl"]{transform:scale(1.05);transition:transform .3s ease}.premium-card:hover:not([style*="opacity: 0.6"]) .feature-checkmark~*{color:var(--color-text-primary)!important;font-weight:600;transition:all .3s ease}.popular-card:hover:not([style*="opacity: 0.6"]) .feature-checkmark~*{color:#6366f1!important}.premium-card [style*="position: absolute"][style*="top: -12px"]:hover{transform:translateX(-50%) scale(1.05);transition:transform .3s ease}.premium-card *{transition:all .3s ease}.premium-card:hover{transition:all .4s cubic-bezier(.25,.46,.45,.94)}