@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800&family=Nunito+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";.splash-screen{z-index:99999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.splash-bg{background:linear-gradient(135deg,#0f2440 0%,#1a3a5c 25%,#0f2440 50%,#162e4a 75%,#0f2440 100%) 0 0/400% 400%;width:200%;height:200%;animation:8s infinite splash-gradient;position:absolute;inset:-50%}.splash-glow{pointer-events:none;background:radial-gradient(circle,#ffd7000f 0%,#1a3a5c14 40%,#0000 70%);width:600px;height:600px;animation:4s ease-in-out infinite splash-glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.splash-particle{pointer-events:none;opacity:0;border-radius:50%;animation:12s ease-in-out infinite splash-float;position:absolute}.splash-particle--1{background:#ffd7001f;width:8px;height:8px;animation-duration:14s;animation-delay:0s;top:20%;left:15%}.splash-particle--2{background:#ffffff14;width:6px;height:6px;animation-duration:11s;animation-delay:2s;top:70%;left:80%}.splash-particle--3{background:#ffd70014;width:10px;height:10px;animation-duration:16s;animation-delay:4s;top:55%;left:25%}.splash-particle--4{background:#ffffff1a;width:5px;height:5px;animation-duration:13s;animation-delay:1s;top:30%;left:70%}.splash-particle--5{background:#ffd7000f;width:7px;height:7px;animation-duration:15s;animation-delay:3s;top:80%;left:45%}.splash-content{z-index:1;text-align:center;color:#fff;padding:0 1.5rem;position:relative}.splash-logo{object-fit:contain;will-change:transform, filter, opacity;width:110px;height:110px;margin-bottom:1.5rem;animation:.7s cubic-bezier(.22,1,.36,1) forwards splash-logo-reveal}.splash-name{letter-spacing:.3px;opacity:0;margin-bottom:.4rem;font-size:1.5rem;font-weight:600;line-height:1.3;animation:.5s cubic-bezier(.22,1,.36,1) .3s forwards splash-text-in;transform:translateY(12px)}.splash-motto{opacity:0;letter-spacing:2.5px;text-transform:uppercase;color:#fff9;margin-bottom:2.5rem;font-size:.8rem;font-weight:300;animation:.5s cubic-bezier(.22,1,.36,1) .5s forwards splash-text-in;transform:translateY(10px)}.splash-loader{opacity:0;justify-content:center;animation:.3s .7s forwards splash-text-in;display:flex}.splash-loader__track{background:#ffffff1a;border-radius:2px;width:140px;height:2px;overflow:hidden}.splash-loader__fill{transform-origin:0;background:linear-gradient(90deg,#e8a030,gold,#e8a030) 0 0/200% 100%;border-radius:2px;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1);animation:1.5s linear infinite splash-loader-shimmer;transform:scaleX(0)}@keyframes splash-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes splash-glow-pulse{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes splash-logo-reveal{0%{opacity:0;filter:blur(12px);transform:scale(.8)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes splash-text-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes splash-loader-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes splash-float{0%{opacity:0;transform:translateY(0)translate(0)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translateY(-60px)translate(20px)}}.splash-exit-leave-active{transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.splash-exit-leave-active .splash-content{transition:opacity .4s,transform .6s cubic-bezier(.4,0,.2,1)}.splash-exit-leave-to{opacity:0}.splash-exit-leave-to .splash-content{opacity:0;transform:scale(1.08)}@media (width<=480px){.splash-logo{width:90px;height:90px}.splash-name{font-size:1.25rem}.splash-motto{letter-spacing:2px;font-size:.7rem}.splash-loader__track{width:110px}.splash-glow{width:350px;height:350px}}:root{--font-display:"Rubik", sans-serif;--font-body:"Nunito Sans", sans-serif;--color-blue:#2b5ea7;--color-blue-light:#5b8fd4;--color-blue-tint:#edf3fb;--color-orange:#f57c33;--color-orange-light:#f9a46c;--color-orange-tint:#fef1e8;--color-green:#43b97f;--color-green-tint:#e8f7f0;--color-yellow:#ffca28;--color-yellow-tint:#fff8e1;--color-red:#e74c3c;--color-red-tint:#fdecec;--color-bg-light:#f8f9fc;--color-bg:#fff;--color-dark:#1b2a4a;--color-text:#1b2a4a;--color-text-secondary:#5a6b8a;--color-text-muted:#9aa5bd;--color-border:#e3e8f0;--color-navy:#1b2a4a;--color-gold:#ffca28;--color-text-light:#5a6b8a;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 2px 8px #1b2a4a0f;--shadow-md:0 4px 16px #1b2a4a14;--shadow-lg:0 8px 32px #1b2a4a1f;--focus-ring:0 0 0 3px #2b5ea726}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:var(--color-blue);text-decoration:none}a:hover{color:var(--color-orange)}img{max-width:100%;height:auto}button{cursor:pointer;border-radius:var(--radius-xl);font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;border-radius:var(--radius-md);border:1.5px solid var(--color-border);outline:none;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--color-blue);box-shadow:var(--focus-ring)}
