/* 团长认证：根据 Figma 131:30 / 132:1422 / 134:1516 / 134:1702 还原 */
.auth-flow{min-height:100%;background:#f6f6f6;color:#333;font-family:Arial,"PingFang SC","Microsoft YaHei",sans-serif}
.auth-flow *{box-sizing:border-box}.auth-flow button,.auth-flow input{font:inherit}.auth-flow button{cursor:pointer;border:0}
.auth-head{height:119px;background:#e9003f;color:#fff;position:relative;padding-top:25px}.auth-status{height:20px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:12px}.auth-status-icons{height:12px;display:flex;align-items:center;gap:4px}.auth-signal{display:block;width:15px;height:10px;background:linear-gradient(to top,transparent 0 1px,#fff 1px 3px,transparent 3px 4px,#fff 4px 6px,transparent 6px 7px,#fff 7px 10px);clip-path:polygon(0 100%,100% 0,100% 100%)}.auth-wifi{width:12px;height:9px;border:2px solid #fff;border-left-color:transparent;border-right-color:transparent;border-bottom:0;border-radius:50%;transform:rotate(180deg);position:relative}.auth-wifi:after{content:"";position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;bottom:-2px;left:3px}.auth-battery{width:16px;height:8px;border:1px solid #fff;border-radius:2px;position:relative}.auth-battery:after{content:"";position:absolute;right:-3px;top:2px;width:2px;height:3px;background:#fff}.auth-battery:before{content:"";position:absolute;inset:1px;background:#fff;border-radius:1px}.auth-titlebar{height:36px;display:flex;align-items:center;justify-content:center;position:relative;font-size:15px;font-weight:500}.auth-back{position:absolute;left:16px;top:6px;width:24px;height:24px;background:transparent}.auth-back:before{content:"";position:absolute;left:7px;top:6px;width:9px;height:9px;border-left:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg)}.auth-steps{height:38px;display:flex;justify-content:space-around;padding:0 27px;position:relative}.auth-step{width:70px;display:flex;flex-direction:column;align-items:center;font-size:10px;gap:5px;color:rgba(255,255,255,.8);position:relative}.auth-dot{width:18px;height:18px;border-radius:50%;border:2px solid #fff;position:relative}.auth-step.active .auth-dot:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff}.auth-step.done .auth-dot{background:#fff;border-color:#fff}.auth-step.done .auth-dot:after{content:"✓";font-size:12px;color:#e9003f;position:absolute;left:2px;top:-1px;font-weight:bold}.auth-step:not(:last-child):before{content:"";position:absolute;top:8px;left:59px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #fff}
.auth-body{padding:9px 12px 91px}.auth-card{background:#fff;border-radius:9px;margin-bottom:9px;padding:13px 9px}.auth-entry{min-height:53px;border-bottom:1px solid #f0f0f0;padding:7px 0;position:relative}.auth-entry:last-child{border:0}.auth-entry label{display:block;font-size:13px;color:#303030;margin-bottom:6px}.auth-entry input{border:0;outline:0;width:100%;font-size:12px;color:#555;padding:0;background:transparent}.auth-entry input::placeholder{color:#c6c6c6}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-grid .auth-entry{min-width:0}.auth-select{color:#616161;font-size:12px;height:17px;display:flex;align-items:center;justify-content:space-between}.auth-chevron{width:8px;height:8px;border-top:1px solid #999;border-right:1px solid #999;transform:rotate(45deg);margin-right:2px}.auth-avatar-entry{height:67px;display:flex;align-items:center;justify-content:space-between;padding:0}.auth-avatar-entry label{margin:0}.auth-avatar-placeholder{width:42px;height:42px;border-radius:50%;background:#ececec;position:relative;overflow:visible}.auth-avatar-placeholder:before{content:"";position:absolute;top:8px;left:14px;width:14px;height:14px;border-radius:50%;background:#c6c6c6}.auth-avatar-placeholder:after{content:"";position:absolute;left:7px;bottom:4px;width:28px;height:15px;border-radius:17px 17px 0 0;background:#c6c6c6}.auth-camera-mark{width:15px;height:12px;border-radius:3px;background:#9c9c9c;position:absolute;right:-2px;bottom:1px;border:1px solid #fff}.auth-camera-mark:after{content:"";position:absolute;left:4px;top:2px;width:5px;height:5px;border:1px solid #fff;border-radius:50%}
.auth-footer{position:fixed;z-index:3;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,430px);height:82px;background:#fff;display:flex;gap:12px;padding:12px 12px 24px;align-items:center}.auth-btn{height:32px;border-radius:18px;font-size:14px;background:#e9003f;color:#fff;flex:1}.auth-btn.secondary{flex:0 0 62px;background:#fff;color:#333;border:1px solid #eee}.auth-homebar{position:fixed;z-index:4;bottom:8px;left:50%;transform:translateX(-50%);width:102px;height:3px;background:#000;border-radius:3px}
.auth-detail{padding:13px 9px}.auth-detail-title{font-weight:600;font-size:14px;margin-bottom:14px}.auth-detail-row{display:flex;gap:12px;min-height:27px;font-size:12px;color:#999;line-height:20px}.auth-detail-row span:first-child{flex:0 0 62px}.auth-detail-row span:last-child{flex:1;text-align:right;color:#666;overflow-wrap:anywhere}.auth-profile-avatar{height:41px;width:41px;border-radius:50%;object-fit:cover;display:block;margin-left:auto;margin-top:-8px;margin-bottom:3px}.auth-detail-row.avatar-row{height:49px;align-items:center}.auth-detail-row.avatar-row span:last-child{display:none}.auth-status-card{height:60px;padding:10px 13px;display:flex;gap:11px;align-items:center}.auth-status-icon{width:37px;height:37px;object-fit:contain}.auth-status-label{font-size:16px;font-weight:600;line-height:20px}.auth-status-desc{font-size:10px;color:#c4c4c4;margin-top:3px}
@media(min-width:431px){.auth-flow{width:375px;margin:auto;min-height:812px;box-shadow:0 0 24px rgba(0,0,0,.08)}.auth-footer{width:375px}.auth-homebar{position:absolute}}
.auth-status-img{display:block;width:66.661px;height:11px;object-fit:contain}.auth-back{left:0;width:79px;overflow:hidden}.auth-back img{display:block;width:79px;height:18px;object-fit:contain;object-position:left center}.auth-back:before{display:none}.auth-head{height:169px;padding-top:0}.auth-titlebar{height:44px}.auth-steps{height:81px;padding:16px 27px 0}.auth-step{gap:8px;font-size:12px}.auth-dot{width:24px;height:24px;border-color:#fe8c8c}.auth-step.active .auth-dot{border:0}.auth-step.active .auth-dot:after{inset:6px}.auth-step.done .auth-dot:after{left:4px;top:0;font-size:15px}.auth-step:not(:last-child):before{top:11px;left:64px}.auth-body{padding-top:12px}.auth-card{border-radius:12px;padding:16px 12px;margin-bottom:12px}.auth-entry{min-height:57px;padding:0 0 16px;margin-bottom:0}.auth-entry label{font-size:14px;margin-bottom:16px}.auth-entry input{font-size:13px;line-height:22px}.auth-select{font-size:13px}.auth-avatar-entry{height:57px}.auth-avatar-placeholder{width:60px;height:60px;margin-top:12px}.auth-avatar-placeholder:before{top:11px;left:20px;width:20px;height:20px}.auth-avatar-placeholder:after{left:10px;bottom:6px;width:40px;height:21px}.auth-camera-mark{right:0;bottom:2px}.auth-footer{height:94px;padding:8px 16px 42px;gap:16px}.auth-btn{height:44px;font-size:16px}.auth-btn.secondary{flex-basis:88px}.auth-homebar{width:375px;height:34px;bottom:0;object-fit:cover}.auth-detail{padding:16px 12px}.auth-detail-title{font-size:14px;margin-bottom:16px}.auth-detail-row{min-height:21px;font-size:13px;margin-bottom:12px}.auth-detail-row span:first-child{flex-basis:56px}.auth-detail-row span:last-child{font-size:14px}.auth-profile-avatar{width:60px;height:60px;margin-top:-4px;margin-bottom:4px}.auth-detail-row.avatar-row{height:48px}.auth-status-card{height:80px;padding:16px;gap:16px}.auth-status-icon{width:48px;height:48px}.auth-status-label{font-size:18px}.auth-status-desc{font-size:11px}.auth-head-status{height:147px}.auth-head-status+.auth-body{margin-top:-55px;position:relative}.auth-head-status .auth-titlebar{height:44px}
.auth-dot-img{width:24px;height:24px;display:block;object-fit:contain}.auth-step.done .auth-dot:after{display:none}

.auth-detail-row.avatar-row span:last-child{display:flex;justify-content:flex-end;align-items:center}.auth-detail-row.avatar-row .auth-profile-avatar{display:block;margin:0;width:60px;height:60px}

/* 需求确认：原型不绘制操作系统状态栏 */
.auth-status{display:block;height:44px}.auth-head{height:169px}.auth-head-status{height:147px}

/* Unified exported back icon: 9.9609 × 17.5778. */
.auth-back{left:16px;width:24px;overflow:visible}.auth-back img{display:block;width:9.961px;height:17.578px;object-fit:fill;filter:brightness(0) invert(1)}
