/* Abertura breve com o ícone oficial. A página carrega normalmente por baixo. */
.mivu-splash{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#000000;pointer-events:none;user-select:none;animation:mivu-splash-dismiss 240ms ease-out 760ms forwards}
.mivu-splash__mark{display:block;width:clamp(144px,38vw,180px);height:auto;aspect-ratio:1;object-fit:contain;filter:invert(77%) hue-rotate(190deg) saturate(231%) contrast(250%) brightness(95%);animation:mivu-splash-reveal 460ms cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}
@keyframes mivu-splash-reveal{from{opacity:0;transform:translateY(7px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes mivu-splash-dismiss{from{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}
@media(prefers-reduced-motion:reduce){.mivu-splash{display:none;animation:none}.mivu-splash__mark{animation:none;will-change:auto}}
@media print{.mivu-splash{display:none}}
