#splash-screen{z-index:9999;background:linear-gradient(135deg,#f0fdfa 0%,#fff7ed 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s,visibility .5s;display:flex;position:fixed;top:0;left:0}.splash-logo-container{width:120px;height:120px;margin-bottom:20px;animation:3s ease-in-out infinite float;position:relative}.splash-logo{border:4px solid #fff;border-radius:50%;width:100%;height:100%;box-shadow:0 10px 25px #0d948833}.splash-brand{color:#0d9488;letter-spacing:-.5px;font-size:1.8rem;font-weight:900}.splash-brand span{color:#f97316}.loading-dots{gap:8px;margin-top:15px;display:flex}.dot{background:#2dd4bf;border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
