*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px}.card{background:#fff;border-radius:20px;padding:30px;width:100%;max-width:350px;box-shadow:0 10px 40px #0003;text-align:center}.app-icon{width:80px;height:80px;border-radius:18px;margin:0 auto 15px;box-shadow:0 4px 15px #00000026}.app-icon img{width:100%;height:100%;border-radius:18px;object-fit:cover}.app-name{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:5px}.app-version{font-size:14px;color:#888;margin-bottom:20px}.app-info{background:#f8f9fa;border-radius:12px;padding:15px;margin-bottom:25px}.info-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.info-row:not(:last-child){border-bottom:1px solid #eee}.info-label{color:#666}.info-value{color:#333;font-weight:500}.btn{display:block;width:100%;padding:15px;border:none;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-success{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.btn-disabled{background:#ccc;color:#666;cursor:not-allowed}.status-container{margin:25px 0}.status-icon{font-size:60px;margin-bottom:15px}.status-text{font-size:18px;color:#333;margin-bottom:10px}.status-desc{font-size:14px;color:#888}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar{width:100%;height:6px;background:#e9ecef;border-radius:3px;overflow:hidden;margin:20px 0}.progress-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3px;transition:width .3s ease}.steps{display:flex;justify-content:center;margin-bottom:25px}.step{display:flex;align-items:center}.step-dot{width:30px;height:30px;border-radius:50%;background:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#999}.step-dot.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.step-dot.done{background:#38ef7d;color:#fff}.step-line{width:40px;height:3px;background:#e9ecef;margin:0 5px}.step-line.active{background:linear-gradient(135deg,#667eea,#764ba2)}.error-icon,.error-text{color:#e74c3c}.tips{margin-top:25px;padding:15px;background:#fff3cd;border-radius:10px;font-size:13px;color:#856404;text-align:left}.tips-title{font-weight:600;margin-bottom:8px}.tips ul{padding-left:20px}.tips li{margin-bottom:5px}.footer{margin-top:30px;font-size:12px;color:#ffffffb3}
