
#boot-splash{position:fixed;inset:0;z-index:99999;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;
  font-family:'Montserrat','DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;transition:opacity .32s ease}
#boot-splash.bs-hide{opacity:0;pointer-events:none}
#boot-splash img{width:80px;height:80px;object-fit:contain;display:block}   /* ≈ the size the OS splash renders the mark at, so the hand-off doesn't jump */
#boot-splash .bs-name{margin-top:16px;font-size:27px;font-weight:600;letter-spacing:.4px;color:var(--brand);line-height:1}
#boot-splash .bs-motto{margin-top:9px;font-size:12.5px;font-weight:500;letter-spacing:.7px;color:#8C8272;text-align:center;padding:0 24px}
