.mobile-upload-container[data-v-fc32d21c]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;max-width:100%;margin:0 auto;padding:20px 16px;background-color:#f9fafc;min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box}.page-header[data-v-fc32d21c]{text-align:center;margin-bottom:24px}.header-icon[data-v-fc32d21c]{width:48px;height:48px;background:#ecf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#409eff;font-size:24px}.page-header h3[data-v-fc32d21c]{margin:0 0 6px 0;font-size:18px;font-weight:600;color:#303133}.sub-text[data-v-fc32d21c]{margin:0;font-size:12px;color:#909399}.success-container[data-v-fc32d21c]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;animation:fade-in-up-fc32d21c .5s ease-out}.success-icon-wrapper[data-v-fc32d21c]{width:80px;height:80px;background:#f0f9eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#67c23a;font-size:40px;box-shadow:0 4px 12px rgba(103,194,58,.2)}.success-title[data-v-fc32d21c]{font-size:20px;font-weight:600;color:#303133;margin:0 0 8px 0}.success-desc[data-v-fc32d21c]{font-size:14px;color:#606266;margin:0 0 4px 0}.success-hint[data-v-fc32d21c]{font-size:12px;color:#909399;margin:0 0 32px 0}.btn-retry[data-v-fc32d21c]{background:#fff;color:#409eff;border:1px solid #dcdfe6;width:120px}.btn-retry[data-v-fc32d21c]:active{background:#ecf5ff;border-color:#c6e2ff}@keyframes fade-in-up-fc32d21c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.upload-card[data-v-fc32d21c]{position:relative;background:#fff;border:1px dashed #dcdfe6;border-radius:8px;height:200px;overflow:hidden;transition:all .3s;display:flex;align-items:center;justify-content:center}.upload-card.has-file[data-v-fc32d21c]{border-style:solid;border-color:#e4e7ed}.upload-card.is-uploading[data-v-fc32d21c]{border-color:#409eff;background-color:#f4f8ff}.upload-status.initial[data-v-fc32d21c]{display:flex;flex-direction:column;align-items:center}.icon-wrapper[data-v-fc32d21c]{width:56px;height:56px;border-radius:50%;background:#f5f7fa;display:flex;align-items:center;justify-content:center;font-size:28px;color:#909399;margin-bottom:12px;transition:all .3s}.upload-card:active .icon-wrapper[data-v-fc32d21c]{transform:scale(.95);background:#ecf5ff;color:#409eff}.main-text[data-v-fc32d21c]{font-size:14px;color:#303133;font-weight:500;margin-bottom:4px}.sub-hint[data-v-fc32d21c]{font-size:12px;color:#c0c4cc}.upload-status.preview[data-v-fc32d21c]{width:100%;height:100%;position:relative;background:#000}.preview-video[data-v-fc32d21c]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.delete-action[data-v-fc32d21c]{position:absolute;top:12px;right:12px;width:32px;height:32px;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;cursor:pointer;z-index:10;transition:all .2s ease;border:1px solid hsla(0,0%,100%,.1)}.delete-action[data-v-fc32d21c]:active{transform:scale(.9);background:rgba(245,108,108,.9);border-color:transparent}.delete-action[data-v-fc32d21c]{animation:fade-in-scale-fc32d21c .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes fade-in-scale-fc32d21c{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.upload-status.uploading[data-v-fc32d21c]{flex-direction:column}.progress-circle[data-v-fc32d21c]{position:relative;width:80px;height:80px;margin-bottom:12px}.circular-chart[data-v-fc32d21c]{display:block;margin:0 auto;max-width:100%;max-height:100%}.circle-bg[data-v-fc32d21c]{fill:none;stroke:#eee;stroke-width:2.5}.circle[data-v-fc32d21c]{fill:none;stroke-width:2.5;stroke-linecap:round;stroke:#409eff;transition:stroke-dasharray .3s ease}.progress-text[data-v-fc32d21c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:600;color:#409eff}.status-label[data-v-fc32d21c]{font-size:13px;color:#606266}.action-group[data-v-fc32d21c]{margin-top:auto;padding-top:30px}.btn[data-v-fc32d21c]{width:100%;height:44px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn[data-v-fc32d21c]:active{transform:translateY(1px)}.btn[data-v-fc32d21c]:disabled{opacity:.6;cursor:not-allowed}.btn-submit[data-v-fc32d21c]{background:#409eff;color:#fff;box-shadow:0 2px 8px rgba(64,158,255,.2)}.btn-submit[data-v-fc32d21c]:active{background:#3a8ee6}.custom-toast[data-v-fc32d21c]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;padding:12px 20px;border-radius:4px;font-size:13px;display:flex;align-items:center;gap:8px;z-index:1000;min-width:120px;justify-content:center}.custom-toast.success[data-v-fc32d21c]{background:rgba(103,194,58,.9)}.custom-toast.error[data-v-fc32d21c]{background:rgba(245,108,108,.9)}.custom-toast i[data-v-fc32d21c]{font-size:16px}.toast-pop-enter-active[data-v-fc32d21c],.toast-pop-leave-active[data-v-fc32d21c]{transition:opacity .3s}.toast-pop-enter[data-v-fc32d21c],.toast-pop-leave-to[data-v-fc32d21c]{opacity:0}