@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow:hidden}@layer utilities{.custom-scrollbar{scrollbar-width:auto;scrollbar-color:rgba(0,0,0,.4) rgba(0,0,0,.05)}.custom-scrollbar::-webkit-scrollbar{width:10px;height:10px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0006;border-radius:5px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0009;border:2px solid transparent;background-clip:content-box}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .4s ease-out forwards;will-change:opacity,transform}@keyframes bounceSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-25%)}}.typing-dot{animation:bounceSlow 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes aurora{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bg-mesh-gradient{background:linear-gradient(-45deg,#fff1f2,#e0e7ff,#fce7f3,#f5f3ff);background-size:400% 400%;animation:aurora 15s ease infinite}.mini-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.2) transparent}.mini-scrollbar::-webkit-scrollbar{width:4px;height:4px}.mini-scrollbar::-webkit-scrollbar-track{background:transparent}.mini-scrollbar::-webkit-scrollbar-thumb{background:#a78bfa4d;border-radius:4px}.mini-scrollbar::-webkit-scrollbar-thumb:hover{background:#a78bfa80}@keyframes insightPulse{0%,to{box-shadow:inset 0 0 4px #a78bfa33,inset 0 1px 1px #fff9;border-color:#d8b4fe80;transform:scale(1);background:linear-gradient(135deg,#f3e8ff80,#fdf2f880)}50%{box-shadow:inset 0 0 12px #a78bfa8c,inset 0 0 8px #f43f5e40,inset 0 1px 1px #fffc;border-color:#c084fccc;transform:scale(1.02);background:linear-gradient(135deg,#ebd4ffd9,#fcd5edd9)}}.animate-insight-pulse{animation:insightPulse 2s infinite ease-in-out}@keyframes anyaActiveGlow{0%,to{border-color:#a855f773;box-shadow:0 0 6px #a855f740,inset 0 0 4px #a855f71a;background:#a855f71f}50%{border-color:#c084fce6;box-shadow:0 0 14px #a855f7a6,inset 0 0 8px #a855f740;background:#a855f740}}.anya-active-glow{animation:anyaActiveGlow 2.5s infinite ease-in-out}@keyframes anyaInsightPulse{0%,to{border-color:#a855f759;box-shadow:0 0 4px #a855f726;background:#a855f714}50%{border-color:#c084fcbf;box-shadow:0 0 11px #a855f780;background:#a855f733}}.anya-insight-pulse{animation:anyaInsightPulse 2s infinite ease-in-out}@keyframes shimmer{to{transform:translate(100%)}}.animate-shimmer{animation:shimmer 2s infinite}@keyframes vipGlow{0%,to{box-shadow:0 0 8px #8b5cf680,0 0 20px #f59e0b33}50%{box-shadow:0 0 20px #8b5cf6e6,0 0 35px #f59e0b99}}.animate-vip-glow{animation:vipGlow 2.5s infinite ease-in-out}@keyframes emotionFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-emotion-flow{background:linear-gradient(90deg,#f43f5e,#6366f1,#ec4899,#f59e0b,#f43f5e);background-size:300% 300%;animation:emotionFlow 8s ease infinite}@keyframes particleFade{0%{opacity:0;transform:translate(0) scale(.4) rotate(0)}15%{opacity:1;transform:translateY(-10px) scale(1.2) rotate(10deg)}to{opacity:0;transform:translate(var(--particle-tx, 0px),var(--particle-ty, -100px)) scale(.2) rotate(45deg)}}.animate-particle-fade{animation:particleFade .8s cubic-bezier(.22,1,.36,1) forwards}
