html,body{margin:0;padding:0;width:100%;height:100%;background:#f7f8fa}#root{width:100%;height:100%}.brand-startup{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f7f8fa;color:#222d4b;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow:hidden}.brand-startup img{width:88px;height:88px;border-radius:23px;box-shadow:0 12px 34px #253d9618;margin-bottom:23px}.brand-startup h1{font-size:27px;letter-spacing:-1px;font-weight:700;margin:0 0 10px}.brand-startup p{font-size:12px;letter-spacing:.015em;color:#8590a7;margin:0}.brand-startup .brand-track{margin-top:36px;width:80px;height:2px;border-radius:5px;background:#dfe4f0;overflow:hidden}.brand-startup .brand-track:after{content:"";display:block;width:32px;height:2px;background:#526fe4;animation:brandLoad 1.5s ease-in-out infinite}.brand-startup .brand-signature{position:absolute;bottom:calc(42px + env(safe-area-inset-bottom));font-size:9px;letter-spacing:.2em;color:#9aa3b6}@keyframes brandLoad{from{transform:translateX(-32px)}to{transform:translateX(82px)}}@media(prefers-color-scheme:dark){html,body{background:#11151f}.brand-startup{background:#11151f;color:#edf1fb}.brand-startup p{color:#9aa5bf}.brand-startup .brand-track{background:#293247}.brand-startup .brand-track:after{background:#99aaf7}}@media(prefers-reduced-motion:reduce){.brand-startup .brand-track:after{animation:none;width:80px;opacity:.5}}
