.palm-reader-container{position:relative;width:200px;height:240px;display:flex;align-items:center;justify-content:center;margin:0 auto}.palm-hand-svg{position:relative;z-index:2;filter:drop-shadow(0 0 10px rgba(217,70,239,0.3))}.hand-shape{opacity:0;animation:fadeInHand 1.5s ease-out forwards}.palm-line{stroke-dasharray:500;stroke-dashoffset:500;opacity:0}.heart-line{animation:traceLine 2.5s ease-out 0.5s forwards}.head-line{animation:traceLine 2.5s ease-out 1s forwards}.life-line{animation:traceLine 3s ease-out 1.5s forwards}.thumb-line{animation:traceLine 1.5s ease-out 2s forwards}.finger-line{stroke-dasharray:100;stroke-dashoffset:100;animation:traceFingerLine 1.5s ease-out forwards}.finger-line:nth-child(1){animation-delay:2.2s}.finger-line:nth-child(2){animation-delay:2.4s}.finger-line:nth-child(3){animation-delay:2.6s}.finger-line:nth-child(4){animation-delay:2.8s}.finger-line:nth-child(5){animation-delay:3s}.finger-line:nth-child(6){animation-delay:3.2s}.finger-line:nth-child(7){animation-delay:3.4s}.finger-line:nth-child(8){animation-delay:3.6s}.reading-point{opacity:0;animation:pointPulse 2s ease-in-out infinite}.reading-points circle:nth-child(1){animation-delay:1s}.reading-points circle:nth-child(2){animation-delay:1.5s}.reading-points circle:nth-child(3){animation-delay:2s}.reading-points circle:nth-child(4){animation-delay:2.5s}.scanning-line{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#d946ef,#a855f7,#d946ef,transparent);z-index:10;animation:scanDown 3s ease-in-out infinite;box-shadow:0 0 15px #d946ef,0 0 30px #a855f7;border-radius:2px}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:130px;border:2px solid rgba(217,70,239,0.3);border-radius:40%;animation:pulseRing 3s ease-out infinite;z-index:1}.pulse-ring-2{animation-delay:1.5s}@keyframes fadeInHand{0%{opacity:0;transform:scale(0.95)}100%{opacity:1;transform:scale(1)}}@keyframes traceLine{0%{stroke-dashoffset:500;opacity:0}20%{opacity:1}100%{stroke-dashoffset:0;opacity:1}}@keyframes traceFingerLine{0%{stroke-dashoffset:100;opacity:0}50%{opacity:0.7}100%{stroke-dashoffset:0;opacity:0.7}}@keyframes pointPulse{0%,100%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}}@keyframes scanDown{0%{top:-5%;opacity:0}5%{opacity:1}95%{opacity:1}100%{top:105%;opacity:0}}@keyframes pulseRing{0%{width:60px;height:80px;opacity:0.5;border-width:3px}100%{width:180px;height:220px;opacity:0;border-width:1px}}.toast-container{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:9999;pointer-events:none}.toast{background:linear-gradient(135deg,#1e1e2e 0%,#2d2d44 100%);border:1px solid rgba(217,70,239,.3);border-radius:16px;padding:16px 24px;margin-bottom:10px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 40px rgba(0,0,0,.4),0 0 20px rgba(217,70,239,.2);animation:toastIn .4s cubic-bezier(.68,-.55,.265,1.55);pointer-events:auto;max-width:90vw}.toast.toast-out{animation:toastOut .3s ease-in forwards}.toast-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.toast-icon.warning{background:rgba(251,191,36,.2)}.toast-icon.error{background:rgba(239,68,68,.2)}.toast-icon.success{background:rgba(34,197,94,.2)}.toast-icon.info{background:rgba(59,130,246,.2)}.toast-content{flex:1}.toast-title{font-weight:600;font-size:14px;margin-bottom:2px}.toast-message{font-size:13px;color:#9ca3af;line-height:1.4}.toast-close{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1);border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.toast-close:hover{background:rgba(255,255,255,.2);color:#fff}@keyframes toastIn{0%{opacity:0;transform:translateY(-20px) scale(.9)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0) scale(1)}100%{opacity:0;transform:translateY(-20px) scale(.9)}}
