@keyframes neuronPulse{0%,to{transform:scale(1);box-shadow:0 0 10px #26b4e266}50%{transform:scale(1.2);box-shadow:0 0 25px #26b4e2cc}}@keyframes synapseFlow{0%{stroke-dashoffset:100px;opacity:.3}50%{opacity:1}to{stroke-dashoffset:0;opacity:.3}}@keyframes brainGlow{0%,to{filter:drop-shadow(0 0 15px #26b4e24d)}50%{filter:drop-shadow(0 0 30px #26b4e299)}}.neural-animation{justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;display:flex;position:relative;overflow:hidden}.neural-container{width:280px;height:200px;animation:4s ease-in-out infinite brainGlow;position:relative}.neural-layer{flex-direction:column;align-items:center;gap:30px;display:flex;position:absolute}.neural-layer-input{top:30px;left:20px}.neural-layer-hidden{top:20px;left:50%;transform:translate(-50%)}.neural-layer-output{top:50px;right:20px}.neural-node{background:radial-gradient(circle,#26b4e2,#4a9eb2);border-radius:50%;width:24px;height:24px;animation:2s ease-in-out infinite neuronPulse;box-shadow:0 0 15px #26b4e299}.neural-layer-input .neural-node:first-child{animation-delay:0s}.neural-layer-input .neural-node:nth-child(2){animation-delay:.3s}.neural-layer-input .neural-node:nth-child(3){animation-delay:.6s}.neural-layer-hidden .neural-node:first-child{animation-delay:.5s}.neural-layer-hidden .neural-node:nth-child(2){animation-delay:.8s}.neural-layer-hidden .neural-node:nth-child(3){animation-delay:1.1s}.neural-layer-hidden .neural-node:nth-child(4){animation-delay:1.4s}.neural-layer-output .neural-node:first-child{animation-delay:1s}.neural-layer-output .neural-node:nth-child(2){animation-delay:1.3s}.neural-connections{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.neural-connections svg{width:100%;height:100%}.neural-synapse{stroke:#26b4e266;stroke-width:1.5px;fill:none;stroke-dasharray:100;animation:2s linear infinite synapseFlow}.neural-synapse:nth-child(odd){animation-delay:.5s}.neural-synapse:nth-child(2n){animation-delay:1s}@keyframes textReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wordHighlight{0%,to{color:#1a1a1a;background-color:#0000}50%{color:#26b4e2;background-color:#26b4e233}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes parseIndicator{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}.nlp-animation{justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;display:flex;position:relative;overflow:hidden}.nlp-container{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #4a9eb21a;border-radius:12px;width:280px;padding:20px;box-shadow:0 10px 40px #00000014}.nlp-input{background:#f1f5f9;border-radius:8px;margin-bottom:16px;padding:12px;position:relative}.nlp-input-text{color:#1a1a1a;font-size:.875rem;line-height:1.6}.nlp-word{border-radius:4px;margin:1px;padding:2px 4px;animation:3s ease-in-out infinite wordHighlight;display:inline-block}.nlp-word:first-child{animation-delay:0s}.nlp-word:nth-child(2){animation-delay:.3s}.nlp-word:nth-child(3){animation-delay:.6s}.nlp-word:nth-child(4){animation-delay:.9s}.nlp-word:nth-child(5){animation-delay:1.2s}.nlp-word:nth-child(6){animation-delay:1.5s}.nlp-cursor{background:#26b4e2;width:2px;height:16px;margin-left:2px;animation:1s step-end infinite cursorBlink;display:inline-block}.nlp-parse-line{background:#4a9eb233;border-radius:2px;height:3px;margin-bottom:16px;position:relative;overflow:hidden}.nlp-parse-indicator{background:linear-gradient(90deg,#0000,#26b4e2,#0000);width:40px;height:100%;animation:2s ease-in-out infinite parseIndicator;position:absolute;top:0}.nlp-output{flex-wrap:wrap;gap:8px;display:flex}.nlp-tag{text-transform:uppercase;letter-spacing:.05em;opacity:0;border-radius:20px;padding:6px 12px;font-size:.7rem;font-weight:600;animation:.5s ease-out forwards textReveal}.nlp-tag:first-child{color:#26b4e2;background:#26b4e226;animation-delay:.5s}.nlp-tag:nth-child(2){color:#4a9eb2;background:#4a9eb226;animation-delay:.7s}.nlp-tag:nth-child(3){color:#6f848d;background:#6f848d26;animation-delay:.9s}.nlp-tag:nth-child(4){color:#22c55e;background:#22c55e26;animation-delay:1.1s}@keyframes bulbGlow{0%,to{filter:drop-shadow(0 0 20px #fbbf2466)}50%{filter:drop-shadow(0 0 40px #fbbf24cc)}}@keyframes rayShine{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@keyframes insightFloat{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}@keyframes sparkleRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lightbulb-animation{justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;display:flex;position:relative;overflow:hidden}.lightbulb-container{width:200px;height:220px;position:relative}.lightbulb-icon{animation:2s ease-in-out infinite bulbGlow;position:absolute;top:30px;left:50%;transform:translate(-50%)}.lightbulb-icon svg{stroke:#fbbf24;stroke-width:2px;fill:#fbbf2433;width:80px;height:100px}.lightbulb-rays{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.lightbulb-ray{transform-origin:bottom;background:linear-gradient(#fbbf24,#0000);border-radius:2px;width:3px;height:30px;animation:2s ease-in-out infinite rayShine;position:absolute;top:50px;left:50%}.lightbulb-ray:first-child{animation-delay:0s;transform:translate(-50%)rotate(-60deg)translateY(-50px)}.lightbulb-ray:nth-child(2){animation-delay:.2s;transform:translate(-50%)rotate(-30deg)translateY(-55px)}.lightbulb-ray:nth-child(3){animation-delay:.4s;transform:translate(-50%)rotate(0)translateY(-60px)}.lightbulb-ray:nth-child(4){animation-delay:.6s;transform:translate(-50%)rotate(30deg)translateY(-55px)}.lightbulb-ray:nth-child(5){animation-delay:.8s;transform:translate(-50%)rotate(60deg)translateY(-50px)}.lightbulb-insights{gap:12px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.lightbulb-insight{color:#4a9eb2;white-space:nowrap;background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:8px;padding:8px 14px;font-size:.7rem;font-weight:600;animation:3s ease-in-out infinite insightFloat;box-shadow:0 4px 15px #0000001a}.lightbulb-insight:first-child{animation-delay:0s}.lightbulb-insight:nth-child(2){animation-delay:.5s}.lightbulb-insight:nth-child(3){animation-delay:1s}.lightbulb-sparkles{pointer-events:none;width:100%;height:100%;animation:20s linear infinite sparkleRotate;position:absolute;top:0;left:0}.lightbulb-sparkle{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:#fbbf24;width:8px;height:8px;animation:1.5s ease-in-out infinite rayShine;position:absolute}.lightbulb-sparkle:first-child{animation-delay:0s;top:20%;left:15%}.lightbulb-sparkle:nth-child(2){animation-delay:.3s;top:15%;right:20%}.lightbulb-sparkle:nth-child(3){animation-delay:.6s;top:40%;left:10%}.lightbulb-sparkle:nth-child(4){animation-delay:.9s;top:35%;right:10%}@keyframes orbFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes crystalSwirl{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes predictionFade{0%,to{opacity:0;transform:scale(.9)}20%,80%{opacity:1;transform:scale(1)}}@keyframes mysticGlow{0%,to{box-shadow:0 0 30px #8b5cf64d,0 0 60px #8b5cf633,inset 0 0 30px #8b5cf61a}50%{box-shadow:0 0 50px #8b5cf680,0 0 100px #8b5cf64d,inset 0 0 50px #8b5cf633}}.crystal-animation{justify-content:center;align-items:center;width:100%;height:100%;min-height:280px;display:flex;position:relative;overflow:hidden}.crystal-container{justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative}.crystal-orb{background:radial-gradient(circle at 30% 30%,#fff6,#8b5cf633 40%,#4a9eb24d 70%,#26b4e233);border:3px solid #8b5cf666;border-radius:50%;width:140px;height:140px;animation:4s ease-in-out infinite orbFloat,3s ease-in-out infinite mysticGlow;position:relative;overflow:hidden}.crystal-inner{width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.crystal-swirl{border:2px solid #0000;border-top-color:#8b5cf680;border-radius:50%;width:80px;height:80px;animation:3s linear infinite crystalSwirl;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.crystal-swirl:nth-child(2){border-top-color:#4a9eb280;width:60px;height:60px;animation-duration:2s;animation-direction:reverse}.crystal-swirl:nth-child(3){border-top-color:#26b4e280;width:40px;height:40px;animation-duration:1.5s}.crystal-prediction{color:#8b5cf6;text-align:center;white-space:nowrap;font-size:.75rem;font-weight:700;animation:4s ease-in-out infinite predictionFade;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.crystal-base{background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:50%;width:100px;height:30px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%);box-shadow:0 5px 20px #0000004d}.crystal-base:before{content:"";background:linear-gradient(135deg,#6b7280,#4a5568);border-radius:50%;width:60px;height:20px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.crystal-stars{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.crystal-star{background:#8b5cf6;border-radius:50%;width:4px;height:4px;animation:2s ease-in-out infinite rayShine;position:absolute;box-shadow:0 0 10px #8b5cf6cc}.crystal-star:first-child{animation-delay:0s;top:10%;left:20%}.crystal-star:nth-child(2){animation-delay:.4s;top:20%;right:15%}.crystal-star:nth-child(3){animation-delay:.8s;top:60%;left:10%}.crystal-star:nth-child(4){animation-delay:1.2s;top:70%;right:20%}.crystal-star:nth-child(5){animation-delay:1.6s;top:40%;left:5%}
