@tailwind base;@tailwind components;@tailwind utilities;@keyframes soft-glow{0%,to{box-shadow:0 0 5px #f59e0b33,0 0 10px #f59e0b33,0 0 15px #f59e0b33}50%{box-shadow:0 0 10px #f59e0b80,0 0 20px #f59e0b66,0 0 30px #f59e0b4d}}.animate-soft-glow{animation:soft-glow 3s infinite ease-in-out}@keyframes soft-glow-green{0%,to{box-shadow:0 0 5px #22c55e33,0 0 10px #22c55e33,0 0 15px #22c55e33}50%{box-shadow:0 0 10px #22c55e80,0 0 20px #22c55e66,0 0 30px #22c55e4d}}.animate-soft-glow-green{animation:soft-glow-green 3s infinite ease-in-out}@keyframes fade-in-slide-up{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.animate-fade-in-slide-up{animation:fade-in-slide-up .5s ease-out forwards}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .2s ease-out forwards}.iw-cluster-custom{background-color:#111827e6;border:2px solid #f59e0b;color:#f59e0b;border-radius:50%;font-weight:700;font-family:sans-serif;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #00000080;transition:transform .2s ease,border-color .2s ease}.iw-cluster-custom:hover{transform:scale(1.1);border-color:#fbbf24;color:#fbbf24;z-index:1000!important}.iw-cluster-small{width:30px;height:30px;font-size:12px}.iw-cluster-medium{width:40px;height:40px;font-size:14px;border-width:3px}.iw-cluster-large{width:50px;height:50px;font-size:16px;border-width:4px}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#1f293780;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#4b5563cc;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#f59e0b}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(75,85,99,.8) rgba(31,41,55,.5)}
