*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Helvetica Neue,sans-serif;background:#f2efe6;color:#14150f;line-height:1.5;-webkit-font-smoothing:antialiased}button{cursor:pointer}button,input,select,textarea{font:inherit}a{color:#1e5f3e}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;background:#ece9dd;padding:1px 4px;border-radius:4px}.uav-overall-track{height:6px;margin-top:10px;border-radius:999px;background:#ece8da;overflow:hidden}.uav-overall-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2f8f5b,#46a874);transition:width .3s ease}.uav-filelist{margin-top:12px;max-height:360px;overflow:auto;border:1px solid #e7e3d4;border-radius:12px;background:#fffefb}.uav-row{display:grid;grid-template-columns:10px 1fr auto;grid-gap:11px;gap:11px;align-items:center;padding:9px 14px;border-bottom:1px solid #f3efe4;font-size:13px;transition:background .12s ease}.uav-row:last-child{border-bottom:none}.uav-row:hover{background:#faf8f1}.uav-dot{width:9px;height:9px;border-radius:50%;background:#cbc7b5}.uav-dot--uploading{background:#c19318;animation:uavPulse 1.1s ease-in-out infinite}.uav-dot--done{background:#2f8f5b}.uav-dot--failed{background:#c0392b}@keyframes uavPulse{0%,to{opacity:1}50%{opacity:.3}}.uav-name-cell{min-width:0}.uav-name-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uav-name{color:#2a2b22;font-weight:500}.uav-size{color:#9a9684}.uav-err{color:#b33a2c;font-size:12px;margin-top:2px;white-space:normal}.uav-prog{display:flex;align-items:center;justify-content:flex-end;gap:9px}.uav-prog-pct{color:#8a7a3a;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:30px;text-align:right}.uav-prog-track{width:60px;height:5px;border-radius:999px;background:#ece8da;overflow:hidden}.uav-prog-fill{height:100%;border-radius:999px;background:#c19318;transition:width .15s linear}.uav-pill{font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 9px;border-radius:999px;text-transform:uppercase}.uav-pill--queued{color:#8a8878;background:#efece0}.uav-pill--failed{color:#9a2a1c;background:#f6e1dc}.uav-done{position:relative;display:inline-flex;justify-content:flex-end;min-width:36px;color:#2f8f5b;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.uav-done-pct{animation:uavFadeOut .5s ease 10s forwards}.uav-done-check{position:absolute;right:0;top:0;opacity:0;font-size:14px;animation:uavFadeIn .5s ease 10s forwards}@keyframes uavFadeOut{to{opacity:0}}@keyframes uavFadeIn{to{opacity:1}}@media (prefers-reduced-motion:reduce){.uav-dot--uploading{animation:none}.uav-done-check,.uav-done-pct{animation-duration:.01s}}