#babsapp-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--parchment);z-index:9999;transition:opacity .7s var(--ease),transform .7s var(--ease)}
#babsapp-loader::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--navy) 1px,transparent 1px),linear-gradient(90deg,var(--navy) 1px,transparent 1px);background-size:38px 38px;opacity:.035;pointer-events:none}
#babsapp-loader.hidden{opacity:0;transform:translateY(-14px);pointer-events:none}
.loader-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:18px}
.mark{width:104px;height:104px;overflow:visible}
.mark path,.mark line{fill:none;stroke:var(--navy);stroke-linecap:round}
.mark .deck{stroke:var(--navy-700)}
.wordblock{text-align:center;opacity:0;transform:translateY(6px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.wordblock.is-visible{opacity:1;transform:translateY(0)}
.wordmark{font-family:var(--serif);font-weight:600;font-size:22px;letter-spacing:.06em;color:var(--navy);margin:0}
.tagline{font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.28em;color:var(--crimson-600);margin:4px 0 0}
.progress-track{width:150px;height:3px;background:rgba(3,23,109,.12);border-radius:2px;overflow:hidden;opacity:0;transition:opacity .4s var(--ease)}
.progress-track.is-visible{opacity:1}
.progress-fill{height:100%;width:40%;background:linear-gradient(90deg,transparent,var(--crimson-600),transparent);transform:translateX(-100%)}
.progress-track.is-visible .progress-fill{animation:sweep 1.15s cubic-bezier(.4,0,.2,1) forwards}
@keyframes sweep{to{transform:translateX(260%)}}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media(prefers-reduced-motion:reduce){.mark path,.mark line{stroke-dasharray:none !important;stroke-dashoffset:0 !important}.wordblock,.progress-track{transition:none;opacity:1;transform:none}.progress-fill{animation:none;transform:translateX(0);width:100%;opacity:.5}}