.neko-upload-status{--upload-accent:#578de5;display:none;align-items:center;gap:13px;margin-top:12px;padding:13px 15px;border:1px solid #dbe8f8;border-radius:19px;background:linear-gradient(115deg,#fbfdffed,#f0f6ffed);backdrop-filter:blur(14px);color:#3c526f;font-size:12px;line-height:1.5;box-shadow:0 6px 22px #294f8310}.neko-upload-status.is-visible{display:flex}.neko-upload-status.is-error{--upload-accent:#d46677;border-color:#f1d2da;background:#fff7f8;color:#a74f60}.neko-upload-status.is-done{--upload-accent:#4aac94;border-color:#cce8df;background:#f1faf7;color:#3b8a74}.neko-upload-ring{--progress:0;position:relative;flex:0 0 54px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:inset 0 1px 4px #809dc518,0 3px 10px #4778b012}.neko-upload-ring svg{position:absolute;width:100%;height:100%;inset:0;transform:rotate(-90deg);fill:none;stroke-width:3}.neko-upload-ring .upload-track{stroke:#abc5e92b}.neko-upload-ring .upload-progress{stroke:var(--upload-accent);stroke-dasharray:100;stroke-dashoffset:calc(100 - var(--progress));stroke-linecap:round;transition:stroke-dashoffset .25s ease;filter:drop-shadow(0 0 2px #4e8ce44a)}.neko-upload-ring span{position:relative;z-index:1;font-size:11px;font-weight:750;font-variant-numeric:tabular-nums;color:var(--upload-accent)}.neko-upload-copy{min-width:0;flex:1}.neko-upload-title{display:block;font-weight:700;font-size:12px}.neko-upload-detail{display:block;margin-top:3px;color:#8192aa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px}.neko-upload-cancel{flex:none;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #cad9ec7d;border-radius:50%;padding:6px;background:#ffffff91;color:#879ab6;cursor:pointer}.neko-upload-cancel svg{width:17px;height:17px}.neko-upload-cancel[hidden]{display:none}.neko-upload-cancel:hover{background:#e8f0fb}.neko-upload-status.is-done .neko-upload-ring{box-shadow:0 0 0 4px #4aac940c}html[data-neko-theme=dark] .neko-upload-status{background:#192c45;color:#c8dcf7;border-color:#314b70}html[data-neko-theme=dark] .neko-upload-ring{background:#14243b}html[data-neko-theme=dark] .neko-upload-cancel{background:#243a57;color:#9ab8df}@media(max-width:480px){.neko-upload-status{position:sticky;bottom:calc(8px + env(safe-area-inset-bottom));z-index:30}}

.neko-upload-status{transition:opacity .26s ease,transform .26s ease}.neko-upload-status.is-leaving{opacity:0;transform:translateY(6px)}.neko-upload-status.is-done,.neko-upload-status.is-error{cursor:pointer}
