button[aria-label=Abrir\ chat]{transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s cubic-bezier(.2,.8,.2,1);animation:.5s cubic-bezier(.2,.8,.2,1) um-fab-pop}button[aria-label=Abrir\ chat]:hover{opacity:1;transform:scale(1.08)translateY(-2px);box-shadow:0 12px 28px -8px #2b2ae68c}button[aria-label=Abrir\ chat]>svg{display:none}button[aria-label=Abrir\ chat]:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none'%3E%3Cpath d='M18 22 h64 a10 10 0 0 1 10 10 v30 a10 10 0 0 1 -10 10 H44 L28 88 V82 H18 a10 10 0 0 1 -10 -10 V32 a10 10 0 0 1 10 -10 Z' stroke='%23FFFFFF' stroke-width='7' stroke-linejoin='round'/%3E%3Cpath d='M37 39 L45 47 L37 55' stroke='%23FFFFFF' stroke-width='7.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/contain no-repeat;width:30px;height:30px}button[aria-label=Abrir\ chat]:after{content:"";background:var(--naranja,#ff5a2c);border-radius:.75px;width:2.25px;height:4.8px;animation:1.1s step-end infinite umblink;position:absolute;top:20.7px;left:24.9px}@keyframes umblink{0%,45%{opacity:1}50%,to{opacity:.12}}@keyframes um-fab-pop{0%{transform:scale(0)}70%{transform:scale(1.12)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){button[aria-label=Abrir\ chat],button[aria-label=Abrir\ chat]:after{animation:none}button[aria-label=Abrir\ chat]:hover{transform:none}}
.um-mp{flex-direction:column;gap:8px;padding:10px 12px;display:flex}.um-mp__head{justify-content:space-between;align-items:center;gap:10px;display:flex}.um-mp__count{font-variant-numeric:tabular-nums;color:var(--foreground,#0e0e16);font-size:12px;font-weight:700}.um-mp__track{background:color-mix(in srgb, var(--primary) 12%, transparent);border-radius:20px;height:7px;overflow:hidden}.um-mp__fill{background:var(--primary);border-radius:20px;height:100%;transition:width .26s cubic-bezier(.16,1,.3,1)}.um-mp__dots{align-items:center;gap:5px;display:inline-flex}.um-mp__dot{background:var(--primary);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite um-mp-bounce}.um-mp__dot:nth-child(2){animation-delay:.15s}.um-mp__dot:nth-child(3){background:var(--naranja);animation-delay:.3s}@keyframes um-mp-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}.um-mp__files{flex-direction:column;gap:3px;max-height:96px;display:flex;overflow-y:auto}.um-mp__file{color:var(--muted-foreground,#6b6a80);align-items:center;gap:6px;font-size:11.5px;display:flex}.um-mp__file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.um-mp__ico{flex-shrink:0;font-size:12px;line-height:1}.um-mp__ico--ok{color:var(--primary)}.um-mp__ico--warn{color:var(--naranja)}.um-mp__ico--error{color:var(--destructive,#d33)}@media (prefers-reduced-motion:reduce){.um-mp__dot{opacity:.7;animation:none}.um-mp__fill{transition:none}}
