.logo-zoom-root{width:120px;height:120px;display:inline-flex;align-items:center;justify-content:center;position:relative}.logo-zoom-main{display:inline-block;animation:logoZoomMain 2s ease-in-out infinite;animation-delay:1s}.logo-zoom-logo{width:64px!important;height:64px!important}.logo-zoom-primary-outline{position:absolute;width:calc(100% - 20px);height:calc(100% - 20px);border:3px solid rgba(0,89,129,.24);animation:logoZoomPrimaryOutline 3.2s linear infinite}.logo-zoom-secondary-outline{width:100%;height:100%;position:absolute;border:8px solid rgba(0,89,129,.24);animation:logoZoomSecondaryOutline 3.2s linear infinite}.logo-rotate-root{width:96px;height:96px;display:inline-flex;align-items:center;justify-content:center;position:relative}.logo-rotate-logo{z-index:9;width:40px!important;height:40px!important}.logo-rotate-background{width:100%;height:100%;opacity:.16;border-radius:50%;position:absolute;background-image:linear-gradient(135deg,transparent 50%,#005981);animation:logoRotateBackground 10s linear infinite}@keyframes logoZoomMain{0%,to{transform:scale(1);opacity:1}25%,75%{transform:scale(.9);opacity:.48}50%{transform:scale(.9);opacity:.48}}@keyframes logoZoomPrimaryOutline{0%,to{transform:scale(1.6) rotate(270deg);opacity:.25;border-radius:25%}25%{transform:scale(1) rotate(0deg);opacity:1;border-radius:25%}50%,75%{transform:scale(1) rotate(0deg);opacity:1;border-radius:50%}}@keyframes logoZoomSecondaryOutline{0%,to{transform:scale(1) rotate(0deg);opacity:1;border-radius:25%}25%{transform:scale(1.2) rotate(270deg);opacity:.25;border-radius:25%}50%,75%{transform:scale(1.2) rotate(270deg);opacity:.25;border-radius:50%}}@keyframes logoRotateBackground{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo-zoom-root:hover .logo-zoom-main{animation-play-state:paused}.logo-rotate-root:hover .logo-rotate-background{opacity:.24;transition:opacity .2s ease-in-out}.splash-screen{position:fixed;top:0;left:90px;right:0;bottom:0;background:hsla(0,0%,100%,.8);z-index:999999;pointer-events:none}.splash-content,.splash-screen{display:flex;align-items:center;justify-content:center}.splash-content{flex-direction:column;text-align:center;gap:2rem}.splash-text h2{margin:0;font-size:2.5rem;font-weight:700;color:#005981;letter-spacing:-.025em;animation:fadeInUp 1s ease-out .5s both}.splash-text p{margin:.5rem 0 0;font-size:1.125rem;color:#6b7280;font-weight:400;animation:fadeInUp 1s ease-out .8s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){.splash-screen{background:#fff}.splash-text h2{color:#60a5fa}.splash-text p{color:#9ca3af}}@media (max-width:768px){.splash-text h2{font-size:2rem}.splash-text p{font-size:1rem}.splash-content{gap:1.5rem;padding:1rem}}.splash-screen.fade-out{animation:fadeOut .5s ease-in-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}