.mobile-layout{max-width:428px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5;position:relative;overflow-x:hidden}.mobile-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:48px;padding:0 12px;background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 1px 4px #0000000f}.mobile-header-back{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:none;font-size:18px;color:#333;cursor:pointer;border-radius:8px;transition:background .2s}.mobile-header-back:active{background:#f0f0f0}.mobile-header-title{flex:1;text-align:center;font-size:17px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-header-action{width:32px}.mobile-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}.mobile-tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:428px;display:flex;align-items:center;justify-content:space-around;height:56px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 -2px 8px #0000000f;z-index:100}.mobile-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;height:100%;border:none;background:none;cursor:pointer;color:#999;font-size:10px;transition:color .2s;position:relative}.mobile-tab-item.active{color:#1677ff}.mobile-tab-item .tab-icon{font-size:22px;line-height:1}.mobile-tab-item .tab-label{font-size:10px;line-height:1}.mobile-tab-item.scan-tab .tab-icon{width:44px;height:44px;background:linear-gradient(135deg,#1677ff,#4096ff);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;margin-top:-16px;box-shadow:0 2px 8px #1677ff66}.mobile-tab-item.scan-tab .tab-label{color:#1677ff;font-weight:600}.mobile-layout .ant-btn{height:44px;font-size:15px;border-radius:10px}.mobile-layout .ant-btn-sm{height:36px;font-size:13px;border-radius:8px}.mobile-layout .ant-card{border-radius:12px;box-shadow:0 1px 4px #0000000f}.mobile-layout .ant-card-head{min-height:40px;padding:0 16px;font-size:15px}.mobile-layout .ant-card-body{padding:12px 16px}.scan-container{position:fixed;top:48px;left:0;right:0;bottom:56px;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:50}.scan-viewfinder{width:260px;height:260px;position:relative}.scan-hint{color:#fffc;font-size:14px;margin-top:20px;text-align:center}.scan-manual{position:absolute;bottom:24px;left:16px;right:16px}.scan-manual .ant-input-search{background:#fffffff2;border-radius:12px;overflow:hidden}.check-result-group{display:flex;gap:10px;margin:16px 0}.check-result-btn{flex:1;height:64px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px!important;font-size:16px!important;font-weight:600;border-width:2px!important;transition:all .2s}.check-result-btn.selected{transform:scale(1.02);box-shadow:0 2px 12px #00000026}.check-result-btn.result-normal{border-color:#52c41a!important;color:#52c41a}.check-result-btn.result-normal.selected{background:#52c41a!important;color:#fff!important}.check-result-btn.result-abnormal{border-color:#faad14!important;color:#faad14}.check-result-btn.result-abnormal.selected{background:#faad14!important;color:#fff!important}.check-result-btn.result-missing{border-color:#ff4d4f!important;color:#ff4d4f}.check-result-btn.result-missing.selected{background:#ff4d4f!important;color:#fff!important}.task-card{margin-bottom:10px;border-radius:12px;overflow:hidden}.task-card .ant-card-body{padding:12px 16px}.checklist-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0;gap:10px}.checklist-item:last-child{border-bottom:none}.checklist-item-info{flex:1;min-width:0}.checklist-item-name{font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checklist-item-meta{font-size:12px;color:#999;margin-top:2px}.checklist-item-action{flex-shrink:0}.quick-scan-btn{width:100%;height:80px!important;font-size:20px!important;font-weight:700;border-radius:16px!important;background:linear-gradient(135deg,#1677ff,#4096ff)!important;border:none!important;box-shadow:0 4px 16px #1677ff59;margin-bottom:16px}@media (orientation: landscape) and (min-aspect-ratio: 13/9){.mobile-layout:after{content:"请旋转手机至竖屏使用";position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:9999}}.mobile-layout{touch-action:manipulation}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{height:100vh}
