.upload-tray{z-index:950;width:304px;font-family:var(--font);-webkit-backdrop-filter:blur(35px)saturate(1.3);backdrop-filter:blur(35px)saturate(1.3);background:#1414169e;border-radius:18px;animation:.28s cubic-bezier(.34,1.2,.64,1) uploadTrayRise;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 28px 64px -20px #000000b3}@keyframes uploadTrayRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes uploadTraySpin{to{transform:rotate(360deg)}}.upload-tray-head{cursor:pointer;align-items:center;gap:9px;padding:12px 10px 12px 14px;display:flex}.upload-tray-title{letter-spacing:-.01em;min-width:0;color:var(--white);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;font-weight:600;overflow:hidden}.upload-tray-spin{border:2px solid #ffffff2e;border-top-color:var(--blue,#4f9df5);border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.7s linear infinite uploadTraySpin}.upload-tray-doneic{color:#43c98a;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.upload-tray-btn{width:24px;height:24px;color:var(--gray3);cursor:pointer;background:0 0;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:color .12s,background .12s;display:flex}.upload-tray-btn:hover{color:#fff;background:#ffffff14}.upload-tray-chev{transition:transform .22s}.upload-tray.min .upload-tray-chev{transform:rotate(180deg)}.upload-tray-body{flex-direction:column;gap:5px;max-height:252px;padding:7px;transition:max-height .22s,padding .22s;display:flex;overflow-y:auto}.upload-tray.min .upload-tray-body{max-height:0;padding-top:0;padding-bottom:0}.upload-tray-row{background:#ffffff0b;border-radius:11px;align-items:center;gap:10px;padding:9px 11px;display:flex;box-shadow:inset 0 1px #ffffff14}.upload-tray-row.done{background:#ffffff08}.upload-tray-row-main{flex:1;min-width:0}.upload-tray-row-nm{font-family:var(--mono);color:var(--gray1);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.upload-tray-row-sub{color:var(--gray3);margin-top:2px;font-size:10.5px}.upload-tray-row-bar{background:#ffffff1a;border-radius:100px;height:3px;margin-top:7px;overflow:hidden}.upload-tray-row-bar>i{background:var(--blue,#4f9df5);border-radius:100px;width:0;height:100%;transition:width .35s cubic-bezier(.35,.1,.2,1);display:block}.upload-tray-row.done .upload-tray-row-bar>i{background:#43c98a}.upload-tray-row-ic{width:16px;height:16px;color:var(--gray3);flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.upload-tray-row.done .upload-tray-row-ic{color:#43c98a}
