*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f0f2f5;min-height:100vh;padding-bottom:env(safe-area-inset-bottom);color:#303133}:root{--el-color-primary: #409EFF;--el-color-success: #67C23A;--el-color-warning: #E6A23C;--el-color-danger: #F56C6C;--el-color-info: #909399;--el-border-color: #dcdfe6;--el-border-light: #e4e7ed;--el-bg-color: #ffffff;--el-text-color-primary: #303133;--el-text-color-regular: #606266;--el-text-color-secondary: #909399}.header{background:var(--el-color-primary);color:#fff;padding:16px 16px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #409eff4d}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.header-title{font-size:18px;font-weight:500;flex:1;text-align:center}.header-title-left{font-size:18px;font-weight:500;margin-left:12px}.header-actions{display:flex;gap:12px}.header-btn{width:36px;height:36px;border-radius:4px;background:#fff3;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.header-btn:hover{background:#ffffff59}.back-btn{width:36px;height:36px;border-radius:4px;background:#fff3;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.back-btn:hover{background:#ffffff59}.back-btn svg{width:20px;height:20px}.header-btn svg{width:20px;height:20px}.tabs-container{overflow:hidden}.tabs-scroll{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px 16px;gap:8px;scroll-snap-type:x mandatory}.tabs-scroll::-webkit-scrollbar{display:none}.tab-item{flex-shrink:0;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:400;background:#ffffff26;color:#fffc;border:none;cursor:pointer;transition:all .2s;scroll-snap-align:start;white-space:nowrap}.tab-item.active{background:#fff;color:var(--el-color-primary);font-weight:500}.tab-item:hover:not(.active){background:#ffffff40}.tab-item .badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;background:var(--el-color-danger);color:#fff;font-size:11px;font-weight:500;margin-left:6px;padding:0 5px}.tab-item.active .badge{background:var(--el-color-primary);color:#fff}.content{position:relative;padding:16px 16px 100px;min-height:calc(100vh - 120px)}.section-title{font-size:16px;font-weight:500;color:var(--el-text-color-primary);margin-bottom:16px;display:flex;align-items:center;gap:8px}.section-count{font-size:14px;color:var(--el-text-color-secondary);font-weight:400}.task-card{background:var(--el-bg-color);border-radius:4px;padding:12px;margin-bottom:12px;border:1px solid var(--el-border-light);transition:all .2s}.task-card:hover{box-shadow:0 2px 12px #0000001a}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.task-header-left{flex:1}.task-header-right{display:flex;flex-direction:column;align-items:center;margin-right:12px}.task-quantity{font-size:28px;font-weight:700;color:var(--el-color-primary);line-height:1}.task-quantity-label{font-size:12px;color:var(--el-color-info)}.task-process-name{font-size:18px;font-weight:700;color:var(--el-color-primary);margin-bottom:4px;padding:4px 8px;background:linear-gradient(135deg,var(--el-color-primary-light-8),var(--el-color-primary-light-9));border-radius:4px;display:inline-block}.task-id{font-size:14px;color:var(--el-color-primary);font-weight:500;margin-bottom:4px}.task-product{font-size:15px;font-weight:500;color:var(--el-text-color-primary);line-height:1.4}.task-status{padding:2px 8px;border-radius:4px;font-size:12px;font-weight:400;white-space:nowrap}.status-pending{background:#fef0f0;color:var(--el-color-danger)}.status-assigned{background:#ecf5ff;color:var(--el-color-primary)}.status-processing{background:#f0f9eb;color:var(--el-color-success)}.status-completed{background:#f4f4f5;color:var(--el-color-info)}.status-paused{background:#fdf6ec;color:#e6a23c}.task-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:12px;border-top:1px solid var(--el-border-light)}.info-item{display:flex;flex-direction:column;gap:2px}.info-label{font-size:12px;color:var(--el-text-color-secondary)}.info-value{font-size:15px;color:var(--el-text-color-primary);font-weight:500}.info-value.person{display:flex;align-items:center;gap:6px}.progress-item{display:flex;flex-direction:column;gap:4px}.progress-text{font-size:14px;color:var(--el-text-color-primary);font-weight:400}.progress-bar{width:100%;height:6px;background:#e4e7ed;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--el-color-success);border-radius:3px;transition:width .3s ease}.person-avatar{width:22px;height:22px;border-radius:50%;background:var(--el-color-primary);color:#fff;font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center}.task-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tag{padding:2px 8px;border-radius:4px;font-size:12px;background:#f4f4f5;color:var(--el-color-info)}.tag.urgent{background:#fef0f0;color:var(--el-color-danger)}.action-buttons{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--el-border-light)}.action-btn{flex:1;padding:8px 0;border-radius:4px;font-size:13px;font-weight:400;border:1px solid var(--el-border-color);background:#fff;color:var(--el-text-color-regular);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s}.action-btn:hover{color:var(--el-color-primary);border-color:var(--el-color-primary)}.action-btn svg{width:16px;height:16px}.btn-report{background:var(--el-color-primary);border-color:var(--el-color-primary);color:#fff}.btn-report:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.btn-material{background:#fff;border-color:var(--el-color-warning);color:var(--el-color-warning)}.btn-material:hover{background:#fdf6ec;color:var(--el-color-warning)}.btn-return{background:#fff;border-color:var(--el-color-success);color:var(--el-color-success)}.btn-return:hover{background:#f0f9eb;color:var(--el-color-success)}.btn-assign{background:var(--el-color-primary);border-color:var(--el-color-primary);color:#fff}.btn-assign:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.btn-reassign{background:var(--el-color-warning);border-color:var(--el-color-warning);color:#fff}.btn-reassign:hover{background:#ebb563;border-color:#ebb563;color:#fff}.btn-claim{background:var(--el-color-success);border-color:var(--el-color-success);color:#fff}.btn-claim:hover{background:#67c23a;border-color:#67c23a;color:#fff}.btn-log{background:#fff;border-color:var(--el-color-info);color:var(--el-color-info)}.btn-log:hover{background:#f4f4f5;color:var(--el-color-info)}.empty-state{text-align:center;padding:60px 20px}.empty-icon{width:80px;height:80px;margin:0 auto 16px;background:#f4f4f5;border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-icon svg{width:40px;height:40px;color:var(--el-text-color-secondary)}.empty-text{font-size:16px;color:var(--el-text-color-secondary);margin-bottom:8px}.empty-subtext{font-size:14px;color:var(--el-text-color-secondary)}.fade-in{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:none;justify-content:center;align-items:flex-end}.modal-overlay.active{display:flex}.modal-content{background:#fff;width:100%;max-height:90vh;border-radius:8px 8px 0 0;padding:20px;overflow-y:auto;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--el-border-light)}.modal-title{font-size:18px;font-weight:500;color:var(--el-text-color-primary)}.modal-close{width:32px;height:32px;border-radius:4px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--el-text-color-secondary)}.modal-close:hover{background:#f4f4f5}.modal-close svg{width:20px;height:20px}.form-group{margin-bottom:16px}.form-label{font-size:14px;color:var(--el-text-color-regular);margin-bottom:8px;display:block}.form-input{width:100%;padding:10px 12px;border:1px solid var(--el-border-color);border-radius:4px;font-size:14px;background:#fff;color:var(--el-text-color-primary);transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--el-color-primary)}.form-input:disabled{background:#f5f7fa;color:var(--el-text-color-secondary)}.form-row{display:flex;gap:12px}.form-row .form-input{flex:1}.unit-select{width:80px;padding:10px 12px;border:1px solid var(--el-border-color);border-radius:4px;font-size:14px;background:#fff;cursor:pointer;color:var(--el-text-color-primary)}.modal-info{background:#f5f7fa;border-radius:4px;padding:16px;margin-bottom:20px}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--el-border-light)}.info-row:last-child{border-bottom:none}.modal-info .info-label{color:var(--el-text-color-secondary);font-size:14px}.modal-info .info-value{color:var(--el-text-color-primary);font-size:14px;font-weight:500}.modal-buttons{display:flex;gap:12px;margin-top:24px}.btn-cancel{flex:1;padding:12px;border-radius:4px;font-size:14px;font-weight:400;border:1px solid var(--el-border-color);background:#fff;color:var(--el-text-color-regular);cursor:pointer}.btn-cancel:hover{color:var(--el-color-primary);border-color:var(--el-color-primary)}.btn-confirm{flex:1;padding:12px;border-radius:4px;font-size:14px;font-weight:400;border:none;background:var(--el-color-primary);color:#fff;cursor:pointer}.btn-confirm:hover{background:#66b1ff}.btn-receive{width:100%;padding:12px;border-radius:4px;font-size:14px;font-weight:400;border:none;background:var(--el-color-primary);color:#fff;cursor:pointer}.btn-receive:hover{background:#66b1ff}.confirm-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:none;justify-content:center;align-items:center}.confirm-modal.active{display:flex}.confirm-content{background:#fff;width:85%;max-width:340px;border-radius:8px;padding:24px;animation:fadeInScale .2s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.confirm-title{font-size:18px;font-weight:500;color:var(--el-text-color-primary);text-align:center;margin-bottom:12px}.confirm-message{font-size:14px;color:var(--el-text-color-regular);line-height:1.6;margin-bottom:20px;text-align:center}.confirm-info{background:#f5f7fa;border-radius:4px;padding:12px;margin-bottom:20px;text-align:left}.confirm-info-row{display:flex;justify-content:space-between;padding:4px 0;font-size:13px}.confirm-info-label{color:var(--el-text-color-secondary)}.confirm-info-value{color:var(--el-text-color-primary);font-weight:500}.confirm-buttons{display:flex;gap:12px}.confirm-btn-cancel{flex:1;padding:12px;border-radius:4px;font-size:14px;font-weight:400;border:1px solid var(--el-border-color);background:#fff;color:var(--el-text-color-regular);cursor:pointer}.confirm-btn-cancel:hover{color:var(--el-color-primary);border-color:var(--el-color-primary)}.confirm-btn-ok{flex:1;padding:12px;border-radius:4px;font-size:14px;font-weight:400;border:none;background:var(--el-color-primary);color:#fff;cursor:pointer}.confirm-btn-ok:hover{background:#66b1ff}.modal-task-info{background:var(--el-color-primary);color:#fff;border-radius:4px;padding:16px;margin-bottom:20px}.task-info-id{font-size:13px;opacity:.9;margin-bottom:4px}.task-info-name{font-size:16px;font-weight:500}.material-modal-header{padding-bottom:16px;border-bottom:1px solid var(--el-border-light);margin-bottom:16px}.material-card-list{max-height:60vh;overflow-y:auto;padding-right:4px}.material-card{background:#f5f7fa;border-radius:4px;padding:16px;margin-bottom:12px;border:1px solid var(--el-border-light)}.material-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.material-name{font-size:14px;font-weight:500;color:var(--el-text-color-primary)}.material-location{font-size:12px;color:var(--el-color-primary);background:#ecf5ff;padding:4px 8px;border-radius:4px;font-weight:400}.material-card-info{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.material-info-item{display:flex;flex-direction:column;gap:2px}.material-info-label{font-size:12px;color:var(--el-text-color-secondary)}.material-info-value{font-size:14px;color:var(--el-text-color-primary);font-weight:400}.material-card-btn{width:100%;padding:10px;border-radius:4px;font-size:14px;font-weight:400;border:none;background:var(--el-color-primary);color:#fff;cursor:pointer}.material-card-btn:hover{background:#66b1ff}.return-input-row{display:flex;gap:12px;margin-bottom:12px}.return-input-row .form-group{flex:1;margin-bottom:0}.return-record-list{max-height:40vh;overflow-y:auto;padding-right:4px}.return-record-item{background:#f5f7fa;border-radius:4px;padding:12px;margin-bottom:10px;border:1px solid var(--el-border-light)}.return-record-row{display:flex;gap:10px;align-items:flex-end}.return-record-item .form-group{margin-bottom:0}.return-record-item .form-label{font-size:12px}.return-record-item .form-input{height:40px}.return-record-display{height:40px;background:#ebeef5;text-align:center;line-height:26px;color:var(--el-text-color-primary);font-size:14px;border-radius:4px;padding:7px 12px}.btn-remove-record{width:36px;height:40px;border-radius:4px;background:var(--el-color-danger);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-remove-record:hover{background:#f78989}.btn-add-record{width:100%;padding:12px;border-radius:4px;font-size:14px;font-weight:400;border:1px dashed var(--el-color-primary);background:#fff;color:var(--el-color-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.btn-add-record:hover{background:#ecf5ff}.report-log-list{max-height:50vh;overflow-y:auto;padding-right:4px}.report-log-item{background:#f5f7fa;border-radius:4px;padding:12px;margin-bottom:10px;border:1px solid var(--el-border-light)}.report-log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.report-log-id{font-size:13px;color:var(--el-text-color-secondary)}.report-log-delete{width:28px;height:28px;border-radius:4px;background:transparent;border:1px solid var(--el-border-color);color:var(--el-text-color-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center}.report-log-delete:hover{background:var(--el-color-danger);border-color:var(--el-color-danger);color:#fff}.report-log-info{display:grid;grid-template-columns:1fr 1fr;gap:8px}.report-log-item .info-item{display:flex;flex-direction:column;gap:2px}.report-log-empty{text-align:center;padding:40px 20px;color:var(--el-text-color-secondary)}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#f0f2f5e6;display:flex;align-items:center;justify-content:center;z-index:10}.loading-spinner{width:40px;height:40px;border:3px solid var(--el-border-light);border-top-color:var(--el-color-primary);border-radius:50%;animation:spin .8s linear infinite}.loading-fade-in{animation:fadeIn .2s ease}.person-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px}.person-loading .loading-spinner{width:32px;height:32px;border-width:2px}.person-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:var(--el-color-danger)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));box-shadow:0 -2px 12px #00000014;z-index:100}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0;background:none;border:none;cursor:pointer;color:#909399;transition:color .2s}.nav-item svg{width:24px;height:24px}.nav-item span{font-size:11px}.nav-item.active{color:var(--el-color-primary)}.nav-item:hover:not(.active){color:#409eff}.page{min-height:calc(100vh - 60px);padding-bottom:80px}.page.page-hidden{display:none}.person-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:4px}.person-item{display:flex;align-items:center;padding:12px 16px;background:#f5f7fa;border-radius:4px;cursor:pointer;border:1px solid var(--el-border-light);transition:all .2s;flex-shrink:0}.person-item:hover,.person-item.selected{background:#ecf5ff;border-color:var(--el-color-primary)}.person-item .person-avatar{width:32px;height:32px;border-radius:50%;background:var(--el-color-primary);color:#fff;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;margin-right:12px}.person-item .person-name{font-size:14px;color:var(--el-text-color-primary);font-weight:400}.person-item .person-check{margin-left:auto;width:18px;height:18px;border-radius:50%;border:1px solid var(--el-border-color);display:flex;align-items:center;justify-content:center;background:#fff}.person-item.selected .person-check{background:var(--el-color-primary);border-color:var(--el-color-primary)}.person-item.selected .person-check svg{display:block}.person-item .person-check svg{display:none;width:12px;height:12px;color:#fff}.login-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:24px 32px;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:20px 20px 60px #00000026,-10px -10px 40px #fffc,0 8px 32px #0000001a;z-index:9999;opacity:0;transition:all .3s ease}.login-toast.show{opacity:1}.login-toast-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:6px 6px 20px #667eea66,-4px -4px 16px #fffc}.login-toast-icon svg{width:24px;height:24px;color:#fff}.login-toast-message{font-size:15px;color:#303133;font-weight:500;text-align:center;max-width:240px}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#fffffffa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:24px;padding:12px 24px;display:flex;flex-direction:row;align-items:center;gap:10px;box-shadow:0 4px 20px #00000026;z-index:99999;opacity:0;transition:all .3s ease;white-space:nowrap}.toast.show{opacity:1}.toast-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center}.toast-icon svg{width:24px;height:24px;color:#fff}.toast-success .toast-icon{background:linear-gradient(135deg,#67c23a,#5daf34);box-shadow:6px 6px 20px #67c23a66,-4px -4px 16px #fffc}.toast-error .toast-icon{background:linear-gradient(135deg,#f56c6c,#e64545);box-shadow:6px 6px 20px #f56c6c66,-4px -4px 16px #fffc}.toast-info .toast-icon{background:linear-gradient(135deg,#409eff,#337ecc);box-shadow:6px 6px 20px #409eff66,-4px -4px 16px #fffc}.toast-message{font-size:15px;color:#303133;font-weight:500;text-align:center;max-width:280px;line-height:1.5;white-space:pre-line}.confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.confirm-box{background:#fffffffa;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:16px;padding:24px;width:85%;max-width:320px;box-shadow:20px 20px 60px #0003,-10px -10px 40px #ffffffe6;animation:scaleIn .2s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.confirm-title{font-size:18px;font-weight:600;color:#303133;text-align:center;margin-bottom:12px}.confirm-msg{font-size:14px;color:#606266;text-align:center;line-height:1.6;margin-bottom:24px}.confirm-btns{display:flex;gap:12px}.confirm-btn{flex:1;padding:12px;border-radius:8px;font-size:15px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.confirm-btn.cancel{background:#f5f7fa;color:#606266}.confirm-btn.cancel:hover{background:#e4e7ed}.confirm-btn.ok{background:linear-gradient(135deg,#409eff,#337ecc);color:#fff;box-shadow:4px 4px 12px #409eff4d}.confirm-btn.ok:hover{box-shadow:6px 6px 16px #409eff66}.login-page{min-height:100vh;position:relative;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);overflow:hidden}.login-bg{position:absolute;width:100%;height:100%;overflow:hidden}.login-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#409eff4d,#66b1ff1a);animation:float 6s ease-in-out infinite}.login-shape-1{width:300px;height:300px;top:-100px;right:-100px;animation-delay:0s}.login-shape-2{width:200px;height:200px;bottom:20%;left:-80px;animation-delay:2s}.login-shape-3{width:150px;height:150px;bottom:-50px;right:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.login-content{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.login-header{text-align:center;margin-bottom:40px}.login-logo{width:90px;height:90px;background:linear-gradient(135deg,#409eff,#66b1ff);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 10px 40px #409eff66}.login-logo svg{width:50px;height:50px;color:#fff}.login-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:2px}.login-subtitle{font-size:13px;color:#ffffffb3;margin:0;letter-spacing:1px}.login-card{background:#fffffff2;border-radius:20px;padding:36px 28px;box-shadow:0 20px 60px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-card-header{text-align:center;margin-bottom:28px}.login-card-header h2{font-size:22px;font-weight:600;color:#303133;margin:0 0 6px}.login-card-header p{font-size:13px;color:#909399;margin:0}.login-form .input-group{position:relative;margin-bottom:20px}.login-form .input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#909399}.login-form .input-icon svg{width:100%;height:100%}.login-form input[type=text],.login-form input[type=password]{width:100%;padding:16px 16px 16px 50px;border:2px solid #e4e7ed;border-radius:12px;font-size:15px;color:#303133;transition:all .3s;box-sizing:border-box}.login-form input:focus{outline:none;border-color:#409eff;box-shadow:0 0 0 4px #409eff1a}.login-form input:disabled{background:#f5f7fa;color:#909399;cursor:not-allowed}.login-form input::placeholder{color:#c0c4cc}.login-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.remember-me{display:flex;align-items:center;gap:8px;font-size:14px;color:#606266;cursor:pointer;position:relative}.remember-me input{display:none}.remember-me .checkmark{width:18px;height:18px;border:2px solid #dcdfe6;border-radius:4px;transition:all .2s}.remember-me input:checked+.checkmark{background:#409eff;border-color:#409eff}.remember-me input:checked+.checkmark:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot-password{font-size:14px;color:#409eff;text-decoration:none}.forgot-password:hover{color:#66b1ff}.login-button{width:100%;padding:16px;background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;box-shadow:0 4px 15px #409eff66}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #409eff80}.login-button:active{transform:translateY(0)}.login-button svg{width:18px;height:18px;transition:transform .3s}.login-button:hover svg{transform:translate(4px)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-button:disabled:hover{transform:none;box-shadow:0 4px 15px #409eff66}.login-btn-spinner{display:inline-flex;align-items:center;justify-content:center}.spinner-icon{width:20px;height:20px;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:99999;animation:fadeIn .2s ease}.login-loading-content{display:flex;flex-direction:column;align-items:center}.login-loading-spinner{width:64px;height:64px;background:#409effe6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #409eff66,0 0 0 8px #ffffff1a;animation:pulse 1.5s ease-in-out infinite}.login-spinner-icon{width:40px;height:40px;animation:spin .8s linear infinite}.login-loading-text{margin-top:20px;font-size:16px;color:#fff;font-weight:500;letter-spacing:2px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.login-footer{text-align:center;margin-top:40px;color:#ffffff80;font-size:12px}.home-container{min-height:calc(100vh - 120px);padding-bottom:100px;overflow-x:hidden}.home-header{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;margin:-16px -16px 16px}.home-logo{width:80px;height:80px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.home-logo svg{color:#fff}.home-title{font-size:24px;font-weight:600;margin:0 0 8px}.home-subtitle{font-size:12px;opacity:.8;margin:0;letter-spacing:1px}.home-nav{padding:0 16px}.nav-card{display:flex;align-items:center;background:#fff;border-radius:12px;padding:16px;margin-bottom:12px;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:all .2s}.nav-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.nav-card:active{transform:translateY(0)}.nav-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-icon svg{width:24px;height:24px;color:#fff}.nav-info{flex:1;margin-left:16px}.nav-info h3{font-size:16px;font-weight:500;color:#303133;margin:0 0 4px}.nav-info p{font-size:13px;color:#909399;margin:0}.nav-arrow{width:24px;height:24px;color:#dcdfe6}.home-footer{text-align:center;padding:40px 20px;color:#c0c4cc;font-size:12px}.page-container{min-height:calc(100vh - 120px);padding-bottom:100px}.placeholder-page{text-align:center;padding:60px 20px}.placeholder-icon{width:100px;height:100px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.placeholder-icon svg{color:#fff}.placeholder-page h2{font-size:20px;font-weight:500;color:#303133;margin:0 0 12px}.placeholder-page p{font-size:14px;color:#909399;line-height:1.6;margin:0 0 32px}.placeholder-btn{padding:12px 32px;background:var(--el-color-primary);color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:background .2s}.placeholder-btn:hover{background:#66b1ff}.page-hidden{display:none!important}#profileContent{padding:16px}.profile-container{padding:0}.profile-header{text-align:center;padding:40px 20px;background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;margin:-16px -16px 24px}.profile-avatar{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:32px;font-weight:500}.profile-name{font-size:20px;font-weight:600;margin:0 0 8px}.profile-role{font-size:14px;opacity:.8;margin:0}.profile-stats{display:flex;background:#fff;margin:0 16px 16px;border-radius:12px;padding:16px 0;box-shadow:0 2px 12px #00000014}.stat-item{flex:1;text-align:center}.profile-stats .stat-item:first-child{cursor:pointer;transition:opacity .2s}.profile-stats .stat-item:first-child:hover{opacity:.8}.stat-value{display:block;font-size:24px;font-weight:600;color:#303133}.stat-label{font-size:12px;color:#909399}.profile-menu{background:#fff;margin:0 16px;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}.menu-item{display:flex;align-items:center;padding:16px;cursor:pointer;transition:background .2s}.menu-item:hover{background:#f5f7fa}.menu-item:not(:last-child){border-bottom:1px solid #ebeef5}.menu-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.menu-icon svg{width:20px;height:20px}.menu-text{flex:1;margin-left:12px;font-size:15px;color:#303133}.menu-arrow{width:20px;height:20px;color:#dcdfe6}.process-list{max-height:50vh;overflow-y:auto}.process-item{display:flex;align-items:center;padding:12px;background:#f5f7fa;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:background .2s}.process-item:hover{background:#ebeef5}.process-item.selected{background:#ecf5ff;border:1px solid #409EFF}.process-checkbox{width:20px;height:20px;border-radius:4px;border:2px solid #dcdfe6;margin-right:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.process-item.selected .process-checkbox{background:#409eff;border-color:#409eff}.process-checkbox svg{width:14px;height:14px;color:#fff;display:none}.process-item.selected .process-checkbox svg{display:block}.process-name{font-size:14px;color:#303133}.process-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px}.process-loading-spinner{width:32px;height:32px;border:3px solid #e4e7ed;border-top-color:#409eff;border-radius:50%;animation:spin .8s linear infinite}.process-loading span{font-size:14px;color:#909399}.process-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px}.process-error svg{width:32px;height:32px;color:#f56c6c}.process-error span{font-size:14px;color:#909399}.process-error button{padding:8px 20px;background:#409eff;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.profile-actions{margin:50px 16px}.logout-btn{width:100%;padding:14px;background:#fff;border:1px solid #f56c6c;border-radius:8px;color:#f56c6c;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.logout-btn:hover{background:#fef0f0}.logout-btn svg{width:20px;height:20px}.report-log-page{padding-bottom:20px}.pull-to-refresh{overflow:hidden}.pull-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;height:0;overflow:hidden;transition:height .2s}.pull-indicator.active,.pull-indicator.refreshing{height:50px}.pull-arrow{width:20px;height:20px;color:#909399;transition:transform .2s}.pull-indicator.active .pull-arrow{transform:rotate(180deg)}.pull-text{font-size:12px;color:#909399;margin-top:4px}.pull-indicator.refreshing .pull-text{color:#409eff}.pull-spinner{width:20px;height:20px;border:2px solid #e4e7ed;border-top-color:#409eff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.date-filter{display:flex;align-items:center;gap:8px;padding:12px;background:#fff;margin-bottom:12px;border-radius:8px}.date-filter-label{font-size:14px;color:#606266;white-space:nowrap}.date-filter-input{flex:1;min-width:0;padding:8px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:14px;background:#fff;color:#303133}.date-filter-input::-webkit-input-placeholder{color:#909399}.date-filter-input::-moz-placeholder{color:#909399}.date-filter-input::-ms-input-placeholder{color:#909399}.date-filter-input:focus{outline:none;border-color:#409eff}.date-filter-clear{padding:8px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:14px;background:#fff;color:#606266;cursor:pointer}.date-filter-clear:hover{color:#409eff;border-color:#409eff}.log-date-header{font-size:14px;font-weight:500;color:#606266;padding:16px 0 8px}.load-more-indicator{text-align:center;padding:16px;color:#909399;font-size:13px}.load-more-spinner{display:inline-block;width:16px;height:16px;border:2px solid #e4e7ed;border-top-color:#409eff;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px;vertical-align:middle}.production-tasks-page{padding-bottom:20px}.customer-filter{padding:12px;background:#fff;margin-bottom:12px;border-radius:8px}.customer-filter-select{width:100%;padding:10px 36px 10px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:14px;background:#fff;color:#303133;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23606266' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.customer-filter-select:focus{outline:none;border-color:#409eff}.production-task-list{display:flex;flex-direction:column;gap:16px}.task-group-header{font-size:14px;font-weight:500;color:#606266;padding:0 0 8px}.task-group-list{display:flex;flex-direction:column;gap:10px}.production-task-card{background:#fff;border-radius:8px;padding:14px;box-shadow:0 2px 12px #00000014}.production-task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.production-task-id{font-size:13px;color:#409eff;font-weight:500}.production-task-product{font-size:15px;font-weight:500;color:#303133;margin-bottom:12px}.production-task-info{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:12px;border-top:1px solid #e4e7ed}.production-task-info .info-item{display:flex;flex-direction:column;gap:2px}.production-task-info .info-label{font-size:12px;color:#909399}.production-task-info .info-value{font-size:14px;color:#303133;font-weight:500}.production-order-list{display:flex;flex-direction:column;gap:16px}.order-group-header{font-size:14px;font-weight:500;color:#606266;padding:0 0 8px}.order-group-list{display:flex;flex-direction:column;gap:10px}.production-order-card{background:#fff;border-radius:8px;padding:14px;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:all .2s}.production-order-card:active{opacity:.8}.production-order-card.expanded{border-radius:8px 8px 0 0}.order-process-list{display:none;background:#fff;border-radius:0 0 8px 8px;padding:12px;margin-top:-8px;box-shadow:0 2px 12px #00000014}.production-order-card.expanded+.order-process-list{display:block}.process-card{background:#f5f7fa;border-radius:6px;padding:12px;margin-bottom:10px}.process-card:last-child{margin-bottom:0}.process-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.process-card-name{font-size:14px;font-weight:500;color:#303133}.process-card-status{font-size:12px;padding:2px 8px;border-radius:4px}.process-card-status.completed{background:#f0f9eb;color:#67c23a}.process-card-status.processing{background:#ecf5ff;color:#409eff}.process-card-status.pending{background:#f4f4f5;color:#909399}.process-card-info{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:13px;color:#606266;margin-bottom:10px}.process-card-buttons{display:flex;gap:8px;flex-wrap:wrap}.process-card-btn{flex:1;min-width:calc(50% - 4px);padding:8px 0;border-radius:4px;font-size:13px;font-weight:400;border:1px solid #dcdfe6;background:#fff;color:#606266;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px}.process-card-btn:hover{color:#409eff;border-color:#409eff}.process-card-btn svg{width:14px;height:14px}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.order-card-id{font-size:13px;color:#409eff;font-weight:500}.order-status{font-size:12px;padding:2px 8px;border-radius:4px}.order-status.pending{background:#fdf6ec;color:#e6a23c}.order-status.processing{background:#ecf5ff;color:#409eff}.order-status.completed{background:#f0f9eb;color:#67c23a}.order-card-deadline{font-size:12px;color:#909399}.order-card-product{font-size:16px;font-weight:600;color:#409eff}.order-card-badge{font-size:11px;padding:2px 6px;border-radius:4px}.status-bg-pending{background:#fdf6ec;color:#e6a23c}.status-bg-processing{background:#ecf5ff;color:#409eff}.status-bg-completed{background:#f0f9eb;color:#67c23a}.status-bg-paused{background:#f4f4f5;color:#909399}.order-card-row1{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.order-card-row2{display:flex;gap:12px;margin-bottom:6px}.order-card-row3{display:flex;gap:8px;align-items:center}.order-card-progress-mini{width:100%;height:4px;background:#e4e7ed;border-radius:2px;margin-bottom:6px}.order-card-progress-mini .order-progress-fill{height:100%;background:#409eff;border-radius:2px}.order-delivery-info{font-size:14px;color:#f56c6c;font-weight:500;padding:8px 12px;background:#fef0f0;border-radius:4px;margin-top:12px}.work-orders-section{margin-top:16px}.work-orders-section .section-title{font-size:14px;font-weight:600;color:#303133;margin-bottom:12px}.work-orders-list{display:flex;flex-direction:column;gap:8px}.work-order-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f5f7fa;border-radius:8px}.wo-left{display:flex;flex-direction:column;gap:4px}.wo-process{font-size:14px;font-weight:500;color:#303133}.wo-employee{font-size:12px;color:#909399}.wo-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.wo-qty{font-size:14px;font-weight:500;color:#303133}.wo-state{font-size:12px;padding:2px 8px;border-radius:4px}.wo-state.pending{background:#fdf6ec;color:#e6a23c}.wo-state.processing{background:#ecf5ff;color:#409eff}.wo-state.completed{background:#f0f9eb;color:#67c23a}.order-card-meta{font-size:12px;color:#606266}.order-card-delivery{font-size:12px;color:#909399}.order-card-days{font-size:12px;color:#409eff}.order-card-status{font-size:12px;color:#909399}.status-overdue{color:#f56c6c;font-weight:500}.status-urgent{color:#e6a23c;font-weight:500}.order-progress-info{display:flex;justify-content:space-between;font-size:13px;color:#606266;margin-bottom:6px}.order-progress-text{font-weight:500}.order-progress-bar{width:100%;height:8px;background:#e4e7ed;border-radius:4px;overflow:hidden}.order-progress-fill{height:100%;background:linear-gradient(90deg,#409eff,#67c23a);border-radius:4px;transition:width .3s ease}.order-card-processes{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid #e4e7ed}.process-tag{font-size:12px;padding:4px 10px;border-radius:4px;font-weight:400}.process-tag.completed{background:#f0f9eb;color:#67c23a}.process-tag.processing{background:#ecf5ff;color:#409eff}.process-tag.pending{background:#f4f4f5;color:#909399}.log-list{display:flex;flex-direction:column;gap:10px}.log-card{background:#fff;border-radius:8px;padding:14px;box-shadow:0 2px 12px #00000014;position:relative;overflow:hidden}.log-card-wrapper{position:relative;overflow:hidden}.log-card-content{transition:transform .2s ease}.log-card-delete{position:absolute;right:0;top:0;bottom:0;width:80px;background:#f56c6c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;transform:translate(80px);transition:transform .2s ease}.log-card-delete.active{transform:translate(0)}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.log-task-id{font-size:13px;color:#409eff;font-weight:500}.log-process{font-size:12px;color:#67c23a;background:#f0f9eb;padding:2px 6px;border-radius:4px;margin-left:auto}.log-time{font-size:12px;color:#909399}.log-product{font-size:14px;color:#303133;margin-bottom:8px}.log-info{display:flex;gap:16px;font-size:13px;color:#606266}.order-detail-page{padding-top:4px}.order-detail-page .section-title{font-size:16px;font-weight:600;color:#303133;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #ebeef5}.order-header-card{background:#fff;border-radius:12px;padding:14px;margin-bottom:16px;border:1px solid #ebeef5;box-shadow:0 2px 12px #0000000f}.order-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.order-header-left{flex:1}.order-id{font-size:13px;color:#909399;margin-bottom:4px}.order-product{font-size:17px;font-weight:600;color:#303133;margin-bottom:8px;line-height:1.3}.order-status-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px}.order-status-badge.status-pending{background:#fef0f0;color:#f56c6c}.order-status-badge.status-processing{background:#f0f9eb;color:#67c23a}.order-status-badge.status-completed{background:#f4f4f5;color:#909399}.order-header-info{background:#f5f7fa;border-radius:8px;padding:12px;margin-bottom:12px}.info-row{display:flex;gap:16px}.info-row+.info-row{margin-top:8px}.info-col{flex:1;display:flex;flex-direction:column;gap:2px}.info-col .info-label{font-size:12px;color:#909399}.info-col .info-value{font-size:14px;font-weight:500;color:#303133}.order-progress{background:#f5f7fa;border-radius:8px;padding:12px}.order-progress-header{display:flex;justify-content:space-between;font-size:13px;color:#606266;margin-bottom:8px}.order-progress-bar{height:8px;background:#ebeef5;border-radius:4px;overflow:hidden}.order-progress-fill{height:100%;background:linear-gradient(90deg,#409eff,#66b1ff);border-radius:4px;transition:width .3s ease}.action-btn.btn-inspect{background:#e6a23c;color:#fff}.action-btn.btn-inspect:hover{background:#cf8d24}.modal-content-wide{max-width:500px}.inspect-form{max-height:60vh;overflow-y:auto}.inspect-form .form-row{display:flex;gap:12px;margin-bottom:12px}.inspect-form .form-group{flex:1;margin-bottom:0}.inspect-item{background:#f5f7fa;border-radius:8px;padding:12px;margin-bottom:12px}.inspect-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.inspect-item-title{font-size:14px;font-weight:500;color:#303133}.inspect-item-remove{width:24px;height:24px;border-radius:50%;background:#f56c6c;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}.inspect-item-row{display:flex;gap:10px;margin-bottom:8px}.inspect-item-row:last-child{margin-bottom:0}.inspect-item-select{flex:1;padding:8px 10px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px;background:#fff}.inspect-item-input{flex:1;padding:8px 10px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px}.inspect-result{display:flex;gap:12px;margin-top:8px}.inspect-result-label{font-size:13px;color:#606266;line-height:32px}.inspect-result-option{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:13px;background:#fff;border:1px solid #dcdfe6}.inspect-result-option.selected{background:#409eff;color:#fff;border-color:#409eff}.inspect-result-option input{display:none}.btn-add-inspect{width:100%;padding:10px;border:1px dashed #c0c4cc;border-radius:6px;background:transparent;color:#606266;font-size:14px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s}.btn-add-inspect:hover{border-color:#409eff;color:#409eff}.btn-add-inspect svg{width:16px;height:16px}.inspect-log-page{padding-top:4px}.inspect-log-card{background:#fff;border-radius:8px;padding:14px;margin-bottom:12px;border:1px solid #ebeef5;box-shadow:0 2px 8px #0000000a}.inspect-log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.inspect-log-id{font-size:13px;color:#409eff;font-weight:500}.inspect-log-time{font-size:12px;color:#909399}.inspect-log-product{font-size:15px;font-weight:500;color:#303133;margin-bottom:8px;line-height:1.4}.inspect-log-info{display:flex;gap:16px;font-size:13px;color:#606266;margin-bottom:10px}.inspect-log-items{background:#f5f7fa;border-radius:6px;padding:10px;margin-bottom:10px}.inspect-log-item{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px dashed #e4e7ed}.inspect-log-item:last-child{border-bottom:none}.inspect-log-project{font-size:13px;color:#303133;font-weight:500;min-width:70px}.inspect-log-data{flex:1;font-size:12px;color:#606266}.inspect-log-result-badge{padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500}.inspect-log-result-badge.pass{background:#f0f9eb;color:#67c23a}.inspect-log-result-badge.fail{background:#fef0f0;color:#f56c6c}.inspect-log-summary{display:flex;gap:16px;font-size:13px}.inspect-log-summary .pass-count{color:#67c23a}.inspect-log-summary .fail-count{color:#f56c6c}.order-warning-section{padding:0 16px 16px}.warning-header{display:flex;justify-content:space-between;align-items:center;padding:16px 0 12px}.warning-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#303133}.warning-title svg{width:20px;height:20px;color:#e6a23c}.warning-count{font-size:13px;color:#909399}.warning-list{display:flex;flex-direction:column;gap:10px}.warning-card{background:#fff;border-radius:8px;padding:12px;border-left:4px solid #67c23a;box-shadow:0 2px 8px #0000000a}.warning-card.overdue{border-left-color:#f56c6c;background:linear-gradient(135deg,#fff,#fef0f0)}.warning-card.warning{border-left-color:#e6a23c;background:linear-gradient(135deg,#fff,#fdf6ec)}.warning-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.warning-order-id{font-size:13px;color:#409eff;font-weight:500}.warning-product{font-size:14px;font-weight:500;color:#303133;margin-bottom:10px;line-height:1.4}.warning-info{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.warning-info-row{display:flex;justify-content:space-between;font-size:12px}.warning-info-row .info-label{color:#909399}.warning-info-row .info-value{color:#606266;font-weight:500}.order-warning-page{padding-top:4px;display:flex;flex-direction:column;height:calc(100vh - 120px);overflow:hidden}.order-warning-header{flex-shrink:0;background:#f5f7fa;z-index:10;padding:12px 0}.warning-summary{display:flex;gap:12px;margin-bottom:16px}.summary-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:12px;border-radius:8px;background:#fff;border:1px solid #ebeef5}.summary-item.overdue{background:linear-gradient(135deg,#fff,#fef0f0);border-color:#f56c6c}.summary-item.warning{background:linear-gradient(135deg,#fff,#fdf6ec);border-color:#e6a23c}.summary-item.normal{background:linear-gradient(135deg,#fff,#f0f9eb);border-color:#67c23a}.summary-count{font-size:24px;font-weight:700}.summary-item.overdue .summary-count{color:#f56c6c}.summary-item.warning .summary-count{color:#e6a23c}.summary-item.normal .summary-count{color:#67c23a}.summary-label{font-size:12px;color:#909399;margin-top:4px}.warning-card{background:#fff;border-radius:8px;padding:14px;border-left:4px solid #67c23a;box-shadow:0 2px 8px #0000000a}.warning-card.overdue{border-left-color:#f56c6c}.warning-card.warning{border-left-color:#e6a23c}.warning-card .warning-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.warning-card .warning-order-id{font-size:13px;color:#409eff;font-weight:500}.warning-badge{padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.warning-badge.overdue{background:#f56c6c;color:#fff}.warning-badge.warning{background:#e6a23c;color:#fff}.warning-badge.normal{background:#67c23a;color:#fff}.warning-card .warning-product{font-size:15px;font-weight:500;color:#303133;margin-bottom:12px;line-height:1.4}.warning-card .warning-info{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.warning-card .info-row{display:flex;gap:16px}.warning-card .info-col{flex:1;display:flex;flex-direction:column;gap:2px}.warning-card .info-label{font-size:12px;color:#909399}.warning-card .info-value{font-size:14px;color:#303133;font-weight:500}.warning-progress{background:#f5f7fa;border-radius:6px;padding:10px}.warning-progress-header{display:flex;justify-content:space-between;font-size:12px;color:#606266;margin-bottom:6px}.warning-progress-bar{height:6px;background:#ebeef5;border-radius:3px;overflow:hidden}.warning-progress-fill{height:100%;background:linear-gradient(90deg,#409eff,#66b1ff);border-radius:3px;transition:width .3s ease}.customer-filter{margin-bottom:16px}.customer-filter-select{width:100%;padding:10px 12px;border:1px solid #dcdfe6;border-radius:6px;font-size:14px;background:#fff;color:#303133}.warning-list-container{flex:1;min-height:0;max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.warning-list{display:flex;flex-direction:column;gap:12px}.loading-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:10px}.loading-item .loading-spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #409eff;border-radius:50%;animation:spin 1s linear infinite}.loading-item span{font-size:12px;color:#909399}.no-more-data{text-align:center;padding:16px;color:#909399;font-size:12px}
