#app-splash{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fce4ec 0%,#e1f5fe 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease-out}#app-splash.hidden{opacity:0;pointer-events:none}#app-splash img{width:120px;height:120px;object-fit:contain;animation:pulse 1.5s ease-in-out infinite}#app-splash .brand-logo{margin-top:20px;height:32px;width:auto;object-fit:contain}#app-splash .spinner{margin-top:32px;width:40px;height:40px;border:3px solid rgba(0,188,212,.2);border-top-color:#00bcd4;border-radius:50%;animation:spin 1s linear infinite}#app-splash .loading-text{margin-top:12px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#78909c;letter-spacing:1px}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes spin{to{transform:rotate(360deg)}}
